User:Doodleplex/common.css
From Guild Wars 2 Wiki
Jump to navigationJump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/** Quaggans! **/
.mw-changeslist { /** Add quaggans to the recent changes page **/
background-image : url("https://wiki.gw2.org.cn/images/a/ad/Knight_quaggan_icon.png"), url("https://wiki.gw2.org.cn/images/0/03/Relax_quaggan_icon.png");
background-repeat: no-repeat, no-repeat;
background-position: right top, right bottom;
}
#mw-content-text { background: url("https://wiki.gw2.org.cn/images/e/e0/Bowl_icon.png") no-repeat right top; } /** You may want to remove this line, it gets hidden or clipped on some pages **/
#footer { background: url("https://wiki.gw2.org.cn/images/0/05/Resting_quaggan_icon.png") no-repeat center bottom; }
.mw-wiki-logo { visibility: hidden; }/** removes wiki logo so you can see space quaggan**/
#p-logo { background: url("https://wiki.gw2.org.cn/images/5/5e/Space_quaggan_icon.png") no-repeat center; }
#column-one *, #footer *, #siteNotice * {
font-family: 'arial' !important;
border-radius: 0 !important;
}