« MediaWiki:Common.css » : différence entre les versions
De Wiki sur les laboratoires de création en bibliothèque
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 69 : | Ligne 69 : | ||
font-weight: normal; | font-weight: normal; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
font-size: 1. | font-size: 1.4em; | ||
line-height: 1.1em; | line-height: 1.1em; | ||
margin: 12px 0; | margin: 12px 0; |
Version du 12 décembre 2018 à 08:54
/* Le CSS placé ici sera appliqué à tous les habillages. */
.navbar-form .input-group > .form-control {
width:120px;
font-size: 80%;
padding: 3px;
}
nav#p-tb {
display:none;
}
/* Table des matières (TOC) : enlever la numérotation auto */
span.tocnumber, .toctoggle,#footer-info {
display: none !important;
}
.toctitle h2 {
font-size:120%;
}
table,.notesbaspage {
font-size:80%;
}
table.table-100 {
font-size:100%;
}
#footer-places {
padding-top:20px;
}
.tabber .tabbertab {
border:none;
}
/** Bloc **/
.BlocA {
height:300px;
}
.BlocLien {
position:absolute;
top:0;
left:0;
display:inline-block;
}
.BlocTexte {
position:absolute;
top:1em;
right:0;
display:inline-block;
max-width:45%;
color:white;
line-height: 1.1em;
font-size: 0.867em;
}
p.SurTitre {
display: inline-block;
font-family: "Simplon", Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1em;
padding:3px 0 0;
text-align:right;
background-color: rgba(127,127,127,0.2);
}
p.TitreMoyen {
font-family: "Simplon", Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
font-size: 1.4em;
line-height: 1.1em;
margin: 12px 0;
padding-left: 0;
font-style: italic;
}