[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-ocs/sources/www/css/ -> ocsreports.css (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:#6699cc;
  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:#6699cc;
  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: #6699cc;
  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:#6699cc ;
 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: #6699cc;
 121      border-color: #000000;
 122      border-spacing: 0px;
 123      border-style: solid;
 124      border-width: 1px;
 125      color: #F8F8FF;
 126      font-size: 24pt;
 127      border-collapse: collapse;
 128      width:100%;
 129  }
 130  
 131  table.headfoot 
 132  {
 133      background-color: #6699cc;
 134      border-color: #000000;
 135      border-spacing: 0px;
 136      border-style: solid;
 137      border-width: 1px;
 138      border-collapse: collapse;
 139      width:100%;
 140  }
 141  
 142  select.ge {
 143      background-color: #6699cc;
 144      height: 246px;
 145      width: 250px;
 146  }
 147  
 148  .boutonP {
 149      background-color: #6699cc;
 150      border-color: #A1B1F9;
 151      border-style: solid;
 152      border-width: 1px;
 153      cursor: pointer;
 154      font-size: 8pt;
 155  }
 156  
 157  .boutonG {
 158      background-color: #6699cc;
 159      border-color: #A1B1F9;
 160      border-style: solid;
 161      border-width: 1px;
 162      cursor: pointer;
 163  }
 164  
 165  .Lien {
 166      border-left-color: #FFFFFF;
 167      border-bottom-color: #FFFFFF;
 168      border-top-color: #FFFFFF;
 169      border-right-color: #FFFFFF;
 170  }
 171  
 172  .Main {
 173      cursor: pointer;
 174  }
 175  
 176  #fenetre 
 177  {
 178      position: absolute;
 179      top: 20%;
 180      left: 30%;
 181  }
 182  
 183  #search {
 184      background-color: #6699cc;
 185      border-color: #A1B1F9;
 186      border-style: solid;
 187      border-width: 1px;
 188      border-collapse: collapse;
 189      width: 240px;
 190  }
 191  
 192  dl, dt, dd, ul, li {
 193  margin: 0;
 194  padding: 0;
 195  list-style-type: none;
 196  }
 197  
 198  #menu dt {
 199  cursor: pointer;
 200  margin: 2px 0;
 201  text-align: center;
 202  font-weight: bold;
 203  }
 204  
 205  #menu dd {
 206  position: absolute;
 207  z-index: 100;
 208  margin-top: 5px;
 209  width: 18em;
 210  background: #6699cc;
 211  border: 1px solid gray;
 212  }
 213  
 214  #menu ul {
 215  padding: 2px;
 216  }
 217  #menu li {
 218  text-align: center;
 219  font-size: 85%;
 220  height: 18px;
 221  line-height: 18px;
 222  }
 223  #menu li a, #menu dt a {
 224  color: #000;
 225  text-decoration: none;
 226  display: block;
 227  }
 228  
 229  #menu li a:hover {
 230  text-decoration: underline;
 231  }


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