[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/archive/ -> screen.css (source)

   1  body {
   2      background: #fff;
   3      color: #000;
   4      font: small Verdana;
   5  }
   6  
   7  #container {
   8      border: 1px solid #ccc;
   9      background: #fff;
  10      padding: 20px;
  11  }
  12  
  13  h1 {
  14      font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  15      font-weight: bold;
  16      color: #000;
  17  }
  18  h1 a {
  19      color: #000;
  20      text-decoration: none;
  21  }
  22  
  23  .navigation {
  24      border: 1px solid #ccc;
  25      background: #F5F5F4;
  26      padding: 4px;
  27      margin-bottom: 10px;
  28      font-size: 13px;
  29  }
  30  
  31  #infobox {
  32      padding: 4px;
  33      color: #777;
  34      font-size: 0.8em;
  35      margin-bottom: 10px;
  36  }
  37  
  38  #fullversion {
  39      font-size: 1.1em;
  40  }
  41  
  42  .post {
  43      border: 1px solid #ccc;
  44      padding: 1px;
  45      background: #F5F5F4;
  46      margin-bottom: 10px;
  47  }
  48  
  49  .post .header {
  50      background: #F5F5F4;
  51  }
  52  
  53  .post .header .author a {
  54      color: #000;
  55      text-decoration: none;
  56  }
  57  
  58  .post .header .dateline {
  59      padding: 4px;
  60      color: #777;
  61      float: right;
  62      margin-top: -20px;
  63  }
  64  
  65  .post .message {
  66      background: #fff;
  67      padding: 4px;
  68  }
  69  
  70  .listing {
  71      border: 1px solid #ccc;
  72      margin-bottom: 10px;
  73  }
  74  
  75  .header {
  76      background: #F5F5F4;
  77      font-weight: bold;
  78      padding: 4px;
  79      border-bottom: 1px solid #ccc;
  80  }
  81  
  82  .threadlist .threads {
  83      padding: 4px;
  84  }
  85  
  86  .threadlist .threads .replycount {
  87      color: #777;
  88      font-size: 0.8em;
  89  }
  90  
  91  .header h2 {
  92      font-size: 1.0em;
  93      margin: 0;
  94  }
  95  
  96  h3 {
  97      font-size: 1.0em;
  98      margin: 5px 0 0 10px;
  99  }
 100  
 101  .forumlist .forums ul {
 102      list-style: none;
 103  }
 104  
 105  .error {
 106      border: 1px solid #ccc;
 107      margin-bottom: 10px;
 108  }
 109  
 110  .error .header {
 111      background: #F5F5F4;
 112      font-weight: bold;
 113      padding: 4px;
 114      border-bottom: 1px solid #ccc;
 115  }
 116  
 117  .error .message {
 118      padding: 4px;
 119  }
 120  
 121  .multipage {
 122      background: #F5F5F4;
 123      border: 1px solid #ccc;
 124      margin-bottom: 10px;
 125      padding: 4px;
 126  }
 127  
 128  #printinfo {
 129      display: none;
 130  }
 131  
 132  #footer {
 133      padding-top: 10px;
 134      text-align: center;
 135      font-size: 0.8em;
 136  }
 137  
 138  #footer a {
 139      color: #000;
 140  }
 141  
 142  .quote_body, .code_body {
 143      margin-left: 18px;
 144  }
 145  
 146  img {
 147      max-width: 100%;
 148      height: auto;
 149  }


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref