106 lines
3.3 KiB
CSS
106 lines
3.3 KiB
CSS
/* SPIP-STYLE */
|
|
/* Cette feuille contient les styles associes au code genere par SPIP. */
|
|
/* Ces styles sont indispensables et doivent necessairement etre */
|
|
/* definis pour le bon fonctionnement de vos squelettes. */
|
|
|
|
|
|
/* Intertitre */
|
|
h3.spip { /* text-align: center; margin-top: 2em; margin-bottom: 1.4em; font-size: 1.15em; font-weight: bold;*/ }
|
|
hr.spip { margin: 2em auto; }
|
|
|
|
/* Listes SPIP */
|
|
ul.spip {
|
|
list-style:none outside none;
|
|
line-height:1.4em;
|
|
margin:0 0 0.5em 0;
|
|
padding:0px;
|
|
}
|
|
ol.spip {
|
|
list-style: decimal;
|
|
line-height:1.4em;
|
|
margin:0 0 0.5em 1.6em;
|
|
padding:0px;
|
|
}
|
|
ul.spip li {
|
|
padding:0 0 0 12px;
|
|
margin:0 0 0.2em 2px;
|
|
}
|
|
|
|
|
|
|
|
/* Citations, code et poesie */
|
|
blockquote.spip {
|
|
margin: 3em 0; padding-left: 1em; border-left: 2px solid;
|
|
}
|
|
blockquote.spip_poesie {
|
|
margin: 3em 0; padding-left: 1em; border-left: 1px solid;
|
|
}
|
|
|
|
code {font-size:120%;}
|
|
.spip_code, .spip_cadre {
|
|
font-family: Courier, "Courier New", monospace;
|
|
color: #592A00;
|
|
font-size:100%;
|
|
}
|
|
.spip_cadre {
|
|
background-color: #FFF9E9; border: 1px solid #DDD0AC;
|
|
padding:.5em;
|
|
width:100%;
|
|
}
|
|
div.spip_code, .spip_cadre { margin-bottom: 1em; }
|
|
|
|
.spip_surligne { background: #FF6; }
|
|
|
|
/* Tableaux */
|
|
table.spip {
|
|
border-collapse: collapse;
|
|
border-spacing: 0; line-height: normal;
|
|
clear:both;
|
|
margin:2.0em 0 0.2em 0;
|
|
background-color:#GET{fond_fonce};
|
|
width:100%;
|
|
}
|
|
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
|
|
table.spip tr.row_first { background: #FFC; }
|
|
table.spip tr.row_odd { background: #EEE; }
|
|
table.spip tr.row_even { background: #DDD; }
|
|
table.spip th, table.spip td {
|
|
text-align: left;
|
|
padding:5px 20px 5px 7px;
|
|
border:solid 2px #fff;
|
|
font-weight:normal;
|
|
vertical-align:middle;
|
|
}
|
|
table.spip th { font-weight: bold; }
|
|
table.spip td { vertical-align: top; }
|
|
|
|
/* Logos, documents et images */
|
|
img, .spip_logos { margin: 0; padding: 0; border: 0; }
|
|
.spip_documents { text-align: center; line-height: normal; }
|
|
.spip_documents p { margin: 0.10em; padding: 0; }
|
|
.spip_documents_center { display: block;display: table; clear: both; margin: 1em auto; }
|
|
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
|
|
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
|
|
.spip_doc_titre { margin-right: auto; margin-left: auto; font-weight: bold; font-size: 0.90em; }
|
|
.spip_doc_descriptif { clear: both; margin-right: auto; margin-left: auto; font-size: 0.90em; }
|
|
|
|
/* modeles par defaut */
|
|
.spip_modele { float: right; display: block; padding: 1em; border: 1px solid; width: 180px; }
|
|
|
|
/* Couleurs des liens de SPIP */
|
|
a.spip_note {} /* liens vers notes de bas de page */
|
|
a.spip_ancre {} /* liens internes a la page */
|
|
a.spip_in { color: #900; } /* liens internes */
|
|
a.spip_out { color: #009; } /* liens sortants */
|
|
a.spip_url { color: #009; } /* liens url sortants */
|
|
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
|
|
a.spip_glossaire:hover { text-decoration: underline overline; }
|
|
.on { font-weight: bold; } /* liens exposes */
|
|
|
|
.small {font-size:90%;}
|
|
|
|
/* Espaceur de blocs */
|
|
.nettoyeur { clear: both; height: 0; margin: 0; padding: 0; border: 0; line-height: 1px; font-size: 1px; }
|
|
|
|
/* Non visible a l'ecran */
|
|
.invisible { position: absolute; top: -3000em; height: 1%; }
|