[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default/ -> style.css (source)

   1  h4,h3 {
   2      margin: 0;
   3  }
   4  
   5  .serendipitySideBarContent input {
   6      width: 150px;
   7  }
   8  
   9  #mainpane {
  10      border-bottom: 1px solid #000000;
  11      margin: auto;
  12      width: 100%;
  13      border-top: 0px;
  14      background-color: #FFFFFF;
  15      border-top: 1px solid #000000;
  16  }
  17  
  18  #content {
  19      padding: 10px;
  20      margin: 10px;
  21      width: auto;
  22  }
  23  
  24  #serendipityRightSideBar {
  25      width: 170px;
  26      border-left: 1px dashed #000000;
  27      padding: 10px;
  28      vertical-align: top;
  29  }
  30  
  31  #serendipityLeftSideBar {
  32      width: 170px;
  33      border-right: 1px dashed #000000;
  34      padding: 10px;
  35      vertical-align: top;
  36  }
  37  
  38  body {
  39      font-size: 10pt;
  40      margin: 0;
  41      background-color: #D2DFF2;
  42      font-size: 10px;
  43      font-family: verdana, arial, helvetica, sans-serif;
  44      margin-bottom: 30px;
  45  }
  46  
  47  input, textarea {
  48      font-size: 10pt;
  49      font-family: verdana, arial, helvetica, sans-serif;
  50  }
  51  
  52  th, td {
  53      font-size: 10pt;
  54  }
  55  
  56  p, td, th, div, span {
  57      font-family: verdana, arial, helvetica, sans-serif;
  58  }
  59  
  60  #serendipity_banner {
  61      margin: auto;
  62      width: 100%;
  63      height: 72px;
  64      background-image: url({TEMPLATE_PATH}img/background.png);
  65  }
  66  
  67  a.homelink1,
  68  a.homelink1:hover,
  69  a.homelink1:link,
  70  a.homelink1:visited,
  71  #serendipity_banner h1 {
  72      color: #FFFFFF;
  73      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  74      font-size : 20px;
  75      padding-left:15px;
  76      padding-top: 10px;
  77      margin: 0px;
  78      text-decoration: none;
  79  }
  80  
  81  a.homelink2,
  82  a.homelink2:hover,
  83  a.homelink2:link,
  84  a.homelink2:visited,
  85  #serendipity_banner h2 {
  86      color: #FFFFFF;
  87      padding-left: 15px;
  88      font-size: 14px;
  89      margin: 0px;
  90      text-decoration: none;
  91  }
  92  
  93  .serendipity_title {
  94      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  95      font-size: medium;
  96      font-weight: bold;
  97      margin-top: 10px;
  98      color: #333333;
  99      padding-left: 5px;
 100      border-bottom: 2px solid #36558C;
 101  }
 102  
 103  .serendipity_title a:link,
 104  .serendipity_title a:visited {
 105     text-decoration: none;
 106     border: 0;
 107     color: #000000;
 108  }
 109  
 110  .serendipity_title a:hover {
 111     color: #FF0000;
 112  }
 113  
 114  .serendipity_entry {
 115      font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
 116      color: #333333;
 117      font-size: 9.5pt;
 118      font-weight: normal;
 119      padding-right: 10px;
 120      width: 95%;
 121      margin: auto;
 122      margin-top: 10px;
 123  }
 124  
 125  .serendipity_entry_body_folded,
 126  .serendipity_entry_body_unfolded,
 127  .serendipity_entry_extended {
 128      /* Inner blocks of .serendipity_entry, can be used for further customization */
 129  }
 130  
 131  .serendipity_entry_date {
 132      margin: auto;
 133  }
 134  
 135  .serendipity_date {
 136      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 137      font-size: large;
 138      color: #333333;
 139      margin: 0;
 140      margin-top: 20px;
 141      text-align: right;
 142  }
 143  
 144  .serendipity_commentsTitle {
 145      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
 146      font-size: small;
 147      font-weight: bold;
 148      margin-top: 10px;
 149      color: #333333;
 150      padding-left: 5px;
 151      border-bottom: 2px solid #36558C;
 152  }
 153  
 154  div.serendipity_entryFooter {
 155      font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
 156      font-size: x-small;
 157      color: #000000;
 158      padding-top: 10px;
 159      padding-bottom: 4px;
 160      clear: both;
 161  }
 162  
 163  img.serendipity_entryIcon {
 164      float: right;
 165      border: 0px;
 166  }
 167  
 168  img.serendipity_entryIcon {
 169      float: right;
 170      border: 0px;
 171  }
 172  
 173  td.serendipity_commentsLabel {
 174      font-size: 12px;
 175      font-weight: bold;
 176      vertical-align: top;
 177  }
 178  
 179  td.serendipity_commentsValue input,
 180  td.serendipity_commentsValue select,
 181  td.serendipity_commentsValue textarea {
 182      font-size: 12px;
 183      padding: 2px;
 184      width: 400px;
 185  }
 186  
 187  
 188  .serendipity_commentForm {
 189      font-size: 13px;
 190      color: #404040;
 191      margin-bottom: 13px;
 192      margin-right: 10px;
 193      margin-left: 10px;
 194      background-color: #FFFFFF;
 195  }
 196  .serendipity_comment {
 197      font-size: 13px;
 198      margin-top: 10px;
 199      margin-right: 10px;
 200      margin-left: 10px;
 201      color: #404040;
 202      padding: 3px;
 203      background-color: #FFFFFF;
 204      overflow: auto;
 205  }
 206  
 207  .serendipity_comment_source {
 208      margin-top: 5px;
 209      padding-left: 5px;
 210      margin-bottom: 5px;
 211      padding-bottom: 3px;
 212      border-bottom: 2px solid #36558C;
 213  }
 214  
 215  a:link,
 216  a:visited,
 217  a:active {
 218      color: #003366;
 219      text-decoration: underline;
 220  }
 221  a:hover {
 222      color: #000000;
 223      text-decoration: underline;
 224  }
 225  
 226  table.serendipity_calendar td {
 227      font-size:11px;
 228      padding: 3px;
 229  }
 230  table.serendipity_calendar a {
 231      color: #FF0000;
 232      font-weight: bold;
 233      text-decoration:none;
 234  }
 235  
 236  table.serendipity_calendar a:hover {
 237      text-decoration: none;
 238  }
 239  
 240  td.serendipity_weekDayName {
 241      font-size:11px;
 242      font-weight:bold;
 243  }
 244  td.serendipity_calendarHeader a:link,
 245  td.serendipity_calendarHeader a:visited,
 246  td.serendipity_calendarHeader a:hover {
 247      border: 0;
 248      text-decoration: none;
 249  }
 250  
 251  div.serendipityPlug {
 252      padding-left: 10px;
 253  }
 254  
 255  div.serendipityPlug a {
 256      text-decoration: none;
 257      border: 0px;
 258  }
 259  
 260  /* Container for each item on the side bar */
 261  div.serendipitySideBarItem {
 262      padding-bottom: 12px;
 263      margin-bottom: 12px;
 264      font-size: 12px;
 265      font-weight:normal;
 266      border-bottom: solid 2px #36558C;
 267  }
 268  
 269  /* title of an individual item */
 270  .serendipitySideBarTitle {
 271      margin: 0;
 272      font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
 273      color: #000000;
 274      font-size: 12px;
 275      font-weight:bold;
 276      padding-left:2px;
 277      padding-bottom:2px;
 278  }
 279  
 280  .serendipityImageButton {
 281      cursor: pointer;
 282  }
 283  .serendipity_entry p {
 284      margin-top: 0px;
 285      padding-bottom: 0px;
 286  }
 287  
 288  /** Embedded images with the s9y image manager **/
 289  .serendipity_imageComment_center,
 290  .serendipity_imageComment_left,
 291  .serendipity_imageComment_right {
 292      border: 1px solid #DDDDDD;
 293      background-color: #EFEFEF;
 294      margin: 3px;
 295      padding: 3px;
 296      text-align: center;
 297  }
 298  
 299  .serendipity_imageComment_center {
 300      margin: auto;
 301  }
 302  
 303  .serendipity_imageComment_left {
 304      float: left;
 305  }
 306  
 307  .serendipity_imageComment_right {
 308      float: right;
 309  }
 310  
 311  .serendipity_imageComment_img,
 312  .serendipity_imageComment_img img {
 313      margin: 0px;
 314      padding: 0px;
 315      text-align: center;
 316  }
 317  
 318  .serendipity_imageComment_txt {
 319      border-top: 1px solid #DDDDDD;
 320      margin: 0px;
 321      padding: 3px;
 322      clear: both;
 323      font-size: 8pt;
 324      text-align: center;
 325  }
 326  
 327  .serendipity_comments {
 328  }
 329  
 330  .serendipity_center {
 331      margin-left: auto;
 332      margin-right: auto;
 333      text-align: center;
 334  }
 335  
 336  .serendipity_msg_important {
 337      color: red;
 338  }
 339  
 340  .serendipity_msg_notice {
 341      color: green;
 342  }
 343  
 344  .serendipity_entry_author_self {
 345  }
 346  
 347  .serendipity_comment_author_self .serendipity_comment_source {
 348      background-color: #EEEEFF;
 349  }


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