Darathor
Citation :
But : Définit quelques indications de styles complémentaires dans la feuille de style permettant d'alléger les templates tout en les rendant plus proches des derniers standards XHTML.
Remarques :
- dans certains templates plus récents que Subsilver, il y a de fortes chances qu'un patie de ces compléments soient déjà intégrés.
- lorsque ce Sous-MOD est indiqué comme requis pour un autre MOD, il n'est pas réèlement indispensable. Sans lui, ces MODs fonctionnent correctement mais leur affichage pourra être nettement moins beau et/ou pratique.
Auteur : Darathor (darathor@free.fr)
Version : 1.1 DEV - B (20/01/2006)
Compatibilité phpBB : 2.0.19
Changements :
1.1 (20/01/2006) :
Ajout de classes supplémentaires.
Dans "templates/subSilver/overall_header.tpl", "templates/subSilver/simple_header.tpl" et "templates/subSilver/admin/page_header.tpl" :
Code :
#
# Trouver
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
# Ajouter après
#
/* DEBUT MOD Définitions CSS complémentaires */
img { border-style: none; }
body { font-family: {T_FONTFACE1} }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
.nowrap { white-space: nowrap; }
.bold { font-weight : bold; }
.italic { font-style : italic; }
.spacer { height: 1px; font-size: 0; }
.complet { width: 100%; }
.demi { width: 50%; }
.tiers { width: 33%; }
.quart { width: 25%; }
.w200px { width: 200px; }
/* Classes complétées */
td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom, th.thHead, th.thSides, th.thTop, th.thLeft, th.thRight, th.thBottom, th.thCornerL, th.thCornerR { padding: 0 2px; }
.forumline { margin: 2px 0; }
/* Formulaires */
form { margin: 0; padding: 0; }
input { margin: 0; }
input.gen { height: {T_FONTSIZE3}px; }
input.genmed { height: {T_FONTSIZE2}px; }
input.gensmall { height: {T_FONTSIZE1}px; }
/* Alignements */
.lt { text-align: left; vertical-align: top; }
.rt { text-align: right; vertical-align: top; }
.ct { text-align: center; vertical-align: top; }
.jt { text-align: justify; vertical-align: top; }
.lm { text-align: left; vertical-align: middle; }
.rm { text-align: right; vertical-align: middle; }
.cm { text-align: center; vertical-align: middle; }
.jm { text-align: justify; vertical-align: middle; }
.lb { text-align: left; vertical-align: bottom; }
.rb { text-align: right; vertical-align: bottom; }
.cb { text-align: center; vertical-align: bottom; }
.jb { text-align: justify; vertical-align: bottom; }
/* Flottement */
.fl { float:left; }
.fr { float:right; }
.clear { clear: both; visibility: hidden; }
/* FIN MOD Définitions CSS complémentaires */