spip_nursit/plugins/dist/themes/zpip-1/essential/habillage.css
2023-06-01 17:30:12 +02:00

386 lines
6.5 KiB
CSS

/* @override
http://zpip.spip.org/local/cache-css/217f485224d9b78a6ccf3e9890011553.css
http://zpip.spip.org/squelettes-dist/impression.css
http://essential.ydikoi.net/sites/essential.ydikoi.net/squelettes/habillage.css
*/
/* @group Disposition des blocs */
/* Disposition des blocs */
#page {
margin-right: auto;
margin-left: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 600px;
}
/* @group Navigation */
#navigation {
margin-top: 20px;
padding-right: 10px;
padding-left: 10px;
display: inline-block;
width: 600px;
}
#navigation .liste, #navigation .tags, #navigation .menu.rubriques, #navigation #formulaire_recherche, #navigation .formulaire_inscription, #navigation fieldset {
vertical-align: top;
bottom: 0;
display: inline-block;
width: 265px;
padding-right: 10px;
padding-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
#navigation .noisette, #navigation .noisette_nuage .tags {
display: inline-block;
max-width: 190px;
vertical-align: top;
}
#navigation .noisette .liste {
width: 165px;
}
#navigation .noisette .liste ul {
list-style-type: disc;
list-style-position: inside;
padding: 0;
}
/* @end */
/* @group #contenu */
#contenu {
width: 600px;
float: left;
margin-top: 20px;
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
#contenu .liste.sites, #contenu .liste.breves {
padding-left: 10px;
padding-right: 10px;
}
#contenu .liste.articles, .contenu-principal, .comment-form {
padding: 15px;
}
#conteneur>.socialtags {
padding: 10px !important;
background-color: silver;
float: left;
max-width: 200px;
}
#formulaire_contact {
padding-left: 0 !important;
width: 90%;
margin: 10px auto;
}
.formulaire_signature {
padding-left: 0 !important;
width: 90%;
margin: 10px auto;
}
.formulaire_signature ul {
padding-left: 0 !important;
}
#comments {
width: 95%;
margin-right: auto;
margin-left: auto;
}
#contenu .noisette_article-mots_cles {
width: 100px;
margin: 10px;
}
#contenu .noisette_article-mots_cles ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/* @end */
#nav {
}
.menu-liste {
margin: 0;
padding: 0;
}
.pagination.selecteur_archives {
text-align: left;
position: relative;
float: right;
top: -60px;
}
.meta-publi {
margin-bottom: 15px;
clear: both;
}
#pied {
margin-top: 20px;
padding: 3px;
clear: both;
}
/* @end */
/* @end */
/* @group Couleurs de blocs & co */
/* Couleurs de blocs & co */
body {
background-color: black;
}
#navigation,#extra, #contenu,.liste.articles, .contenu-principal, .comment-form, .formulaire_signature, #hierarchie {
background-color: silver;
}
/* @end */
/* @group Polices */
body {
color: white;
font: 0.88em "Lucida Grande", Lucida, Verdana, sans-serif;
}
a {
color: white;
text-decoration: none;
}
#nom_site_spip a {
font-variant: small-caps;
font-size: 44px;
text-shadow: gray 2px 2px 0;
}
.liste.articles, #contenu,#navigation, .contenu-principal, .comment-form {
color: black;
font-size: 13px;
}
.liste.articles a,#contenu a,#navigation a, .contenu-principal a {
color: maroon;
text-decoration: none;
}
#contenu h2 {
text-transform: uppercase;
color: white;
}
#contenu .contenu-principal h1 {
text-transform: uppercase;
color: black;
}
#pied, #pied a {
font-size: 11px;
color: gray;
}
/* @end */
/* @group Nav (menu) */
/* Navigation */
.menu, #nav{
display: block;
padding: 15px 0px;
}
.menu h2, #nav h2, #navigation h2 {
font-size: 24px;
color: #f8f8f8;
text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
margin-top: 0;
}
#nav ul.menu-liste {list-style:none;}
#nav ul.menu-liste li.menu-entree {display:inline;}
#nav a,
#nav a,
#nav a:hover{
display: inline-block;
border: 1px solid #6d0019;
padding: 4px 10px 3px;
font-size: 13px;
line-height: 18px;
margin: 2px 3px;
font-weight: 800;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
color:#fff !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #a90329;
background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
text-transform: uppercase;
}
.menu a:hover, #nav a:hover{
background: #6d0019;
}
.menu a:on,#nav a:on{
background: #6d0019;
background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
/* @end */
/* @group Titres & co */
.page_plan #contenu h2, .page_plan #contenu h3 {
margin-left: 20px;
}
.cartouche h1,.contenu-principal .liste.articles h2{
font-variant: small-caps;
font-size: 30px;
margin-top: 0;
text-shadow: gray 2px 2px 0;
}
.liste.articles h3 a,.liste.articles h2 a {
color: black !important;
margin-bottom: 0;
text-shadow: white 2px 2px 1px;
font-size: 24px;
display: block;
}
.liste-items h3 .spip_logos {
margin-right: 5px;
float: left;
}
/* @end */
/* @group Listes */
.liste.articles ul {
list-style-type: none;
padding: 0;
}
#navigation ul {
padding-left: 20px;
}
/* @end */
/* @group Articles */
#hierarchie {
margin: 0;
padding-left: 10px;
padding-top: 10px;
}
.cartouche abbr.published {
background-color: silver;
}
.cartouche .surtitre {
font-weight: bold;
}
.cartouche h1 {
text-shadow: gray 2px 2px 0;
}
.cartouche img.spip_logos {
float: left;
padding: 0 10px 5px 0;
}
.chapo {
font-weight: bold;
}
#documents_portfolio {
text-align: center;
padding: 10px;
}
.comment-form, .formulaire_signature {
padding: 10px;
margin-top: 10px;
}
.avatar {
float: left;
margin-right: 10px;
clear: both;
}
#comments ul.forum {
list-style-type: none;
}
/* @end */