Différences entre versions de « MediaWiki:Common.css »

De MultiGram
Ligne 24 : Ligne 24 :
 
text-align:left;
 
text-align:left;
 
}
 
}
.wikitable, td
+
 
{
+
table.datatable {
padding:1px 10px;
+
background-color: transparent;
 +
}
 +
 +
table.datatable th,
 +
table.datatable td {
 +
padding:1px 10px;
 +
}
 +
 +
table.datatable th {
 +
text-align: left;
 +
background-color: #999999;
 +
}
 +
 +
table.datatable tr {
 +
background-color: #cccccc;
 +
}
 +
 +
table.datatable tr:hover {
 +
background-color: #ffffcc;
 
}
 
}

Version du 18 mars 2013 à 20:50

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

p {font-size: 125%;}

table.conjugaison
{
width:100%;
border: 1px dashed #000000;padding:10px;background: #F9F9F9;
}
table.conjugaison, td, th
{
padding:1px 10px;
}
table.standard
{
border: 1px solid #000000;padding:padding:3px 7px 2px 7px;background: #F9F9F9;
}
table.standard, td
{
padding:1px 10px;vertical-align:top;
}
table.standard, th
{
text-align:left;
}

table.datatable {
	background-color: transparent;
}
 
table.datatable th,
table.datatable td {
	padding:1px 10px;
}
 
table.datatable th {
	text-align: left;
	background-color: #999999;
}
 
table.datatable tr {
	background-color: #cccccc;
}
 
table.datatable tr:hover {
	background-color: #ffffcc;
}