MediaWiki:Common.css : Différence entre versions

De Learning Lab Environnements Connectés
Sauter à la navigation Sauter à la recherche
Ligne 5 : Ligne 5 :
 
body { font-family: 'PT Sans', sans-serif; background-color: white; }
 
body { font-family: 'PT Sans', sans-serif; background-color: white; }
  
#toc, .toc { display: block; float: right; margin-left: 20px; padding: 7px; }
+
#top { float: right; width: 30%; }
 +
#toc, .toc { display: block; margin-left: 20px; padding: 7px; position: fixed;}
 
#mw-page-base { background-image: none; }
 
#mw-page-base { background-image: none; }
 +
#content { border-bottom: 1px solid grey; }
  
 
div.vectorTabs { background-image: none; }
 
div.vectorTabs { background-image: none; }
Ligne 12 : Ligne 14 :
 
div.vectorTabs ul li { background-image: none; background-color: none; }
 
div.vectorTabs ul li { background-image: none; background-color: none; }
 
div.vectorTabs span { background-image: none; }
 
div.vectorTabs span { background-image: none; }
 +
div.vectorTabs li.selected { border-bottom: 1px solid grey; }
 +
div.vectorTabs ul li { background-color: white; }
  
 
.mw-body { border-color: white; margin-left: 10em; }
 
.mw-body { border-color: white; margin-left: 10em; }
 
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; }
 
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; }
 +
.mw-body-content { width: 70%; }

Version du 1 avril 2015 à 14:02

/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Mono);

body { font-family: 'PT Sans', sans-serif; background-color: white; }

#top { float: right; width: 30%; }
#toc, .toc { display: block; margin-left: 20px; padding: 7px; position: fixed;}
#mw-page-base { background-image: none; }
#content { border-bottom: 1px solid grey; }

div.vectorTabs { background-image: none; }
div.vectorTabs ul { background-image: none; }
div.vectorTabs ul li { background-image: none; background-color: none; }
div.vectorTabs span { background-image: none; }
div.vectorTabs li.selected { border-bottom: 1px solid grey; }
div.vectorTabs ul li { background-color: white; }

.mw-body { border-color: white; margin-left: 10em; }
.mw-body h1, .mw-body h2, .mw-body #firstHeading { font-family: 'PT Mono', sans-serif; }
.mw-body-content { width: 70%; }