103 lines
3.9 KiB
CSS
103 lines
3.9 KiB
CSS
/*couleur principale*/
|
|
body {background: #022e47;}
|
|
#entete{ background: transparent url(./img/header-noise-blue-center.jpg) no-repeat center top; }
|
|
#entete-wrap{background: #022e47 url(./img/header-noise-blue.jpg) repeat-x center top;}
|
|
#entete #slogan_site_spip{ border-left: 1px solid #7a96a4;}
|
|
|
|
/* Les titres des menus et extra*/
|
|
#extra .liste .h2,
|
|
#navigation .liste .h2 ,
|
|
#extra .contenu .h2,
|
|
#navigation .contenu .h2 ,
|
|
#extra .formulaire_spip .h2 ,
|
|
#navigation .formulaire_spip .h2 {
|
|
background:transparent url(./img/box-title-bg-blue-left.png) no-repeat top left;}
|
|
|
|
#extra #formulaire_recherche label ,
|
|
#navigation #formulaire_recherche label,
|
|
#extra #formulaire_menu_lang label ,
|
|
#navigation #formulaire_menu_lang label {
|
|
background:transparent url(./img/box-title-bg-blue.png) no-repeat top left;}
|
|
|
|
/* Les liens survolé */
|
|
a:focus,a:hover,a:active {color: #4ca3db;}
|
|
a:hover, a.spip_in:hover, a.spip_out:hover,a.spip_note:hover,a.spip_ancre:hover,a.spip_url:hover,a.spip_glossaire:hover, a.spip_mail:hover {color: #4ca3db;}
|
|
.liste-items .item .h3 a:hover, .liste-items .item .entry-title a:hover, .resume .h3 a:hover{color: #4ca3db;}
|
|
|
|
|
|
/*Contenu*/
|
|
/* Conteneur */
|
|
#conteneur-wrap{ background: #fff; }
|
|
|
|
/*couleurs des tables*/
|
|
fieldset{ border: 1px solid #999; }
|
|
table.spip td, table.spip th, table td, table th {border-right: 1px solid #fff;border-color: #fff;}
|
|
table th , table.spip tr.row_first{
|
|
background: #7e7e7e;
|
|
color: #fff;
|
|
border-bottom: 1px solid #fff;
|
|
}
|
|
table.spip td, table td{ background: #f1f1f1; }
|
|
table.spip tr.row_odd { background: #f1f1f1; }
|
|
table.spip tr.row_even td, table.spip tr.row_even{ background: #fff;}
|
|
table.spip tr:hover td, table tr:hover td{ background: #fff;}
|
|
|
|
.cartouche .spip_logos, .liste-items .item .spip_logos{
|
|
background: #FFF url(./img/logo-white-bg.jpg) repeat scroll center top;
|
|
border: 1px solid #f2efe5;
|
|
} /*conteneur white*/
|
|
.liste-items .item .spip_logos:hover{
|
|
border-color: #75695E;
|
|
} /*conteneur white*/
|
|
|
|
/*formulaire*/
|
|
.formulaire_spip fieldset, fieldset{ border: 1px solid #d2c7af;}
|
|
|
|
/*forum et retour formulaire reprise couleur body*/
|
|
.formulaire_spip fieldset.previsu { border: 2px dashed #022e47; }
|
|
.formulaire_spip fieldset.previsu legend { color: #022e47; }
|
|
.reponse_formulaire { color: #022e47; }
|
|
fieldset.reponse_formulaire { border-color: #022e47; }
|
|
fieldset.reponse_formulaire.reponse_formulaire legend { color:#022e47; }
|
|
.forum-chapo{
|
|
background: #3f85b9 url(img/comment-head.png) repeat-x left bottom; /*couelur reprise des coté*/
|
|
}
|
|
/*habillage supplémentaire du contenu commun*/
|
|
hr{color: #999;background: #999;
|
|
border-bottom: 1px solid #999;
|
|
}
|
|
blockquote, blockquote.spip,blockquote.spip_poesie{
|
|
border: 1px dotted #999;
|
|
color: #999;
|
|
}
|
|
|
|
.documents_portfolio .spip_logos { border-color: #999; }
|
|
.documents_portfolio a.on .spip_logos { border-color: #666; }
|
|
.documents_portfolio a:focus .spip_logos,
|
|
.documents_portfolio a:hover .spip_logos,
|
|
.documents_portfolio a:active .spip_logos { border-color: #CCC; }
|
|
|
|
/*A adapter ou non ..*/
|
|
.pagination , .pagination a { color: #4086bb; }
|
|
.pagination .on { color: #4086bb; }
|
|
#hierarchie, #hierarchie a {color: #4086bb; }
|
|
.meta-publi{color: #4086bb;}
|
|
.meta-publi a{color: #3f85b9;}
|
|
|
|
/*les blocs de navigation et extra*/
|
|
#extra .liste .liste-items,#extra .contenu .texte, #navigation .liste .liste-items,#navigation .contenu .texte, #extra .formulaire_spip form, #navigation .formulaire_spip form {
|
|
background:#F7F7F7;
|
|
}
|
|
#extra .formulaire_spip fieldset,
|
|
#navigation .formulaire_spip fieldset,{
|
|
background:#F7F7F7;
|
|
}
|
|
#navigation .formulaire_spip fieldset legend , #extra .formulaire_spip fieldset legend {
|
|
background-color: background:#F7F7F7; color: #333; }
|
|
|
|
/* pas de changement*/
|
|
#pied{color: #e7e0c7;}
|
|
#pied a{color: #7a96a4;}
|
|
|
|
/*info-publi du forum*/
|
|
.info-publi ul li a{color: #f44365;}
|