MediaWiki:Vector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
page links but has no effect on sidebar links */
page links but has no effect on sidebar links */


div#mw-panel div.portal div.body ul li a:link {
    color: #006600; /* dark green */
}
div#mw-panel div.portal div.body ul li a:visited {
div#mw-panel div.portal div.body ul li a:visited {
     color: #996633; /* brown */
     color: #996633; /* brown */
}
div#mw-panel div.portal div.body ul li a:link {
    color: #006600; /* dark green */
}
}


Line 22: Line 22:
div.vectorTabs  li.new a:visited {
div.vectorTabs  li.new a:visited {
     color: #a55858; /* light red */
     color: #a55858; /* light red */
}
/* force the display of the contents of the section */
#p-googleadsense  .body {
        display:block !important;
}
/* Option 1: hide the header  */
#p-googleadsense h3 {
        display:block;
}
/* Option 2: just hide the arrow in the header */
#p-googleadsense h3 {
        background:none !important;
}
}
Bureaucrats, confirmed, developer, Administrators
197

edits