758 lines
No EOL
18 KiB
CSS
758 lines
No EOL
18 KiB
CSS
/* --------------------------------------------------------- */
|
|
/* Feuille de style des squelettes par defaut pour SPIP 2.0 */
|
|
/* --------------------------------------------------------- */
|
|
/* ----------------------------------------------
|
|
Template Name : Unbound
|
|
Template Code : S-0023
|
|
Version : 1.0
|
|
Author : Erwin Aligam
|
|
Author URI : http://www.styleshout.com/
|
|
Last Date Modified : April 17, 2008
|
|
Adaptation pour Spip-zen : Cedric Morin http://www.yterium.com
|
|
------------------------------------------------ */
|
|
|
|
|
|
/* formulaires */
|
|
/* form elements */
|
|
.formulaire_spip {
|
|
margin: 15px 0px;
|
|
padding: 10px 10px 20px;
|
|
border: 1px solid #f1f1f1;
|
|
background: #fdfdfd;
|
|
}
|
|
.formulaire_spip fieldset legend {
|
|
background: #fdfdfd;
|
|
}
|
|
|
|
.formulaire_spip li {
|
|
border-bottom: 1px solid #E6E6E6;
|
|
padding: 12px 0 5px 0; margin: 0;
|
|
color: #7BA857;
|
|
}
|
|
.formulaire_spip li .saisie_mot {border:none;}
|
|
.formulaire_spip label {
|
|
display: block;
|
|
font-weight: bold;
|
|
margin: 8px 0 5px 0;
|
|
color: #895F30;
|
|
}
|
|
.formulaire_spip input.text,.formulaire_spip input.password, .formulaire_spip select, .formulaire_spip textarea {
|
|
padding: 4px;
|
|
font: normal 1em Verdana, sans-serif;
|
|
color: #666666;
|
|
background: #fff;
|
|
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
|
|
}
|
|
.formulaire_spip textarea {
|
|
height: 100px;
|
|
display: block;
|
|
}
|
|
#contenu .formulaire_spip textarea { width:350px;}
|
|
|
|
.formulaire_spip option { padding-right: 0.5em; }
|
|
.formulaire_spip .boutons input {
|
|
font: bold 12px Arial, Sans-serif;
|
|
height: 30px;
|
|
margin: 0;
|
|
padding: 2px 3px;
|
|
color: #555;
|
|
background: #E6E6E6;
|
|
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
|
|
}
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Sous-navigation et autres menus
|
|
/* ------------------------------------------ */
|
|
/* Habillage general des menus de navigation */
|
|
.menu p,.liste p { margin: 0.20em 0; padding: 0.20em 0; }
|
|
|
|
/* menu */
|
|
.menu-liste {
|
|
text-align: left;
|
|
margin: 7px 0 8px;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
background: url(img/dots.gif) repeat-x left top;
|
|
}
|
|
.menu-liste .menu-entree {
|
|
list-style: none;
|
|
background: url(img/dots.gif) repeat-x left bottom;
|
|
padding: 6px 10px;
|
|
margin: 0;
|
|
clear:both;
|
|
overflow:hidden;
|
|
}
|
|
* html body .menu-liste .menu-entree {
|
|
height: 1%;
|
|
}
|
|
.menu-liste .menu-entree a,
|
|
.menu-liste .menu-entree a:visited {
|
|
text-decoration: none;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #666666;
|
|
}
|
|
.menu-liste .menu-entree a:hover {
|
|
color: #000;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.menu-liste .menu-liste { margin:0;margin-left: 5px; padding: 0; }
|
|
.menu-liste .menu-liste .menu-entree { background: none; }
|
|
|
|
/* Liste d'items */
|
|
.liste-items {
|
|
text-align: left;
|
|
margin: 7px 0 8px;
|
|
padding: 0;
|
|
text-decoration: none;
|
|
background: url(img/dots.gif) repeat-x left bottom;
|
|
}
|
|
.liste-items .item {
|
|
list-style: none;
|
|
background: url(img/dots.gif) repeat-x left top;
|
|
padding: 6px 10px;
|
|
margin: 0;
|
|
clear:both;
|
|
overflow:hidden;
|
|
}
|
|
* html body .liste-items .item {
|
|
height: 1%;
|
|
}
|
|
.liste-items .item a,
|
|
.liste-items .item a:visited {
|
|
text-decoration: none;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #666666;
|
|
}
|
|
.liste-items .item a:hover {
|
|
color: #000;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
/* Pagination */
|
|
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
|
|
.pagination .on { font-weight: bold; color: #666; }
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Typographie generale (style transversaux)
|
|
/* ------------------------------------------ */
|
|
html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
|
|
body {
|
|
font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
|
|
color: #666666;
|
|
margin: 0; padding: 0 0 50px 0;
|
|
background: #070707;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
/* Couleurs des liens
|
|
---------------------------------------------- */
|
|
a,a.spip_in,a.spip_out,a.spip_url {
|
|
text-decoration: none;
|
|
color: #A56F38;
|
|
}
|
|
a:hover {
|
|
background: #F0f0f0;
|
|
color: #000;
|
|
border-bottom: 1px dotted #000;
|
|
}
|
|
|
|
/* Titraille / Intertitres */
|
|
h1,.h1, h2,.h2, h3,.h3, h3.spip {
|
|
font: bold 1em/1.5em "Trebuchet MS", Tahoma, Arial, Sans-serif;
|
|
color: #111;
|
|
padding: 10px 0 5px;
|
|
margin: 0;
|
|
}
|
|
h1,.h1 {
|
|
font-size: 345%;
|
|
font-weight: normal;
|
|
letter-spacing: -2px;
|
|
}
|
|
h2,.h2 {
|
|
font-size: 200%;
|
|
color: #663333;
|
|
}
|
|
h3,.h3,h3.spip {
|
|
font-size: 170%;
|
|
font-weight: normal;
|
|
}
|
|
h3.spip {text-align:left;} /*Cf.: spip_style.css*/
|
|
|
|
/* Divers */
|
|
hr.spip {} /*Cf.: spip_style.css*/
|
|
abbr,acronym {
|
|
cursor: help;
|
|
border-bottom: 1px dotted #895F30;
|
|
}
|
|
|
|
small,.small { font-size: 0.90em; color: #666; }
|
|
|
|
/* Listes SPIP */
|
|
ul.spip, ol.spip {
|
|
margin: 10px 0;
|
|
padding: 0 20px;
|
|
}
|
|
ul.spip { list-style: none; list-style-image: url(img/bullet.gif);}
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
color: #895F30;
|
|
}
|
|
dd {
|
|
padding-left: 25px;
|
|
}
|
|
|
|
p, dl { padding: 10px 0; margin: 0; }
|
|
ul.spip {} /*Cf.: spip_style.css*/
|
|
ol.spip {} /*Cf.: spip_style.css*/
|
|
|
|
/* Citations, code et poesie */
|
|
blockquote.spip {} /*Cf.: spip_style.css*/
|
|
blockquote, blockquote.spip {
|
|
margin: 15px 0;
|
|
padding: 10px;
|
|
padding-left:40px;
|
|
border: 1px solid #F0F0F0;
|
|
background: #F0F0F0 url(img/quote.jpg) no-repeat 10px 10px;
|
|
font-weight: normal;
|
|
font-size: 17px;
|
|
line-height: 1.5em;
|
|
font-style: italic;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
color: #555;
|
|
}
|
|
blockquote.spip_poesie {
|
|
background:none;
|
|
border-top:0;
|
|
border-bottom:0;
|
|
border-right:0;
|
|
} /*Cf.: spip_style.css*/
|
|
code,.spip_code {
|
|
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
|
|
} /*Cf.: spip_style.css*/
|
|
.spip_cadre {
|
|
margin: 5px 0;
|
|
padding: 15px;
|
|
text-align: left;
|
|
display: block;
|
|
overflow: auto;
|
|
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
|
|
/* white-space: pre; */
|
|
border: 1px solid #EBEBEB;
|
|
background: #F0F0F0;
|
|
width:90%;
|
|
}
|
|
|
|
/* Tableaux */
|
|
table.spip {} /*Cf.: spip_style.css*/
|
|
table.spip {
|
|
border-collapse: collapse;
|
|
margin: 15px 0px;
|
|
}
|
|
table.spip caption {text-align:left;}
|
|
|
|
table.spip tr,table.spip tr.row_even,table.spip tr.row_odd { height: 34px; background: #fff; }
|
|
|
|
table.spip th {
|
|
color: #555;
|
|
background: #E6E6E6;
|
|
height: 38px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
text-align: left;
|
|
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
|
|
}
|
|
table.spip td {
|
|
padding-left: 11px;
|
|
padding-right: 11px;
|
|
border: 1px solid #ECECEC;
|
|
}
|
|
/* end - table */
|
|
|
|
/* Logos, documents et images */
|
|
.spip_logos {} /*Cf.: spip_style.css*/
|
|
.spip_documents {} /*Cf.: spip_style.css*/
|
|
.spip_documents_center {} /*Cf.: spip_style.css*/
|
|
.spip_documents_left {} /*Cf.: spip_style.css*/
|
|
.spip_documents_right {} /*Cf.: spip_style.css*/
|
|
.spip_doc_titre {} /*Cf.: spip_style.css*/
|
|
.spip_doc_descriptif {} /*Cf.: spip_style.css*/
|
|
/* Images */
|
|
.spip_documents,.spip_logos {
|
|
background: #fafafa;
|
|
border: 1px solid #dcdcdc;
|
|
padding: 5px;
|
|
}
|
|
.spip_documents_right {
|
|
margin: 5px 10px 10px;
|
|
margin-left: 10px;
|
|
}
|
|
.spip_documents_left {
|
|
margin: 5px 0px 10px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Disposition a l'ecran des blocs principaux
|
|
/* ------------------------------------------ */
|
|
body { margin: 0; padding: 0; text-align: center; margin: 0; padding: 0; }
|
|
|
|
#page {background:#fff url(img/bg.jpg) repeat-x; }
|
|
|
|
#bloc-haut{
|
|
position: relative;
|
|
background: #fff url(img/wrap-bg.jpg) no-repeat;
|
|
margin: 0 auto;
|
|
width: 940px;
|
|
height: 385px;
|
|
text-align: left;
|
|
}
|
|
#entete {
|
|
position: absolute;
|
|
top: 90px; left: 24px;
|
|
padding: 0;
|
|
height:290px;
|
|
width: 890px;
|
|
clear: both;
|
|
background:url(img/header-photo.jpg) no-repeat top right;
|
|
}
|
|
|
|
#entete #nom_site_spip { position: absolute;
|
|
position: absolute;
|
|
margin: 0; padding: 0;
|
|
font: normal 62px Georgia, 'Times New Roman', Times, serif;
|
|
letter-spacing: -1.5px;
|
|
color: #070000;
|
|
text-decoration: none;
|
|
|
|
/* change the values of top and left to adjust the position of the logo*/
|
|
top: 45px; left: 28px;
|
|
}
|
|
#entete .accueil img.spip_logos {
|
|
position: absolute;
|
|
background:none;border:none;
|
|
/* change the values of top and left to adjust the position of the logo*/
|
|
bottom: 10px; left: 28px;
|
|
}
|
|
#entete #slogan_site_spip {
|
|
position: absolute;
|
|
margin: 0; padding: 0;
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
line-height: 1.6em;
|
|
font-style: italic;
|
|
text-transform: none;
|
|
color: #663333;
|
|
width: 400px;
|
|
|
|
/* change the values of top and left to adjust the position */
|
|
top: 115px; left: 40px;
|
|
}
|
|
#descriptif_site_spip {
|
|
margin: 0;
|
|
padding: 0 5px;
|
|
font-family: Georgia, 'Times New Roman', Times, serif;
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
line-height: 1.6em;
|
|
font-style: italic;
|
|
text-transform: none;
|
|
color: #663333;
|
|
}
|
|
#entete .formulaire_menu_lang {z-index: 98; position: absolute; right: -20px; top: -85px; display: block; margin:0;width: 235px;padding:0;background:none;border:0; } /*Cf.: spip_formulaires.css*/
|
|
|
|
|
|
/* navigation */
|
|
#nav {
|
|
position: absolute;
|
|
margin: 0; padding: 0;
|
|
width: 880px;
|
|
left: 25px; top: 0px;
|
|
}
|
|
#nav .menu-liste {
|
|
float: left;
|
|
list-style: none;
|
|
width: 880px;
|
|
height: 60px;
|
|
margin: 0; padding: 0;
|
|
display: inline;
|
|
background:none;
|
|
overflow:hidden;
|
|
}
|
|
#nav .menu-liste .menu-entree {
|
|
display: inline;
|
|
margin: 0; padding: 0;
|
|
}
|
|
#nav .menu-liste .menu-entree a {
|
|
float: left;
|
|
margin: 0; padding: 18px 11px 0 11px;
|
|
font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
|
|
text-decoration: none;
|
|
color: #070000;
|
|
}
|
|
#nav .menu-liste .menu-entree a:hover,
|
|
#nav .menu-liste .menu-entree a:active {
|
|
color: #663333;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
#nav .menu-liste .menu-entree.on {
|
|
}
|
|
#nav .menu-liste .menu-entree.on a {
|
|
color: #000;
|
|
background: #d5d3d6 url(img/nav-current.jpg) repeat-x;
|
|
border-bottom: 1px solid #CECECE;
|
|
}
|
|
|
|
|
|
|
|
#bloc-central{
|
|
width: 940px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
background: #fff url(img/content-bg.jpg) no-repeat;
|
|
padding-bottom: 20px;
|
|
}
|
|
#conteneur { float: left; width: 100%;}
|
|
#contenu { padding-bottom: 35px; padding-top: 5px; margin-left:35px;margin-right:475px;}
|
|
|
|
|
|
#navigation { float: left; width: 200px; margin-top: 12px; margin-left:-450px; overflow: hidden;}
|
|
#extra { float: left; width:200px; margin-top: 12px; margin-left:-230px; overflow: hidden; }
|
|
#navigation h2,#navigation .h2,
|
|
#extra h2,#extra .h2,
|
|
#navigation #formulaire_recherche label {
|
|
color: #111;
|
|
font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
|
|
text-transform: none;
|
|
letter-spacing: -0.5px;
|
|
padding: 5px 10px;
|
|
margin: 15px 0 5px;
|
|
}
|
|
|
|
/* header quick search */
|
|
.formulaire_recherche {
|
|
background-color: transparent;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 12px 0 15px;
|
|
}
|
|
#navigation #formulaire_recherche {
|
|
width: 190px;
|
|
}
|
|
.formulaire_recherche input.text {
|
|
width: 250px;
|
|
color: #666666;
|
|
height: 18px;
|
|
padding: 2px;
|
|
vertical-align: top;
|
|
}
|
|
#navigation #formulaire_recherche input.text {
|
|
width: 115px;
|
|
}
|
|
.formulaire_recherche input.submit{
|
|
height: 24px;
|
|
padding: 2px 5px;
|
|
vertical-align: top;
|
|
}
|
|
#navigation #formulaire_recherche input.submit {
|
|
width: 60px;
|
|
}
|
|
|
|
#bloc-bas {
|
|
background: #070707;clear: both;width:100%;
|
|
clear: both;
|
|
padding-top:20px;
|
|
}
|
|
#pied {
|
|
width: 890px;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
|
|
}
|
|
#pied img { vertical-align: middle; }
|
|
#pied h3,
|
|
#pied p {
|
|
padding-left: 0;
|
|
}
|
|
#pied h3 {
|
|
font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
|
|
color: #ABABAB;
|
|
}
|
|
#pied a {
|
|
color: #fff;
|
|
background: transparent;
|
|
}
|
|
|
|
/* footer-list */
|
|
#pied ul.footer-list {
|
|
border-top: 1px solid #E6E6E6;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin-left: 0;
|
|
}
|
|
#pied ul.footer-list li {
|
|
border-bottom: 1px solid #E6E6E6;
|
|
}
|
|
#pied ul.footer-list li a {
|
|
display: block;
|
|
width: 98%;
|
|
line-height: 2em;
|
|
font-weight: bold;
|
|
padding: 4px 0;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
color: #888;
|
|
border: none;
|
|
}
|
|
#pied ul.footer-list li a span {
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-family: Georgia, 'Times New Roman', Times, Serif;
|
|
}
|
|
#pied ul.footer-list li a:hover,
|
|
#pied ul.footer-list li a:hover span {
|
|
color: #333;
|
|
}
|
|
/* footer-content */
|
|
#pied-contenu {
|
|
float: left;
|
|
width: 100%;
|
|
padding: 0 0 35px 0;
|
|
margin: 10px 0 0 5px;
|
|
}
|
|
|
|
/* footer-bottom */
|
|
#pied-bas {
|
|
clear: both;
|
|
border-top: 1px solid #dadada;
|
|
width: 940px;
|
|
margin: 0 auto;
|
|
font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
|
|
}
|
|
#pied-bas .bottom-left {
|
|
float: left;
|
|
padding-left: 5px;
|
|
}
|
|
#pied-bas .bottom-right {
|
|
text-align: right;
|
|
padding-right: 0;
|
|
}
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Habillage des elements du contenu
|
|
/* ------------------------------------------ */
|
|
/* main column */
|
|
#contenu h2,#contenu .h2 {
|
|
padding-bottom: 3px;
|
|
font: normal 3.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
|
|
color: #000;
|
|
letter-spacing: -2px;
|
|
text-transform: none;
|
|
border-bottom: 1px solid #ebebeb;
|
|
}
|
|
#contenu h2 a,#contenu .h2 a {
|
|
color: #000;
|
|
text-decoration: none;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
#contenu .liste > h2 {
|
|
border:0;
|
|
margin-bottom:0;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
#hierarchie { clear: both; margin-bottom: 1em; font-size: 0.90em; }
|
|
#hierarchie, #hierarchie a { color: #666; }
|
|
|
|
.cartouche { margin-bottom: 2em; }
|
|
.cartouche .spip_logos { float: right; margin-left: 16px; margin-bottom: 4px; }
|
|
.cartouche p { margin: 0; padding: 0; clear: left; }
|
|
.surtitre, .soustitre { font-size: 1.0em; color: #666; text-transform: uppercase; letter-spacing: 0.10em; }
|
|
.cartouche .surtitre { margin-bottom: 0.30em; }
|
|
.cartouche .soustitre { margin-top: 0.50em; margin-bottom: 0.30em; }
|
|
.cartouche .traductions { font-size: 0.90em; }
|
|
|
|
.chapo { margin-bottom: 1.50em; line-height: 1.40em; font-weight: bold; color: #663333; }
|
|
.texte { line-height: 1.60em; }
|
|
.hyperlien { display: block; background: #EEE; padding: 0.50em 1em; font-weight: bold; }
|
|
.ps, .notes { margin-bottom: 2em; line-height: 1.40em; }
|
|
.notes { clear: both; font-size: 0.90em; }
|
|
|
|
abbr.published { border: 0; }
|
|
|
|
/* Portfolio */
|
|
.documents_portfolio { clear: both; margin: 2em auto; text-align: center; }
|
|
.documents_portfolio .spip_logos { margin: 6px 3px 0 3px; padding: 4px; border: 1px solid #DDD; }
|
|
.documents_portfolio a:hover .spip_logos { border-color: #F57900; }
|
|
.documents_portfolio a.on .spip_logos { border-color: #8B6F92; }
|
|
#document_actif { margin: 1em auto; }
|
|
#document_actif img { padding: 4px; border: 1px solid #DDD; }
|
|
|
|
|
|
/* Habillage des forums
|
|
---------------------------------------------- */
|
|
.repondre { clear: both; margin-top: 0em; margin-right: 1em; text-align: right; font-weight: bold; }
|
|
|
|
/* * Habillage des forums */
|
|
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
|
|
ul.forum, ul.forum ul { list-style: none; }
|
|
/*
|
|
.forum-fil { margin-top: 1.50em; }
|
|
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
|
|
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
|
|
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
|
|
.forum-texte .hyperlien {}
|
|
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }
|
|
|
|
/* Boite d'un forum : eclaircissement progressif des bords * /
|
|
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
|
|
ul ul .forum-message { border: 1px solid #A4A4A4; }
|
|
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
|
|
ul ul ul ul .forum-message { border: 1px solid #CCC; }
|
|
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
|
|
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }
|
|
|
|
/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum * /
|
|
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
|
|
ul ul .forum-chapo { background: #D4E8E8; }
|
|
ul ul ul .forum-chapo { background: #E4F0F0; }
|
|
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
|
|
ul ul ul ul ul .forum-chapo { background: #FFF; }
|
|
*/
|
|
|
|
|
|
/* comments list */
|
|
ul.forum,ul.forum ul {
|
|
margin: 12px 10px;
|
|
padding: 0;
|
|
border-style: solid;
|
|
border-color: #F0F0F0;
|
|
border-width: 1px 1px 0 1px;
|
|
}
|
|
ul.forum ul { margin:0; }
|
|
.forum li {
|
|
margin: 0;
|
|
padding: 10px;
|
|
list-style: none;
|
|
border-bottom: 1px solid #F0F0F0;
|
|
}
|
|
.forum li cite {
|
|
display: block;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
padding: 7px;
|
|
}
|
|
.forum li cite img {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
.forum li cite .forum-chapo {
|
|
font-size: .8em;
|
|
font-weight: normal;
|
|
}
|
|
.forum li .forum-texte {
|
|
clear: both;
|
|
margin: 0; padding: 0;
|
|
}
|
|
.forum li.alt {
|
|
background: #f8f8f8
|
|
}
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Sous-navigation et autres menus
|
|
/* ------------------------------------------ */
|
|
|
|
/* Habillage general des menus de navigation */
|
|
.menu p { margin: 0.20em 0; padding: 0.20em 0.10em; }
|
|
.menu ul {
|
|
text-align: left;
|
|
margin: 7px 5px 8px 0px; padding: 0;
|
|
text-decoration: none;
|
|
background: url(img/dots.gif) repeat-x left top;
|
|
}
|
|
.menu ul li {
|
|
list-style: none;
|
|
background: url(img/dots.gif) repeat-x left bottom;
|
|
padding: 6px 10px;
|
|
margin: 0;
|
|
}
|
|
* html body .menu ul li {
|
|
height: 1%;
|
|
}
|
|
.menu ul li a,
|
|
.menu ul li a:visited {
|
|
text-decoration: none;
|
|
background-image: none;
|
|
background-color: transparent;
|
|
border: none;
|
|
color: #666666;
|
|
|
|
}
|
|
.menu ul li a span {
|
|
color: #989898;
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-size: 1em;
|
|
}
|
|
.menu ul li a:hover {
|
|
color: #000;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.menu ul ul { margin: 0 0 0 5px; padding: 0; }
|
|
.menu ul ul li { background: none;}
|
|
|
|
|
|
/* Pagination */
|
|
.pagination { clear: both; text-align: right; font-size: 0.90em; color: #666; }
|
|
.pagination .on { font-weight: bold; color: #666; }
|
|
|
|
/* Rubriques */
|
|
/*.rubriques ul { border: 0; }
|
|
.rubriques ul li { background: #EEE; border: 0; }*/
|
|
|
|
.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/
|
|
|
|
/* Listes d'articles et extraits introductifs */
|
|
.page_sommaire #contenu .articles .item { padding: 5px; }
|
|
.articles .liste-items .item .h3 { margin: 0.30em 0; padding:5px 0; }
|
|
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
|
|
.articles .liste-items .item .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
|
|
.articles .liste-items .item .introduction { margin-top: 0.30em; line-height: 1.40em; }
|
|
|
|
|
|
/* ------------------------------------------
|
|
/* Autres supports
|
|
/* ------------------------------------------ */
|
|
|
|
/* Affichage pour les petits ecrans (type 400 x 300) */
|
|
/*
|
|
@media handheld, only screen and (max-device-width: 481px), only and (max-device-width: 400px), only and (max-width: 400px) {
|
|
div#page, div#conteneur, div#navigation, div#extra { width: auto; }
|
|
}*/ |