602 lines
13 KiB
CSS
602 lines
13 KiB
CSS
|
/* --------------------------------------------------------- */
|
||
|
/* Feuille de style des squelettes par defaut pour SPIP 2.0 */
|
||
|
/* --------------------------------------------------------- */
|
||
|
/* ----------------------------------------------
|
||
|
Adaptation pour Spip-zen : Cedric Morin http://www.yterium.com
|
||
|
------------------------------------------------ */
|
||
|
|
||
|
/* Specificites SPIP */
|
||
|
h3.spip {text-align:left;}
|
||
|
|
||
|
|
||
|
#hierarchie { clear: both; margin-bottom: 2em; 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: 0.90em; 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: #669; }
|
||
|
.texte { line-height: 1.60em; }
|
||
|
.hyperlien { display: block; background: #191919; 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; }
|
||
|
|
||
|
|
||
|
/* Pagination */
|
||
|
.pagination { clear: both; text-align: right; font-size: 0.95em; color: #666; }
|
||
|
.pagination .on { font-weight: bold; color: #666; }
|
||
|
|
||
|
.formulaire_recherche { margin-bottom: 2em; } /*Cf.: spip_formulaires.css*/
|
||
|
|
||
|
|
||
|
.menu-liste, .liste-items {list-style:none;}
|
||
|
|
||
|
.liste-items {border-top: 1px solid #211E20;}
|
||
|
.liste-items .item {padding: .4em 10px;clear:both;overflow:hidden;border-bottom: 1px solid #211E20;}
|
||
|
.liste-items .item a {}
|
||
|
.liste-items + .pagination {margin-top:0;padding-top:0;}
|
||
|
|
||
|
|
||
|
.menu-liste {
|
||
|
text-decoration: none;
|
||
|
padding: .1em 0 1em;
|
||
|
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
|
||
|
border-top: 1px solid #211E20;
|
||
|
}
|
||
|
.menu-liste .menu-entree {
|
||
|
padding: 0;
|
||
|
border-bottom: 1px solid #211E20;
|
||
|
list-style:none;
|
||
|
}
|
||
|
* html body .menu-liste .menu-entree {
|
||
|
height: 1%;
|
||
|
}
|
||
|
.menu-liste .menu-entree a {
|
||
|
display: block;
|
||
|
font-weight: bold;
|
||
|
color: #d3d0cc;
|
||
|
text-decoration: none;
|
||
|
padding: .2em 0 .2em 30px;
|
||
|
line-height: 1.5em;
|
||
|
font-size: 1.25em;
|
||
|
}
|
||
|
.menu-liste .menu-entree a:hover {
|
||
|
color: #FF8B04;
|
||
|
}
|
||
|
.menu-liste .menu-liste { margin-left: 15px; padding: 0; }
|
||
|
.menu-liste .menu-liste .menu-entree { border: none;}
|
||
|
|
||
|
|
||
|
/* 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; }
|
||
|
|
||
|
|
||
|
/* 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.spip {border:0;}
|
||
|
|
||
|
ul.forum ul { margin:0; }
|
||
|
.forum li {
|
||
|
margin: 0;
|
||
|
padding: 10px;
|
||
|
list-style: none;
|
||
|
border-bottom: 1px solid #F0F0F0;
|
||
|
}
|
||
|
.forum ul.spip li {border:0;padding:0;}
|
||
|
.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
|
||
|
}
|
||
|
|
||
|
|
||
|
/* tables */
|
||
|
tables.spip tr,tables.spip tr.row_odd,tables.spip tr.row_even {background:transparent;}
|
||
|
/* ----------------- */
|
||
|
/********************************************
|
||
|
AUTHOR: Erwin Aligam
|
||
|
WEBSITE: http://www.styleshout.com/
|
||
|
TEMPLATE NAME: NewHorizon
|
||
|
TEMPLATE CODE: S-0018
|
||
|
VERSION: 1.0
|
||
|
DATE: October-01-2007
|
||
|
*******************************************/
|
||
|
|
||
|
/********************************************
|
||
|
HTML ELEMENTS
|
||
|
********************************************/
|
||
|
|
||
|
/* top elements */
|
||
|
* { padding: 0; margin: 0; outline: 0; }
|
||
|
|
||
|
body {
|
||
|
margin: 10px 0 0 0; padding: 0;
|
||
|
font: normal 13px/1.6em verdana, tahoma, sans-serif;
|
||
|
text-align: center;
|
||
|
background: #090807 url(img/bg.jpg) repeat-x;
|
||
|
color: #8F8F8E;
|
||
|
}
|
||
|
|
||
|
/* links */
|
||
|
a,a.spip_out,a.spip_url,a.spip_glossaire,a.spip_in {
|
||
|
color: #fff;
|
||
|
background-color: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover {
|
||
|
color: #99CC33;
|
||
|
background-color: inherit;
|
||
|
}
|
||
|
|
||
|
/* headers */
|
||
|
h1,.h1, h2,.h2, h3,.h3, h4,.h4 {
|
||
|
font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
|
||
|
color: #eee;
|
||
|
}
|
||
|
h1,.h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px; }
|
||
|
h2,.h2 { font-size: 2.5em; }
|
||
|
h3,.h3, h3.spip { font-size: 1.8em;
|
||
|
line-height:100%;}
|
||
|
h4,.h4 { font-size: 1.5em; }
|
||
|
|
||
|
p, h1,.h1, h2,.h2, h3,.h3, h4,.h4 {
|
||
|
margin: 0;
|
||
|
padding: 10px 0px;
|
||
|
}
|
||
|
|
||
|
ul.spip, ol.spip, ul.forum ul.spip {
|
||
|
margin: 10px 30px;
|
||
|
padding: 0 0;
|
||
|
}
|
||
|
|
||
|
/* images */
|
||
|
.spip_documents img,.spip_logos img {
|
||
|
background: transparent;
|
||
|
border: 3px solid #383735;
|
||
|
}
|
||
|
.spip_documents_right {
|
||
|
margin: .5em 0 1em;
|
||
|
margin-left: 1em;
|
||
|
}
|
||
|
.spip_documents_left {
|
||
|
margin: .5em 0 1em;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
.spip_code {color:#AFAFAE;font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;}
|
||
|
.spip_cadre {
|
||
|
color:#AFAFAE;
|
||
|
margin: .5em 0;
|
||
|
display: block;
|
||
|
padding: 20px;
|
||
|
text-align: left;
|
||
|
overflow: auto;
|
||
|
font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
|
||
|
/* white-space: pre; */
|
||
|
background: transparent;
|
||
|
border: 1px solid #211E20;
|
||
|
width:90%;
|
||
|
}
|
||
|
acronym,abbr {
|
||
|
cursor: help;
|
||
|
border-bottom: 1px dotted #8F8F8E;
|
||
|
}
|
||
|
blockquote.spip {
|
||
|
margin: 10px 0px;
|
||
|
padding: 10px;
|
||
|
padding-left:40px;
|
||
|
background: #000;
|
||
|
border: 1px solid #211E20;
|
||
|
font: normal 1.6em/1.5em Georgia, "Times New Roman", Times, serif;
|
||
|
}
|
||
|
|
||
|
/* start - table */
|
||
|
table.spip {
|
||
|
margin: 10px 0;
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
table.spip caption {text-align:left;}
|
||
|
table.spip th strong {
|
||
|
color: #fff;
|
||
|
}
|
||
|
table.spip th {
|
||
|
background: #090807;
|
||
|
color: #fff;
|
||
|
height: 3em;
|
||
|
padding-left: 12px;
|
||
|
padding-right: 12px;
|
||
|
text-align: left;
|
||
|
border-left: 1px solid #211E20;
|
||
|
border-right: 1px solid #211E20;
|
||
|
border-bottom: 1px solid #211E20;
|
||
|
border-top: 2px solid #8EB200;
|
||
|
}
|
||
|
table.spip tr {
|
||
|
color: #707070;
|
||
|
height: 2.5em;
|
||
|
}
|
||
|
table.spip td {
|
||
|
padding-left: 12px;
|
||
|
padding-right: 12px;
|
||
|
border: 1px solid #211E20;
|
||
|
}
|
||
|
/* end - table */
|
||
|
|
||
|
/* form elements */
|
||
|
.formulaire_spip {
|
||
|
margin: 10px 0;
|
||
|
padding: 15px;
|
||
|
background: #12120F;
|
||
|
border: 1px solid #211E20;
|
||
|
}
|
||
|
|
||
|
.formulaire_spip fieldset {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: none;
|
||
|
}
|
||
|
.formulaire_spip fieldset legend {background: #12120F;}
|
||
|
|
||
|
.formulaire_spip label {
|
||
|
display:block;
|
||
|
font-weight:bold;
|
||
|
margin: .4em 0;
|
||
|
color:#8f8f8e;
|
||
|
}
|
||
|
.formulaire_spip input.text,.formulaire_spip input.password {
|
||
|
padding: .3em;
|
||
|
border: 1px solid #eee;
|
||
|
font: normal 1em Verdana, sans-serif;
|
||
|
color:#777;
|
||
|
}
|
||
|
.formulaire_spip textarea {
|
||
|
width: 55%;
|
||
|
padding: .3em;
|
||
|
font: normal 1em/1.5em Verdana, sans-serif;
|
||
|
border: 1px solid #eee;
|
||
|
height: 10em;
|
||
|
display:block;
|
||
|
color:#777;
|
||
|
}
|
||
|
.formulaire_spip .boutons input,.formulaire_spip input.submit {
|
||
|
font: bold 1em Arial, Tahoma, Sans-serif;
|
||
|
margin: 0;
|
||
|
padding: .25em .3em;
|
||
|
color: #fff;
|
||
|
background: #000;
|
||
|
border: 2px solid #211E20;
|
||
|
}
|
||
|
|
||
|
/* search form */
|
||
|
.formulaire_recherche {
|
||
|
background-color: transparent;
|
||
|
border: none;
|
||
|
margin: 0; padding: 0 0 1.5em 0;
|
||
|
}
|
||
|
.formulaire_recherche label {
|
||
|
font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
|
||
|
padding: .3em 0 .5em 0px;
|
||
|
color: #99CC33;
|
||
|
text-transform: none;
|
||
|
letter-spacing: -1px;
|
||
|
|
||
|
line-height:100%;
|
||
|
}
|
||
|
.formulaire_recherche p { margin: 0; padding: 0; }
|
||
|
.formulaire_recherche input.text {
|
||
|
width: 11em;
|
||
|
color: #777;
|
||
|
padding: .4em;
|
||
|
border: 1px solid #E5E5E5;
|
||
|
vertical-align: top;
|
||
|
background-image:none;
|
||
|
}
|
||
|
.formulaire_recherche input.submit {
|
||
|
height: 29px;
|
||
|
padding: 3px 5px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
#sidebar .formulaire_recherche input.submit { width: 60px; }
|
||
|
/***********************
|
||
|
LAYOUT
|
||
|
************************/
|
||
|
|
||
|
#header-wrap,#header, #nav, #content, #footer-wrap {
|
||
|
width: 910px;
|
||
|
}
|
||
|
|
||
|
/* header */
|
||
|
#header-wrap {
|
||
|
position:relative;
|
||
|
margin: 0 auto; padding: 0;
|
||
|
height: 500px;
|
||
|
}
|
||
|
#header {
|
||
|
position: absolute;
|
||
|
top:56px;
|
||
|
left:0px;
|
||
|
background: transparent url(img/header-image.jpg) no-repeat right top;
|
||
|
height: 419px;
|
||
|
text-align: left;
|
||
|
}
|
||
|
#header #clouds {
|
||
|
position: absolute;
|
||
|
background: transparent url(img/clouds.gif) no-repeat;
|
||
|
top: 150px;
|
||
|
left: 45px;
|
||
|
width: 309px;
|
||
|
height: 163px;
|
||
|
}
|
||
|
#header #nom_site_spip {
|
||
|
position: absolute;
|
||
|
margin: 0; padding: 0;
|
||
|
font: bold 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
|
||
|
letter-spacing: -3px;
|
||
|
color: #0a1e53;
|
||
|
text-decoration: none;
|
||
|
z-index: 9998;
|
||
|
background: transparent;
|
||
|
|
||
|
/* change the values of top and left to adjust the position of the logo*/
|
||
|
top: 33px; left: 10px;
|
||
|
}
|
||
|
#header #nom_site_spip a {color: #0a1e53;}
|
||
|
#header #slogan_site_spip {
|
||
|
position: absolute;
|
||
|
font: normal 19px 'Trebuchet Ms', Sans-serif;
|
||
|
text-transform: none;
|
||
|
color: #fff;
|
||
|
margin: 0; padding: 0;
|
||
|
z-index: 9999;
|
||
|
|
||
|
/* change the values of left and top to adjust the position of the slogan */
|
||
|
top: 95px; left: 25px;
|
||
|
}
|
||
|
|
||
|
#header .accueil img.spip_logos {
|
||
|
display:none;
|
||
|
position: absolute;
|
||
|
/* change the values of top and left to adjust the position of the logo*/
|
||
|
bottom: 0px; right: 5px;
|
||
|
}
|
||
|
#header .formulaire_menu_lang {position: absolute; left: 10px; bottom: 50px; display: block; margin:0;width: 235px;padding:0;background:none;border:0; } /*Cf.: spip_formulaires.css*/
|
||
|
.formulaire_menu_lang label {color:#fff;}
|
||
|
|
||
|
#descriptif_site_spip {
|
||
|
font: normal 19px 'Trebuchet Ms', Sans-serif;
|
||
|
text-transform: none;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
/* Navigation */
|
||
|
#nav {
|
||
|
position:absolute;
|
||
|
top:0;left:0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
#nav .menu-liste {
|
||
|
float: left;
|
||
|
list-style: none;
|
||
|
text-transform: uppercase;
|
||
|
margin: 0; padding: 0;
|
||
|
height: 56px;
|
||
|
border:0;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree {
|
||
|
float: left;
|
||
|
margin: 0; padding: 0;
|
||
|
height: 56px;
|
||
|
border:0;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree a {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width: auto;
|
||
|
margin: 0;
|
||
|
padding: 0 20px;
|
||
|
color: #a5a5a5;
|
||
|
font: bold 16px/54px "Trebuchet MS", Helvetica, Arial, sans-serif;
|
||
|
text-decoration: none;
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree a:hover,
|
||
|
#nav .menu-liste .menu-entree a:active {
|
||
|
color: #fff;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree.on a {
|
||
|
color: #FF8B04;
|
||
|
}
|
||
|
#nav .menu-entree .menu-liste{
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
/* content */
|
||
|
#content-wrap {
|
||
|
clear: both;
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
background: #12120f url(img/footer-top.jpg) repeat-x left bottom;
|
||
|
}
|
||
|
#content {
|
||
|
text-align: left;
|
||
|
padding: 0;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
/* sidebar */
|
||
|
#sidebar {
|
||
|
float: right;
|
||
|
width: 320px;
|
||
|
margin: 10px 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
#sidebar .h2 {
|
||
|
font: normal 1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
|
||
|
padding: .3em 0 .5em;
|
||
|
color: #99CC33;
|
||
|
text-transform: none;
|
||
|
letter-spacing: -1px;
|
||
|
line-height:100%;
|
||
|
}
|
||
|
#sidebar .h2 a {color: #99CC33;}
|
||
|
|
||
|
#sidebar .menu-liste {
|
||
|
}
|
||
|
#sidebar .menu-liste .menu-entree {
|
||
|
background: url(img/bullet.jpg) no-repeat .5em .6em;
|
||
|
}
|
||
|
|
||
|
#sidebar .menu-liste .menu-entree a {
|
||
|
}
|
||
|
#sidebar .menu-liste .menu-entree a:hover {
|
||
|
}
|
||
|
|
||
|
/* main */
|
||
|
#main {
|
||
|
float:left;
|
||
|
margin: 10px 0px 10px;
|
||
|
padding: 0;
|
||
|
width:570px;
|
||
|
}
|
||
|
#main .h2 {
|
||
|
font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
|
||
|
color: #84A5DA;
|
||
|
letter-spacing: -2px;
|
||
|
padding-bottom: 0px;
|
||
|
margin-bottom: 5px;
|
||
|
border-bottom: 1px solid #211E20;
|
||
|
}
|
||
|
#main .h2 + .liste-items {border-top:0;}
|
||
|
#main .h2 a {
|
||
|
color: #84A5DA;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
#footer-wrap {
|
||
|
clear: both;
|
||
|
padding: 0; margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
/* columns */
|
||
|
#footer-content {
|
||
|
clear: both;
|
||
|
text-align: left;
|
||
|
color: #5B9CFF;
|
||
|
margin: 0 auto;
|
||
|
padding: 1.6em 0 .5em 0;
|
||
|
width: 95%;
|
||
|
}
|
||
|
#footer-content h3 {
|
||
|
color: #99CC33;
|
||
|
margin: 0;
|
||
|
padding: 0 10px;
|
||
|
font: normal 1.4em "Trebuchet MS", Arial, Tahoma, Sans-serif;
|
||
|
text-transform: uppercase;
|
||
|
|
||
|
line-height:100%;}
|
||
|
|
||
|
#footer-content ul {
|
||
|
list-style: none;
|
||
|
margin: 10px 0 0 0;
|
||
|
padding: 0;
|
||
|
border-top: 1px solid #111;
|
||
|
}
|
||
|
#footer-content li {
|
||
|
border-bottom: 1px solid #111;
|
||
|
}
|
||
|
#footer-content li a {
|
||
|
display: block;
|
||
|
padding: .5em 0 .5em 1em;
|
||
|
color: #8F8F8E;
|
||
|
}
|
||
|
#footer-content li a:hover {
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
#footer-content .col3, .col3-center {
|
||
|
float: left;
|
||
|
width: 31%;
|
||
|
}
|
||
|
#footer-content .col3-center {
|
||
|
margin: 0 15px;
|
||
|
}
|
||
|
|
||
|
/* footer */
|
||
|
#footer-bottom {
|
||
|
clear: both;
|
||
|
margin: 0 auto;
|
||
|
padding: 1em 0 1.5em 0;
|
||
|
text-align: center;
|
||
|
font-size: .85em
|
||
|
}
|
||
|
|
||
|
|
||
|
/* Listes d'articles et extraits introductifs */
|
||
|
.articles .liste-items .item { padding: 0.40em 0.20em; }
|
||
|
.articles .liste-items .item .h3 { margin: 0.30em 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; }
|
||
|
|
||
|
.info-publi {
|
||
|
font-size: .9em;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
|
||
|
.meta-publi {
|
||
|
text-align: right;
|
||
|
background: #000;
|
||
|
border: 1px solid #211E20;
|
||
|
padding: 5px 10px;
|
||
|
margin: 20px 0 10px;
|
||
|
}
|
||
|
.meta-publi .date-redac,
|
||
|
.meta-publi .nb_commentaires,
|
||
|
.meta-publi .lire-la-suite {
|
||
|
padding-left: 20px; margin: 0 3px 0 3px;
|
||
|
}
|
||
|
|