MediaWiki:Common.css : Différence entre versions

De Solarpedia
Aller à : navigation, rechercher
 
(14 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
  
body {
+
div.bandeau-section {
background: #ffffff url(fond.jpg) 0 0 repeat-x;
+
display: block;
color: black;
+
font-size: 0.95em;
margin: 0;
+
border-width: 1px 0;
padding: 0;
+
padding: 0.2em 0.5em 0.1em 0;
 +
margin: 0.3em 0 0.7em 2em;
 
}
 
}
  
/* Content */
+
.loupe {
div#content {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png);
margin-left: 10em;
+
background-position: 2px 3px;
padding: 1em;
+
}
/* @embed */
+
background-image: url(images/border.png);
+
background-position: top left;
+
background-repeat: repeat-y;
+
color: black;
+
direction: ltr;
+
  
/* Head */
+
.indentation, .loupe, .general, .accessibilite, .etoile-or, .etoile-argent, .categorie, .biblio, .recyclage, .archives, .sons, .videos, .incomplet, .sources, .important, .en-travaux, .information, .conflit-edition, .incubator, .extension, .wikispecies, .metawiki, .wikiversity, .wikipedia, .wikibooks, .wikinews, .wikiquote, .wikisource, .commons, .wikimedia, .wiktionary, .wikidata, .wikivoyage, .wwwmediawiki {
#mw-page-base {
+
background-repeat: no-repeat;
height: 5em;
+
line-height: 1.5em;
/* @embed */
+
text-indent: 23px;
background: #ffffff url(fond.jpg) 0 0 repeat-x;
+
display: inline-block;
 
}
 
}
#mw-head-base {
+
 
margin-top: -5em;
+
.bandeau-niveau-detail, .bandeau-section.bandeau-niveau-information {
margin-left: 10em;
+
border-color: #e7e7e7;
height: 5em;
+
background-color: #fdfdfd;
/* @embed */
+
background: #ffffff url(fond.jpg) 0 0 repeat-x;
+
 
}
 
}
  
/* Panel */
+
.bandeau-article, .bandeau-discussion, .bandeau-simple, .bandeau-systeme, .bandeau-section {
div#mw-panel {
+
border-style: solid;
position: absolute;
+
overflow: hidden;
top: 160px;
+
position: relative;
padding-top: 1em;
+
width: 10em;
+
left: 0;
+
 
}
 
}
div#mw-panel div.portal {
 
padding-bottom: 1.5em;
 
direction: ltr;
 
}
 
div#mw-panel div.portal h5 {
 
font-weight: normal;
 
color: #444444;
 
padding: 0.25em;
 
padding-top: 0;
 
padding-left: 1.75em;
 
cursor: default;
 
border: none;
 
font-size: 0.75em;
 
}
 
div#mw-panel div.portal div.body {
 
margin: 0;
 
padding-top: 0.5em;
 
margin-left: 1.25em;
 
/* @embed */
 
background-image: url(images/portal-break.png);
 
background-repeat: no-repeat;
 
background-position: top left;
 
}
 
div#mw-panel div.portal div.body ul {
 
list-style: none;
 
list-style-image: none;
 
list-style-type: none;
 
padding: 0;
 
margin: 0;
 
}
 
div#mw-panel div.portal div.body ul li {
 
line-height: 1.125em;
 
padding: 0;
 
padding-bottom: 0.5em;
 
margin: 0;
 
overflow: hidden;
 
font-size: 0.75em;
 
}
 
div#mw-panel div.portal div.body ul li a {
 
color: #0645ad;
 
}
 
div#mw-panel div.portal div.body ul li a:visited {
 
color: #0b0080;
 
}
 

Version actuelle en date du 5 janvier 2019 à 11:54

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

div.bandeau-section {
	display: block;
	font-size: 0.95em;
	border-width: 1px 0;
	padding: 0.2em 0.5em 0.1em 0;
	margin: 0.3em 0 0.7em 2em;
}

.loupe {
	background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png);
	background-position: 2px 3px;
}

.indentation, .loupe, .general, .accessibilite, .etoile-or, .etoile-argent, .categorie, .biblio, .recyclage, .archives, .sons, .videos, .incomplet, .sources, .important, .en-travaux, .information, .conflit-edition, .incubator, .extension, .wikispecies, .metawiki, .wikiversity, .wikipedia, .wikibooks, .wikinews, .wikiquote, .wikisource, .commons, .wikimedia, .wiktionary, .wikidata, .wikivoyage, .wwwmediawiki {
	background-repeat: no-repeat;
	line-height: 1.5em;
	text-indent: 23px;
	display: inline-block;
}

.bandeau-niveau-detail, .bandeau-section.bandeau-niveau-information {
	border-color: #e7e7e7;
	background-color: #fdfdfd;
}

.bandeau-article, .bandeau-discussion, .bandeau-simple, .bandeau-systeme, .bandeau-section {
	border-style: solid;
	overflow: hidden;
	position: relative;
}