[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 /********************* WAIT WHILE LOADING BOX *************/ 2 #loading { 3 width: 400px; 4 height: 50px; 5 background-color: #D3DCE3; 6 color: #ff3333; 7 position: absolute; 8 left: 250px; 9 top: 200px; 10 text-align: center; 11 border: 1px solid black; 12 } 13 14 /********************* INSTANCE STATUS COLOR *************/ 15 .wf_active 16 { 17 color: green; 18 } 19 a.wf_active 20 { 21 color: green; 22 } 23 .wf_completed 24 { 25 color: black; 26 } 27 a.wf_completed 28 { 29 color: black; 30 } 31 .wf_aborted 32 { 33 color: grey; 34 } 35 a.wf_aborted 36 { 37 color: grey; 38 } 39 .wf_exception 40 { 41 color: red; 42 } 43 a.wf_exception 44 { 45 color: red; 46 } 47 48 /********************* MESSAGE *************/ 49 .message 50 { 51 color: red; 52 text-align: center; 53 } 54 55 /********************* NICE TABLES *************/ 56 tr.row_on:hover 57 { 58 background : #FFF url(images/tr_bck.gif) repeat; 59 } 60 tr.row_off:hover 61 { 62 background : #FFF url(images/tr_bck.gif) repeat; 63 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |