[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/mt3-squash/ -> style.css (source)

   1  h4,h3 {
   2      margin: 0;
   3  }
   4  
   5  .serendipitySideBarContent input {
   6      width: 175px;
   7  }
   8  
   9  #mainpane {
  10      line-height: 140%;
  11      text-align: left;
  12      padding: 0px;
  13      width: 700px;
  14      background-color: #ffffff;
  15      border: 1px solid #FFFFFF;
  16      margin: auto;
  17  }
  18  
  19  #content {
  20      width: 500px;
  21  }
  22  
  23  #serendipityRightSideBar {
  24      width: 180px;
  25      padding: 10px;
  26      background-color: #ffffff;
  27      vertical-align: top;
  28  }
  29  
  30  #serendipityLeftSideBar {
  31      width: 150px;
  32      padding: 10px;
  33      vertical-align: top;
  34      background-color: #ffffff;
  35  }
  36  
  37  body {
  38      margin: 0px 0px 20px 0px;
  39      background-color: #DBDAD6;
  40  }
  41  
  42  input, textarea {
  43      font-size: x-small;
  44      font-family: verdana, arial, helvetica, sans-serif;
  45  }
  46  
  47  th, td {
  48      font-size: x-small;
  49  }
  50  
  51  p, td, th, div, span {
  52      font-family: verdana, arial, helvetica, sans-serif;
  53  }
  54  
  55  #serendipity_banner {
  56      font-family: Verdana, Arial, sans-serif;
  57      color: #FFFFFF;
  58      background-color: #E7AA5C;
  59      text-align: left;
  60      border-bottom: 1px solid #FFFFFF;
  61      width: 700px;
  62      height: 72px;
  63      margin: auto;
  64  }
  65  
  66  a.homelink1,
  67  a.homelink1:hover,
  68  a.homelink1:link,
  69  a.homelink1:visited,
  70  #serendipity_banner h1 {
  71      color: #ffffff;
  72      font-size: xx-large;
  73      font-weight: normal;
  74      padding-left: 5px;
  75      padding-top: 5px;
  76      margin: 0px;
  77      text-decoration: none;
  78  }
  79  
  80  a.homelink2,
  81  a.homelink2:hover,
  82  a.homelink2:link,
  83  a.homelink2:visited,
  84  #serendipity_banner h2 {
  85      color: #FFFFFF;
  86      padding-left: 5px;
  87      font-size: small;
  88      font-weight: normal;
  89      margin: 0px;
  90      text-decoration: none;
  91  }
  92  
  93  .serendipity_title {
  94      color: #333;
  95      font-family: 'Trebuchet MS', Verdana, sans-serif;
  96      font-size: small;
  97      text-align: left;
  98      font-weight: bold;
  99  }
 100  
 101  .serendipity_title a:link {
 102      color: #333;
 103      text-decoration: none;
 104  }
 105  
 106  .serendipity_title a:visited {
 107      color: #333;
 108      text-decoration: none;
 109  }
 110  
 111  .serendipity_title a:hover {
 112      color: #333;
 113      text-decoration: none;
 114  }
 115  
 116  .serendipity_entry {
 117      padding: 15px 15px 5px 0px;
 118      background-color: #FFFFFF;
 119      color: #666666;
 120      font-family: 'Trebuchet MS', Verdana, sans-serif;
 121      font-size: small;
 122      clear:both;
 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  div.serendipity_Entry_Date {
 132      padding-left: 15px;
 133      width: auto;
 134  }
 135  
 136  .serendipity_date {
 137      color: #666666;
 138      font-family: 'Trebuchet MS', Verdana, sans-serif;
 139      font-size: small;
 140      text-align: left;
 141      font-weight: bold;
 142      margin-bottom: 10px;
 143  }
 144  
 145  .serendipity_commentsTitle {
 146      font-family: 'Trebuchet MS', Verdana, sans-serif;
 147      display: block;
 148      width: 100%;
 149      color: #666666;
 150      font-size: small;
 151      font-weight: bold;
 152  }
 153  
 154  div.serendipity_entryFooter {
 155      color: #999999;
 156      font-family: 'Trebuchet MS', Verdana, sans-serif;
 157      font-size: x-small;
 158      border-top: 1px solid #999999;
 159      text-align: left;
 160      margin-bottom: 25px;
 161      line-height: normal;
 162      padding: 3px;
 163  
 164  }
 165  
 166  img.serendipity_entryIcon {
 167      float: right;
 168      border: 0px;
 169  }
 170  
 171  img.serendipity_entryIcon {
 172      float: right;
 173      border: 0px;
 174  }
 175  
 176  td.serendipity_commentsValue input,
 177  td.serendipity_commentsValue select,
 178  td.serendipity_commentsValue textarea {
 179      width: 95%;
 180      border: 1px solid #999999;
 181      padding: 2px;
 182  }
 183  
 184  
 185  td.serendipity_commentsLabel {
 186      font-size: x-small;
 187      font-weight: bold;
 188      vertical-align: top;
 189  }
 190  
 191  .serendipity_commentForm {
 192      font-size:x-small;
 193      color: #666666;
 194      margin-bottom: 13px;
 195      margin-right: 10px;
 196      margin-left: 10px;
 197      background-color: #FFFFFF;
 198  }
 199  .serendipity_comment {
 200      font-size: x-small;
 201      margin-right: 10px;
 202      margin-left: 10px;
 203      color: #666666;
 204      padding: 3px;
 205      background-color: #FFFFFF;
 206      border-right: 1px dotted #BBB;
 207      border-left: 1px dotted #BBB;
 208      margin-bottom: 10px;
 209      overflow: auto;
 210  }
 211  
 212  .serendipity_comment_source {
 213      margin-top: 5px;
 214      padding-left: 5px;
 215      margin-bottom: 5px;
 216  }
 217  
 218  td.serendipity_admin {
 219      padding: 10px;
 220  }
 221  
 222  a {
 223      text-decoration: underline;
 224  
 225  
 226      }
 227  
 228  a {
 229      text-decoration: underline;
 230  
 231  
 232      }
 233  
 234  a:link {
 235      color: #CC6600;
 236      }
 237  
 238  a:visited {
 239      color: #CC6600;
 240      }
 241  
 242  a:active {
 243      color: #CC6600;
 244      }
 245  
 246  a:hover {
 247      color: #FFCC33;
 248      }
 249  
 250  table.serendipity_calendar td {
 251      font-size: x-small;
 252      padding: 3px;
 253      text-align: center;
 254  }
 255  table.serendipity_calendar a {
 256      font-weight: bold;
 257      text-decoration: underline;
 258  }
 259  
 260  table.serendipity_calendar a:hover {
 261      text-decoration: none;
 262  }
 263  
 264  td.serendipity_weekDayName {
 265      font-size: x-small;
 266      font-weight:bold;
 267  }
 268  td.serendipity_calendarHeader a:link,
 269  td.serendipity_calendarHeader a:visited,
 270  td.serendipity_calendarHeader a:hover {
 271      border: 0;
 272      text-decoration: none;
 273  }
 274  div.serendipityPlug, div.serendipityPlug a {
 275      font-size: 11px;
 276      text-decoration: none;
 277      border: 0px;
 278      text-align: center;
 279  }
 280  
 281  /* Container for each item on the side bar */
 282  div.serendipitySideBarItem {
 283      color: #666666;
 284      font-family: 'Trebuchet MS', Verdana, sans-serif;
 285      font-size: x-small;
 286      text-align: left;
 287      margin-bottom: 25px;
 288      line-height: normal;
 289      padding: 3px;}
 290  
 291  /* title of an individual item */
 292  .serendipitySideBarTitle {
 293      color: #666666;
 294      font-family: Verdana, Arial, sans-serif;
 295      font-size: x-small;
 296      text-align: center;
 297      font-weight: bold;
 298      text-transform: uppercase;
 299      letter-spacing: .2em;
 300      padding: 3px;
 301  }
 302  
 303  .serendipityImageButton {
 304      cursor: pointer;
 305  }
 306  
 307  td.serendipitySideBar {
 308      font-size: x-small;
 309      width: 200px;
 310      padding: 10px;
 311  }
 312  
 313  div.serendipity_admin_title {
 314      font-size: 22px;
 315      font-weight: bold;
 316      margin-bottom: 12px;
 317  }
 318  
 319  div.serendipity_admin_list_title {
 320      font-size: 12px;
 321      font-weight: bold;
 322      margin-bottom: 8px;
 323  }
 324  
 325  td.serendipity_admin_list_item {
 326      padding: 15px;
 327      border: dashed 1px #000000;
 328  }
 329  
 330  .serendipity_entry p {
 331      margin-top: 0px;
 332      padding-bottom: 10px;
 333  }
 334  
 335  /** Embedded images with the s9y image manager **/
 336  .serendipity_imageComment_center,
 337  .serendipity_imageComment_left,
 338  .serendipity_imageComment_right {
 339      border: 1px solid black;
 340      background-color: #EFEFEF;
 341      margin: 3px;
 342  }
 343  
 344  .serendipity_imageComment_center {
 345      margin: 0px;
 346  }
 347  
 348  .serendipity_imageComment_left {
 349      float: left;
 350  }
 351  
 352  .serendipity_imageComment_right {
 353      float: right;
 354  }
 355  
 356  .serendipity_imageComment_img,
 357  .serendipity_imageComment_img img {
 358      margin: 0px;
 359      padding: 0px;
 360      border: 0px;
 361      text-align: center;
 362  }
 363  
 364  .serendipity_imageComment_txt {
 365      margin: 0px;
 366      padding: 3px;
 367      clear: both;
 368      font-size: xx-small;
 369      text-align: center;
 370  }
 371  
 372  .serendipity_admin_list_item_even {
 373      background-color: #ffffff;
 374  }
 375  
 376  .serendipity_admin_list_item_uneven {
 377      background-color: #E0E0E0;
 378  }
 379  .serendipity_admin_filters {
 380      border: 1px dashed;
 381      background-color: #FFFFFF;
 382      font-size: 10px;
 383      margin-bottom: 10px;
 384      padding: 2px;
 385  }
 386  
 387  .serendipity_admin_filters_headline {
 388      border-bottom: 1px solid;
 389  }
 390  
 391  .serendipity_admin_sortorder {
 392      font-size: 10px;
 393      text-align: center;
 394  }
 395  
 396  .serendipity_admin_sortorder input,
 397  .serendipity_admin_sortorder select,
 398  .serendipity_admin_filters input,
 399  .serendipity_admin_filters select {
 400      font-size: 10px;
 401  }
 402  
 403  .serendipity_center {
 404      margin-left: auto;
 405      margin-right: auto;
 406      text-align: center;
 407  }
 408  
 409  .serendipity_entry_author_self {
 410  }
 411  
 412  .serendipity_comment_author_self {
 413      background-color: #f5f5f5;
 414  }


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