[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/templates/contest/admin/ -> style.css (source)

   1  /* *****************************
   2     MAIN Selectors 
   3   * *****************************/
   4  
   5  body {
   6      font-size: 10pt;
   7      margin: 0;
   8      background-color: #FFFFFF;
   9      font-size: 10px;
  10      font-family: luxi sans, trebuchet ms, bitstream vera sans, verdana, arial, helvetica, sans-serif;
  11      direction: ltr;
  12  }
  13  
  14  a, input, textarea, p, td, th, div, span {
  15      font-family: luxi sans, "Trebuchet ms", bitstream vera sans, verdana, arial, helvetica, sans-serif;
  16  }
  17  
  18  h4,h3 {
  19      margin: 0;
  20  }
  21  
  22  a:link,
  23  a:visited,
  24  a:active {
  25      color: #011a7c;
  26      text-decoration: underline;
  27  }
  28  
  29  a:hover {
  30      color: #011a7c;
  31      text-decoration: underline;
  32  }
  33  
  34  td, th {
  35      font-size: 0.8em;
  36  }
  37  
  38  input, select, textarea {
  39      background: #f4f4f4;
  40      font-family: Verdana;
  41      font-size: 0.9em;
  42      border: 1px solid #011a7c;
  43  }
  44  
  45  /* *****************************
  46     GENERAL PAGE Selectors
  47   * *****************************/
  48  
  49  #serendipity_admin_page {
  50      text-align: center;
  51  }
  52  
  53  #serendipityAdminBodyImageSelector {
  54      background: #FFF;
  55      font-size: 10pt;
  56  }
  57  
  58  #serendipityAdminFrame {
  59      text-align: left;
  60      width: 100%;
  61      margin: auto;
  62      background: #FFF;
  63      border: 0px;
  64  }
  65  
  66  
  67  #serendipityAdminMainpane {
  68      background: #FFF;
  69      border: 2px solid #0F3353;
  70      border-top: inherit;
  71      padding: 5px;
  72  }
  73  
  74  .serendipityAdminContent {
  75      font-size: 0.8em;
  76      padding: 10px 25px 20px 25px;
  77      width: 80%;
  78      z-index: 1;
  79  }
  80  
  81  #serendipityAdminFooter {
  82      font-size: 0.7em;
  83      text-align: center;
  84      color: #FFF;
  85  }
  86  
  87  /* *****************************
  88     HEADER Selectors 
  89   * *****************************/
  90  
  91  #serendipityAdminBanner {
  92      height: 145px;
  93      width: 100%;
  94      padding: 0px;
  95      margin: 0px;
  96      border: 0px;
  97      background-image: url({TEMPLATE_PATH}../img/header_logo.png);
  98      background-repeat: no-repeat;
  99      width: 770px;
 100  }
 101  
 102  #serendipityAdminFrame {
 103      background-image: url({TEMPLATE_PATH}../img/header_bar.png);
 104      background-repeat: repeat-x;
 105      background-color: white;
 106  }
 107  
 108  #serendipityAdminBanner h1 {
 109      position: absolute;
 110      top: 0px;
 111      left: 0px;
 112      padding: 78px 0px 0px 131px;
 113      font-size: 2.4em;
 114      letter-spacing: 0.05em;
 115      margin: 0px;
 116      overflow: hidden;
 117      color: #011b7c;
 118      z-index: 0;
 119  }
 120  
 121  #serendipityAdminBanner h2 {
 122      position: absolute;
 123      top: 108px;
 124      left: 131px;
 125      font-size: 1.3em;
 126      margin: 0px;
 127      letter-spacing: 0.03em;
 128      color: #011b7c;
 129  }
 130  
 131  #serendipityAdminInfopane {
 132      font-size: 10px;
 133      padding: 5px;
 134      vertical-align: middle;
 135      text-align: right;
 136      color: #011b7c;
 137      height: 27px;
 138  }
 139  
 140  
 141  /* *****************************
 142     MENU Selectors 
 143   * *****************************/
 144  
 145  #serendipitySideBar {
 146  }
 147  
 148  #serendipitySideBar br {
 149      display: none;
 150  }
 151  
 152  ul.serendipitySideBarMenu {
 153      padding: 0px 0px 2px 0px;
 154      margin: 0px 0px 5px 22px;
 155      display: block;
 156      width: 190px;
 157      list-style: none;
 158  }
 159  
 160  ul.serendipitySideBarMenu li {
 161      display: block;
 162      list-style: none;
 163      font-size: x-small;
 164  }
 165  
 166  ul.serendipitySideBarMenu {
 167      background-color: #ffffff;
 168  }
 169  
 170  ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
 171      background-color: #011c7e;
 172      color: #FFFFFF;
 173      font-weight: bold;
 174      padding: 5px 0px 0px 5px;
 175      background: url({TEMPLATE_PATH}../img/sidebar_left.jpg) no-repeat;
 176      border: 1px solid #011a7c;
 177      height: 20px;
 178      font-size: 0.9em;
 179      margin: 0px 0px 5px 0px;
 180      
 181  }
 182  
 183  ul.serendipitySideBarMenu li {
 184      display: block;
 185      border: 0px;
 186      border-left: 1px solid #011c7e;
 187      border-bottom: 1px solid #011c7e;
 188      margin: 0px 5px 5px 5px;
 189      background-color: #ffffff;
 190  }
 191  
 192  ul.serendipitySideBarMenu li a {
 193      padding-left: 5px;
 194      text-decoration: none;
 195      display: block;
 196  }
 197  
 198  ul.serendipitySideBarMenu li a:hover {
 199      background-color: #011c7e;
 200      color: white;
 201      background: url({TEMPLATE_PATH}../img/sidebar_left.jpg) no-repeat;
 202  }
 203  
 204  
 205  /* *****************************
 206     OTHER Selectors 
 207   * *****************************/
 208  
 209  .serendipity_admin_title {
 210      font-size: 2em;
 211      margin-bottom: 5px;
 212  }
 213  
 214  .serendipity_admin_list_item.serendipity_admin_list_item_uneven {
 215      border: 1px solid #294366;
 216      background: #F8F9FA;
 217      margin-bottom: 5px;
 218  }
 219  
 220  .serendipity_admin_list_item.serendipity_admin_list_item_even {
 221      border: 1px solid #294366;
 222      background: #F2F3F2;
 223      margin: 0 0 5px 0;
 224  }
 225  
 226  .serendipityAdminMsgError {
 227      color: #F00;
 228      text-align: center;
 229      font-weight: bold;
 230      margin: 10px;
 231  }
 232  
 233  .serendipityAdminMsgSuccess {
 234      color: #0B0;
 235      text-align: center;
 236      font-weight: bold;
 237      margin: 10px;
 238  }
 239  
 240  .serendipityAdminMsgNote {
 241      background: #FFFF9D;
 242      border: 1px solid #F70;
 243      padding: 3px;
 244      text-align: center;
 245      margin: 10px;
 246  }
 247  
 248  #serendipity_iframe {
 249      border: 1px solid #294366;
 250      text-align: center;
 251      margin: auto;
 252  }
 253  
 254  .serendipityImageButton {
 255      cursor: pointer;
 256  }
 257  
 258  a:link.serendipityIconLink,
 259  a:visited.serendipityIconLink {
 260      border: 0;
 261      font-weight: bold;
 262      text-decoration: none;
 263      margin-right: 4px;
 264  }
 265  
 266  .serendipityIconLink img {
 267      margin-right: 2px;
 268      vertical-align: bottom;
 269      border: 0;
 270  }
 271  
 272  a:link.serendipityIconLinkRight,
 273  a:visited.serendipityIconLinkRight {
 274      border: 0;
 275      font-weight: bold;
 276      text-decoration: none;
 277      margin-left: 4px;
 278  }
 279  .serendipityIconLinkRight img {
 280      margin-left: 2px;
 281      vertical-align: bottom;
 282      border: 0;
 283  }
 284  
 285  a:link.serendipityPrettyButton,
 286  a:visited.serendipityPrettyButton,
 287  a:hover.serendipityPrettyButton {
 288      text-decoration: none;
 289      color: white;
 290  }
 291  
 292  .serendipityPrettyButton {
 293      padding: 1px;
 294      background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
 295      background-color: #011b7c;
 296      color: #FFFFFF;
 297      font-weight: bold;
 298      font-size: 0.9em;
 299      border: 1px outset #000;
 300      margin: 2px;
 301  }
 302  
 303  a.serendipityPrettyButton {
 304      padding: 2px 4px 2px 4px;
 305      cursor: default;
 306  }
 307  
 308  
 309  .direction_ltr {
 310      direction: ltr;
 311  }
 312  
 313  .direction_rtl {
 314      direction: rtl;
 315  }
 316  
 317  .serendipity_pluginlist_header {
 318      height: 30px; 
 319      background-color: white; 
 320      color: black; 
 321      vertical-align: middle; 
 322      padding: 10px 0px 5px 10px;
 323  }
 324  
 325  .serendipity_pluginlist_section {
 326      height: 50px; 
 327      border: 1px solid black; 
 328      background-color: #E0E0E0; 
 329      color: black; 
 330      vertical-align: middle; 
 331      padding: 10px 0px 5px 10px;
 332  }
 333  
 334  table#serendipity_customfields {
 335      width: 100%;
 336  }
 337  
 338  table#serendipity_customfields .customfield_name {
 339      background-color: #FAFAFA;
 340      width: 25%;
 341      padding-left: 5px;
 342  }
 343  
 344  table#serendipity_customfields .customfield_value {
 345      background-color: #FFFFFF;
 346      width: 75%;
 347  }
 348  
 349  table#serendipity_customfields .customfield_value textarea {
 350      width: 100%;
 351      height: 100px;
 352  }
 353  
 354  


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