[ Index ]

PHP Cross Reference of phpBB-3.2.11-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  #doc-description {
 158      float: left;
 159      width: 70%;
 160  }
 161  
 162  #doc-description h1 {
 163      margin-right: 0;
 164  }
 165  
 166  .headerbar {
 167      background: #ebebeb none repeat-x 0 0;
 168      border-radius: 7px;
 169      color: #FFFFFF;
 170      margin-bottom: 4px;
 171      padding: 5px;
 172  }
 173  
 174  .paragraph {
 175      border-radius: 7px;
 176      font-size: 1.1em;
 177      padding: 5px 10px;
 178      margin-bottom: 4px;
 179      background-repeat: no-repeat;
 180      background-position: 100% 0;
 181      background-color: #ECF3F7;
 182  }
 183  
 184  .paragraph:target .content {
 185      color: #000000;
 186  }
 187  
 188  .paragraph:target h3 a {
 189      color: #000000;
 190  }
 191  
 192  .main-description {
 193      font-size: 1.15em;
 194  }
 195  
 196  .content {
 197      color: #333333;
 198  }
 199  
 200  .content h2, .panel h2 {
 201      color: #115098;
 202      border-bottom-color:  #CCCCCC;
 203  }
 204  
 205  a:link    { color: #898989; text-decoration: none; }
 206  a:visited    { color: #898989; text-decoration: none; }
 207  a:hover    { color: #d3d3d3; text-decoration: underline; }
 208  a:active    { color: #d2d2d2; text-decoration: none; }
 209  
 210  hr {
 211      border-color: #FFFFFF;
 212      border-top-color: #CCCCCC;
 213  }
 214  
 215  .menu {
 216      background-color: #cadceb;
 217  }
 218  
 219  .headerbar {
 220      background-color: #12A3EB;
 221      background-image: url("../images/bg_header.gif");
 222      color: #FFFFFF;
 223  }
 224  
 225  .panel {
 226      background-color: #ECF1F3;
 227      color: #28313F;
 228  }
 229  
 230  .error {
 231      color: #BC2A4D;
 232  }
 233  
 234  a:link    { color: #105289; }
 235  a:visited    { color: #105289; }
 236  a:hover    { color: #D31141; }
 237  a:active    { color: #368AD2; }
 238  
 239  .content {
 240      padding: 0;
 241      line-height: 1.48em;
 242      color: #333333;
 243  }
 244  
 245  .content h2, .panel h2 {
 246      color: #115098;
 247      border-bottom-color:  #CCCCCC;
 248  }
 249  
 250  .notice {
 251      border-top-color:  #CCCCCC;
 252  }
 253  
 254  .codebox {
 255      padding: 3px;
 256      background-color: #FFFFFF;
 257      border: 1px solid #C9D2D8;
 258      font-size: 1em;
 259      margin-bottom: 10px;
 260      display: block;
 261      font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
 262      line-height: 1.3em;
 263  }
 264  
 265  * html hr { margin: 0; }
 266  
 267  .top {
 268      background: url("../images/icon_back_top.gif") no-repeat top left;
 269      text-decoration: none;
 270      width: 11px;
 271      height: 11px;
 272      display: block;
 273      float: right;
 274      overflow: hidden;
 275      letter-spacing: 1000px;
 276      text-indent: 11px;
 277  }
 278  
 279  .content ol, .content ul {
 280      margin-left: 25px;
 281      margin-top: 0;
 282  }
 283  
 284  .content ul + p, .content ul + div {
 285      margin-top: 20px;
 286  }
 287  
 288  .comment {
 289      color: green;
 290  }
 291  
 292  .indent {
 293      margin-left: 20px;
 294  }
 295  
 296  .paragraph table  {
 297      font-size:    8pt;
 298      border-collapse: collapse;
 299      border: 1px solid #cfcfcf;
 300      margin-bottom: 20px;
 301  }
 302  
 303  .paragraph table caption  {
 304      display: none;
 305  }
 306  
 307  .paragraph table thead  {
 308      background-color: #cadceb;
 309      color: #000;
 310  }
 311  
 312  .paragraph table td, .paragraph table th {
 313      border: 1px solid #006699;
 314      padding: 0.5em;
 315      background-color: #e1ebf2;
 316  }
 317  
 318  .paragraph table th {
 319      background-color: #cadceb;
 320  }
 321  
 322  .paragraph table td dl {
 323      margin: 0;
 324      padding: 0;
 325  }
 326  
 327  .paragraph table td dl dt {
 328      float: left;
 329      clear: both;
 330      margin-right: 1em;
 331  }
 332  
 333  .inner:after {
 334      clear: both;
 335      content: '';
 336      display: block;
 337  }


Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1