spip_nursit/plugins/dist/squelettes/z-dist/css/spip.css

97 lines
3.4 KiB
CSS
Raw Permalink Normal View History

2023-06-01 15:30:12 +00:00
/* --------------------------------------------------------------
spip.css.html
Styles associes au code genere par SPIP
Cf.: https://contrib.spip.net/3821
-------------------------------------------------------------- */
/* Listes SPIP */
ul.spip,
ol.spip { margin-left: /*@text-indent*/50px/*/@*/; }
ul.spip { list-style-type: disc; }
li ul.spip { list-style-type: circle; }
ol.spip { list-style-type: decimal; }
dl.spip dt,
dl.spip dd { padding-left: /*@text-indent*/50px/*/@*/; }
dl.spip dt { clear: both; }
dl.spip dd {}
/* Tableaux SPIP */
table.spip {}
table.spip caption {}
table.spip tr.row_first th {}
table.spip tr.row_odd td { }
table.spip tr.row_even td,table.spip tr.row_even th {background: #e5ecf9;}
/* Citations, code et poesie */
blockquote.spip {}
.spip_poesie {}
.spip_poesie div { margin-left: /*@text-indent*/50px/*/@*/; text-indent: -/*@text-indent*/50px/*/@*/; }
.spip_code,
.spip_cadre {font-family: /*@font-family-mono*/'andale mono','lucida console',monospace/*/@*/; font-size: 1em;}
.spip_cadre {padding:/*@demi-margin-bottom*/0.75em/*/@*/;width: 100%;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/* Enluminures typo V3 / Cf.: https://contrib.spip.net/3118 */
sc { font-variant: small-caps; }
.caractencadre-spip { background-color: #FFFFCC; color: purple; }
.caractencadre2-spip { background-color: #FFFFCC; color: orange; }
.texteencadre-spip { display: block; margin:/*@margin-bottom*/1.5em/*/@*/ /*@text-indent*/50px/*/@*/; padding: /*@demi-line-height*/0.75em/*/@*/; background: #EEE; }
/* Logos, documents et images */
.spip_logos { float: left; margin: 0; margin-right: /*@margin-bottom*/1.5em/*/@*/; margin-bottom: /*@margin-bottom*/1.5em/*/@*/; padding: 0; border: none; }
.spip_documents { margin-bottom: /*@margin-bottom*/1.5em/*/@*/; padding: 0; background: none; }
.spip_documents,
.spip_documents_center,
.spip_doc_titre,
.spip_doc_descriptif { margin-right: auto; margin-left: auto; text-align: center; }
.spip_documents_center { clear: both; display: block; width: 100%; }
.spip_documents_left { float: left; margin-right: /*@margin-bottom*/1.5em/*/@*/; }
.spip_documents_right { float: right; margin-left: /*@margin-bottom*/1.5em/*/@*/; }
.spip_doc_titre {}
.spip_doc_descriptif { clear: both; }
/* Modeles par defaut */
.spip_modele { float: right; display: block; width: 25%; border: 1px dotted #666; }
.spip_surligne { background-color: yellow; }
/* Paragraphes */
div.spip, ul.spip, ol.spip, .spip_poesie, .spip_cadre, div.spip_code, .spip_documents.spip_documents_center { margin-bottom: /*@margin-bottom*/1.5em/*/@*/; }
/* Pagination */
.pagination { clear: both; text-align: center; }
@media print {
.pagination { display: none; }
}
/* Notes */
.notes > div {padding-left: /*@text-indent*/50px/*/@*/; position: relative; }
.notes .spip_note_ref { display:block;position:absolute;left:0;}
/* Liens de SPIP */
a.spip_note { font-weight: bold; } /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_mail {}
a.spip_out {} /* liens sortants */
a.spip_url {} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
@media print {
a.spip_out:after,
a.spip_url:after { content: " (" attr(href) ")"; }
}
/* Boutons action */
.bouton_action_post,.bouton_action_post > div {display: inline;}
/* Boutons d'admin */
.ie6 .spip-admin,
.ie6 #spip-admin { display: none; }
@media print {
.spip-admin,
#spip-admin { display: none; }
}
/* end */