[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/default-rtl/ -> 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-right: 1px dashed #000000;
  27      padding: 10px;
  28      vertical-align: top;
  29  }
  30  
  31  #serendipityLeftSideBar {

  32      width: 170px;
  33      border-left: 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: Tahoma, verdana, arial, helvetica, sans-serif;
  44      margin-bottom: 30px;
  45      direction:rtl;
  46  }
  47  
  48  input, textarea {
  49      font-size: 10pt;
  50      font-family: Tahoma, verdana, arial, helvetica, sans-serif;
  51  }
  52  
  53  th, td {
  54      font-size: 10pt;
  55  }
  56  
  57  p, td, th, div, span {
  58      font-family: Tahoma, verdana, arial, helvetica, sans-serif;
  59  }
  60  
  61  #serendipity_banner {

  62      margin: auto;
  63      width: 100%;
  64      height: 72px;
  65      background-image: url({TEMPLATE_PATH}img/background.png);
  66  }
  67  
  68  a.homelink1,
  69  a.homelink1:hover,
  70  a.homelink1:link,
  71  a.homelink1:visited,
  72  #serendipity_banner h1 {

  73      color: #FFFFFF;
  74      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
  75      font-size : 20px;
  76      padding-right:15px;
  77      padding-top: 10px;
  78      margin: 0px;
  79      text-decoration: none;
  80  }
  81  
  82  a.homelink2,
  83  a.homelink2:hover,
  84  a.homelink2:link,
  85  a.homelink2:visited,
  86  #serendipity_banner h2 {

  87      color: #FFFFFF;
  88      padding-right: 15px;
  89      font-size: 14px;
  90      margin: 0px;
  91      text-decoration: none;
  92  }
  93  
  94  .serendipity_title {
  95      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
  96      font-size: medium;
  97      font-weight: bold;
  98      margin-top: 10px;
  99      color: #333333;
 100      padding-right: 5px;
 101      border-bottom: 2px solid #36558C;
 102  }
 103  
 104  .serendipity_title a:link,
 105  .serendipity_title a:visited {
 106     text-decoration: none;
 107     border: 0;
 108     color: #000000;
 109  }
 110  
 111  .serendipity_title a:hover {
 112     color: #FF0000;
 113  }
 114  
 115  .serendipity_entry {
 116      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 117      color: #333333;
 118      font-size: 9.5pt;
 119      font-weight: normal;
 120      padding-left: 10px;
 121      width: 95%;
 122      margin: auto;
 123      margin-top: 10px;
 124  }
 125  
 126  .serendipity_entry_body_folded,
 127  .serendipity_entry_body_unfolded,
 128  .serendipity_entry_extended {
 129      /* Inner blocks of .serendipity_entry, can be used for further customization */

 130  }
 131  
 132  .serendipity_entry_date {
 133      margin: auto;
 134  }
 135  
 136  .serendipity_date {
 137      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 138      font-size: medium;
 139      color: #333333;
 140      margin: 0;
 141      margin-top: 20px;
 142      text-align: left;
 143  }
 144  
 145  .serendipity_commentsTitle {
 146      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 147      font-size: small;
 148      font-weight: bold;
 149      margin-top: 10px;
 150      color: #333333;
 151      padding-right: 5px;
 152      border-bottom: 2px solid #36558C;
 153  }
 154  
 155  div.serendipity_entryFooter {
 156      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 157      font-size: x-small;
 158      color: #000000;
 159      padding-top: 10px;
 160      padding-bottom: 4px;
 161      clear: both;
 162  }
 163  
 164  img.serendipity_entryIcon {
 165      float: left;
 166      border: 0px;
 167  }
 168  
 169  img.serendipity_entryIcon {
 170      float: left;
 171      border: 0px;
 172  }
 173  
 174  td.serendipity_commentsLabel {
 175      font-size: 12px;
 176      font-weight: bold;
 177      vertical-align: top;
 178  }
 179  
 180  td.serendipity_commentsValue input,
 181  td.serendipity_commentsValue select,
 182  td.serendipity_commentsValue textarea {
 183      font-size: 12px;
 184      padding: 2px;
 185      width: 400px;
 186  }
 187  
 188  
 189  .serendipity_commentForm {
 190      font-size: 13px;
 191      color: #404040;
 192      margin-bottom: 13px;
 193      margin-right: 10px;
 194      margin-left: 10px;
 195      background-color: #FFFFFF;
 196  }
 197  .serendipity_comment {
 198      font-size: 13px;
 199      margin-top: 10px;
 200      margin-right: 10px;
 201      margin-left: 10px;
 202      color: #404040;
 203      padding: 3px;
 204      background-color: #FFFFFF;
 205      overflow: auto;
 206  }
 207  
 208  .serendipity_comment_source {
 209      margin-top: 5px;
 210      padding-right: 5px;
 211      margin-bottom: 5px;
 212      padding-bottom: 3px;
 213      border-bottom: 2px solid #36558C;
 214  }
 215  
 216  a:link,
 217  a:visited,
 218  a:active {
 219      color: #003366;
 220      text-decoration: underline;
 221  }
 222  a:hover {
 223      color: #000000;
 224      text-decoration: underline;
 225  }
 226  
 227  table.serendipity_calendar td {
 228      font-size:11px;
 229      padding: 3px;
 230  }
 231  table.serendipity_calendar a {
 232      color: #FF0000;
 233      font-weight: bold;
 234      text-decoration:none;
 235  }
 236  
 237  table.serendipity_calendar a:hover {
 238      text-decoration: none;
 239  }
 240  
 241  td.serendipity_weekDayName {
 242      font-size:11px;
 243      font-weight:bold;
 244  }
 245  td.serendipity_calendarHeader a:link,
 246  td.serendipity_calendarHeader a:visited,
 247  td.serendipity_calendarHeader a:hover {
 248      border: 0;
 249      text-decoration: none;
 250  }
 251  
 252  div.serendipityPlug {
 253      padding-right: 10px;
 254  }
 255  
 256  div.serendipityPlug a {
 257      text-decoration: none;
 258      border: 0px;
 259  }
 260  
 261  /* Container for each item on the side bar */

 262  div.serendipitySideBarItem {
 263      padding-bottom: 12px;
 264      margin-bottom: 12px;
 265      font-size: 12px;
 266      font-weight:normal;
 267      border-bottom: solid 2px #36558C;
 268  }
 269  
 270  /* title of an individual item */

 271  .serendipitySideBarTitle {
 272      margin: 0;
 273      font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
 274      color: #000000;
 275      font-size: 12px;
 276      font-weight:bold;
 277      padding-right:2px;
 278      padding-bottom:2px;
 279  }
 280  
 281  .serendipityImageButton {
 282      cursor: pointer;
 283  }
 284  .serendipity_entry p {
 285      margin-top: 0px;
 286      padding-bottom: 0px;
 287  }
 288  
 289  /** Embedded images with the s9y image manager **/

 290  .serendipity_imageComment_center,
 291  .serendipity_imageComment_left,
 292  .serendipity_imageComment_right {
 293      border: 1px solid #DDDDDD;
 294      background-color: #EFEFEF;
 295      margin: 3px;
 296      padding: 3px;
 297      text-align: center;
 298  }
 299  
 300  .serendipity_imageComment_center {
 301      margin: auto;
 302  }
 303  
 304  .serendipity_imageComment_left {
 305      float: right;
 306  }
 307  
 308  .serendipity_imageComment_right {
 309      float: left;
 310  }
 311  
 312  .serendipity_imageComment_img,
 313  .serendipity_imageComment_img img {
 314      margin: 0px;
 315      padding: 0px;
 316      text-align: center;
 317  }
 318  
 319  .serendipity_imageComment_txt {
 320      border-top: 1px solid #DDDDDD;
 321      margin: 0px;
 322      padding: 3px;
 323      clear: both;
 324      font-size: 8pt;
 325      text-align: center;
 326  }
 327  
 328  .serendipity_comments {
 329  }
 330  
 331  .serendipity_center {
 332      margin-left: auto;
 333      margin-right: auto;
 334      text-align: center;
 335  }
 336  
 337  .serendipity_msg_important {
 338      color: red;
 339  }
 340  
 341  .serendipity_msg_notice {
 342      color: green;
 343  }
 344  
 345  .serendipity_entry_author_self {
 346  }
 347  
 348  .serendipity_comment_author_self .serendipity_comment_source {
 349      background-color: #EEEEFF;
 350  }
 351  
 352  #serendipity_commentsURL #serendipity_commentsEmail {

 353      direction: ltr;
 354  }
 355  
 356  .serendipity_comment_captcha_image{
 357      direction: ltr;
 358      text-align: right;
 359  }


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