[ Index ]
 

Code source de Serendipity 1.2

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

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

   1  body {
   2      font-family: Arial, Helvetica, sans-serif;
   3      margin: 0 0 0 0;
   4      background: #40789b url({TEMPLATE_PATH}img/background.jpg) repeat-x;
   5      direction: {LANG_DIRECTION};
   6  }
   7  
   8  #serendipity_admin_page {
   9      text-align: center;
  10  }
  11  
  12  #serendipityAdminBodyImageSelector {
  13      background: #FFF;
  14  }
  15  
  16  #serendipityAdminFrame {
  17      text-align: left;
  18      width: 80%;
  19      min-width: 777px;
  20      margin: auto;
  21      background: #FFF;
  22      border: 2px solid #708090;
  23      border-top: 0;
  24  }
  25  
  26  #serendipityAdminBanner {
  27      background-color: #FFF;
  28      height: 80px;
  29      background: url({TEMPLATE_PATH}img/banner_background.png);
  30  }
  31  
  32  #serendipityAdminInfopane {
  33      background: #F8F9FA url({TEMPLATE_PATH}img/infobar_background.png);
  34      font-size: 10px;
  35      padding: 5px;
  36      vertical-align: middle;
  37      text-align: right;
  38      color: #5E5E5E;
  39      height: 27px;
  40  }
  41  
  42  #serendipityAdminMainpane {
  43      background: #FFF;
  44      border: 2px solid #0F3353;
  45      border-top: inherit;
  46      padding: 5px;
  47  }
  48  
  49  .serendipityAdminContent {
  50      font-size: 0.8em;
  51      padding: 10px 5px 20px 5px;
  52      width: 80%;
  53  }
  54  
  55  #serendipityAdminBanner h1 {
  56      padding-left: 20px;
  57      margin: 0;
  58      font: 2em Times New Roman, Times, serif;
  59  }
  60  
  61  #serendipityAdminBanner h2 {
  62      padding-left: 30px;
  63      font-size: 1em;
  64      color: #506070;
  65      margin: 0;
  66  }
  67  
  68  #serendipitySideBar {
  69      width: 20%;
  70      padding-top: 10px;
  71  }
  72  
  73  #serendipityAdminFooter {
  74      font-size: 0.7em;
  75      text-align: center;
  76      color: #FFF;
  77  }
  78  
  79  .serendipitySideBarTitle {
  80      padding-left: 2px;
  81      font-weight: bold;
  82      font-size: 0.9em;
  83  }
  84  
  85  .serendipitySideBarContent {
  86      padding-left: 10px;
  87      font-size: 0.8em;
  88  }
  89  
  90  .serendipitySideBarItem {
  91      margin-bottom: 10px;
  92  }
  93  
  94  .serendipity_admin_title {
  95      font-size: 2em;
  96      margin-bottom: 5px;
  97  }
  98  
  99  .serendipity_admin_list_item.serendipity_admin_list_item_uneven {
 100      border: 1px solid #294366;
 101      background: #F8F9FA;
 102      margin-bottom: 5px;
 103  }
 104  
 105  .serendipity_admin_list_item.serendipity_admin_list_item_even {
 106      border: 1px solid #294366;
 107      background: #F2F3F2;
 108      margin: 0 0 5px 0;
 109  }
 110  
 111  .serendipityAdminMsgError {
 112      color: #F00;
 113      text-align: center;
 114      font-weight: bold;
 115      margin: 10px;
 116  }
 117  
 118  .serendipityAdminMsgSuccess {
 119      color: #0B0;
 120      text-align: center;
 121      font-weight: bold;
 122      margin: 10px;
 123  }
 124  
 125  .serendipityAdminMsgNote {
 126      background: #FFFF9D;
 127      border: 1px solid #F70;
 128      padding: 3px;
 129      text-align: center;
 130      margin: 10px;
 131  }
 132  
 133  
 134  
 135  td, th {
 136      font-size: 0.8em;
 137  }
 138  
 139  a:visited,
 140  a:link {
 141      color: #294366;
 142      text-decoration: underline;
 143  }
 144  
 145  a:hover {
 146      color: #590c0c;
 147  }
 148  
 149  input, select, textarea {
 150      background: #F8F9FA;
 151      font-family: Verdana;
 152      font-size: 0.9em;
 153      border: 1px solid #294366;
 154  }
 155  
 156  #serendipity_iframe {
 157      border: 1px solid #294366;
 158      text-align: center;
 159      margin: auto;
 160  }
 161  
 162  ul.serendipitySideBarMenu {
 163      padding: 0;
 164      margin: 0;
 165  }
 166  
 167  ul.serendipitySideBarMenu li.serendipitySideBarMenuHead {
 168      font-size: 0.9em;
 169      list-style: none;
 170      display: block;
 171      font-weight: bold;
 172      background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
 173      padding-top: 0.3em;
 174      padding-bottom: 0.3em;
 175      padding-left: 3px;
 176  }
 177  
 178  ul.serendipitySideBarMenu li {
 179      font-size: 0.8em;
 180      font-weight: normal;
 181      background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
 182      padding-top: 0.3em;
 183      padding-bottom: 0.3em;
 184      padding-left: 5px;
 185      list-style:none;
 186      display:block;
 187      margin:0;
 188  }
 189  
 190  ul.serendipitySideBarMenu a:link,
 191  ul.serendipitySideBarMenu a:visited {
 192      text-decoration: none;
 193      font-weight: bold;
 194  }
 195  
 196  .serendipityImageButton {
 197      cursor: pointer;
 198  }
 199  
 200  a:link.serendipityIconLink,
 201  a:visited.serendipityIconLink {
 202      border: 0;
 203      font-weight: bold;
 204      text-decoration: none;
 205      margin-right: 4px;
 206  }
 207  
 208  .serendipityIconLink img {
 209      margin-right: 2px;
 210      vertical-align: bottom;
 211      border: 0;
 212  }
 213  
 214  a:link.serendipityIconLinkRight,
 215  a:visited.serendipityIconLinkRight {
 216      border: 0;
 217      font-weight: bold;
 218      text-decoration: none;
 219      margin-left: 4px;
 220  }
 221  .serendipityIconLinkRight img {
 222      margin-left: 2px;
 223      vertical-align: bottom;
 224      border: 0;
 225  }
 226  
 227  
 228  a:link.serendipityPrettyButton,
 229  a:visited.serendipityPrettyButton,
 230  a:hover.serendipityPrettyButton {
 231      text-decoration: none;
 232      color: #1D2E3F;
 233  }
 234  
 235  .serendipityPrettyButton {
 236      padding: 1px;
 237      background: url({TEMPLATE_PATH}img/button_background.png) repeat-x top;
 238      color: #1D2E3F;
 239      font-weight: bold;
 240      font-size: 0.9em;
 241      border: 1px outset #000;
 242      margin: 2px;
 243  }
 244  
 245  /* Special class if the button is a <a> tag */
 246  a.serendipityPrettyButton {
 247      padding: 2px 4px 2px 4px;
 248      cursor: default;
 249  }
 250  
 251  
 252  .direction_ltr {
 253      direction: ltr;
 254  }
 255  
 256  .direction_rtl {
 257      direction: rtl;
 258  }
 259  
 260  .serendipity_pluginlist_header {
 261      height: 30px;
 262      background-color: white;
 263      color: black;
 264      vertical-align: middle;
 265      padding: 10px 0px 5px 10px;
 266  }
 267  
 268  .serendipity_pluginlist_section {
 269      height: 50px;
 270      border: 1px solid black;
 271      background-color: #E0E0E0;
 272      color: black;
 273      vertical-align: middle;
 274      padding: 10px 0px 5px 10px;
 275  }
 276  
 277  table#serendipity_customfields {
 278      width: 100%;
 279  }
 280  
 281  table#serendipity_customfields .customfield_name {
 282      background-color: #FAFAFA;
 283      width: 25%;
 284      padding-left: 5px;
 285  }
 286  
 287  table#serendipity_customfields .customfield_value {
 288      background-color: #FFFFFF;
 289      width: 75%;
 290  }
 291  
 292  table#serendipity_customfields .customfield_value textarea {
 293      width: 100%;
 294      height: 100px;
 295  }
 296  
 297  .further_links {
 298      float: right;
 299      font-size: 0.8em;
 300      border: 1px solid black;
 301  }
 302  
 303  .further_links p {
 304      text-align: center;
 305      font-weight: bold;
 306  }
 307  
 308  .further_links ul {
 309      padding: 0px;
 310      list-style-type: none;
 311  }
 312  
 313  .further_links li {
 314      margin: 5px;
 315      padding: 0px;
 316  }


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