« 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 134 : | Ligne 134 : | ||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
#ca-nstab-user { display:none!important; } | |||
.ContainerNoir, | .ContainerNoir, |
Version du 18 janvier 2019 à 09:17
/* 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 */
div#toc {
padding:.5rem 1rem 1rem 1rem;
color: white;
font-size:.8em;
}
div#toc a {
color: white;
}
span.tocnumber, .toctoggle,#footer-info {
display: none !important;
}
#toc h2 {
display:block;
font-size:1.25em;
color: white;
}
table,.notesbaspage {
font-size:80%;
}
table.table-100 {
font-size:100%;
}
#footer-places {
padding-top:20px;
}
.tabber .tabbertab {
border:none;
}
div.row {
margin:10px 0;
}
/** Bloc **/
.BlocA {
min-height:300px;
margin-right:0px;
overflow: hidden;
border-right:10px solid white;
background-color:white;
}
.BlocLien {
position:absolute;
top:0;
left:0;
display:inline-block;
}
.BlocTexte {
padding:10px;
font-size: 1.33rem;
line-height: 1.67rem;
color:white;
}
.BlocTexte.Droite {
display:inline-block;
position:absolute;
top:0;
right:0;
max-width:45%;
min-width:130px;
height:100%;
}
.BlocTexte.Bas {
display:inline-block;
position:absolute;
bottom:0;
left:0;
max-width:100%;
padding:1rem;
vertical-align:top;
}
p.SurTitre {
display: inline-block;
font-family: "Simplon", Helvetica, Arial, sans-serif;
font-size: 1.4rem;
padding:3px 0 0;
}
p.Titre {
font-family: "Simplon", Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
font-size: 1.5rem;
line-height: 1.75rem;
margin: 1rem 0;
padding-left: 0;
font-style: italic;
}
.b1t1, .b3t4, .b3t6 {background-color: #771c51;}
.b1t2, .b3t1, .b3t7 {background-color: #0065af;}
.b1t3, .b2t1, .b3t2 {background-color: #d51a00;}
.b1t4, .b3t3, .b3t5 {background-color: #148944;}
/* Janvier 2019 */
.p-search, .p-search .form-inline .input-group {
width:100%;
}
#p-search #searchInput {
max-width:100%;
min-width:100%;
}
.container > :first-child .navbar {
margin-top:0;
}
.navbar-default .navbar-nav > li {
border-left:none;
}
body.page-Accueil li#ca-talk,
body.page-Accueil li#ca-history,
body.page-Accueil li#ca-viewsource {
visibility:hidden;
}
#ca-nstab-user { display:none!important; }
.ContainerNoir,
.ContainerNoir a {
color:white;
}
.ContainerNoir a:hover,
.ContainerNoir a:active {
color:silver;
}
.ContainerNoir ul {
padding-left:0;
}
.ContainerNoir ul li {
padding-left:0;
font-size:70%;
list-style:none;
}
blockquote {
font-size:100%;
}
.mw-body ol, .mw-body ul {
margin-bottom:12px;
}