MediaWiki:Common.css: Różnice pomiędzy wersjami

Z Wiki Grepolis PL
Przejdź do nawigacji
mNie podano opisu zmian
mNie podano opisu zmian
Linia 14: Linia 14:
table.wikitable th {
table.wikitable th {
border: #000000;
border: #000000;
background: #89602E;
background: #51391B;
padding: 0.2em;
padding: 0.2em;
border-style: double;
border-style: double;
Linia 27: Linia 27:


table.wikitable th {
table.wikitable th {
background: #89602E;
background: #51391B;
text-align: center;
text-align: center;
}
}

Wersja z 15:28, 28 sty 2010

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Wikitable */
table.wikitable {
	margin: 1em 1em 1em 0;
	background: #FFE7B4;
	color: black;        
	border: thin #000000 solid;
	border-collapse: collapse;
}
table.wikitable tbody {
	background: #FFE7B4;
}
 
table.wikitable th {
	border: #000000;
	background: #51391B;
	padding: 0.2em;
	border-style: double;
	border-width: 4px;
}
table.wikitable td {
	border-color: #000000;
	border-style: double;
	border-width: 4px;
        text-align: left;
}

table.wikitable th {
	background: #51391B;
	text-align: center;
}
 
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
}