[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/docs/assets/css/ -> stylesheet.css (source)

   1  /*
   2      The original "prosilver" theme for phpBB3
   3      Created by subBlue design :: http://www.subBlue.com
   4  */
   5  
   6  * { margin: 0; padding: 0; }
   7  
   8  html { font-size: 100%; height: 100%; margin-bottom: 1px; }
   9  
  10  body {
  11      font-family: Verdana, Helvetica, Arial, sans-serif;
  12      color: #828282;
  13      background-color: #FFFFFF;
  14      font-size: 10px;
  15      margin: 0;
  16      padding: 12px 0;
  17  }
  18  
  19  img { border-width: 0; }
  20  
  21  ul, ol {
  22      font-size: 1.1em;
  23  }
  24  
  25  ul ul, ol ol {
  26      font-size: inherit;
  27  }
  28  
  29  p {
  30      line-height: 1.3em;
  31      font-size: 1.1em;
  32      margin-bottom: 1.5em;
  33  }
  34  
  35  hr {
  36      border: 0 none #FFFFFF;
  37      border-top: 1px solid #CCCCCC;
  38      height: 1px;
  39      margin: 5px 0;
  40      display: block;
  41      clear: both;
  42  }
  43  
  44  html, body {
  45      color: #536482;
  46      background-color: #FFFFFF;
  47  }
  48  
  49  #doc-description h1 {
  50      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  51      margin-right: 200px;
  52      color: #FFFFFF;
  53      margin-top: 15px;
  54      font-weight: bold;
  55      font-size: 2em;
  56      color: #fff;
  57  }
  58  
  59  h1 {
  60      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  61      font-weight: normal;
  62      color: #000;
  63      font-size: 2em;
  64      margin: 0.8em 0 0.2em 0;
  65  }
  66  
  67  h2 {
  68      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  69      font-weight: normal;
  70      color: #28313F;
  71      font-size: 1.5em;
  72      margin: 0.8em 0 0.2em 0;
  73  }
  74  
  75  h3 {
  76      font-family: Arial, Helvetica, sans-serif;
  77      font-weight: bold;
  78      border-bottom: 1px solid #CCCCCC;
  79      margin-bottom: 3px;
  80      padding-bottom: 2px;
  81      font-size: 1.1em;
  82      color: #115098;
  83      margin-top: 20px;
  84  }
  85  
  86  h4 {
  87      font-family: Arial, Helvetica, sans-serif;
  88      font-weight: bold;
  89      margin-bottom: 3px;
  90      padding-bottom: 2px;
  91      font-size: 1.1em;
  92      color: #115098;
  93      margin-top: 20px;
  94  }
  95  
  96  .good { color: green; }
  97  .bad { color: red; }
  98  
  99  .version {
 100      margin-top: 20px;
 101      text-align: left;
 102      font-size: 70%;
 103      color: #006600;
 104      border-top: 1px solid #ccc;
 105  }
 106  
 107  code {
 108      color: #006600;
 109      font-weight: normal;
 110      font-family: 'Courier New', monospace;
 111      border-color: #D1D7DC;
 112      border-width: 1px;
 113      border-style: solid;
 114      background-color: #FAFAFA;
 115      padding: 0 4px;
 116  }
 117  
 118  pre {
 119      color: #006600;
 120      font-weight: normal;
 121      font-family: 'Courier New', monospace;
 122      border-color: #D1D7DC;
 123      border-width: 1px;
 124      border-style: solid;
 125      background-color: #FAFAFA;
 126      padding: 0 4px
 127  }
 128  
 129  #wrap {
 130      padding: 0 20px;
 131      min-width: 650px;
 132  }
 133  
 134  #simple-wrap {
 135      padding: 6px 10px;
 136  }
 137  
 138  #page-body {
 139      margin: 4px 0;
 140      clear: both;
 141  }
 142  
 143  #page-footer {
 144      clear: both;
 145  }
 146  
 147  #logo {
 148      float: left;
 149      width: auto;
 150      padding: 10px 13px 0 10px;
 151  }
 152  
 153  a#logo:hover {
 154      text-decoration: none;
 155  }
 156  
 157  .site_logo {
 158      background-image: url("../images/site_logo.svg");
 159      background-repeat: no-repeat;
 160      display: inline-block;
 161      width: 149px;
 162      height: 52px;
 163  }
 164  
 165  #doc-description {
 166      float: left;
 167      width: 70%;
 168  }
 169  
 170  #doc-description h1 {
 171      margin-right: 0;
 172  }
 173  
 174  .headerbar {
 175      background: #ebebeb none repeat-x 0 0;
 176      border-radius: 7px;
 177      color: #FFFFFF;
 178      margin-bottom: 4px;
 179      padding: 5px;
 180  }
 181  
 182  .paragraph {
 183      border-radius: 7px;
 184      font-size: 1.1em;
 185      padding: 5px 10px;
 186      margin-bottom: 4px;
 187      background-repeat: no-repeat;
 188      background-position: 100% 0;
 189      background-color: #ECF3F7;
 190  }
 191  
 192  .paragraph:target .content {
 193      color: #000000;
 194  }
 195  
 196  .paragraph:target h3 a {
 197      color: #000000;
 198  }
 199  
 200  .main-description {
 201      font-size: 1.15em;
 202  }
 203  
 204  .content {
 205      color: #333333;
 206  }
 207  
 208  .content h2, .panel h2 {
 209      color: #115098;
 210      border-bottom-color:  #CCCCCC;
 211  }
 212  
 213  a:link    { color: #898989; text-decoration: none; }
 214  a:visited    { color: #898989; text-decoration: none; }
 215  a:hover    { color: #d3d3d3; text-decoration: underline; }
 216  a:active    { color: #d2d2d2; text-decoration: none; }
 217  
 218  hr {
 219      border-color: #FFFFFF;
 220      border-top-color: #CCCCCC;
 221  }
 222  
 223  .menu {
 224      background-color: #cadceb;
 225  }
 226  
 227  .headerbar {
 228      background-color: #12A3EB;
 229      background-image: url("../images/bg_header.gif");
 230      color: #FFFFFF;
 231  }
 232  
 233  .panel {
 234      background-color: #ECF1F3;
 235      color: #28313F;
 236  }
 237  
 238  .error {
 239      color: #BC2A4D;
 240  }
 241  
 242  a:link    { color: #105289; }
 243  a:visited    { color: #105289; }
 244  a:hover    { color: #D31141; }
 245  a:active    { color: #368AD2; }
 246  
 247  .content {
 248      padding: 0;
 249      line-height: 1.48em;
 250      color: #333333;
 251  }
 252  
 253  .content h2, .panel h2 {
 254      color: #115098;
 255      border-bottom-color:  #CCCCCC;
 256  }
 257  
 258  .notice {
 259      border-top-color:  #CCCCCC;
 260  }
 261  
 262  .codebox {
 263      padding: 3px;
 264      background-color: #FFFFFF;
 265      border: 1px solid #C9D2D8;
 266      font-size: 1em;
 267      margin-bottom: 10px;
 268      display: block;
 269      font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
 270      line-height: 1.3em;
 271  }
 272  
 273  * html hr { margin: 0; }
 274  
 275  .top {
 276      background: url("../images/icon_back_top.gif") no-repeat top left;
 277      text-decoration: none;
 278      width: 11px;
 279      height: 11px;
 280      display: block;
 281      float: right;
 282      overflow: hidden;
 283      letter-spacing: 1000px;
 284      text-indent: 11px;
 285  }
 286  
 287  .content ol, .content ul {
 288      margin-left: 25px;
 289      margin-top: 0;
 290  }
 291  
 292  .content ul + p, .content ul + div {
 293      margin-top: 20px;
 294  }
 295  
 296  .comment {
 297      color: green;
 298  }
 299  
 300  .indent {
 301      margin-left: 20px;
 302  }
 303  
 304  .paragraph table  {
 305      font-size:    8pt;
 306      border-collapse: collapse;
 307      border: 1px solid #cfcfcf;
 308      margin-bottom: 20px;
 309  }
 310  
 311  .paragraph table caption  {
 312      display: none;
 313  }
 314  
 315  .paragraph table thead  {
 316      background-color: #cadceb;
 317      color: #000;
 318  }
 319  
 320  .paragraph table td, .paragraph table th {
 321      border: 1px solid #006699;
 322      padding: 0.5em;
 323      background-color: #e1ebf2;
 324  }
 325  
 326  .paragraph table th {
 327      background-color: #cadceb;
 328  }
 329  
 330  .paragraph table td dl {
 331      margin: 0;
 332      padding: 0;
 333  }
 334  
 335  .paragraph table td dl dt {
 336      float: left;
 337      clear: both;
 338      margin-right: 1em;
 339  }
 340  
 341  .inner:after {
 342      clear: both;
 343      content: '';
 344      display: block;
 345  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1