|
La feuille de style du template subSilver |
|
| /* The largest text used in the index page title and toptic
title etc. */ .maintitle { font-weight: bold; font-size: 22px; font-family: "{T_FONTFACE2}",{T_FONTFACE1}; text-decoration: none; line-height : 120%; color : {T_BODY_TEXT}; } |
Modifie les Titres des posts
|
|
/* General text */ Les deux images montrent l'incidence de la modification de { color : {T_BODY_TEXT}; |
Modifie taille et couleurs des class
gen, genmed et gensmall
|
| /* The register, login, search etc
links at the top of the page */ .mainmenu { font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} } a.mainmenu { text-decoration: none; color : {T_BODY_LINK}; } a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
Modifie menu, recherche et login
|
| /* Forum category titles */ .cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}} a.cattitle { text-decoration: none; color : {T_BODY_LINK}; } a.cattitle:hover{ text-decoration: underline; } |
Modifie les titres des catégories de forums
|
| /* Forum title: Text and link to the forums used in: index.php
*/ .forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; } a.forumlink { text-decoration: none; color : {T_BODY_LINK}; } a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; } |
Modifie les titres des forums
|
| /* Used for the navigation text, (Page 1,2,3 etc) and the
navigation bar when in a forum */ .nav { font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_TEXT};} a.nav { text-decoration: none; color : {T_BODY_LINK}; } a.nav:hover { text-decoration: underline; } |
Modifie les liens de navigation entre pages
|
|
/* titles for the topics: could specify viewed link colour too */ |
Modifie les titres des topics
|
|
/* Name of poster in viewmsg.php and viewtopic.php and other places */ |
Modifie la présentation du pseudo dans les topics |
| /* Location, number of posts, post
date etc */ .postdetails { font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; } |
Modifie la présentation des éléments figurant sous
l'avatar dans les topics et la date de post. |