[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/stylesheets/ -> manual.css (source)

   1  /* eZ publish 3 admin CSS - th[eZ] 20021004                             */
   2  
   3  body
   4  {
   5      background-color: #ffffff;
   6      margin: 0px;
   7      padding: 0px;
   8  }
   9  
  10  h1
  11  {
  12    color: #4272b4;
  13  }
  14  
  15  h2
  16  {
  17    color: #4272b4;
  18  }
  19  
  20  td.topline
  21  {
  22      background-color: #4272b4;
  23      border-bottom: solid 1px #000000;
  24  }
  25  
  26  label.topline, a.topline, a.topline:hover
  27  {
  28      color: #ffffff;
  29  }
  30  
  31  td.pathline
  32  {
  33      background-color: #4272b4;
  34      color: #ffffff; 
  35  }
  36  
  37  table.path td.bullet
  38  {
  39      padding-top: 2px;
  40      padding-left: 2px;
  41  }
  42  
  43  p.path
  44  {
  45      font-weight: none;
  46  }
  47  
  48  p.path a.path
  49  {
  50      text-decoration: none;
  51      color: #ffffff;
  52  }
  53  
  54  p.path a.path:hover
  55  {
  56      text-decoration: underline;
  57      color: #ffffff;
  58  }
  59  
  60  span.slash
  61  {
  62      color: #ffffff;
  63  }
  64  
  65  
  66  td.headlogo
  67  {
  68      background-color: #4272b4;
  69      padding-top: 10px;
  70      padding-left: 10px;
  71      padding-bottom: 10px;
  72      padding-right: 20px;
  73      border-bottom: solid 1px #89a7d6;
  74  }
  75  
  76  td.headlink
  77  {
  78      background-color: #4272b4;
  79      
  80      padding-bottom: 0px;
  81      vertical-align:bottom; 
  82  }
  83  
  84  td.menuheadselectedgfx
  85  {
  86      background-color: #638ecf;
  87      color: #ffffff;
  88      text-align: center;
  89  }
  90  
  91  td.menuheadselectedleftline
  92  {
  93      background-color: #638ecf;
  94      border-left: solid 1px #89a7d6;
  95  }
  96  
  97  td.menuheadselectedrightline
  98  {
  99      background-color: #638ecf;
 100      border-right: solid 1px #89a7d6;
 101  }
 102  
 103  td.menuheadselectedtopline
 104  {
 105      background-color: #638ecf;
 106      border-top: solid 1px #89a7d6;
 107  }
 108  
 109  td.menuheadselected
 110  {
 111      background-color: #638ecf;
 112      color: #ffffff;
 113      text-align: center;
 114      font-size: 80%;
 115  }
 116  
 117  td.menuheadgraygfx
 118  {
 119      background-color: #3963ad;
 120      color: #eeeeee;
 121      text-align: center;
 122  }
 123  
 124  td.menuheadgrayleftline
 125  {
 126      background-color: #3963ad;
 127      border-bottom: solid 1px #89a7d6;
 128      border-left: solid 1px #89a7d6;
 129  }
 130  
 131  td.menuheadgrayrightline
 132  {
 133      background-color: #3963ad;
 134      border-bottom: solid 1px #89a7d6;
 135      border-right: solid 1px #89a7d6;
 136  }
 137  
 138  td.menuheadgraytopline
 139  {
 140      background-color: #3963ad;
 141      border-top: solid 1px #89a7d6;
 142  }
 143  
 144  td.menuheadgray
 145  {
 146      background-color: #3963ad;
 147      color: #eeeeee;
 148      text-align: center;
 149      font-size: 80%;
 150      border-bottom: solid 1px #89a7d6;
 151  }
 152  
 153  td.menuheadspacer
 154  {
 155      background-color: #4272b4;
 156      border-bottom: solid 1px #89a7d6;
 157  }
 158  
 159  a.menuheadlink
 160  {
 161      color: #ffffff;
 162      text-decoration: none;
 163  }
 164  
 165  td.menuheadtoolbar
 166  {
 167      background-color: #638ecf;
 168      color: #ffffff;
 169      border-bottom: solid 1px #89a7d6;
 170  }
 171  
 172  
 173  p.menuheadselected
 174  {
 175      font-weight: none;
 176      padding-top: 0px;
 177      padding-bottom: 0px;
 178  }
 179  
 180  input.searchbox
 181  {
 182    font-family: verdana; 
 183    width: 100px; 
 184    font-size: 9px; 
 185    margin: 0px; 
 186  }
 187  
 188  input.searchbutton
 189  {
 190      font-weight: none;
 191      font-size: 70%;
 192      margin: 4px;
 193  }
 194  
 195  select.classcreate
 196  {
 197      font-weight: none;
 198      font-size: 70%;
 199      margin: 4px;
 200  }
 201  
 202  input.classbutton
 203  {
 204      font-weight: none;
 205      font-size: 70%;
 206      margin: 4px;
 207  }
 208  
 209  table.menuboxleft
 210  {
 211      border-top: solid 1px #000000;
 212      border-right: solid 1px #000000;
 213      border-bottom: solid 1px #000000;
 214      margin-top: 12px;
 215  }
 216  
 217  table.menuboxright
 218  {
 219      border-top: solid 1px #000000;
 220      border-left: solid 1px #000000;
 221      border-bottom: solid 1px #000000;
 222      margin-top: 12px;
 223  }
 224  
 225  th.menuheaddark
 226  {
 227      background-color: #4272b4;
 228  }
 229  
 230  th.menuheaddark p.menuhead
 231  {
 232      color: #ffffff;
 233  }
 234  
 235  th.menuheadlight p.menuhead
 236  {
 237      color: #000000;
 238  }
 239  
 240  td.menu, table.menuboxleft td.bullet, table.menuboxright td.bullet  
 241  {
 242      background-color: #ffffff;
 243  }
 244  
 245  table.menuboxleft td.bullet, table.menuboxright td.bullet
 246  {
 247      padding-top: 2px;
 248      padding-left: 4px;
 249  }
 250  
 251  p.menuitem, p.menufieldlabel, p.menufield, p.menutext
 252  {
 253      font-size: 70%;
 254  }
 255  
 256  p.menuitem
 257  {
 258      font-weight: bold;
 259  }
 260  
 261  p.menuitem a.menuitem
 262  {
 263      text-decoration: none;
 264      color: #4373b4;
 265  }
 266  
 267  p.menuitem a.menuitem:hover
 268  {
 269      text-decoration: underline;
 270      color: #4373b4;
 271  }
 272  
 273  p.menufieldlabel
 274  {
 275      font-weight: bold;
 276      padding-left: 4px;
 277      padding-right: 4px;
 278      padding-bottom: 0px;
 279  
 280  }
 281  
 282  p.menufield
 283  {
 284      padding-top: 0px;
 285      padding-left: 4px;
 286      padding-right: 4px;
 287  }
 288  
 289  p.menutext
 290  {
 291      padding-left: 4px;
 292      padding-right: 4px;
 293  }
 294  
 295  td.mainarea
 296  {
 297      background-color: #ffffff;
 298      padding: 12px;
 299  }
 300  
 301  td.bglightextra, td.bgdarkextra
 302  {
 303      border-top: none;
 304  }
 305  
 306  table.list, table.layoutlist
 307  {
 308      border-bottom: solid 1px #e0f4ff;
 309  }
 310  
 311  td.bglight, td.bglightextra
 312  {
 313      background-color: #dce5f1;
 314  }
 315  
 316  td.bgdark, td.bgdarkextra
 317  {
 318      background-color: #cedbf0;
 319  }
 320  
 321  div.selectbar
 322  {
 323      align: center;
 324      margin-top: 1ex;
 325      margin-bottom: 1ex;
 326  }
 327  
 328  td.selectbar
 329  {
 330      background-color: #e0f4ff;
 331      color: #000000;
 332      font-size: 70%;
 333      text-align: center;
 334  }
 335  
 336  a.selectbar
 337  {
 338      display: block;
 339      font-weight: bold;
 340      text-decoration: none;
 341      padding: 2px;
 342  }
 343  
 344  a.selectbar:hover, td.selected
 345  {
 346      background-color: #0099cc;
 347      color: #ffffff;
 348      text-decoration: none;
 349  }
 350  
 351  input.menubutton
 352  {
 353      font-weight: bold;
 354      font-size: 70%;
 355      margin: 4px;
 356  }
 357  
 358  th a
 359  {
 360      color: #000000;
 361  }
 362  
 363  
 364  blockquote
 365  {
 366          background-color: #ebf2f8;
 367          border : 1px solid #999999;
 368      padding: 6px;
 369  }
 370  
 371  pre.example, table.example
 372  {
 373      font-family: Courier;
 374          background-color: #ebf2f8;
 375          border-top : 1px solid #999999;
 376          border-bottom : 1px solid #999999;
 377          border-left : 1px solid #999999;
 378          border-right : 1px solid #999999;
 379  }
 380  
 381  p.important
 382  {
 383          background-color: #f8f280;
 384          border-top : 1px solid #999999;
 385          border-bottom : 1px solid #999999;
 386          border-left : 1px solid #999999;
 387          border-right : 1px solid #999999;
 388  }


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7