« MediaWiki:Common.css » : différence entre les versions
(Move citation CSS to dedicated stylesheet) |
(move style to dedicated stylesheet) |
||
Ligne 18 : | Ligne 18 : | ||
body.page-Installation h1 { | body.page-Installation h1 { | ||
display: none; | display: none; | ||
} | } | ||
Version du 28 avril 2023 à 21:19
#bodyContent p {
text-align: justify;
}
hr {
height: 1px;
background-color: #000000;
color: #eeeeee;
margin: 0.5em 0;
}
input[type="submit"] {
font-weight: bold;
}
/* don’t display the title on certain page */
body.page-Accueil h1,
body.page-Installation h1 {
display: none;
}
.xkb,
.petit {
font-size: 0.85em;
}
.commande {
background: none;
color: #1184ab;
/*font-size: 1em;*/
font-weight: bold;
}
/* Navigation model and breadcrumbs */
#subheading {
text-align: left;
margin: 0 0 2em 0;
padding: 0;
}
/* .nav-bis { height: 2em; } */
/*.nav + .note { margin-top: 0.3em; }*/
/*.nav + p, .nav + ul, .nav + ol, .nav + dl, .nav + span { margin-top: 2em; }*/
#subheading>ul#breadcrumb {
/*border: 1px solid red;*/
margin: 0 1em 0 0;
padding: 0;
/*height: 26px;*/
/*line-height: 26px;*/
font-size: 1em;
}
#subheading>ul#breadcrumb li {
/*list-style-type:none;*/
/*border: 1px solid blue;*/
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.nav-texte {
display: none;
}
/* TODO: temporary, monobook.css stuff */
.nav-icone {
display: none;
}
#subheading>#subh-text,
.introduction {
font-size: 1.1em;
font-weight: bold;
color: #595566;
line-height: 1.5em;
margin: 1em 0 0 0;
text-align: justify;
}
#subheading>ul#breadcrumb li.subh-item-first {
list-style: none;
padding-left: 0;
}
#subheading>ul#breadcrumb li.subh-icon {
display: none;
}
div.topicon {
position: absolute;
z-index: 100;
top: 10px;
display: block !important;
}