106 lines
No EOL
3.8 KiB
CSS
106 lines
No EOL
3.8 KiB
CSS
body,html{
|
|
font-family: Arial, sans-serif;
|
|
font-size: 12px;
|
|
margin:0;
|
|
color: #666;
|
|
}
|
|
|
|
/* Design */
|
|
#header{
|
|
background: url(images/bg_header.png) repeat-x #D8D8D8;
|
|
overflow: hidden;
|
|
margin-bottom: 15px;
|
|
border-bottom: 5px solid #D8D8D8;
|
|
}
|
|
|
|
#header p {width: 960px; color: #fff; margin: 5px auto 15px auto;}
|
|
|
|
#corps{
|
|
width: 960px;
|
|
margin: 0 auto 0;
|
|
margin-bottom: 30px;
|
|
overflow: hidden;
|
|
}
|
|
#contentG{
|
|
float: left;
|
|
width: 950px;
|
|
/*width: 600px*/
|
|
margin-right: 60px;
|
|
}
|
|
#contentD{
|
|
float: left;
|
|
width: 298px;
|
|
}
|
|
|
|
#footer{clear: both; text-align: center;}
|
|
#footer a {color:#33AFDE; text-decoration:none;}
|
|
|
|
/* Menus */
|
|
ul.menu{
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
list-style-type: none;
|
|
background: url(images/bg_nav.png);
|
|
overflow: hidden;
|
|
}
|
|
ul.menu li a{
|
|
color: #fff;
|
|
text-decoration: none;
|
|
padding: 10px;
|
|
display: block;
|
|
}
|
|
ul.menu li{float: left;margin-right: 5px;}
|
|
ul.menu li a:hover{color: #4b537a;}
|
|
|
|
|
|
/* Styles */
|
|
#text_input {width:250px;}
|
|
.input_text {border:1px solid #5EB2DC;background-color:#FFFFFF; padding:3px; font-family:Arial; font-size:12px;}
|
|
.input_text_mini {border:1px solid #5EB2DC;background-color:#FFFFFF; padding:3px; width:76px; font-family:Arial; font-size:12px;}
|
|
.area_text {border:1px solid #5EB2DC;background-color:#FFFFFF; padding:3px; width:250px; height:100px; font-family:Arial; font-size:12px;}
|
|
|
|
|
|
/* Tableaux */
|
|
#tableau {border:1px solid #5EB2DC; padding:15px;}
|
|
#tableau tr:hover {background:#CEE7F4;}
|
|
#tableau tr {border:1px solid black;}
|
|
#en_tete {font-weight:bold; background:#A5D2EB;}
|
|
tr:hover#en_tete {background:#A5D2EB;}
|
|
|
|
/* Formulaire */
|
|
#option_table a {text-decoration:none; color:#666666;}
|
|
#option_table td {border:1px solid #5EB2DC; padding:3px; background:url(tinyeditor/images/header-bg.gif) repeat-x; height:34px;}
|
|
#option_table td:hover {padding:3px; background-image:none; background-color:#FFFFFF; height:34px;}
|
|
.div_unique1 {float:left; border:1px solid #5EB2DC;width:184px; margin:0 0 30px 20px; height:237px; padding:20px;}
|
|
|
|
/* Admin BOX */
|
|
#content {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: white;}
|
|
#center {position: absolute;
|
|
height: 200px; top:0; bottom:0; left:0; right: 0; margin: auto; background-color: #1389CA;
|
|
text-align:left; text-align:center; color:#FFF; border-top:5px solid #E9EBF5 ; border-bottom:5px solid #E9EBF5 ; background-image:url(images/bg_header.png);background-repeat:repeat-x;}
|
|
#left {width: 76px; height: 77px; background:url(images/logo.png) no-repeat; text-indent:-5000; font-size:0; margin:-90px auto 20px;}
|
|
|
|
/* Boutons */
|
|
.erreur {color:red; font-weight:bold; text-shadow:#FFFFFF 0px 0px 2px;}
|
|
.valide {color:green; font-weight:bold; text-shadow:#FFFFFF 0px 0px 2px;}
|
|
.input {border:1px solid #219AD2;}
|
|
.option {border:1px solid #219AD2; padding:2px;}
|
|
#add_but {background:url(images/icones/ajout.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#A60000; cursor:pointer;}
|
|
#apply_but {background:url(images/icones/apply.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#666666;}
|
|
#save_but {background:url(images/icones/save.png) no-repeat; padding:4px 0px 4px 17px; border:none; background-position:left center; font-size:12px; font-family:Arial; color:#666666;}
|
|
|
|
/* Icones */
|
|
.icon {margin:0 4px -2px 0;}
|
|
.petit_decalage {margin:0 5px 0 5px;}
|
|
.decalageBas {margin:0 0 -10px 0;}
|
|
|
|
|
|
/* Bases */
|
|
ul{margin-left: 0; padding-left: 0; list-style-position: inside;}
|
|
a{color: #b70034;}
|
|
h1{width: 960px; color: #fff; font-weight: normal; margin: 30px auto 5px auto;}
|
|
h6{font-size:14px; margin:10px 0 5px 0;}
|
|
.text_left {text-align:justify; padding:10px;}
|
|
.link {text-decoration:none;}
|
|
.gauche {float:left;}
|
|
.gauche50 {float:left; margin:0 50px 0 0;} |