[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/skins/oblivious/css/ -> oblivious.css (source)

   1  html, body, p, h1, h2, h3 {
   2    padding: 0;
   3    margin: 0;
   4    font-weight: normal;
   5  }
   6  
   7  html {
   8    font-family: "Helvetica Neue", "Arial", sans-serif;
   9    font-size: 16px;
  10    overflow-y: scroll;
  11    color: #555555;
  12  }
  13  
  14  .oblivious-info {
  15    position: fixed;
  16    width: 15%;
  17    border-right: 1px solid #dfdfdf;
  18    top: 0;
  19    bottom: 0;
  20    left: 0;
  21    padding: 140px 2% 0;
  22    overflow: hidden;
  23  
  24    background: url(/image/badge.png);
  25    background-repeat: no-repeat;
  26    background-position: 20px 20px;
  27  }
  28  
  29  .oblivious-content {
  30    padding-top: 3%;
  31    margin-left: 22%;
  32    max-width: 600px;
  33  }
  34  
  35  a {
  36    color: #222222;
  37    text-decoration: none;
  38  }
  39  
  40  a:hover {
  41    color: #a00000;
  42  }
  43  
  44  
  45  h1 {
  46    font-size: 24px;
  47    font-weight: normal;
  48  }
  49  
  50  h2 {
  51    font-size: 22px;
  52    font-weight: bold;
  53  }
  54  
  55  .phame-post {
  56    margin: 0 0 2em;
  57  }
  58  
  59  .phame-post-date {
  60    font-size: 12px;
  61    margin: .25em 0 1em;
  62  }
  63  
  64  .phame-post {
  65    line-height: 1.6em;
  66  }
  67  
  68  .phame-post p {
  69    margin: 0 0 1em;
  70  }
  71  
  72  .phame-post tt {
  73    color: #333333;
  74    background: #ebebeb;
  75    padding: 0 .25em;
  76    white-space: pre-wrap;
  77  }
  78  
  79  .phame-post .remarkup-code-block pre {
  80    overflow: auto;
  81    padding: 10px 10px;
  82    border: 1px solid #dfdfdf;
  83    background-color: #f8f8f8;
  84  }
  85  
  86  .fb-comments,
  87  .fb-comments span,
  88  .fb-comments iframe[style] {
  89    width: 100% !important;
  90  }


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