MediaWiki:Vector.css: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
}
}


#p-personal-label,
#p-personal,
#p-personal-label a:link,  
#p-personal a:link,  
#p-personal-label a:active,  
#p-personal a:active,  
#p-personal-label a:visited,  
#p-personal a:visited,  
#p-personal-label a:hover  {
#p-personal a:hover  {
       font-color:#fff !important;
       font-color:#fff !important;


}
}

Revision as of 16:34, 27 May 2016

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');

body, H1, H2, H3, H4, .firstHeading, #firstHeading {
      font-family: 'Titillium Web', sans-serif !important;

}
.firstHeading, #firstHeading {
      font-size: 130% !important;
}
H1 {
      font-size: 120% !important;
}
H2 {
      font-size: 110% !important;
}
H3 {
      font-size: 100% !important;
}
H4 {
      font-size: 90% !important;
}

.mw-head, #mw-head {
      background-color:#012A2F;
}
.portal {
      font-size: 100% !important;
      font-weight: bold !important;
}

#p-personal,
#p-personal a:link, 
#p-personal a:active, 
#p-personal a:visited, 
#p-personal a:hover  {
      font-color:#fff !important;

}