592 lines
13 KiB
CSS
592 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: #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; }
|
||
|
|
||
|
|
||
|
/* 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-bottom: 1px solid #E5E5E5;}
|
||
|
.liste-items .item {padding:4px;clear:both;overflow:hidden;border-top: 1px solid #E5E5E5;}
|
||
|
.liste-items .item a {}
|
||
|
.liste-items + .pagination {margin-top:0;padding-top:0;}
|
||
|
|
||
|
|
||
|
.menu-liste {
|
||
|
text-align: left;
|
||
|
margin: 7px 0 8px;
|
||
|
padding: 0;
|
||
|
text-decoration: none;
|
||
|
border-top: 1px solid #E5E5E5;
|
||
|
}
|
||
|
.menu-liste .menu-entree {
|
||
|
list-style: none;
|
||
|
border-bottom: 1px solid #E5E5E5;
|
||
|
padding: 4px 0;
|
||
|
padding-left:5px;
|
||
|
margin: 0 1px;
|
||
|
}
|
||
|
* html body .menu-liste .menu-entree {
|
||
|
height: 1%;
|
||
|
}
|
||
|
.menu-liste .menu-entree a {
|
||
|
text-decoration: none;
|
||
|
color: #326ea1;
|
||
|
}
|
||
|
.menu-liste .menu-entree a:hover {
|
||
|
text-decoration: none;
|
||
|
color: #383d44;
|
||
|
}
|
||
|
.menu-liste .menu-liste { margin-left: 5px; padding: 0; }
|
||
|
.menu-liste .menu-liste .menu-entree { }
|
||
|
|
||
|
/* 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: MarketPlace
|
||
|
TEMPLATE CODE: S-0017
|
||
|
VERSION: 1.0
|
||
|
DATE: August-31-2007
|
||
|
*******************************************/
|
||
|
|
||
|
/********************************************
|
||
|
HTML ELEMENTS
|
||
|
********************************************/
|
||
|
|
||
|
/* Top Elements */
|
||
|
* { margin: 0; padding: 0;}
|
||
|
|
||
|
body {
|
||
|
background: #fff;
|
||
|
font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
|
||
|
color: #666666;
|
||
|
text-align: center;
|
||
|
margin: 0 0 15px 0;
|
||
|
}
|
||
|
|
||
|
/* links */
|
||
|
a, a:visited,a.spip_in,a.spip_out,a.spip_glossaire,a.spip_url {
|
||
|
color: #326ea1;
|
||
|
background: inherit;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover {
|
||
|
color: #383d44;
|
||
|
background: inherit;
|
||
|
padding-bottom: 0;
|
||
|
border-bottom: 2px solid #dbd5c5;
|
||
|
}
|
||
|
|
||
|
/* headers */
|
||
|
h1,.h1, h2,.h2, h3,.h3, h3.spip {
|
||
|
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
|
||
|
font-weight: Bold;
|
||
|
color: #333;
|
||
|
line-height:100%;
|
||
|
}
|
||
|
h1,.h1 {
|
||
|
font-size: 160%;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
h2,.h2 {
|
||
|
font-size: 130%;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
h3,.h3, h3.spip {
|
||
|
font-size: 130%;
|
||
|
|
||
|
line-height:100%;}
|
||
|
|
||
|
h1,.h1, h2,.h2, h3,.h3, p {
|
||
|
padding: 10px 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
ul.spip, ol.spip, ul.forum ul.spip {
|
||
|
margin: 5px 20px;
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
|
||
|
/* images */
|
||
|
.spip_documents img,.spip_logos img {
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
.spip_code {font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;}
|
||
|
.spip_cadre {
|
||
|
margin: 5px 0;
|
||
|
padding: 10px;
|
||
|
text-align: left;
|
||
|
display: block;
|
||
|
overflow: auto;
|
||
|
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
|
||
|
/* white-space: pre; */
|
||
|
background: #F5F5F5;
|
||
|
border-left: 3px solid #D4D4D4;
|
||
|
width:90%;
|
||
|
}
|
||
|
acronym,abbr {
|
||
|
cursor: help;
|
||
|
border-bottom: 1px dashed #777;
|
||
|
}
|
||
|
blockquote.spip {
|
||
|
font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
|
||
|
margin: 10px 0;
|
||
|
padding: 0;
|
||
|
padding-left:35px;
|
||
|
background: #F5F5F5;
|
||
|
border-left: 3px solid #D4D4D4;
|
||
|
color: #444;
|
||
|
}
|
||
|
|
||
|
/* start - table */
|
||
|
table.spip {
|
||
|
border-collapse: collapse;
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
table.spip th {
|
||
|
border:none;
|
||
|
background: #e7e6e6 url(img/button.jpg) repeat-x;
|
||
|
height: 29px;
|
||
|
padding-left: 12px;
|
||
|
padding-right: 12px;
|
||
|
text-align: left;
|
||
|
border-left: 1px solid #f4f4f4;
|
||
|
border-bottom: solid 2px #fff;
|
||
|
color: #333;
|
||
|
}
|
||
|
table.spip tr {
|
||
|
height: 30px;
|
||
|
}
|
||
|
table.spip td {
|
||
|
border:none;
|
||
|
padding-left: 11px;
|
||
|
padding-right: 11px;
|
||
|
border-left: 1px solid #fff;
|
||
|
border-bottom: 1px solid #fff;
|
||
|
}
|
||
|
table.spip td.first,table.spip th.first {
|
||
|
border-left: 0px;
|
||
|
}
|
||
|
table.spip tr.row_even {
|
||
|
background: #F8F8F8;
|
||
|
}
|
||
|
table.spip tr.row_odd {
|
||
|
background: #EFEFEF;
|
||
|
}
|
||
|
/* end - table */
|
||
|
|
||
|
/* form elements */
|
||
|
.formulaire_spip {
|
||
|
margin:10px 0; padding: 10px;
|
||
|
background: #F5F5F5;
|
||
|
}
|
||
|
.formulaire_spip fieldset legend {background: #F5F5F5;}
|
||
|
|
||
|
.formulaire_spip label {
|
||
|
display:block;
|
||
|
font-weight:bold;
|
||
|
margin:5px 0;
|
||
|
}
|
||
|
.formulaire_spip input.text,.formulaire_spip input.password {
|
||
|
padding:2px;
|
||
|
border:1px solid #eee;
|
||
|
font: normal 1em Verdana, sans-serif;
|
||
|
color:#777;
|
||
|
width:95%;
|
||
|
}
|
||
|
.formulaire_spip textarea {
|
||
|
padding:2px;
|
||
|
font: normal 1em Verdana, sans-serif;
|
||
|
border:1px solid #eee;
|
||
|
height:100px;
|
||
|
display:block;
|
||
|
color:#777;
|
||
|
}
|
||
|
#contenu .formulaire_spip textarea { width:400px;}
|
||
|
|
||
|
.formulaire_spip .boutons{text-align:left;}
|
||
|
.formulaire_spip .boutons input {
|
||
|
font: bold 12px Arial, Sans-serif;
|
||
|
height: 24px;
|
||
|
margin: 0;
|
||
|
padding: 2px 3px;
|
||
|
color: #333;
|
||
|
background: #e7e6e6 url(img/button.jpg) repeat-x;
|
||
|
border: 1px solid #dadada;
|
||
|
}
|
||
|
|
||
|
/* search form */
|
||
|
.formulaire_recherche {
|
||
|
background-color: transparent;
|
||
|
border: none;
|
||
|
margin: 0;
|
||
|
padding: 5px 0 15px;
|
||
|
}
|
||
|
|
||
|
.formulaire_recherche p { margin: 0; padding: 0; }
|
||
|
.formulaire_recherche input.text {
|
||
|
width: 200px;
|
||
|
color: #777;
|
||
|
height: 18px;
|
||
|
padding: 2px;
|
||
|
border: 1px solid #E5E5E5;
|
||
|
vertical-align: top;
|
||
|
background-image:none;
|
||
|
}
|
||
|
#navigation .formulaire_recherche input.text {width: 100px;}
|
||
|
|
||
|
.formulaire_recherche input.submit {
|
||
|
height: 24px;
|
||
|
padding: 2px 5px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
#navigation .formulaire_recherche input.submit {width: 60px;}
|
||
|
|
||
|
/********************************************
|
||
|
LAYOUT
|
||
|
********************************************/
|
||
|
#page {
|
||
|
position: relative;
|
||
|
width: 910px;
|
||
|
margin: 0 auto;
|
||
|
text-align: left;
|
||
|
background: #fff url(img/content.jpg) repeat-y center top;
|
||
|
}
|
||
|
#bloc-central {
|
||
|
float: left;
|
||
|
width: 850px;
|
||
|
margin-left: 30px;
|
||
|
display: inline;
|
||
|
padding: 0;
|
||
|
border-top: 5px solid #fff;
|
||
|
background: #fff url(img/content-wrap.jpg) repeat-x;
|
||
|
}
|
||
|
#bloc-haut {
|
||
|
position: relative;
|
||
|
background: #fff url(img/header-bg.jpg) repeat-y center top;
|
||
|
height: 289px;
|
||
|
width:910px;
|
||
|
padding: 0;
|
||
|
padding-top:1px;
|
||
|
color: #fff;
|
||
|
}
|
||
|
/* header-photo */
|
||
|
#entete {
|
||
|
position: relative;
|
||
|
margin:35px auto 0;
|
||
|
height: 260px;
|
||
|
width:850px;
|
||
|
background: #fff url(img/header-photo.jpg) no-repeat center center;
|
||
|
}
|
||
|
/* header links */
|
||
|
#entete #entete-links {
|
||
|
position: absolute;
|
||
|
top: 8px; right: 45px;
|
||
|
color: #838181;
|
||
|
font-size: 10px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#entete #entete-links p {
|
||
|
padding: 0; margin: 0;
|
||
|
}
|
||
|
#entete #entete-links a {
|
||
|
color: #838181;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
#entete #entete-links a:hover {
|
||
|
color: #444;
|
||
|
}
|
||
|
|
||
|
|
||
|
#entete #nom_site_spip {
|
||
|
position: absolute;
|
||
|
margin: 0; padding: 0;
|
||
|
font: bold 48px 'Trebuchet MS', Arial, Sans-serif;
|
||
|
letter-spacing: -1px;
|
||
|
color: #fff;
|
||
|
text-transform: none;
|
||
|
text-decoration: none;
|
||
|
border: none;
|
||
|
|
||
|
/* change the values of top and left to adjust the position of the logo*/
|
||
|
top: 25px; left: 30px;
|
||
|
}
|
||
|
#entete #nom_site_spip a {color: #fff;}
|
||
|
|
||
|
#entete #slogan_site_spip {
|
||
|
position: absolute;
|
||
|
margin: 0; padding: 0;
|
||
|
font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
|
||
|
text-transform: none;
|
||
|
color: #B6D1F8;
|
||
|
|
||
|
/* change the values of top and left to adjust the position of the slogan*/
|
||
|
top: 80px; left: 35px;
|
||
|
}
|
||
|
#entete .accueil img.spip_logos {
|
||
|
position: absolute;
|
||
|
/* change the values of top and left to adjust the position of the logo*/
|
||
|
bottom: 30px; left: 30px;
|
||
|
}
|
||
|
#entete .formulaire_menu_lang { position: absolute; right: 10px; top: 0px; display: block; margin:0;width: 235px;padding:0;background:none;border:0; } /*Cf.: spip_formulaires.css*/
|
||
|
#entete .formulaire_menu_lang label {color:#fff;}
|
||
|
|
||
|
#descriptif_site_spip {
|
||
|
font: bold 14px 'Trebuchet MS', Arial, Sans-serif;
|
||
|
text-transform: none;
|
||
|
color: #333333;
|
||
|
}
|
||
|
|
||
|
/* Navigation */
|
||
|
#nav {
|
||
|
clear: both;
|
||
|
padding: 0;
|
||
|
}
|
||
|
#nav .menu-liste {
|
||
|
float: left;
|
||
|
list-style: none;
|
||
|
background: #E4E4E4 url(img/nav.jpg) repeat-x;
|
||
|
width: 850px;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
margin-left: 30px;
|
||
|
height: 45px;
|
||
|
display: inline;
|
||
|
text-transform: uppercase;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree {
|
||
|
display: inline;
|
||
|
margin: 0; padding: 0;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree a {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
width: auto;
|
||
|
margin: 0;
|
||
|
padding: 0 15px;
|
||
|
border-right: 1px solid #dadada;
|
||
|
border-left: 1px solid #fafafa;
|
||
|
border-bottom: none;
|
||
|
color: #555;
|
||
|
font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
|
||
|
text-transform: uppercase;
|
||
|
text-decoration: none;
|
||
|
letter-spacing: 1px;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree a:hover,
|
||
|
#nav .menu-liste .menu-entree a:active {
|
||
|
color: #326ea1;
|
||
|
}
|
||
|
#nav .menu-liste .menu-entree.on a {
|
||
|
background: #DBDBDB url(img/nav-current.jpg) repeat-x;
|
||
|
}
|
||
|
#nav .menu-entree .menu-liste{
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
/* Main Column */
|
||
|
#conteneur { float: left; width: 100%;}
|
||
|
#contenu { margin: 10px 210px 0 220px; }
|
||
|
|
||
|
#contenu .h1 {
|
||
|
margin: 10px 10px 0 0px;
|
||
|
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
|
||
|
color: #444;
|
||
|
padding: 15px 0 2px 0px;
|
||
|
border-bottom: 1px solid #dadada;
|
||
|
}
|
||
|
|
||
|
/* Sidebar */
|
||
|
#navigation {
|
||
|
float: left;
|
||
|
width: 190px;
|
||
|
margin-top: 10px;
|
||
|
margin-left:-840px;
|
||
|
}
|
||
|
/* right column */
|
||
|
#extra {
|
||
|
float: left;
|
||
|
width: 180px;
|
||
|
margin-top: 10px;
|
||
|
margin-left:-190px;
|
||
|
}
|
||
|
#extra .h2, #navigation .h2,
|
||
|
#navigation .formulaire_recherche label {
|
||
|
margin: 10px 0 0;
|
||
|
padding: 5px 5px;
|
||
|
font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
|
||
|
color: #444;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* footer-wrap */
|
||
|
#bloc-bas {
|
||
|
clear: both;
|
||
|
width: 910px;
|
||
|
font-size: 95%;
|
||
|
padding: 20px 0;
|
||
|
text-align: left;
|
||
|
background: url(img/footer-bottom.jpg) no-repeat center bottom;
|
||
|
}
|
||
|
#bloc-bas a {
|
||
|
text-decoration: none;
|
||
|
color: #666666;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#bloc-bas a:hover {
|
||
|
color: #000;
|
||
|
}
|
||
|
#bloc-bas p {
|
||
|
padding: 10px 0;
|
||
|
}
|
||
|
#bloc-bas h2 {
|
||
|
color: #666666;
|
||
|
margin: 0;
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
|
||
|
/* footer */
|
||
|
#pied {
|
||
|
clear: both;
|
||
|
color: #666;
|
||
|
margin: 0 auto 10px auto;
|
||
|
width: 850px;
|
||
|
padding: 5px 0;
|
||
|
text-align: center;
|
||
|
background: #F8F7F7;
|
||
|
border-top: 1px solid #F2F2F2;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* Listes d'articles et extraits introductifs */
|
||
|
.articles .liste-item .item { clear: both; padding: 0.40em 0.20em; }
|
||
|
.articles .liste-item .item .h3 { margin: 0.30em 0; }
|
||
|
.articles .spip_logos { float: right; clear: right; margin: 0 0 4px 16px; }
|
||
|
.articles .liste-item .item .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
|
||
|
.articles .liste-item .item .introduction { margin-top: 0.30em; line-height: 1.40em; }
|
||
|
|
||
|
/* post */
|
||
|
.info-publi {
|
||
|
font-size: .95em;
|
||
|
padding-top: 0;
|
||
|
}
|
||
|
.h3 + .info-publi {margin-top:-10px;}
|
||
|
|
||
|
.meta-publi {
|
||
|
background: #F5F5F5;
|
||
|
padding: 5px; margin: 20px 0 10px;
|
||
|
font-size: 95%;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.meta-publi .date-redac{
|
||
|
margin: 0 10px 0 5px;
|
||
|
}
|
||
|
.meta-publi .nb-commentaires {
|
||
|
margin: 0 10px 0 5px;
|
||
|
}
|
||
|
.meta-publi .lire-la-suite {
|
||
|
margin: 0 10px 0 5px;
|
||
|
}
|