Difference between revisions of "User:monobook/monobook.css"
From Anarchopedia
(- #p-personal h5 { display: inline; }) |
m (test taille police catégories) |
||
Line 206: | Line 206: | ||
color: #cccccc; | color: #cccccc; | ||
font-family: Verdana,sans-serif; | font-family: Verdana,sans-serif; | ||
− | font-size: | + | font-size:100%; |
line-height: 1.5em; | line-height: 1.5em; | ||
text-align:left; | text-align:left; |
Revision as of 15:23, 19 March 2007
/* SUPRESSION etc */
/* supprimer l'icône à côté du nom d'utilisateur */
li#pt-userpage { background: none }
/* suppression du bouton "Consulter" */
input[value = "Consulter"] {display: none}
/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 0; }
/* pas de smileys */
.emoticon { display: none; }
body {
font: x-small sans-serif;
background: #B2B2B2 ;
background-attachment: fixed;
color: Black;
margin-top: 1em;
padding: 0;
}
/* Soulignement des liens : */
a:link, a:visited {text-decoration: none}
a:hover {text-decoration: underline}
/* GRAPHIC */
/* arrondir quelques coins, seulement possible avec mozilla/firefox/et autres navigateurs spéciaux */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 1em;
-moz-border-radius-topright: 1em;
}
#content {
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
/* titres des boîtes "navigation", "boîte à outils" et "autres langues" en gras */
.portlet h5 {font-weight: bold}
/* Affichage plus discret de la notification de nouveau message */
.usermessage {background-color: transparent; border: 0; font-weight: normal; margin: 0 0 1em 0; padding: 0 0 0.5em 0; border-bottom: 1px solid #999}
/* Couleurs selon l'espace de nom */
#content, #content table #p-cactions ul li a { background: #f5f5f5; }
/*.ns-0 * #content, .ns-0 * #p-cactions li, .ns-0 * #p-cactions li a {background: #cccccc} //Article*/
/*.ns-1 * #content, .ns-1 * #p-cactions li, .ns-1 * #p-cactions li a {background: #CCB266} //Discuter */
/*.ns-2 * #content, #p-cactions li a {background: #80FFCE} //Utilisateur */
/*.ns-3 * #content, .ns-3 * #p-cactions li, .ns-3 * #p-cactions li a {background: #FFE5F9} //Discussion utilisateur */
/* Mettre la première lettre de chaque paragraphe en double taille */
/*div#bodyContent p:first-letter {font-size: 200%; float: left;} */
/* Désactiver la double taille pour la ligne de catégorie et le sommaire*/
/*div#catlinks p:first-letter, table#toc p:first-letter { font-size: 100%; float: none; }*/
/* <pre> */
div.BoxenVerschmelzen, div.NavFrame {
margin:0px;
padding:2px;
border:1px solid #AAAAAA;
text-align:center;
border-collapse:collapse;
font-size:95%;
}
div.BoxenVerschmelzen div.NavFrame {
border-style:none;
border-style:hidden;
}
div.NavFrame + div.NavFrame {
border-top-style:none;
border-top-style:hidden;
}
div.NavPic {
background-color:#FFFFFF;
margin:0px;
padding:2px;
float:left;
}
div.NavFrame div.NavHead {
height:1.6em;
font-weight:bold;
font-size:100%;
background-color:#EFEFEF;
}
div.NavFrame p {
font-size:100%;
}
div.NavFrame div.NavContent {
font-size:100%;
}
div.NavFrame div.NavContent p {
font-size:100%;
}
div.NavEnd {
margin:0px;
padding:0px;
line-height:1px;
clear:both;
}
/* Standard Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
.NavToggle {
font-size: x-small;
float:right;
}
/* </pre> */
/* ________________________ */
/* HISTONUAGE */
.class_qui_sert_a_rien pour_resoudre_le_bug {}
.hn1 {font-size: 0.7em;}
.hn2 {font-size: 0.9em;}
.hn3 {font-size: 1.1em;}
.hn4 {font-size: 1.3em;}
.hn_bg {
font-weight: bolder;
font-size: 1.2em;
color: #ccc;
}
.hn_pol {}
.hn_perso {}
/******************************************************************/
/* moving catlinks to the right */
/******************************************************************/
/* move the catlinks box */
#catlinks {
position:absolute;
z-index:1;
/* border: 1px solid #aaaaaa;
background: #fafaff; */
right:1em;
top:-0.25em;
width:10.5em;
float:right;
margin: 0.2em;
padding:0.2em;
}
/* format the catlinks itself */
p.catlinks {
color: #cccccc;
font-family: Verdana,sans-serif;
font-size:100%;
line-height: 1.5em;
text-align:left;
text-indent:0;
text-transform: none;
white-space:normal;
margin: 0.2em;
}
/* format links in the catlinks (as distinguished from ":" and "|") */
p.catlinks a {
color:green;
}