MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
(Contenu remplacé par « →Le CSS placé ici sera appliqué à tous les habillages. : body{ width:85%; text-align:center; margin-top:1em; margin:auto; position:relative ») Balise : Contenu remplacé |
|||
Ligne 7 : | Ligne 7 : | ||
margin:auto; | margin:auto; | ||
position:relative | position:relative | ||
+ | |||
+ | } | ||
+ | div{ | ||
+ | text-align:left | ||
+ | } | ||
+ | body #ca-delete{ | ||
+ | display:none !important | ||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | div.texdisplay{ | ||
+ | margin:3px; | ||
+ | padding:3px; | ||
+ | background-color:transparent; | ||
+ | text-align:center | ||
+ | } | ||
+ | div.texdisplay span.dispno{ | ||
+ | float:right | ||
+ | } | ||
+ | .toclimit-2 .toclevel-1 ul,.toclimit-3 .toclevel-2 ul,.toclimit-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul{ | ||
+ | display:none | ||
+ | } | ||
+ | body{ | ||
+ | background-color:white; | ||
+ | width:82%; | ||
+ | max-width:1050px | ||
+ | } | ||
+ | @media only screen and (max-width:768px){ | ||
+ | body{ | ||
+ | width:92% | ||
+ | } | ||
+ | div#content #twitter{ | ||
+ | display:none !important | ||
+ | } | ||
+ | } | ||
+ | body,div#content,#mw-page-base,#mw-head-base,div#footer,div.vectorTabs,div.vectorTabs ul li,div.vectorTabs li.selected,div.vectorTabs span,div.vectorMenu,div.vectorMenuFocus,div#mw-head div.vectorMenu h5,div.vectorMenu h5 a,div#simpleSearch{ | ||
+ | background:none; | ||
+ | background-image:none; | ||
+ | background-color:white | ||
+ | } | ||
+ | body,#content,.portlet{ | ||
+ | font-family:fedra,Palatino,"times new roman" | ||
+ | } | ||
+ | body b,#content b,.portlet b,b,strong,big,dt,th,td b{ | ||
+ | font-family:fedra-bold,Palatino,"times new roman" | ||
+ | } | ||
+ | body i,#content i,.portlet i,i,em{ | ||
+ | font-family:fedra-italic,Palatino,"times new roman" | ||
+ | } | ||
+ | body b i,#content b i,.portlet b i,b i,b em{ | ||
+ | font-family:fedra-bold-italic,Palatino,"times new roman" | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6,div#content div#userloginForm h2 .createaccount-join,div#content h2#filehistory,div#content h2#filelinks{ | ||
+ | font-family:neohellenic-bold,geneva,lucida | ||
+ | } | ||
+ | h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{ | ||
+ | font-family:neohellenic-italic,geneva,lucida | ||
+ | } | ||
+ | h1,h2,h3,h4,h5,h6,div#content div#userloginForm h2 .createaccount-join{ | ||
+ | margin:0; | ||
+ | border-bottom:1px dotted #BBB; | ||
+ | font-size:100% | ||
+ | } | ||
+ | div#content h1#firstHeading,h1 .firstheading{ | ||
+ | font-size:1.7em; | ||
+ | border-bottom:1px solid #ccc; | ||
+ | font-family:neohellenic-bold,geneva,lucida; | ||
+ | z-index:105 | ||
+ | } | ||
+ | h2 .mw-headline,h2 .mw-version-ext,h2 .mw-headline a,div#content div#userloginForm h2 .createaccount-join{ | ||
+ | font-size:1.05em; | ||
+ | padding-top:1.5em; | ||
+ | font-family:neohellenic-bold,geneva,lucida | ||
+ | } | ||
+ | h2 .mw-headline i{ | ||
+ | font-size:1em; | ||
+ | font-family:neohellenic-italic,geneva,lucida | ||
+ | } | ||
+ | h3 .mw-headline,h3 .mw-version-ext,h3 .mw-headline a{ | ||
+ | font-size:1.15em; | ||
+ | font-family:neohellenic-bold,geneva,lucida | ||
+ | } | ||
+ | h3 .mw-headline i{ | ||
+ | font-size:.85em; | ||
+ | font-family:neohellenic-italic,geneva,lucida | ||
+ | } | ||
+ | h4 .mw-headline,#toctitle h2{ | ||
+ | font-size:1.1em; | ||
+ | font-family:neohellenic,geneva,lucida | ||
+ | } | ||
+ | h5 .mw-headline{ | ||
+ | font-size:1em; | ||
+ | font-family:neohellenic,geneva,lucida | ||
+ | } | ||
+ | h6 .mw-headline{ | ||
+ | font-size:1em; | ||
+ | font-family:neohellenic,geneva,lucida | ||
+ | } | ||
+ | dl{ | ||
+ | margin-top:.5em | ||
+ | } | ||
+ | a:link,a:visited{ | ||
+ | text-decoration:none | ||
+ | } | ||
+ | div#content a.external,div#content a.external:visited{ | ||
+ | color:#36b | ||
+ | } | ||
+ | a:hover{ | ||
+ | text-decoration:underline | ||
+ | } | ||
+ | a:active{ | ||
+ | text-decoration:none | ||
+ | } | ||
+ | div#content a.external,div#content a[href ^="gopher://"]{ | ||
+ | background:none; | ||
+ | padding-right:0 | ||
+ | } |
Version du 14 mai 2020 à 20:29
/* Le CSS placé ici sera appliqué à tous les habillages. */ body{ width:85%; text-align:center; margin-top:1em; margin:auto; position:relative } div{ text-align:left } body #ca-delete{ display:none !important } } div.texdisplay{ margin:3px; padding:3px; background-color:transparent; text-align:center } div.texdisplay span.dispno{ float:right } .toclimit-2 .toclevel-1 ul,.toclimit-3 .toclevel-2 ul,.toclimit-4 .toclevel-3 ul,.toclimit-5 .toclevel-4 ul,.toclimit-6 .toclevel-5 ul,.toclimit-7 .toclevel-6 ul{ display:none } body{ background-color:white; width:82%; max-width:1050px } @media only screen and (max-width:768px){ body{ width:92% } div#content #twitter{ display:none !important } } body,div#content,#mw-page-base,#mw-head-base,div#footer,div.vectorTabs,div.vectorTabs ul li,div.vectorTabs li.selected,div.vectorTabs span,div.vectorMenu,div.vectorMenuFocus,div#mw-head div.vectorMenu h5,div.vectorMenu h5 a,div#simpleSearch{ background:none; background-image:none; background-color:white } body,#content,.portlet{ font-family:fedra,Palatino,"times new roman" } body b,#content b,.portlet b,b,strong,big,dt,th,td b{ font-family:fedra-bold,Palatino,"times new roman" } body i,#content i,.portlet i,i,em{ font-family:fedra-italic,Palatino,"times new roman" } body b i,#content b i,.portlet b i,b i,b em{ font-family:fedra-bold-italic,Palatino,"times new roman" } h1,h2,h3,h4,h5,h6,div#content div#userloginForm h2 .createaccount-join,div#content h2#filehistory,div#content h2#filelinks{ font-family:neohellenic-bold,geneva,lucida } h1 i,h2 i,h3 i,h4 i,h5 i,h6 i{ font-family:neohellenic-italic,geneva,lucida } h1,h2,h3,h4,h5,h6,div#content div#userloginForm h2 .createaccount-join{ margin:0; border-bottom:1px dotted #BBB; font-size:100% } div#content h1#firstHeading,h1 .firstheading{ font-size:1.7em; border-bottom:1px solid #ccc; font-family:neohellenic-bold,geneva,lucida; z-index:105 } h2 .mw-headline,h2 .mw-version-ext,h2 .mw-headline a,div#content div#userloginForm h2 .createaccount-join{ font-size:1.05em; padding-top:1.5em; font-family:neohellenic-bold,geneva,lucida } h2 .mw-headline i{ font-size:1em; font-family:neohellenic-italic,geneva,lucida } h3 .mw-headline,h3 .mw-version-ext,h3 .mw-headline a{ font-size:1.15em; font-family:neohellenic-bold,geneva,lucida } h3 .mw-headline i{ font-size:.85em; font-family:neohellenic-italic,geneva,lucida } h4 .mw-headline,#toctitle h2{ font-size:1.1em; font-family:neohellenic,geneva,lucida } h5 .mw-headline{ font-size:1em; font-family:neohellenic,geneva,lucida } h6 .mw-headline{ font-size:1em; font-family:neohellenic,geneva,lucida } dl{ margin-top:.5em } a:link,a:visited{ text-decoration:none } div#content a.external,div#content a.external:visited{ color:#36b } a:hover{ text-decoration:underline } a:active{ text-decoration:none } div#content a.external,div#content a[href ^="gopher://"]{ background:none; padding-right:0 }