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

Z Wiki Grepolis PL
Przejdź do nawigacji
(Utworzył nową stronę „→‎Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach: →‎Wikitable: table.wikitable { margin: 1em 1em 1em 0; background: #BBBBBB; color: bla…”)
 
(Poprawki kolorów w wikitable)
Linia 3: Linia 3:
table.wikitable {
table.wikitable {
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
background: #BBBBBB;
background: #FFE7B4;
color: black;         
color: black;         
border: thin #524441 solid;
border: thin #524441 solid;
Linia 9: Linia 9:
}
}
table.wikitable tbody {
table.wikitable tbody {
background: #BBBBBB;
background: #FFE7B4;
}
}
   
   
table.wikitable th {
table.wikitable th {
border: #524441;
border: #524441;
background: #999999;
background: #344B6D;
padding: 0.2em;
padding: 0.2em;
border-style: double;
border-style: double;
Linia 20: Linia 20:
}
}
table.wikitable td {
table.wikitable td {
border-color: #524441;
border-color: #000000;
border-style: double;
border-style: double;
border-width: 4px;
border-width: 4px;
Linia 26: Linia 26:


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

Wersja z 11:32, 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 #524441 solid;
	border-collapse: collapse;
}
table.wikitable tbody {
	background: #FFE7B4;
}
 
table.wikitable th {
	border: #524441;
	background: #344B6D;
	padding: 0.2em;
	border-style: double;
	border-width: 4px;
}
table.wikitable td {
	border-color: #000000;
	border-style: double;
	border-width: 4px;
}

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