[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/wp/ -> wp-layout.css (source)

   1  /* Serendipity WP default
   2     By Evan Nemerson
   3     December 11, 2004
   4  
   5     This is just a simple template modeled after the default one. It is
   6     meant mostly as something to collect dust while you use a custom WP
   7     theme, but it can also be used to guide you in creating your own.
   8     It is licensed under the BSD license, like the rest of Serendipity,
   9     and unlike most WP themes (which are GPL). */
  10  
  11  #content {
  12      border-right: 1px dashed #000000;
  13      border-bottom: 1px solid #000000;
  14      border-top: 0px;
  15      background-color: #FFFFFF;
  16      position: absolute;
  17      margin-right: 16em;
  18  }
  19  
  20  #menu {
  21      vertical-align: top;
  22      background: white;
  23      width: 16em;
  24      position: absolute;
  25      right: 0;
  26  }
  27  
  28  #content > * {
  29      padding: 10px;
  30      margin: 10px;
  31      width: auto;
  32  }
  33  
  34  #menu > ul {
  35      display: block;
  36      list-style: none;
  37      padding-left: 0;
  38      margin: 1em;
  39  }
  40  
  41  #menu > ul > li {
  42    font-size: 1.2em;
  43    font-weight: bold;
  44    margin-bottom: 1em;
  45    padding-bottom: 1em;
  46    border-bottom: solid 2px #36558C;
  47  }
  48  
  49  #menu > ul > li > * {
  50    font-size: 0.83em;
  51    font-weight: normal;
  52  }
  53  
  54  body {
  55      font-size: 10pt;
  56      margin: 0;
  57      font-size: 10px;
  58      font-family: verdana, arial, helvetica, sans-serif;
  59      margin-bottom: 30px;
  60  }
  61  
  62  input, textarea {
  63      font-size: 10pt;
  64      font-family: verdana, arial, helvetica, sans-serif;
  65  }
  66  
  67  th, td {
  68      font-size: 10pt;
  69  }
  70  
  71  p, td, th, div, span {
  72      font-family: verdana, arial, helvetica, sans-serif;
  73  }
  74  
  75  #header {
  76      margin: auto;
  77      width: 100%;
  78      padding: 1em;
  79      background-image: url(../default/img/background.png);
  80      border-bottom: 1px solid #000000;
  81  }
  82  
  83  #header a,
  84  #header a:hover,
  85  #header a:link,
  86  #header a:visited {
  87      color: #FFFFFF;
  88      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  89      text-decoration: none;
  90  }
  91  
  92  h2 {
  93      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  94      font-size: large;
  95      color: #333333;
  96      margin: 0;
  97      margin-top: 20px;
  98      text-align: right;
  99  }
 100  
 101  .storytitle {
 102      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 103      font-size: medium;
 104      font-weight: bold;
 105      margin-top: 1em;
 106      color: #333333;
 107      border-bottom: 2px solid #36558C;
 108  }
 109  
 110  .storytitle a:link,
 111  .storytitle a:visited {
 112     text-decoration: none;
 113     border: 0;
 114     color: #000000;
 115  }
 116  
 117  .meta > ul > li, ul.post-meta li {
 118      display: inline;
 119  }
 120  
 121  .meta > ul {
 122      display: inline;
 123      list-style: none;
 124      margin: 0;
 125      padding: 0;
 126  }
 127  
 128  .storytitle {
 129      margin: auto;
 130  }
 131  
 132  .storytitle a:hover {
 133     color: #FF0000;
 134  }
 135  
 136  .storycontent {
 137      font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
 138      color: #333333;
 139      font-size: 1.3em;
 140      font-weight: normal;
 141      padding-right: 10px;
 142      width: 95%;
 143      margin: auto;
 144      margin-top: 1em;
 145  }


Généré le : Sat Nov 24 09:00:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics