MediaWiki:Monobook.css : Différence entre versions

De Wiki Centenaire de la Grande Guerre
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
 
/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */
  
#menugauche {
+
.menugauche {
 
     width: 12.5em;
 
     width: 12.5em;
 
     margin-bottom: 1em;
 
     margin-bottom: 1em;
Ligne 8 : Ligne 8 :
 
     background-color: #FF0080;
 
     background-color: #FF0080;
 
     border-radius: 30px;
 
     border-radius: 30px;
}
 
  
  

Version du 11 décembre 2014 à 11:10

/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */

.menugauche {
    width: 12.5em;
    margin-bottom: 1em;
    padding: 0.7em 0.8em;
    overflow: hidden;
    background-color: #FF0080;
    border-radius: 30px;


#content {

	background: none ;
	color: white ;
	border: 0px solid #aaa;
	border-right: none;
	line-height: 1.5em;
}

.portlet {
	border: none;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	text-transform: lowercase;
	font-size: 91%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 95%;
	background-color: transparent;
	color: black;
	border-collapse: collapse;
	border: 0px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(bullet.gif);
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}