[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  body {
   2      font-size: 9.5pt;
   3      margin: 0;
   4      padding:0;
   5      font-size: 10px;
   6      font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif;
   7      background-color: #f1f6fb;
   8      direction: {LANG_DIRECTION}; }
   9  
  10  #serendipity_admin_page {

  11      text-align: center; }
  12  
  13  h3, h2 {
  14   }
  15  
  16  #serendipityAdminBodyImageSelector {

  17      background: #FFF; }
  18  
  19  #serendipityAdminFrame {

  20      text-align: left;
  21      width: 90%;
  22      margin: auto;
  23      background: #FFF;
  24      border-top: 0;
  25      border-right:1px solid #235587;
  26      border-left:1px solid #235587;
  27      border-bottom:1px solid #235587; }
  28  
  29  #serendipityAdminBanner {

  30       margin: auto;
  31       width: 100%;
  32       height: 72px;
  33       background-image: url({TEMPLATE_PATH}img/background.png); }
  34  
  35  #serendipityAdminInfopane {

  36      background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);
  37      font-size: 10px;
  38      padding: 5px;
  39      vertical-align: middle;
  40      text-align: right;
  41      color: #5E5E5E;
  42      height: 27px; }
  43  
  44  #serendipityAdminMainpane {

  45      background: #FFF; }
  46  
  47  .serendipityAdminContent {
  48      font-size: 9.5pt;
  49      padding: 10px 30px 20px 30px;
  50      width:100%; }
  51  
  52  #serendipityAdminBanner h1 {

  53      color: #333;
  54      font-size : 20px;
  55      padding-left:15px;
  56      padding-top: 10px;
  57      margin: 0px;
  58      text-decoration: none; }
  59  
  60  #serendipityAdminBanner h2 {

  61      color: #fff;
  62      font-size: 14px;
  63      margin: 0px;
  64      text-decoration: none;
  65      text-transform:none;
  66      text-align:left;
  67      line-height:0.85em;
  68      border:none;
  69      padding: 0 0 0 15px; }
  70  
  71  
  72  #serendipitySideBar {

  73      width: 170px;
  74      padding-top: 10px; }
  75  
  76  #serendipityAdminFooter {

  77      padding:0;
  78      margin:0; }
  79  
  80  .serendipitySideBarTitle {
  81      padding-left: 2px;
  82      font-weight: bold;
  83      font-size: 0.9em; }
  84  
  85  .serendipitySideBarContent {
  86      padding-left: 10px;
  87      font-size: 0.8em; }
  88  
  89  .serendipitySideBarItem {
  90      margin-bottom: 10px; }
  91  
  92  .serendipity_admin_title {
  93      font-size: 2em;
  94      margin-bottom: 5px; }
  95  
  96  .serendipity_admin_list_item.serendipity_admin_list_item_uneven {
  97      border: 1px solid #294366;
  98      background: #F8F9FA;
  99      margin-bottom: 5px; }
 100  
 101  .serendipity_admin_list_item.serendipity_admin_list_item_even {
 102      border: 1px solid #294366;
 103      background: #F2F3F2;
 104      margin: 0 0 5px 0; }
 105  
 106  .serendipityAdminMsgError {
 107      color: #F00;
 108      text-align: center;
 109      font-weight: bold;
 110      margin: 10px; }
 111  
 112  .serendipityAdminMsgSuccess {
 113      color: #0B0;
 114      text-align: center;
 115      font-weight: bold;
 116      margin: 10px; }
 117  
 118  .serendipityAdminMsgNote {
 119      background: #FFFF9D;
 120      border: 1px solid #F70;
 121      padding: 3px;
 122      text-align: center;
 123      margin: 10px; }
 124  
 125  td, th {
 126      font-size: 0.8em; }
 127  
 128  a:link, a:visited, a:active {
 129       color: #235587;
 130       text-decoration: none; }
 131  
 132  a:hover {
 133       color: #5f90ba;
 134       text-decoration: underline; }
 135  
 136  input, select, textarea {
 137      background: #F8F9FA;
 138      font-family: Verdana;
 139      font-size: 0.9em;
 140      border: 1px solid #294366; }
 141  
 142  #serendipity_iframe {

 143      border: 1px solid #294366;
 144      text-align: center;
 145      margin: auto; }
 146  
 147  ul.serendipitySideBarMenu {
 148      padding: 0;
 149      margin: 0; }
 150  
 151  ul.serendipitySideBarMenu {
 152      font-size: 0.85em;
 153      list-style: none;
 154      width:170px;
 155      font-weight: bold;
 156      padding-top: 0.3em;
 157      padding-bottom: 0.3em;
 158      padding-left: 3px; }
 159  
 160  .serendipitySideBarMenuHead {
 161      line-height:0.85em;
 162      color: #999;
 163      margin:10px 0 4px 0;
 164      text-transform:lowercase;
 165      font-size:0.9em;
 166      border-bottom: 1px solid #ddd;
 167      padding: 10px 0 0 10px; }
 168  
 169  ul.serendipitySideBarMenu li {
 170      line-height:1.1em;
 171      font-size: 1.0em;
 172      font-weight: normal;
 173      padding-top: 0.3em;
 174      padding-bottom: 0.3em;
 175      padding-left: 5px;
 176      list-style:none;
 177      margin:0; }
 178  
 179  ul.serendipitySideBarMenu a {
 180      text-decoration: none;
 181      font-weight: bold; }
 182  
 183  ul.serendipitySideBarMenu a:hover {
 184      text-decoration: underline; }
 185  
 186  .serendipityImageButton {
 187      cursor: pointer; }
 188  
 189  a:link.serendipityIconLink,
 190  a:visited.serendipityIconLink {
 191      border: 0;
 192      font-weight: bold;
 193      text-decoration: none;
 194      margin-right: 4px; }
 195  
 196  .serendipityIconLink a:hover {
 197      color: #e37235; }
 198  
 199  .serendipityIconLink img {
 200      margin-right: 2px;
 201      vertical-align: bottom;
 202      border: 0; }
 203  
 204  a:link.serendipityIconLinkRight,
 205  a:visited.serendipityIconLinkRight {
 206      border: 0;
 207      font-weight: bold;
 208      text-decoration: none;
 209      margin-left: 4px; }
 210  
 211  .serendipityIconLinkRight img {
 212      margin-left: 2px;
 213      vertical-align: bottom;
 214      border: 0; }
 215  
 216  a:link.serendipityPrettyButton,
 217  a:visited.serendipityPrettyButton,
 218  a:hover.serendipityPrettyButton {
 219      text-decoration: none;
 220      color: #1D2E3F; }
 221  
 222  .serendipityPrettyButton {
 223      padding: 1px;
 224      background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
 225      background-color: #95accc;
 226      color: #1D2E3F;
 227      height: 20px;
 228      font-weight: bold;
 229      font-size: 0.9em;
 230      border: 1px outset #000;
 231      margin: 2px; }
 232  
 233  /* Special class if the button is a <a> tag */

 234  a.serendipityPrettyButton {
 235      padding: 2px 4px 2px 4px;
 236      cursor: default; }
 237  
 238  .direction_ltr {
 239      direction: ltr; }
 240  
 241  .direction_rtl {
 242      direction: rtl; }
 243  
 244  .serendipity_pluginlist_header {
 245      height: 30px;
 246      background-color: white;
 247      color: black;
 248      vertical-align: middle;
 249      padding: 10px 0px 5px 10px; }
 250  
 251  .serendipity_pluginlist_section {
 252      margin:20px 0 20px 0;
 253      padding:10px;
 254      border:1px solid #c0c0c0;
 255      background-color:#fafbfc;
 256      color:#505050;
 257      line-height:1.5em; }
 258  
 259  table#serendipity_customfields {
 260      width: 100%; }
 261  
 262  table#serendipity_customfields .customfield_name {
 263      background-color: #FAFAFA;
 264      width: 25%;
 265      padding-left: 5px; }
 266  
 267  table#serendipity_customfields .customfield_value {
 268      background-color: #FFFFFF;
 269      width: 75%; }
 270  
 271  table#serendipity_customfields .customfield_value textarea {
 272      width: 100%;
 273      height: 100px; }
 274  
 275  
 276  .serendipityAdminContent .further_links {
 277      float: right;
 278      font-size: 0.8em;
 279      border: 1px solid black;
 280  }
 281  
 282  .further_links p {
 283      text-align: center;
 284      font-weight: bold;
 285  }
 286  
 287  .further_links ul {
 288      padding: 0px;
 289      list-style-type: none;
 290  }
 291  
 292  .further_links li {
 293      margin: 5px;
 294      padding: 0px;
 295  }
 296  
 297  #serendipityAdminBodyImageSelectorTree .serendipityAdminContent {

 298      width: auto;
 299  }
 300  
 301  #serendipityAdminBodyImageSelector .serendipityAdminContent {

 302      width: auto;
 303      margin: 0px;
 304  }


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