User:Calor/monobook.css

From Guild Wars 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.
 #p-cactions ul
{
        overflow:visible;
}

#p-cactions li
{
        border: 1px dotted #bbbbbb;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}

#p-cactions li.selected {
	border-color: black;
	padding: 0 0 .2em 0;
	font-weight: bold;
}

.tabmenu ul li
{
        display: block;
        width: 100% !important;
        min-width: 10em !important;
        border: 0px;
        margin: 0px;
        padding: .1em;
        border: 1px solid #firebrick !important;
        border-collapse: collapse;
        text-align: center;
        background-color: #F8FCFF !important;
        white-space: nowrap !important;
}

.tabmenu ul
{
        display: none;
        width: auto;
        z-index: 2;
        position: absolute;
        top: 1.1em;
        margin: 0px;
        background-color: darkgrey;
}
.tabmenu * {
        -moz-border-radius: 0px !important;
}
.tabmenu:hover ul
{
        display: block;
}

.tabmenu ul li:hover
{
        background-color: wheat !important;
}
.tabmenu ul a {
        background-color: transparent !important;
}


/**/
/** Special:Recentchanges, Special:Watchlist
 * colors positive and negative word changes (+200) / (-150)
 * indents second/third/... lines in lists
 * moves Recentchanges namespace-box to the right side
 */
.mw-plusminus-pos
{ color: #090; }
.mw-plusminus-neg
{ color: #900; }
div#nsselect	 
{ position: absolute; top: 120px; right: 5%; width: 200px; padding: 3px; border: 1px solid silver; }	 
div#nsselect label[for="namespace"]	 
{ display: block; padding: 2px 5px; margin-bottom: 3px; color: #FFF; background: #aaaaaa; font-weight: bold; }

/** class PortletArea.js **/
 div.pBody p
 { font-size: 95%; line-height: 100%; margin-bottom: 0px; }
 
 /** class GuildWarsWikiTools.js **/
 div#gwwtInfoBox
 { font: 8pt Verdana, sans-serif; padding: 10px; z-index: 100;
   position: absolute; top: 50px; left: 140px;
   background: #F9F9F9; border: 1px solid #FABD25;
 }
 div#gwwtInfo
 { background: #FFFFFF; border: 1px solid #AAAAAA;
   padding: 5px; width: 400px;
 }
 div#gwwtInfo a, div#gwwtInfo a:visited
 { color: #666; }
 div#gwwtInfo a:hover
 { color: #000; }
 div#gwwtInfo h1
 { font-size: 9pt; text-align: center; font-weight: bold;
   padding: 3px 25px; margin-bottom: 10px;
   border-bottom: 1px solid #AAAAAA;
 }
 div#gwwtInfo h2
 { font-size: 8pt; font-weight: bold;
   padding: 5px 0px 2px 0px;
   border: 0px;
 }
 div#gwwtInfo h2 a
 { float: right; font-weight: normal; }
 div#gwwtInfo div#gwwtFoot
 { text-align: right; color: #AAA;
   padding: 2px 2px 0px 2px; margin-top: 10px;
   border-top: 1px solid #AAAAAA;
 }
 div#gwwtInfo div#gwwtButton
 { margin: 15px auto 0px auto; padding: 2px; text-align: center;
   background: #F9F9F9; border: 1px solid #AAAAAA; width: 80%;
 }
 div#gwwtInfo div#gwwtButton:hover
 { border: 1px solid #FABD25; }
 div#gwwtInfo div#gwwtFoot span
 { float: left; }
 div#gwwtInfo div.action
 { padding: 0px 5px; margin: 0px 0px 5px 5px;
   border-left: 1px solid #999999;
 }
 div#gwwtInfo input
 { font: 8pt Verdana, sans-serif; margin: 3px 10px;
   border: 1px solid #999999; padding: 2px; width: 354px;
 }
 div#gwwtInfo input:hover
 { border: 1px solid #FABD25; }
 div#gwwtInfo li
 { background: #F9F9F9; }
 div#gwwtInfo li:hover
 { background: #FABD25; }
 div#gwwtInfo li.checked
 { background: #C0FFC0; }
 div#gwwtInfo input[type=radio]
 { display: none; }

.noticeboardbox {
  display:none
}

#warningBox {
  display:none
}