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

Z Wiki Grepolis PL
Przejdź do nawigacji
mNie podano opisu zmian
mNie podano opisu zmian
Linia 15: Linia 15:
table.wikitable th {
table.wikitable th {
border: #000000;
border: #000000;
background: #344B6D;
background: #B2976A;
padding: 0.2em;
padding: 0.2em;
border-style: double;
border-style: double;
Linia 28: Linia 28:


table.wikitable th {
table.wikitable th {
background: #344B6D;
background: #B2976A;
text-align: center;
text-align: center;
}
}

Wersja z 17:26, 28 sty 2010

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Wikitable */
table.wikitable {
        width: 100%;
	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: #B2976A;
	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: #B2976A;
	text-align: center;
}
 
table.wikitable caption {
	margin-left: inherit;
	margin-right: inherit;
}