Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
Line 34: Line 34:
  
 
/* Sidebar panel headings. */
 
/* Sidebar panel headings. */
.portal:first-child {
+
.portal > h3:first-child {
 
   font-weight: bold;
 
   font-weight: bold;
 
}
 
}

Revision as of 22:39, 22 April 2014

/** CSS placed here will be applied to all skins */

.RSSReader-head h3 {
  font-size: 100%;
}

/* Link colors */

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
  color: #434343;
}

div#bodyContent a {
  color: #BE499B;
  font-weight: bold;
}

div#bodyContent a.new, div#bodyContent a.new:visited {
  color: #ba0000;
}

div#bodyContent a:visited {
  color: #995e8c;
}

/* Hide table of contents */
.toc, #toc { display: none; }

/* Reduce size of title. */
#firstHeading {
  font-size: 130%;
  font-weight: bold;
}

/* Sidebar panel headings. */
.portal > h3:first-child {
  font-weight: bold;
}