MediaWiki:Erudite.css : Différence entre versions

Ligne 20 : Ligne 20 :
 
}
 
}
 
*/
 
*/
 +
 +
#main, #top-wrap h1, #tagline, #nav, #footer-wrap-inner, .message {
 +
    width:80%;
 +
    max-width: 80em;
 +
    margin: 0 auto;
 +
}
 +
 
#bottom-wrap {
 
#bottom-wrap {
 
   padding: 0.5em 0 0.5em 0;
 
   padding: 0.5em 0 0.5em 0;

Version du 8 février 2019 à 15:36

#top-wrap {
  background-image: url(/w/images/ban4.jpg);
  height: 100.px;
}
/*
#nav-meta {
  margin:0.5em -8em 0 1em;
  padding-left:1em;
  border left: none;
  border-left-width: 0;
}
*/
#nav-meta  {display:none;}

/* Zaïd proposal : good, but we need to find a place for the editing tools. To come back after trying, simply add &action=edit at the end of the url to get to the editing mode.
#main, #top-wrap h1, #tagline, #nav, #footer-wrap-inner, .message {
    width:100%;
    max-width: 100%;
    margin: 0 auto;
}
*/

#main, #top-wrap h1, #tagline, #nav, #footer-wrap-inner, .message {
    width:80%;
    max-width: 80em;
    margin: 0 auto;
}

#bottom-wrap {
  padding: 0.5em 0 0.5em 0;
}

a {
  border-bottom-style: none;
}

.thema {
  display:inline-block;
  width:420px;
  vertical-align: top;margin:auto;
   margin-left: 0.5em;

}

.intro {
  text-align:justify;
  font-weight: bolder;
  font-size: 1.1em;
}