spip_nursit/plugins/dist/themes/zpip-2/SimplePage/css/layout.css

33 lines
1.1 KiB
CSS
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
/* --------------------------------------------------------------
layout.css
Disposition des blocs principaux
-------------------------------------------------------------- */
/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { background: url(img/background.png) repeat; margin: 0; padding: 0; text-align: center; }
.page { position: relative; width: 58em; margin: 1em auto; padding:1em 2em; text-align: left; }
.header { width: 100%; margin: 0; border-bottom: 2px solid #46839B; }
.container { clear: both; overflow: hidden; margin-top:/*@margin-bottom*/1.5em/*/@*/; }
.content { float:left; width:100%;min-height: 300px;}
.footer { clear: both; width: 100%; margin: 1em 0 0 0; padding: 0.60em 0; border-top: 2px solid #ddd; text-align: center; font-size: 0.90em; }
.footer a { /*color:#666;*/ } /* ne pas utiliser de selecteur trop precis, et eviter de toucher aux liens */
.footer img { vertical-align: middle; }
/* Gabarit d'impression */
@media print {
.extra1,
.extra1,
.footer { display: none; }
.page,
.content { width: auto; }
}
/* end */