« 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 219 : | Ligne 219 : | ||
background-color:black; | background-color:black; | ||
min-height:400px; | min-height:400px; | ||
display:block; | |||
} | } | ||
.ContainerGris { | .ContainerGris { | ||
background-color:#333333; | background-color:#333333; | ||
height:92px; | |||
display:block; | |||
} | } | ||
.ContainerBlanc { | .ContainerBlanc { | ||
background-color:white; | background-color:white; | ||
height:48px; | |||
margin-top:20px; | margin-top:20px | ||
display:block;; | |||
} | } |
Version du 18 janvier 2019 à 13:02
/* 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 {
font-size: 80%;
}
.Outils {
margin-top:2em;
}
/* 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%;
margin-top:2em;
margin-bottom:2em;
}
.untableau {
display:inline-block;
margin-top:2em;
}
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 */
/* Navigation */
.MenuNav .navbar-nav li:nth-child(2) a:hover {
background-color: #771c51;
color:white;
}
.MenuNav .navbar-nav li:nth-child(3) a:hover {
background-color: #0065af;
color:white;
}
.MenuNav .navbar-nav li:nth-child(4) a:hover {
background-color: #d51a00;
color:white;
}
.MenuNav .navbar-nav li:nth-child(5) a:hover {
background-color: #148944;
color:white;
}
.p-search, .p-search .form-inline .input-group {
width:100%;
}
#p-search #searchInput {
max-width:100%;
min-width:100%;
}
.ns-special div#p-search {
visibility:hidden;
}
.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;
}
body.page-Accueil #firstHeading {
display:none !important;
}
li.navbar-newtalk-notifier {
display: none !important;
}
.skin-chameleon .navbar-tools {
border:0;
}
.skin-chameleon .navbar-tools > li:first-child:last-child,
.skin-chameleon .navbar-tools li.open:first-child:last-child,
.skin-chameleon .navbar-tools > li,
.skin-chameleon .navbar-tools li.open {
height:48px;
border-bottom:0;
}
.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;
}
/* Bandeau noir */
li.navbar-tools-tools span.glyphicon-user {
font-size: 24px;
line-height: 36px;
}
/* Pied de page */
.ContainerNoir {
background-color:black;
min-height:400px;
display:block;
}
.ContainerGris {
background-color:#333333;
height:92px;
display:block;
}
.ContainerBlanc {
background-color:white;
height:48px;
margin-top:20px
display:block;;
}