User:Aquadrizzt/monobook.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.
/*EDIT/SUMMARY FIELDS*/
input#wpSummary, #wpTextbox1
{
border:1px solid #214182;
}
/*EDIT BUTTONS*/
input#wpSave, input#wpPreview, input#wpDiff, input#wpSearch
{
background:#224;
color:white;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #214182;
font-family: "EasonPro", Helvetica, Arial, sans-serif;
}
input.submit
{
background:#224;
color:white;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #214182;
font-family: "EasonPro", Helvetica, Arial, sans-serif;
}
/*hiding the main page title */
body.page-Main_Page h1.firstHeading
{ display:none }
/*SEARCH BOX*/
#searchInput
{
border: 1px solid #214182;
}
input.searchButton {
border:1px solid #214182;
font-family: "EasonPro", Helvetica, Arial, sans-serif;
background: #224;
color: #FFF;
font-weight: bold;
margin:2px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#searchGoButton
{
font-weight: bold;
}
/*RC*/
fieldset
{
border-color: #214182;
font-family: "EasonPro", Helvetica, Arial, sans-serif;
}
#p-cactions li a:hover
{
background:transparent;
color:#FFF;
}
#p-cactions li
{
background: #224;
border:1px solid #214182;
font-family: "EasonPro", Helvetica, Arial, sans-serif;
border-bottom: 1px silver;
}
#p-cactions li.selected
{
background: #FFF;
}
#p-cactions li:hover
{
background:#337;
}
#p-cactions li a
{
color:#FFF;
text-transform: uppercase;
}
.portlet h5
{
text-transform: uppercase;
}
/* suppress the person icon by your username */
li#pt-userpage { background: none }
/* Recent changes "byte count change" text colours */
.mw-plusminus-pos { color:#006600; }
.mw-plusminus-neg { color:#990000; }