Difference between revisions of "MediaWiki:GW2.css"
Jump to navigation
Jump to search
(Created page with ".testing { text-align: center; }") |
|||
Line 1: | Line 1: | ||
− | . | + | /* Guild Wars 2 customizations */ |
− | + | ||
+ | .gw2clockbox { | ||
+ | background: transparent url(http://wiki.theamazonbasin.com/images/c/c1/Transp_rect.png); | ||
+ | width: 193px; | ||
+ | height:65px; | ||
+ | border: 1px solid #131c1b; | ||
+ | text-align: center; | ||
+ | font: small-caps 1.8em serif; | ||
+ | letter-spacing: 1px; | ||
+ | } | ||
+ | |||
+ | .gw2bg1 { | ||
+ | background: transparent url(http://wiki.theamazonbasin.com/images/9/92/GW2_bg1.jpg) left repeat-y; | ||
+ | } | ||
+ | |||
+ | .gw2bg2 { | ||
+ | background: transparent url(http://wiki.theamazonbasin.com/images/e/e0/GW2_navbarbg.png); | ||
} | } |
Revision as of 23:39, 1 January 2013
/* Guild Wars 2 customizations */ .gw2clockbox { background: transparent url(http://wiki.theamazonbasin.com/images/c/c1/Transp_rect.png); width: 193px; height:65px; border: 1px solid #131c1b; text-align: center; font: small-caps 1.8em serif; letter-spacing: 1px; } .gw2bg1 { background: transparent url(http://wiki.theamazonbasin.com/images/9/92/GW2_bg1.jpg) left repeat-y; } .gw2bg2 { background: transparent url(http://wiki.theamazonbasin.com/images/e/e0/GW2_navbarbg.png); }