MediaWiki:Vector.css

From RAJ INFO
Revision as of 14:46, 20 March 2018 by Raj (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@import url(https://fonts.googleapis.com/css?family=Forum);
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url(https://fonts.googleapis.com/css?family=Play);

.mw-editsection { color:#b3b3b3 !important; font-size: 75% !important;}

#toc { float: right; font-size: 85% !important; }

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

}
.firstHeading, #firstHeading {
      font-size: 125% !important;
}
H1 {
      font-size: 115% !important;
      color: #3535FD!important;
}
H2 {
      font-size: 105% !important;
      color: #3535FD!important;

}
H3 {
      font-size: 95% !important;
      color: #3535FD!important;

}
H4 {
      font-size: 90% !important;
}

.mw-head, #mw-head {
      background: linear-gradient(to right, #262626, #005156); 
      color: #fff!important;
}
.portal {
      font-size: 97% !important;
      font-weight: bold !important;
}


# Calendar
table.calendar       { margin: 0; padding: 10px; border: 1px solid #ccc; }
table.calendar td    { margin: 0; padding: 2px; vertical-align: top; border: 1px solid #ccc; }
table.calendar th    { padding: 1px; background-color: #ddd; color: #666; text-align: center; font-size: 120%; font-weight: bold; border: 1px solid #ccc; }
table.month          { border: 1px solid #ccc; }
table.month .dow th  { color: #aaa; text-align: center; font-size: 100%; border: 1px solid #ccc; }
table.month td.today { background-color:#033; }
table.month td {
	border: 1px solid #ccc; 
	margin: 0;
	padding: 1pt 1.5pt;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	background-color: #eee;
	}
table.month td.day-active a { color: #00ffff; }
table.month td.day-empty  a { color: #cc0000; }