Difference between revisions of "MediaWiki:Common.css"

From Akvopedia
Jump to: navigation, search
Line 37: Line 37:
 
#mw-panel.collapsible-nav .portal > h3:first-of-type {
 
#mw-panel.collapsible-nav .portal > h3:first-of-type {
 
   font-weight: bold;
 
   font-weight: bold;
 +
}
 +
 +
@font-face {
 +
  font-family: Akvopedia;
 +
  src: local('Nimbus Sans L'), local('sans');
 
}
 
}
  
 
/* Malayalam fonts */
 
/* Malayalam fonts */
 
@font-face {
 
@font-face {
   font-family: Meera;
+
   font-family: Akvopedia;
  font-style: normal;
 
 
   unicode-range: U+0D00-0D7F;
 
   unicode-range: U+0D00-0D7F;
 
   src: local('Meera'), url('/resources/fonts/Meera_04.woff') format('woff'),
 
   src: local('Meera'), url('/resources/fonts/Meera_04.woff') format('woff'),
Line 49: Line 53:
  
 
html body {
 
html body {
   font-family: Meera, sans-serif;
+
   font-family: Akvopedia, sans-serif;
 
}
 
}

Revision as of 10:51, 20 June 2014

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

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

/* 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. */
#mw-panel.collapsible-nav .portal > h3:first-of-type {
  font-weight: bold;
}

@font-face {
  font-family: Akvopedia;
  src: local('Nimbus Sans L'), local('sans');
}

/* Malayalam fonts */
@font-face {
  font-family: Akvopedia;
  unicode-range: U+0D00-0D7F;
  src: local('Meera'), url('/resources/fonts/Meera_04.woff') format('woff'),
                       url('/resources/fonts/Meera_04.ttf') format('truetype');
}

html body {
  font-family: Akvopedia, sans-serif;
}