25 lines
No EOL
1 KiB
CSS
25 lines
No EOL
1 KiB
CSS
/*
|
|
Utilisation de la CSS de base du thème defaut.
|
|
*/
|
|
|
|
table {margin-top:10px;}
|
|
td {background-color:#A0D2FC;}
|
|
h2 {font-weight:bold; font-size:16px;}
|
|
h3 {font-weight:bold; font-size:14px;}
|
|
p {text-align:left; margin:0 5px 0 5px; padding:4px; color:#0E6696;}
|
|
|
|
li {list-style-type:none; background-color:#79C0FB; border:1px solid #0E6696;}
|
|
.validation {font-weight:bold; color:green; float:right;}
|
|
.erreur {font-weight:bold; color:red; float:right;}
|
|
.erreur2 {font-weight:bold; color:red;}
|
|
.menu {height:55px; width:90px; background:none;}
|
|
.listing {margin:1px 0 0 0;}
|
|
.blocD {width:400px; border:1px solid #0E6696;}
|
|
.textWidth {width:375px; border:1px solid #219AD2;}
|
|
#actif {height:20px; padding:8px 7px 0 7px; margin:-2px 0 4px 0; border:1px solid white; font-weight:bold;}
|
|
.onglet {height:20px; padding:8px 7px 0 7px; margin:-2px 0 4px 0;}
|
|
#input1 {float:right; margin:5px -5px 5px 5px;}
|
|
#input2 {float:left; margin:5px 5px 5px -5px;}
|
|
|
|
#center {height: 300px;}
|
|
.tableCenter {margin:0 auto 0; width:510px;} |