[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-ocs/sources/www/css/ -> ocsreports.css.org (source)

   1  /* OCSReports Style Sheet */
   2  
   3  
   4  body {
   5      background-color:#FFFFFF;
   6      font-family: Verdana;
   7      font-size: 8pt;
   8  }
   9  
  10  .fondu {
  11      background-image: url(../image/fond.png);
  12      width:100%;
  13      background-position : top center ;
  14      background-repeat: no-repeat;
  15          background-attachment: fixed;
  16  }
  17  
  18  a, img, .lienBleu, .norm, td, b,.warn {  
  19      text-decoration: none;
  20      border-width: 0px;
  21      font-family: Verdana;
  22      font-size: 8pt;
  23  }
  24  
  25  .warn {
  26      font-size: 10pt;
  27      color: red;
  28      font-weight:bold;
  29  }
  30  
  31  a,a:visited, .lienBleu {
  32      cursor: pointer;
  33      color: blue;    
  34  }
  35  
  36  a:hover {
  37      color: red;
  38  }
  39  
  40  a.deco {
  41      color:#C7D9F5;
  42      font-size: 8pt;
  43  }
  44  
  45  input 
  46  {
  47      cursor: pointer;
  48  }
  49  
  50  .lienBleu  {
  51      color: blue;
  52  }
  53  
  54  .bouton,input,select,textarea,option {
  55      background-color:#C7D9F5;
  56      border-color:#A1B1F9; 
  57      border-width:2px;    
  58  }
  59  
  60  option.hi {
  61      background-color:#FFFFFF;
  62  }
  63  
  64  .dropdown {
  65      border: thin solid;
  66  }
  67  
  68  .Items {
  69      border-width: 2px;
  70      border-bottom-color:#666666;
  71      border-left-color:#D6D6D6;
  72      border-right-color:#666666;
  73      border-top-color:#D6D6D6;
  74  }
  75  
  76  .textbox 
  77  {
  78      border: thin solid;
  79  }
  80  
  81  table.Erreur 
  82  {
  83      border-color: #A1B1F9;
  84      border-spacing: 0px;
  85      border-style: solid;
  86      border-width: 2px;
  87      border-collapse: collapse;
  88  }
  89  
  90  th.Erreur 
  91  {
  92      background-color: #C7D9F5;
  93      border-bottom-color: #A1B1F9;
  94      border-bottom-style: solid;
  95      border-bottom-width: 2px;
  96      border-collapse: collapse;
  97  }
  98  
  99  td.Machine
 100  {
 101       vertical-align:top ;
 102       font-size:8pt;
 103  }
 104  
 105  td#color
 106  {
 107      background-color:#C7D9F5 ;
 108  }
 109  
 110  td#type
 111  {
 112  font-family:Tahoma;
 113  font-size:8pt;
 114  text-align:center;
 115  font-weight:bold;
 116  }
 117      
 118  table.Fenetre 
 119  {
 120      background-color: white;
 121      border-color: #A1B1F9;
 122      border-spacing: 0px;
 123      border-style: solid;
 124      border-width: 2px;
 125      border-collapse: collapse;
 126      width:62%;
 127  }
 128  
 129  table.headfoot 
 130  {
 131      background-color: #C7D9F5;
 132      border-color: #000000;
 133      border-spacing: 0px;
 134      border-style: solid;
 135      border-width: 1px;
 136      border-collapse: collapse;
 137      width:100%;
 138  }
 139  
 140  select.ge {
 141      background-color: #C7D9F5;
 142      height: 246px;
 143      width: 250px;
 144  }
 145  
 146  .boutonP {
 147      background-color: #C7D9F5;
 148      border-color: #A1B1F9;
 149      border-style: solid;
 150      border-width: 1px;
 151      cursor: pointer;
 152      font-size: 8pt;
 153  }
 154  
 155  .boutonG {
 156      background-color: #C7D9F5;
 157      border-color: #A1B1F9;
 158      border-style: solid;
 159      border-width: 1px;
 160      cursor: pointer;
 161  }
 162  
 163  .Lien {
 164      border-left-color: #FFFFFF;
 165      border-bottom-color: #FFFFFF;
 166      border-top-color: #FFFFFF;
 167      border-right-color: #FFFFFF;
 168  }
 169  
 170  .Main {
 171      cursor: pointer;
 172  }
 173  
 174  #fenetre 
 175  {
 176      position: absolute;
 177      top: 20%;
 178      left: 30%;
 179  }
 180  
 181  #search {
 182      background-color: #C7D9F5;
 183      border-color: #A1B1F9;
 184      border-style: solid;
 185      border-width: 1px;
 186      border-collapse: collapse;
 187      width: 240px;
 188  }
 189  
 190  dl, dt, dd, ul, li {
 191  margin: 0;
 192  padding: 0;
 193  list-style-type: none;
 194  }
 195  
 196  #menu dt {
 197  cursor: pointer;
 198  margin: 2px 0;
 199  text-align: center;
 200  font-weight: bold;
 201  }
 202  
 203  #menu dd {
 204  position: absolute;
 205  z-index: 100;
 206  margin-top: 5px;
 207  width: 18em;
 208  background: #C7D9F5;
 209  border: 1px solid gray;
 210  }
 211  
 212  #menu ul {
 213  padding: 2px;
 214  }
 215  #menu li {
 216  text-align: center;
 217  font-size: 85%;
 218  height: 18px;
 219  line-height: 18px;
 220  }
 221  #menu li a, #menu dt a {
 222  color: #000;
 223  text-decoration: none;
 224  display: block;
 225  }
 226  
 227  #menu li a:hover {
 228  text-decoration: underline;
 229  }


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1