[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/diviner/ -> diviner-shared.css (source)

   1  /**
   2   * @provides diviner-shared-css
   3   */
   4  
   5  .diviner-monospace {
   6    font-family: monospace;
   7    font-size: 13px;
   8  }
   9  
  10  .diviner-table-view {
  11    margin: 0 16px 24px;
  12  }
  13  
  14  .device-phone .diviner-table-view {
  15    margin: 0 8px 16px;
  16  }
  17  
  18  .diviner-table-header {
  19    padding: 4px 16px;
  20    background-color: {$greybackground};
  21    border-left: 1px solid {$lightblueborder};
  22    border-right: 1px solid {$lightblueborder};
  23    border-top: 1px solid {$lightblueborder};
  24    display: inline-block;
  25    border-top-left-radius: 3px;
  26    border-top-right-radius: 3px;
  27    font-weight: bold;
  28    color: {$bluetext};
  29  }
  30  
  31  .diviner-return-table-view,
  32  .diviner-parameter-table-view {
  33    width: 100%;
  34    background: {$lightgreybackground};
  35    border: 1px solid {$lightblueborder};
  36  }
  37  
  38  .diviner-return-table-type,
  39  .diviner-parameter-table-type {
  40    padding: 6px 8px 6px 12px;
  41    white-space: nowrap;
  42    text-align: right;
  43    color: {$bluetext};
  44    width: 20%;
  45  }
  46  
  47  .diviner-parameter-table-name {
  48    padding: 6px 8px;
  49    white-space: nowrap;
  50    font-weight: bold;
  51  }
  52  
  53  .diviner-return-table-docs,
  54  .diviner-parameter-table-docs {
  55    padding: 6px 12px 6px 8px;
  56    width: 80%;
  57    background-color: #fff;
  58  }
  59  
  60  .diviner-document-section {
  61    padding: 0 0 16px 0;
  62  }
  63  
  64  .device-phone .diviner-document-section {
  65    padding: 0 8px 16px 0;
  66  }
  67  
  68  body .diviner-document-section .phui-header-view {
  69    width: 100%;
  70    font-size: 20px;
  71    font-weight: 400;
  72  }
  73  
  74  .phui-property-list-view + .diviner-document-section {
  75    margin-top: -1px;
  76  }
  77  
  78  .diviner-message-not-documented {
  79    color: {$lightgreytext};
  80    font-style: italic;
  81    margin: 16px;
  82  }
  83  
  84  .diviner-atom-signature {
  85    font-weight: normal;
  86  }
  87  
  88  .diviner-atom-signature-name {
  89    font-weight: bold;
  90  }
  91  
  92  .diviner-list .diviner-atom-signature {
  93    color: {$violet};
  94    margin-left: -16px;
  95  }
  96  
  97  .diviner-list a {
  98    font-weight: bold;
  99  }
 100  
 101  .diviner-method-implementation-header {
 102    color: {$greytext};
 103    margin-bottom: -8px;
 104  }
 105  
 106  .diviner-method-implementation-inherited {
 107    color: {$darkgreytext};
 108  }
 109  
 110  .diviner-method-implementation-inherited .diviner-method-implementation-header {
 111    color: {$lightgreytext};
 112  }
 113  
 114  /**
 115   * Fix excessive padding between method headers and method documentation for
 116   * methods with no inherited context.
 117   */
 118  .diviner-document-section .phui-header-shell + .phabricator-remarkup {
 119    padding-top: 0;
 120  }
 121  
 122  .diviner-list {
 123    padding-left: 12px;
 124  }
 125  
 126  .diviner-list li {
 127    line-height: 20px;
 128    padding-bottom: 12px;
 129  }
 130  
 131  /* - Book Index ----------------------------------------------------------------
 132  
 133    How big lists of book indexes get displayed
 134  
 135  */
 136  
 137  .diviner-book-item {
 138    display: block;
 139    padding: 6px 16px;
 140    margin: 4px -16px;
 141  }
 142  
 143  .diviner-book-item:hover {
 144    text-decoration: none;
 145  }
 146  
 147  .device-desktop .diviner-book-item:hover {
 148    background-color: #F5EEFF;
 149  }
 150  
 151  .diviner-book-item-title {
 152    font-weight: 700;
 153    font-size: 16px;
 154    color: {$darkbluetext};
 155  }
 156  
 157  .diviner-book-item-type {
 158    color: {$lightgreytext};
 159    padding-left: 8px
 160  }
 161  
 162  .diviner-book-item-subtitle {
 163    display: block;
 164    line-height: 20px;
 165    color: {$lightgreytext};
 166  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1