105 lines
1.3 KiB
CSS
105 lines
1.3 KiB
CSS
@charset "utf-8";
|
|
/* CSS Document BY BREGAND Alexis */
|
|
|
|
a:link {
|
|
color:#06C;
|
|
text-decoration:none;
|
|
}
|
|
|
|
a:visited {
|
|
text-decoration:none;
|
|
color:#06C;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration:none;
|
|
color:#09F;
|
|
}
|
|
|
|
a:active {
|
|
text-decoration:none;
|
|
color:#09F;
|
|
}
|
|
|
|
hr {
|
|
border:0;
|
|
border-top:1px solid #000;
|
|
}
|
|
|
|
h1 {
|
|
text-align:center;
|
|
}
|
|
|
|
.options {
|
|
text-align:center;
|
|
padding:5px;
|
|
border:1px dashed #000;
|
|
}
|
|
|
|
.tab_ajout {
|
|
text-align:right;
|
|
width:325px;
|
|
}
|
|
|
|
.oubli {
|
|
width:800px;
|
|
border:1px dashed red;
|
|
background-color:#FCC;
|
|
margin:auto;
|
|
}
|
|
|
|
.erreur_mod {
|
|
background-color:#FCC;
|
|
padding:3px;
|
|
}
|
|
|
|
.erreur_ajo {
|
|
background-color:#FCC;
|
|
padding:2px;
|
|
margin:2px;
|
|
}
|
|
|
|
.ds_box {
|
|
background-color: #FFF;
|
|
border: 1px solid #000;
|
|
position: absolute;
|
|
z-index: 32767;
|
|
}
|
|
|
|
.ds_tbl {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.ds_head {
|
|
background-color: #333;
|
|
color: #FFF;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 13px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.ds_subhead {
|
|
background-color: #CCC;
|
|
color: #000;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
width: 32px;
|
|
}
|
|
|
|
.ds_cell {
|
|
background-color: #EEE;
|
|
color: #000;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
padding: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ds_cell:hover {
|
|
background-color: #F3F3F3;
|
|
} |