[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/phui/ -> phui-document.css (source)

   1  /**
   2   * @provides phui-document-view-css
   3   */
   4  
   5  .phui-document-view {
   6    margin-bottom: 16px;
   7    position: relative;
   8  }
   9  
  10  .device-desktop .phui-document-view {
  11    border: 1px solid {$lightblueborder};
  12    border-bottom: 1px solid {$blueborder};
  13    max-width: 960px;
  14    margin: 16px auto;
  15  }
  16  
  17  .device-desktop .phui-document-view.phui-offset-view {
  18    max-width: 800px;
  19  }
  20  
  21  /* Fix so that Phriction Document preview is the same width as the document */
  22  .device-desktop .phui-remarkup-preview .phui-document-view {
  23    width: 800px;
  24  }
  25  
  26  .phui-document-sidenav {
  27    position:absolute;
  28    width: 200px;
  29    text-overflow: ellipsis;
  30    top: 0;
  31    right: 0;
  32  }
  33  
  34  .device-phone .phui-document-sidenav {
  35    position: static;
  36    width: auto;
  37    border-top: 1px solid #d7d7d7;
  38    border-bottom: 1px solid #d7d7d7;
  39  }
  40  
  41  .device-phone .phui-sidenav-view .phui-document-inner {
  42   margin: 0;
  43  }
  44  
  45  .phui-sidenav-view .phui-document-inner {
  46    margin-right: 200px;
  47    border-right: 1px solid #e7e7e7;
  48    background: #fff;
  49  }
  50  
  51  .phui-document-bookname {
  52    padding: 8px 16px;
  53    color: #9ca5b5;
  54    background-color: #fff;
  55    border-bottom: 1px solid {$lightblueborder};
  56  }
  57  
  58  .device-phone .phui-document-bookname {
  59    padding: 8px;
  60  }
  61  
  62  .phui-document-bookname .bookname {
  63    float: left;
  64  }
  65  
  66  .phui-document-bookname .bookdescription {
  67    float: right;
  68  }
  69  
  70  .phui-document-content .phui-header-shell {
  71    border-top: none;
  72    border-bottom: 1px solid {$lightblueborder};
  73  }
  74  
  75  .phui-document-content
  76    .phui-header-shell.phui-header-no-backgound {
  77    border-bottom: 1px solid {$thinblueborder};
  78    margin: 0 0 16px 0;
  79  }
  80  
  81  .phui-document-content
  82    .phui-header-shell.phui-header-no-backgound
  83    .phui-header-view {
  84   padding: 8px 0 4px;
  85   font-size: 15px;
  86  }
  87  
  88  .phui-document-content .phui-header-view {
  89    color: {$bluetext};
  90    text-shadow: 0 1px 2px #fff;
  91  }
  92  
  93  .phui-document-content .phui-property-list-container {
  94    border-color: #dde8ef;
  95  }
  96  
  97  .phui-document-content .phui-property-list-view {
  98    border: none;
  99    box-shadow: none;
 100    margin: 0;
 101    background-color: #f6f7f8;
 102  }
 103  
 104  .phui-document-content {
 105    min-height: 240px;
 106    background: #fff;
 107  
 108    /* NOTE: This fixes margins, not floats, and can not be replaced with
 109       the ".group" class. See T3150.
 110    */
 111    overflow: hidden;
 112  }
 113  
 114  .device-phone .phui-document-content .phabricator-action-list-view {
 115    margin: 0;
 116    border-bottom: 1px solid #c0c5d1;
 117    background: {$lightgreybackground};
 118  }
 119  
 120  .phui-document-content .phabricator-remarkup {
 121    padding: 16px;
 122  }
 123  
 124  .device-phone .phui-document-content .phabricator-remarkup {
 125    padding: 8px;
 126  }
 127  
 128  .device-desktop .phui-document-content .phabricator-action-list-view {
 129    position: absolute;
 130    top: 16px;
 131    right: -160px;
 132    float: none;
 133    border-radius: 0;
 134    box-shadow: none;
 135    border: none;
 136    width: 160px;
 137  }
 138  
 139  .device-phone .phui-document-content .phabricator-remarkup-toc {
 140    width: 120px;
 141  }
 142  
 143  .phui-document-content .phabricator-remarkup .remarkup-code-block {
 144    clear: both;
 145    margin: 16px 0;
 146  }
 147  
 148  .device-desktop .phui-document-offset {
 149    padding-right: 120px;
 150  }
 151  
 152  .phui-document-view .phui-property-list-view {
 153    border-bottom: 1px solid {$thinblueborder};
 154  }


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