MediaWiki:Grepolis.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
(Pozycjonowanie grafiki po prawej.) |
(wikitable) |
||
Linia 70: | Linia 70: | ||
padding: 0; | padding: 0; | ||
background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) right no-repeat | background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) right no-repeat | ||
} | |||
/* 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 { | |||
color: black; | |||
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; | |||
} | } |
Wersja z 23:08, 28 lis 2012
/* Strona edycji, komunikat o copyright */ #editpage-copywarn p{ font-size: 9px; background-repeat: no-repeat; height: 79px } /* Nawigacja po lewej */ .portlet h5 { font-weight: bold; text-align: center } /* Ramka wokół miniatury obrazka */ div.thumb { border-color: transparent } /* Szablon główny - tło */ td.msgpopup_gl { width: 40px; height: 37px; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/8/8f/Msgpopup_gl.jpg) no-repeat } td.msgpopup_gs { height: 37px; width: auto; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/1/17/Msgpopup_gs.jpg) repeat-x } td.msgpopup_gp { width: 40px; height: 37px; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/c/c8/Msgpopup_gp.png) right no-repeat } td.msgpopup_sl { width: 40px; height: auto; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/b/b7/Msgpopup_sl.png) repeat-y } td.msgpopup_cont { width: auto; height: auto; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/3/3e/Msgpopup_backgr.png) repeat } td.msgpopup_sp { width: 40px; height: auto; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/f/ff/Msgpopup_sp.png) repeat-y } td.msgpopup_dl { width: 40px; height: 25px; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/c/ce/Msgpopup_dl.jpg) no-repeat } td.msgpopup_ds { height: 25px; width: auto; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/f/fe/Msgpopup_ds.jpg) repeat-x } td.msgpopup_dp { width: 40px; height: 25px; padding: 0; background: transparent url(http://wiki.pl.grepolis.com/images/6/6f/Msgpopup_dp.jpg) right no-repeat } /* 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 { color: black; 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; }