User:Pling/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.
/* Change colour and size of "you have new messages" box and non-link text */
.usermessage {
 color:#555753; 
 background-color: #F1F1F1;
 border: solid 1px silver;
 width:370px;
 }

/* Change appearance of rollback tool */
 span.mw-rollback-link{color:#dd1111}
 body.page-Special_RecentChanges span.mw-rollback-link{display: none;}
 body.page-Special_Watchlist span.mw-rollback-link{display: none;}

/* Summary box size */
input#wpSummary{ width: 90%; }

/* Remove recentchanges legend */
.mw-rc-label-legend{ display: none; }

/* Remove dash-sig and hr buttons */
#mw-editbutton-signature { display: none; }
#mw-editbutton-hr { display: none; }

/* New skin modifications */

#content
{
  border-radius: 0;
}

#mw-head-base
{
  border-radius: 0;
}

div#left-navigation div.vectorTabs li.selected
{
  border-radius: 0;
}

div.vectorTabs ul li:first-child
{
  border-top-left-radius: 0;
}

div#left-navigation div.vectorTabs ul li:last-child
{
  border-top-right-radius: 0;
}

div.vectorTabs ul li:hover, div.vectorMenu:hover, div.vectorMenu ul li:hover
{
  background-color:#eee;
}

div.vectorMenu ul a
{ 
  padding: 0.9em;
}