[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpsysinfo/templates/bulix/ -> bulix.css (source)

   1  * {
   2      font-family: Verdana,Helvetica,sans-serif;
   3      font-size: 11px;
   4      font-weight: normal;
   5  }
   6  
   7  a {
   8    text-decoration: none;
   9  }
  10  
  11  a:link {
  12          color: #09c;
  13          background-color: transparent;
  14  }
  15  
  16  a:visited {
  17          color: #09c;
  18          background-color: transparent;
  19  }
  20  
  21  a:active {
  22          color: blue;
  23          background-color: transparent;
  24  }
  25  
  26  body {
  27          background: #fff;
  28  }
  29  font {
  30          text-decoration: none;
  31          font-family: Verdana,Helvetica,sans-serif;
  32          font-size: 11px;
  33          font-weight: normal;
  34  }
  35  
  36  div.title {
  37      font-size: 15pt;
  38      font-weight: bold;
  39      text-align: center;
  40      padding: 10px;
  41  }
  42  
  43  select {
  44          color: black;
  45          text-decoration: none;
  46          font-family: Verdana,Helvetica,sans-serif;
  47          font-size: 10px;
  48          font-weight: normal;
  49  }
  50  
  51  input {
  52          color: black;
  53          text-decoration: none;
  54          font-family: Verdana,Helvetica,sans-serif;
  55          font-size: 10px;
  56          font-weight: bold;
  57  }
  58  table
  59  {
  60          border: none;
  61          margin: 0px;
  62          padding: 0px;
  63  }
  64  
  65  div.box {
  66      background: white;
  67      width: 100%;
  68  }
  69  
  70  div.boxheaderleft
  71  {
  72      background-image: url(images/left_bar.gif);
  73      background-position: left top;
  74      background-repeat: no-repeat;
  75      height: 20px;
  76      width: 20px;
  77      float: left;
  78  }
  79  
  80  div.boxheaderright
  81  {
  82      background-image: url(images/right_bar.gif);
  83      background-position: right top;
  84      background-repeat: no-repeat;
  85      height: 20px;
  86      width: 20px;
  87      float: right;
  88  }
  89  
  90  div.boxheadertext
  91  {
  92      font-weight: bold;
  93      text-align: center;
  94      border-right: 1px black solid;
  95      height: 20px;
  96      padding-top: 3px;
  97      background-image: url(images/middle_bar.gif);
  98      background-position: left top;
  99      background-repeat: repeat-x;
 100  }
 101  
 102  div.boxcontent {
 103      padding: 5px;
 104      padding-top: 1em;
 105      border: 1px #ccc solid;
 106      border-top: none;
 107      background: #efefef;
 108  }


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7