« MediaWiki:Common.css » : différence entre les versions
(Retour à la version précédente, test failed) |
m (test sans css des breadcrumbs) |
||
(11 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 18 : | Ligne 18 : | ||
body.page-Installation h1 { | body.page-Installation h1 { | ||
display: none; | display: none; | ||
} | } | ||
Ligne 62 : | Ligne 23 : | ||
/* Gestion des touches */ | /* Gestion des touches */ | ||
.touche { | /*.touche { | ||
/* background et color sont définis dans Modèle:Touche */ | /* background et color sont définis dans Modèle:Touche *//* | ||
background: #f9f9f9; | background: #f9f9f9; | ||
color: #000000; | color: #000000; | ||
Ligne 75 : | Ligne 36 : | ||
position: relative; | position: relative; | ||
font-family: monospace; | font-family: monospace; | ||
} | }*/ | ||
/* pour Modèle:Touche */ | /* pour Modèle:Touche */ | ||
/* | |||
.touche a, | .touche a, | ||
.touche a:hover, | .touche a:hover, | ||
Ligne 95 : | Ligne 56 : | ||
.touche>span.keyboard-tooltip | .touche>span.keyboard-tooltip | ||
/* tooltip displaying the keyboard type */ | /* tooltip displaying the keyboard type *//* | ||
{ | { | ||
display: none; | display: none; | ||
Ligne 120 : | Ligne 81 : | ||
height: 7px; | height: 7px; | ||
width: 11px; | width: 11px; | ||
background: transparent url("/wiki/ | background: transparent url("https://download.tuxfamily.org/dvorak/wiki/images/Touch-tooltip-corner.png"); | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
} | } | ||
*/ | |||
.xkb, | .xkb, | ||
Ligne 135 : | Ligne 98 : | ||
/*font-size: 1em;*/ | /*font-size: 1em;*/ | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* Navigation model and breadcrumbs */ | /* Navigation model and breadcrumbs */ | ||
/* | |||
#subheading { | #subheading { | ||
text-align: left; | text-align: left; | ||
margin: 0 0 2em 0; | margin: 0 0 2em 0; | ||
padding: 0; | padding: 0; | ||
} | }*/ | ||
/* .nav-bis { height: 2em; } */ | /* .nav-bis { height: 2em; } */ | ||
/*.nav + .note { margin-top: 0.3em; }*/ | /*.nav + .note { margin-top: 0.3em; }*/ | ||
/*.nav + p, .nav + ul, .nav + ol, .nav + dl, .nav + span { margin-top: 2em; }*/ | /*.nav + p, .nav + ul, .nav + ol, .nav + dl, .nav + span { margin-top: 2em; }*/ | ||
/* | |||
#subheading>ul#breadcrumb { | //#subheading>ul#breadcrumb { | ||
/*border: 1px solid red;*/ | /*border: 1px solid red;*/ | ||
margin: 0 1em 0 0; | /*margin: 0 1em 0 0; | ||
padding: 0; | padding: 0;*/ | ||
/*height: 26px;*/ | /*height: 26px;*/ | ||
/*line-height: 26px;*/ | /*line-height: 26px;*/ | ||
font-size: 1em; | /*font-size: 1em; | ||
} | } | ||
#subheading>ul#breadcrumb li { | #subheading>ul#breadcrumb li {*/ | ||
/*list-style-type:none;*/ | /*list-style-type:none;*/ | ||
/*border: 1px solid blue;*/ | /*border: 1px solid blue;*/ | ||
display: inline; | /*display: inline; | ||
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
Ligne 201 : | Ligne 133 : | ||
display: none; | display: none; | ||
} | } | ||
*/ | |||
/* TODO: temporary, monobook.css stuff */ | /* TODO: temporary, monobook.css stuff *//* | ||
.nav-icone { | .nav-icone { | ||
display: none; | display: none; | ||
Ligne 231 : | Ligne 163 : | ||
top: 10px; | top: 10px; | ||
display: block !important; | display: block !important; | ||
} | }*/ |
Dernière version du 9 novembre 2023 à 20:59
#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;
}
/* Gestion des touches */
/*.touche {
/* background et color sont définis dans Modèle:Touche *//*
background: #f9f9f9;
color: #000000;
font-size: 0.85em;
border: 1px solid;
border-bottom-width: 2px;
border-color: #ddd #bbb #bbb #ddd;
border-radius: 3px;
padding: 1px 2px;
white-space: nowrap;
position: relative;
font-family: monospace;
}*/
/* pour Modèle:Touche */
/*
.touche a,
.touche a:hover,
.touche a:active,
.touche a:visited {
color: #000000;
}
.touche a:hover {
border: 0;
position: relative;
z-index: 500;
text-decoration: none;
}
.touche>span.keyboard-tooltip
/* tooltip displaying the keyboard type *//*
{
display: none;
position: absolute;
top: 2em;
left: -12px;
border: 1px solid #bbbbbb;
background: #f9f9f9;
color: #000000;
font-size: smaller;
text-decoration: none;
text-align: left;
padding: 0.3em 0.5em;
border-radius: 0.5em;
width: auto;
z-index: 1000;
white-space: nowrap;
}
.touche>span.keyboard-tooltip>span.keyboard-tip {
position: absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url("https://download.tuxfamily.org/dvorak/wiki/images/Touch-tooltip-corner.png");
margin: 0;
padding: 0;
}
*/
.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;
}*/