MediaWiki:Common.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
  
body{
+
head {
width:85%;
+
  background-color: white;
text-align:center;
+
}
margin-top:1em;
 
margin:auto;
 
position:relative
 
  
 +
panel {
 +
  background-color: none;
 
}
 
}
div{
+
 
text-align:left
+
element.style {
 +
  background-color: white;
 
}
 
}
body #ca-delete{
+
 
display:none !important
+
#mw-page-base {
 +
  background: linear-gradient(white, white);
 
}
 
}
  
div.texdisplay{
+
body {
margin:3px;
+
    width: 85%; 
padding:3px;
+
    text-align: center;
background-color:transparent;
+
    margin-top: 1em;  
text-align:center
+
    margin: auto;  
 +
    position:relative;
 +
    background-color: white;
 
}
 
}
  
div.texdisplay span.dispno{
+
div { text-align: left; }
float:right
+
 +
body #ca-delete {
 +
    display: none !important;
 
}
 
}
.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
+
.vectorTabs .new a, .vectorTabs .new a:visited {
 +
    color: black;
 
}
 
}
body{
+
 
background-color:white;
+
#searchInput {
width:82%;
+
    border: none;
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
 
 
}
 
}
  
 
#footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important}
 
#footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important}

Version du 14 mai 2020 à 20:35

/* Le CSS placé ici sera appliqué à tous les habillages. */

head {
  background-color: white;
}

panel {
  background-color: none;
}

element.style {
  background-color: white;
}

#mw-page-base {
  background: linear-gradient(white, white);
}

body {
    width: 85%;   
    text-align: center;
    margin-top: 1em; 
    margin: auto; 
    position:relative;
    background-color: white;
}

div { text-align: left; }
 
body #ca-delete {
    display: none !important;
}

.vectorTabs .new a, .vectorTabs .new a:visited {
    color: black;
}

#searchInput {
    border: none;
}

#footer-poweredbyico,#f-copyrightico,li#footer-places-disclaimer,li#footer-places-privacy{display:none !important}