[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/js/jsolait/doc/ -> html.css (source)

   1  
   2  html{
   3      background-color:lightsteelblue;
   4      font-size:14px;
   5      font-family:Arial,sans-serif;
   6  }
   7  
   8  body{
   9      padding:0em;
  10      margin:0em;
  11      height:100%;
  12  }
  13  
  14  
  15  div.navigationBar{
  16      color:aliceblue;
  17      z-index:98;     
  18      position:absolute;
  19      position:fixed;
  20      left:0em;
  21      top:0em;
  22      width:100%;
  23      height:1.6em;
  24      padding-left:0.5em;
  25      padding-top:0.3em;
  26      padding-bottom:0em;
  27      background-color:slategray;
  28      font-weight:bold;
  29      border-bottom:1px solid black;
  30  }    
  31  
  32  
  33  div.navigationBar a{
  34      color:aliceblue;
  35      text-decoration:none;
  36  }
  37  
  38  div.navigationBar a:link{
  39      color:aliceblue;
  40     text-decoration:none;
  41  }
  42  
  43  div.navigationBar a:visited{
  44      color:aliceblue;
  45      text-decoration:none;    
  46  }
  47  div.navigationBar a:active{
  48      color:white;
  49      text-decoration:none;
  50  }
  51  
  52  div.navigationBar a:hover{
  53     color:white;
  54     text-decoration:underline;
  55  }
  56  
  57  /*-----------------------------------------------------------------------*/
  58  div.menu{
  59      color:aliceblue;
  60      z-index:98;     
  61      position:absolute;
  62      position:fixed;
  63      margin-top:0.1em;
  64      top:2em;
  65      left:0em;
  66      width:11em;
  67      min-height:20em;
  68      height:95%;
  69      bottom:1em;
  70      background-color:slategray;
  71      font-weight:bold;
  72      padding-left:1em;
  73      padding-top:1em;
  74      padding-right:1em;
  75      padding-bottom:1em;
  76      border-top:1px solid black;
  77      border-right:1px solid black;
  78      border-bottom:1px solid black;
  79  }    
  80  
  81  
  82  div.menu ul{
  83      padding-left:1em;
  84      margin-left:0em;
  85  }
  86  div.menu ul li{
  87      padding-bottom:0.5em;
  88  }
  89  
  90  div.menu a{
  91      padding:0em;
  92      color:aliceblue;
  93      text-decoration:none;
  94      font-size:13px;
  95  }
  96  
  97  div.menu a:link{
  98      color:aliceblue;
  99      text-decoration:none;
 100  }
 101  
 102  div.menu a:visited{
 103      color:aliceblue;
 104      text-decoration:none;
 105  }
 106  div.menu a:active{
 107      color:white;
 108      text-decoration:underline;
 109  }
 110  
 111  div.menu a:hover{
 112     color:white;
 113     text-decoration:underline;
 114  }
 115  
 116  
 117  div.menu div.copyright{
 118      z-index:99;
 119      border:none;  
 120      position:absolute;
 121      bottom:2em;
 122      width:19em;
 123      height:2em;
 124      left:0.5em;
 125      margin-left:0em;
 126      padding:0em;
 127      font-size:10px;
 128      font-weight:normal;
 129  }
 130  
 131  div.menu div.donate{
 132      z-index:99;
 133      border:none;  
 134      position:absolute;
 135      bottom:5em;
 136      width:3em;
 137      height:3em;
 138      margin-left:3.5em;
 139      font-size:10px;
 140      font-weight:normal;
 141  }
 142  
 143  a{
 144      color:darkblue;
 145  }
 146  
 147  a:hover{
 148     color:blue;
 149     text-decoration:underline;
 150  }
 151  
 152  a:visited{
 153      color:darkslategray;
 154      text-decoration:underline;
 155  }
 156  
 157  /*-----------------------------------------------------------------*/
 158  
 159  h1{
 160      font-size:16px;
 161      font-weight:bold;
 162      font-family:sans-serif;
 163  }
 164  
 165  h2{
 166      font-size:15px;
 167      font-weight:bold;
 168      font-family:sans-serif;
 169  }
 170  
 171  h3{
 172      font-size:14px;
 173      font-weight:bold;
 174      font-family:sans-serif;
 175      padding-bottom:0em;
 176      margin-bottom:0.2em;
 177  }
 178  
 179  div.content{
 180      z-index:0;
 181      padding:0.5em;
 182      position:absolute;
 183      left:14em;
 184      top:2.5em;
 185      width:45em;
 186  }
 187  
 188  div.contentItem{
 189      padding:0em;
 190      margin-bottom:3em;
 191  }
 192  
 193  div.contentItem h2{
 194      height:20px;
 195      padding-left:0.5em;
 196      margin-left:0;
 197      margin-bottom:0.5em;
 198      margin-top:1.5em;
 199      left:0em;
 200      top:0em;
 201      width:43em;
 202      color:aliceblue;     
 203      background-color:slategray;
 204  }
 205  
 206  div.contentItem div h2{
 207      width:42em;
 208  }
 209  
 210  div.contentItem h2 a{
 211      padding:0em;
 212      margin-right:0;
 213      margin-left:0;
 214      color:aliceblue;
 215      background-color:slategray;
 216  }
 217  
 218  
 219  div.contentItem h2 a:visited{
 220      color:aliceblue;
 221      background-color:slategray;
 222  }
 223  
 224  div.contentItem h2 a:active{
 225      color:white;
 226      background-color:slategray;
 227  }
 228  
 229  
 230  div.contentItem h2 a:hover{
 231      color:white;
 232      background-color:slategray;
 233  }
 234  
 235  
 236  div.contentItem h2 a:link{
 237      color:aliceblue;
 238      background-color:slategray;
 239  }
 240  
 241  
 242  div.contentItem a.bttop{
 243      position:absolute;
 244      left:43em;
 245      color:aliceblue;
 246      background-color:slategray;
 247  }
 248  
 249  
 250  div.contentItem a.bttop:link{
 251      color:aliceblue;
 252      text-decoration:none;
 253  }
 254  
 255  div.contentItem a.bttop:visited{
 256      color:aliceblue;
 257      text-decoration:none;
 258  }
 259  
 260  div.contentItem a.bttop:active{
 261      color:white;
 262      text-decoration:underline;
 263  }
 264  
 265  div.contentItem a.bttop:hover{
 266      color:white;
 267      text-decoration:underline;
 268  }
 269  
 270  div.contentItem div{
 271      margin-left:1em;
 272      margin-top:0;
 273  }
 274  
 275  button{
 276      background-color:slategray;
 277      border:1px;
 278      border-style:solid;
 279      border-color:black;
 280      margin-right:1em;
 281  } 
 282  
 283  
 284  div.indent{
 285      margin-left:1em;    
 286  }
 287  
 288  
 289  .code{
 290      background-color:aliceblue;
 291  }
 292      
 293      


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