[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/rsc/css/ -> admin.global.css (source)

   1  /**

   2   * Global / basic CSS styles for the admin.

   3   *

   4   * This should be included with every skin and overridden when needed.

   5   */
   6  
   7  table.browse {
   8      width: 100%;
   9  }
  10  table.browse td {
  11      vertical-align:top;
  12  }
  13  
  14  div.dashboard_sidebar {
  15      margin: 0 1em;
  16  }
  17  
  18  div.dashboard_sidebar ul {
  19      margin: 0;
  20      padding: 0 0 0 16px;
  21  }
  22  
  23  div.dashboard_sidebar li {
  24      list-style: square;
  25      margin: 1ex 0;
  26      padding: 0;
  27      white-space: nowrap;
  28  }
  29  div.dashboard_sidebar li li {
  30      margin: 0;
  31  }
  32  
  33  .dashboard_post {
  34      clear:left;
  35      /* border: 1px solid red; */

  36      margin: 1ex 0;
  37  }
  38  .dashboard_post_details {
  39      font-size: 74%;
  40      font-weight: normal;
  41      color: #999;
  42  }
  43  .dashboard_thumbnails {
  44      float:left;
  45      margin-right: 2px;
  46  }
  47  .dashboard_thumbnails img {
  48      border: 1px solid #000;
  49      margin-right: 2px;
  50  }
  51  h3.dashboard_post_title {
  52      font-size: 108%;
  53      margin: 0 1em 1ex 0;
  54  }
  55  
  56  .dashboard_action_area {
  57      padding: 1ex 0;
  58      font-size: 84%;
  59  }
  60  .dashboard_float_actions {
  61      font-size: 84%;
  62      padding-right: 2px;
  63      float: left;
  64  }
  65  
  66  
  67  /*

  68   * Compose screen:

  69   */
  70  table.compose_layout {
  71      width: 100%;
  72  }
  73  table.compose_layout td {
  74      white-space: nowrap;
  75      padding: 1px;
  76  }
  77  table.compose_layout td.input {
  78      padding: 1px 5px;
  79  }
  80  table.compose_layout td.select {
  81      padding: 1px 0 1px 5px;
  82  }
  83   
  84   
  85  /*

  86   * Categories selection table:

  87   */
  88  table.catselect {
  89      border-spacing:0;
  90      width:90%;
  91      border: 1px solid #bbb;
  92  }
  93  table.catselect th {
  94      padding: .3ex 1ex;
  95      background-color: #ddd;
  96      border-bottom: 1px solid #bbb;
  97  }
  98  table.catselect td {
  99      padding: .2ex 1ex;
 100  }
 101  table.catselect tr.group td {
 102      border-top: 1px solid #bbb;
 103      border-bottom: 1px solid #bbb;
 104      background-color: #ccc;
 105      font-weight: bold;
 106  }
 107  table.catselect tr.odd,
 108  table.catselect tr.odd input {
 109      background-color: #eee;
 110  }
 111  table.catselect tr.even,
 112  table.catselect tr.even input {
 113      background-color:#ddd;
 114  }
 115  table.catselect tr:hover,
 116  table.catselect tr:hover input {
 117      background-color:#ccc;
 118  }
 119  table.catselect th.selector,
 120  table.catselect td.selector {
 121      width: 1%;
 122      text-align:center;
 123      border-right: 1px solid #bbb;
 124  }
 125  
 126  
 127  /*

 128   * Special list formattings

 129   */
 130  ul.clicktree {
 131      margin:0;
 132      padding:0;
 133      list-style:none;
 134  }
 135  ul.clicktree ul.clicktree {
 136      margin-left:2ex;
 137  }
 138  
 139  ul.plain {
 140      list-style:none;
 141      margin:0;
 142      padding:0;
 143  }
 144  
 145  
 146  .action_icon,
 147  .no_icon {
 148      margin: 0 2px;
 149      font-weight: bold;
 150  }
 151  
 152  th .action_icon {
 153      font-size: 84%;
 154  }
 155  
 156  /*

 157   * Icon legend

 158   */
 159  #icon_legend {

 160      border: 1px solid #666;
 161      background-color: #ddd;
 162      margin : 1em;
 163      padding: 5px;
 164  }
 165  span.legend_element {
 166      white-space: nowrap;
 167  }
 168  
 169  
 170  /*

 171   * Cron statuses

 172   */
 173  .cron_started {
 174      font-weight: bold;
 175  }
 176  .cron_finished {
 177      color: #009900;
 178  }
 179  .cron_error,
 180  .cron_timeout {
 181      font-weight: bold;
 182      color: #FF0000;
 183  }
 184  
 185  
 186  /*

 187   * Grouping of plugins:

 188   */
 189  table.grouped tr.PluginsSubGroup {
 190      text-align:left;
 191  }
 192  
 193  table.grouped tr.PluginsSubGroup th {
 194      border-left:none;
 195      border-bottom: 1px solid #9e9286;
 196      border-top: 1px solid #9e9286;
 197      background-color: #efede0;
 198      color:#666666;
 199  }
 200  
 201  table.grouped tr.PluginsSubGroup th,
 202  table.grouped tr.PluginsSubGroup td.firstcol {
 203      padding-left:15px;
 204  }
 205  
 206  /* / Grouping of plugins */

 207  
 208  
 209  /*

 210   * Skin selection:

 211   */
 212  div.skinshot {
 213      float: left;
 214      background-color: #ccc;
 215      margin: 1ex;
 216      padding: 0;
 217  }
 218  
 219  div.skinshot_placeholder {
 220      width: 240px;
 221      height: 180px;
 222      border: 1px solid #000;
 223      margin: 1ex 1ex .5ex 1ex;
 224      background: #ddd;
 225      text-align: center;
 226  }
 227  div.skinshot div.current {
 228      border: 1px solid #f00;
 229  }
 230  
 231  div.skinshot_noshot {
 232      margin: 36px 0 0 0;
 233      color: #999;
 234  }
 235  div.skinshot_name {
 236      margin: 24px 0 0 0;
 237      font-size: 170%;
 238  }
 239  
 240  div.skinshot div.legend {
 241      width: 240px;
 242      margin: .5ex 1ex 1ex 1ex;
 243      padding: 0;
 244  }
 245  
 246  div.skinshot div.actions {
 247      float: right;
 248      margin: 0;
 249      padding: 0;
 250  }
 251  
 252  
 253  .timestamp {
 254      white-space: nowrap;
 255      text-align: center;
 256  }
 257  .timestamp .time {
 258      font-size:84%;
 259  }
 260  
 261  div.tile {
 262      display: inline;
 263      white-space: nowrap;
 264  }
 265  
 266  
 267  /*

 268   * System checks

 269   */ 
 270  div.system_check {
 271      margin: 1ex 0;
 272      border-top: 1px solid #ddd;
 273      padding-top: 1ex;
 274  }
 275  
 276  div.system_check_name {
 277      font-weight: bold;
 278      float:left;
 279  }
 280  
 281  div.system_check_value_note,
 282  div.system_check_value_ok,
 283  div.system_check_value_warning,
 284  div.system_check_value_error {
 285      font-weight: bold;
 286      margin-left: 50ex;
 287  }
 288  
 289  div.system_check_value_ok {
 290      color: #093;
 291  }
 292  div.system_check_value_warning {
 293      color: #e60;
 294  }
 295  div.system_check_value_error {
 296      color: #c00;
 297  }
 298  
 299  div.system_check_message_ok,
 300  div.system_check_message_warning,
 301  div.system_check_message_error {
 302      margin: 1ex;
 303  }
 304  div.system_check_message_warning {
 305      padding: 3px;
 306      background: #feb;
 307  }
 308  div.system_check_message_error {
 309      padding: 3px;
 310      background: #fbb;
 311  }
 312  
 313  table.coll_kind {
 314      margin: 0 3ex;
 315  }
 316  table.coll_kind td {
 317      padding: 2ex;
 318      vertical-align: top;
 319  }
 320  table.coll_kind td.coll_kind {
 321      white-space: nowrap;
 322      padding-right: 3ex;
 323  }
 324  td.coll_kind h3 {
 325      margin: 0;
 326  }


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics