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

Z Wiki Grepolis PL
Przejdź do nawigacji
mNie podano opisu zmian
Nie podano opisu zmian
Linia 51: Linia 51:
.portlet a:visited {
.portlet a:visited {
color: #97855E;
color: #97855E;
}
/* Styl wieży */
table.wieża {
        float: right;
        margin-left: {{{3|1em}}};
        margin-bottom: 0.5em;
        width: 242px; background:transparent;
        border:#884410 solid 1px;
        text-align: left;"
}
}

Wersja z 20:14, 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;
}

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

/* Kolor odwiedzonych linków */
a:visited {
	color: #8B6234;
}
#p-navigation a:visited {
	color: #97855E;
}
#p-personal li a:visited {
	color: #97855E;
}
#p-tb a:visited {
  color: #97855E;
}
.portlet a:visited {
	color: #97855E;
}

/* Styl wieży */
table.wieża {
        float: right; 
        margin-left: {{{3|1em}}}; 
        margin-bottom: 0.5em; 
        width: 242px; background:transparent; 
        border:#884410 solid 1px; 
        text-align: left;"
}