[ Index ]
 

Code source de eGroupWare 1.2.106-2

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

title

Body

[fermer]

/phpgwapi/templates/idots/css/ -> idots.css (source)

   1  /*
   2      font styling
   3      allowed attributes: font-family,font-size,color,font-weight
   4  */
   5  
   6  body,td
   7  {
   8      font-family: Verdana, Arial, Helvetica, sans-serif;
   9      font-size: 11px; 
  10  }
  11  
  12  select,input,button
  13  {
  14      color: #006699; 
  15      font-family: Arial, Helvetica, sans-serif;
  16      font-size:110%;
  17  }
  18  
  19  select
  20  {
  21      font-size:100%;
  22  }
  23  
  24  a:link,a:visited
  25  {
  26      cursor:pointer;
  27      color: #006699; 
  28      text-decoration: none;
  29  }
  30  
  31  a:hover,a:active
  32  {
  33      cursor:pointer;
  34      color: #ff9933;
  35      text-decoration: underline;
  36  }
  37  .divLoginboxHeader,.divSideboxHeader,a.appTitles,.appTitles,a.textSidebox,.textSidebox,#fmStatusBar
  38  {
  39      font-size:90%;
  40  }
  41  
  42  .prefSection
  43  {
  44      font-weight:bold;
  45      font-size:145%;
  46      line-height:40px;
  47  }
  48  
  49  #divAppboxHeader
  50  {
  51      line-height:28px;
  52      font-size:125%;
  53      font-weight:bold;
  54      color:#666666;
  55  }
  56  
  57  #divGenTime,#divPoweredBy
  58  {
  59      font-size: 80%;
  60      color: #ff0000;
  61  }
  62  
  63  #divPoweredBy 
  64  {
  65      color: #000000;
  66  }
  67  
  68  /* 
  69      other styling
  70  */
  71  
  72  body 
  73  {
  74      background-image:url(../images/body-background.png);
  75      padding:3px;
  76  }
  77  
  78  form
  79  {
  80      margin:0px;
  81      padding:0px;
  82  }
  83  
  84  img
  85  {
  86      border:0;
  87  }
  88  
  89  
  90  input,button,select
  91  {
  92      border: solid 1px #bbbbbb;
  93  }
  94  
  95  input[type=submit],input[type=button],input[type=reset],button,.egwbutton
  96  
  97  {
  98  /*    color:white;*/
  99      background-color:#c5c5c5;
 100      border:  outset 1px #dcdad5;
 101      background-color:#b9d5e3;
 102      border:  outset 1px #b9d5e3;
 103      margin:  1px;
 104      padding: 1px;
 105      cursor:  pointer; 
 106      color:  #004e7d;
 107      cursor:  hand;
 108  }
 109  
 110  input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
 111  {
 112      background-color:#94bfd4;
 113      border:  outset 1px #b9d5e3;
 114      color:  #006699;
 115      color:  #004e7d;
 116  }
 117  
 118  input[type=submit]:active,input[type=button]:active,input[type=reset]:active,button:active,.egwbutton:active
 119  
 120  {
 121      border:  inset 1px #bbbbbb;
 122  }
 123  
 124  input.egwbutton
 125  {
 126     background-color:#c5c5c5;
 127     border:  outset 1px #dcdad5;
 128     background-color:#b9d5e3;
 129     border:  outset 1px #b9d5e3;
 130     margin:  1px;
 131     padding: 1px;
 132     cursor:  pointer; 
 133     color:  #004e7d;
 134     cursor:  hand;
 135  }
 136  
 137  input.egwbutton:hover
 138  {
 139     background-color:#94bfd4;
 140     border:  outset 1px #b9d5e3;
 141     color:  #006699;
 142     color:  #004e7d;
 143  
 144  }
 145  input.egwbutton:active
 146  {
 147     border:  inset 1px #bbbbbb;
 148  }
 149  
 150  input[type=image]
 151  {
 152     cursor: pointer; 
 153     cursor: hand;
 154     border: 0;
 155  }
 156  
 157  .divLoginbox,.divSidebox 
 158  
 159  {
 160      position:relative;
 161      width: 370px; 
 162      border: #9c9c9c 1px solid; 
 163  }
 164  
 165  .divSidebox 
 166  {
 167      width: 177px; 
 168  }
 169  
 170  .divSideboxHeader,.divLoginboxHeader 
 171  {
 172      text-align:center;
 173      background-color:#dddddd;
 174      padding-top:2px;
 175      color:#666666;
 176  }
 177  
 178  a.divSideboxEntry, .divSideboxEntry
 179  {
 180      text-align:left;
 181      height:16px;
 182      background-color:#FDFDFD;
 183  }
 184  
 185  a.appTitles,.appTitles
 186  {
 187      height:18px;
 188      padding-top:2px;
 189      padding-bottom:2px;
 190  }
 191  
 192  a.textSidebox
 193  {
 194      border-top: 0;
 195  }
 196  
 197  .textSidebox
 198  {
 199      height:18px;
 200      padding-top:2px;
 201      padding-bottom:2px;
 202      border-top: solid #aaaaaa 1px;
 203  }
 204  
 205  .sideboxSpace
 206  {
 207      height:9px;
 208  }
 209  
 210  .greyLine
 211  {
 212      margin:1px;
 213      border-top:solid 1px #7e7e7e;
 214      height:1px;
 215  }
 216  
 217  #extraIcons
 218  {
 219      background-color:#eeeeee;
 220      border:solid 1px #7e7e7e;
 221  }
 222  
 223  .extraIconsRow
 224  {
 225      border:solid 1px #dddddd;
 226      padding:2px;
 227  }
 228  
 229  body {
 230      padding: 0px;
 231  }
 232  
 233  #divMain
 234  {
 235      background-color:white;
 236      padding:9px;
 237      border:solid 1px #7e7e7e;
 238  }
 239  
 240  #divLogo
 241  {
 242      position:absolute;
 243      left:30px;
 244      top:15px;
 245      z-index:51;
 246  }
 247  
 248  #divUpperTabs
 249  {
 250      text-align:right;
 251      height: 15px;
 252      margin-right: 10px;
 253  }
 254  
 255  #divUpperTabs ul
 256  {
 257  display:inline;
 258  margin:0;
 259  padding:10px 10px 0 1px;
 260  list-style:none;
 261  }
 262  
 263  #divUpperTabs li
 264  {
 265  float:right;
 266  margin:0 5px 0 0;;
 267  padding:0 5px 0 5px;
 268  border:solid 1px #9c9c9c;
 269  border-bottom: 0px;
 270  }
 271  
 272  
 273  #divAppIconBar
 274  {
 275      /*margin-top: 15px;*/
 276      background-color:silver;
 277      border:solid 1px #9c9c9c;
 278      background-image: url(../images/background-icon-bar.png); 
 279      background-repeat: repeat-x;
 280      height: 45px;
 281  }
 282  
 283  #divAppTextBar
 284  {
 285      background-color:white;
 286  }
 287  
 288  #divStatusBar
 289  {
 290      background-color:white;
 291      height:15px;
 292      padding-left:10px;
 293      margin-top: 13px;
 294  }
 295  
 296  #tdSidebox
 297  {
 298      width:170px;
 299      background-color:white;
 300      overflow:visible;
 301  }
 302  
 303  #tdAppbox
 304  {
 305      background-color:white;
 306      padding-left:5px;
 307      width: 100%;
 308  }
 309  
 310  #divAppboxHeader
 311  {
 312      background-image:url(../images/appbox-header-background.png);
 313      background-repeat: repeat-x;
 314      height:36px;
 315      text-align:center;
 316      padding-bottom:0px;
 317      border-top:solid 1px #9c9c9c;
 318      border-left:solid 1px #9c9c9c;
 319      border-right:solid 1px #9c9c9c;
 320  }
 321  
 322  #divAppbox
 323  {
 324      background-color:#ffffff;
 325      padding:5px;
 326      border-bottom:solid 1px #9c9c9c;
 327      border-left:solid 1px #9c9c9c;
 328      border-right:solid 1px #9c9c9c;
 329  }
 330  
 331  
 332  
 333  /*
 334      this must move to the filemanager app
 335  */
 336  
 337  #fmStatusBar
 338  {
 339      margin-left:4px;
 340      margin-bottom:3px;
 341  }
 342  
 343  .fmButton
 344  {
 345      background-repeat: no-repeat;
 346      background-image:url(../images/buttonbackground.png);
 347      width:28px;
 348      height:28px;
 349  }
 350  
 351  #fmLocation
 352  {
 353      position:relative;
 354      margin-bottom:3px;
 355      height:27px;
 356  }
 357  
 358  #fmMenu
 359  {
 360      position:relative;
 361  }
 362  
 363  #fmFileWindow
 364  {
 365      background-color:#ffffff;
 366      margin-left:4px;
 367      padding:5px;
 368      position:relative;
 369      border-right: #cccccc 1px solid; 
 370      border-top: #9c9c9c 2px solid; 
 371      border-left: #9c9c9c 2px solid; 
 372      border-bottom: #cccccc 1px solid
 373  }
 374  
 375  #admin_info
 376  {
 377      position:relative;
 378      text-align:right;
 379  }
 380  
 381  #divGenTime,#divPoweredBy 
 382  
 383  {
 384      bottom:4px;
 385      text-align:center;
 386      width:99%;
 387  }


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