Difference between revisions of "MediaWiki:Common.css"

From Tenebrous Isles
Jump to: navigation, search
Line 20: Line 20:
  
 
div#content li { list-style: circle; }
 
div#content li { list-style: circle; }
 +
 +
.portlet h5 {
 +
      color: yellow;
 +
}

Revision as of 08:17, 13 July 2013

body.page-Main_Page h1.firstHeading { display:none; }

div.vectorTabs li.new a:link { color: #4DBD33; } /* normal unvisited links */
div.vectorTabs li.new a:link:visited { color: #4DBD33; } /* visited links */
div.vectorTabs li.new a:link:active { color: #4DBD33; } /* active links */
div.vectorTabs li.new a:link.new { color: #4DBD33; } /* new links */
div.vectorTabs li.new a:link.interwiki { color: #4DBD33; } /* interwiki links */
div.vectorTabs li.new a:link.external { color: #4DBD33; } /* external links */
div.vectorTabs li.new a:link.stub { color: #4DBD33; } /* hovered links */
 
div.vectorTabs li.new a:link {color: #4DBD33}
div.vectorTabs li.new a:visited {color: #4DBD33}
div.vectorTabs li.new a:hover {color: #4DBD33}
div.vectorTabs li.new a:active {color: #4DBD33}

a.mw-redirect {color:#4DBD33}
a.mw-redirect:visited {color:#4DBD33}
a.external {color: #4DBD33}
a:link {color: #4DBD33;}

div#content li { list-style: circle; }

.portlet h5 {
       color: yellow;
}