User:Venom20/vector.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.
/*adding flare to personal top links*/
#p-personal
{
border: 1px solid #f80000;
background:#000000;
border-bottom-left-radius: 10px 10px;
-moz-border-radius-bottomleft: 10px 10px;
margin-right:-12px;
padding-right:10px;
padding-left:5px;
}
#p-personal ul li a
{
color:#f80000;
}
/* suppress the person icon by your username */
li#pt-userpage
{
background: none;
padding-left: 0px !important;
}
/*<nowiki>*/
/** Special:RecentChanges, Special:Watchlist
* colors positive and negative word changes (+200) / (-150)
* indents second/third/... lines in lists
*/
.mw-plusminus-pos
{ color: #090; }
.mw-plusminus-neg
{ color: #900; }
ul.special li
{ padding-left: 50px; text-indent: -50px; }
/**Remove legend**/
.mw-rc-label-legend
{ display: none; }
/* Change colour and size of "you have new messages" box and non-link text */
.usermessage {
color:#cdcdcd;
background-color: #555753;
border: solid 2px #f80000;
width:500px;
right:100px;
}
/* Change colour of the link-text in the "you have new messages" box */
.usermessage a { color: #f80000; }