58 lines
No EOL
2.3 KiB
CSS
58 lines
No EOL
2.3 KiB
CSS
/* ------------------------------------------
|
|
/* Sous-navigation et autres menus
|
|
/* ------------------------------------------ */
|
|
|
|
/* Habillage general des menus de navigation */
|
|
.menu { clear: both; margin-bottom: /*@margin-bottom*/1.5em/*/@*/; text-align: left; }
|
|
.menu > h1,
|
|
.menu > h2,
|
|
.menu > h3,
|
|
.menu > h4,
|
|
.menu > h5,
|
|
.menu > h6 {margin-bottom: 0;}
|
|
|
|
.menu-items { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ddd; }
|
|
.menu-items .item { margin: 0; padding: /*@quart-margin-bottom*/0.375em/*/@*/;}
|
|
.menu-items .menu-items { margin-left: 1em; border: 0; }
|
|
.menu-items .menu-items .item { padding: 0; border: 0; }
|
|
|
|
|
|
/* habillage barre de nav horizontale */
|
|
.hornav {background:#eee;border-left: 1px solid #eee;border-right: 1px solid #eee;}
|
|
.hornav .menu {margin: 0;}
|
|
.hornav .menu-items {float:left;width: 100%;border: 0;}
|
|
.hornav .menu-items .item {float:left;padding: 0;}
|
|
.hornav .item a {color:#333;font-weight:bold;text-decoration: none;display:block;padding:/*@demi-margin-bottom*/0.75em/*/@*/;}
|
|
.hornav .item a:hover {background:#ddd;color:#222;}
|
|
.hornav .on {color:#000;background: #fff;}
|
|
.hornav .on a {color:#000;}
|
|
|
|
|
|
/* Listes d'items */
|
|
.liste {margin-bottom: /*@margin-bottom*/1.5em/*/@*/;}
|
|
.liste > h1,
|
|
.liste > h2,
|
|
.liste > h3,
|
|
.liste > h4,
|
|
.liste > h5,
|
|
.liste > h6 {margin-bottom: 0;}
|
|
|
|
|
|
.liste-items {margin: 0; padding: 0; list-style: none; border-bottom:0;border-top: 1px solid #eee;margin-bottom: /*@margin-bottom*/1.5em/*/@*/;}
|
|
.liste .liste-items {margin-bottom: 0;}
|
|
.liste-items .item {list-style:square; margin-left:0; padding:/*@demi-margin-bottom*/0.75em/*/@*/ 0; clear:both; overflow:hidden;border-bottom: 1px solid #eee;}
|
|
.liste-items .item .h3 { margin: /*@demi-margin-bottom*/0.75em/*/@*/ 0;}
|
|
.liste-items .item .h3 a:hover { text-decoration:none;}
|
|
|
|
.liste-items .item:hover {background-color: #eee;}
|
|
|
|
.liste-items .item ul {margin-left: /*@text-indent*/50px/*/@*/;list-style-type: disc;}
|
|
.liste-items .item ol {margin-left: /*@text-indent*/50px/*/@*/;list-style-type: numeric;}
|
|
|
|
.liste.articles .spip_logos { float: right; clear: right; margin: .8em 0 4px 16px; }
|
|
.liste .articles .item .introduction { margin-top: 0.30em; line-height: 1.40em; padding: 0.5em 0 1.5em 1em;}
|
|
|
|
|
|
/* plan du site */
|
|
ul.plan {margin-bottom: /*@margin-bottom*/1.5em/*/@*/;}
|
|
ul.plan li {margin-left: /*@text-indent*/50px/*/@*/;list-style-type: disc;} |