User:AT/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.
 
 .mw-plusminus-neg{color:red}
 .mw-plusminus-pos{color:green}
 
#p-cactions ul
{
        overflow:visible;
}

#p-cactions li
{
        border: 2px solid lightgrey;
        position: relative;
        float: left;
}

.tabmenu ul li
{
        display: block;
        width: 100% !important;
        min-width: 10em !important;
        border: 0px;
        margin: 0px;
        padding: .1em;
        border: 1px solid #aaaaaa !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: grey;
}
.tabmenu * {
        -moz-border-radius: 0px !important;
}
.tabmenu:hover ul
{
        display: block;
}

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

#rcQuickLinks {
        display:none;
}


/**/
/** 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: 51px; 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: silver; font-weight: bold; }


.noticeboardbox{display:none;}

#topnavbar {
position:absolute;
top: 0px;
left: -15px;
list-style: none;
width: 100%;
border-bottom: solid black 2px;
background-color:#eeeeee;
}

#topnavbar li {
float:left;
margin-right: 30px;
margin-left: 10px;
font-size: 10pt;
}

#globalWrapper, #footer {
position:relative;
top: 30px;
}

#gsearch {
width: 11m;
margin: 0;
margin-top:5px;
font-size: 95%;
}

#p-search {
display:none;
}