The 888th Avatar/Tricks
Talk0
8,317pages on
this wiki
this wiki
< User:The 888th Avatar
Highlight yourself wiki-wide
Edit
- Copy everything below to Special:Mypage/wikia.css
- Modify colours to your preference (a list of good colours to use is here). The colour used in the sample below is purple for links and navajowhite for comments.
- Change the user name from "The 888th Avatar" to your own by replacing all instances of "The 888th Avatar" in the code.
/* links */
table.diff a[title="User:The 888th Avatar"],
ul#pagehistory li a[title="User:The 888th Avatar"],
ul.special li a[title="User:The 888th Avatar"],
table.mw-enhanced-rc td a[title="User:The 888th Avatar"],
details a[href="/wiki/User:The_888th_Avatar"],
#WikiaRail a[href="/wiki/User:The_888th_Avatar"],
#wikiactivity-main cite a[href="/wiki/User:The_888th_Avatar"] {font-weight:bold !important;color:#800080 !important;}
/* comments */
.comments li[data-user="The 888th Avatar"] blockquote {background:#FFDEAD !important;}
.comments li[data-user="The 888th Avatar"] blockquote:after {border-color: transparent #FFDEAD #FFDEAD transparent !important;}
.comments li[data-user="The 888th Avatar"] blockquote div {background: transparent !important;}
Changing the font used wiki-wide
Edit
- Copy everything below to Special:Mypage/wikia.css
- Change the font from Segoe (if you don't like Segoe) to something you want by changing all instances of "Segoe" in the code. If your font is described using more than one word e.g. Segoe UI, then it needs to be in quotation marks e.g. "Segoe UI". (Segoe UI is the font used in Windows Vista and Windows 7.)
/* bye bye arial */
body, .category-gallery-item .snippet .text, a.wikia-button, .wikia-single-button a, .wikia-menu-button, input, .button, button, select {font-family:Segoe, sans-serif !important;}
Adding a "clock" set to UTC time
Edit
- Copy everything below to Special:Mypage/wikia.js
/* Add a clock to the wiki header
* See w:c:runescape:MediaWiki:Common.js/displayTimer.js for info & attribution
*/
importScriptPage('MediaWiki:Common.js/displayTimer.js', 'runescape');