[ Index ]
 

Code source de Drupal 5.3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/themes/chameleon/ -> style.css (source)

   1  /* $Id: style.css,v 1.6 2006/08/30 07:37:14 drumm Exp $ */
   2  
   3  /*
   4  ** HTML elements
   5  */
   6  a, a:link, a:active {
   7    color: #930;
   8  }
   9  a:visited {
  10    color: #630;
  11  }
  12  body {
  13    padding: 5em 0 0 3em;
  14    background-image: url(background.png);
  15    background-repeat: repeat-x;
  16    font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  17    border-top: 10px solid gray;
  18  }
  19  ul {
  20    list-style-type: disc;
  21  }
  22  
  23  /*
  24  ** Page layout blocks / IDs
  25  */
  26  #main {
  27    width: 500px;
  28  }
  29  #sidebar-left {
  30    border-right: 1px solid gray;
  31  }
  32  #sidebar-right {
  33    border-left: 1px solid gray;
  34  }
  35  
  36  /*
  37  ** Common declarations for child classes of node, comment, block, box etc
  38  */
  39  #header .title {
  40    font-size: 2em;
  41    font-weight: bold;
  42    padding-top: .75em;
  43  }
  44  #header .title a,
  45  #header .title a:link,
  46  #header .title a:visited,
  47  #header .title a:active {
  48    text-decoration: none;
  49    color: #aaa;
  50  }
  51  #header .title a:hover {
  52    color: #930;
  53  }
  54  #header .site-slogan {
  55    margin-top: -0.1em;
  56    font-size: 0.8em;
  57  }
  58  #subnavlist {
  59    font-size: 0.8em;
  60  }
  61  ul.links li {
  62    border-left: 1px solid #000;
  63  }
  64  ul.links li.first {
  65    border-left: none;
  66  }
  67  .node .title {
  68    font-size: 1.2em;
  69  }
  70  .node .title a,
  71  .node .title a:link,
  72  .node .title a:active,
  73  .node .title a:visited {
  74    text-decoration: none;
  75    font-weight: normal;
  76  }
  77  .node .title a:hover {
  78    text-decoration: underline;
  79  }
  80  div.links {
  81    margin: 1em 0 3em 0;
  82    text-align: right;
  83  }
  84  .comment .content, .block .content, .menu {
  85    font-size: 0.9em;
  86  }
  87  .block {
  88    padding-bottom: 1em;
  89  }
  90  .block .title {
  91    font-size: 1em;
  92  }
  93  
  94  /*
  95  ** Module specific styles
  96  */
  97  .item-list ul li {
  98    list-style: square;
  99  }
 100  
 101  /*
 102  ** Administration page styles
 103  */
 104  div.admin-panel .description {
 105    color: #999;
 106  }
 107  div.admin-panel .body {
 108    background: #eee;
 109  }
 110  div.admin-panel h3 {
 111    background-color: #999;
 112    color: #fff;
 113    padding: 5px 8px 5px;
 114    margin: 0;
 115  }


Généré le : Fri Nov 30 16:20:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics