Difference between revisions of "MediaWiki:Common.css"

From Native Big Data Documentation
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @import url("http://nativebigdata.com/css/latin_fonts.css") body {font-family: "lm_roman", sans-serif}")
 
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
@import url("http://nativebigdata.com/css/latin_fonts.css")
 
  
body {font-family: "lm_roman", sans-serif}
+
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: normal;
 +
font-weight: normal;
 +
src: url('/font/lmroman10_regular.woff') format('woff');
 +
}
 +
 
 +
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: italic;
 +
font-weight: normal;
 +
src: url('/font/lmroman10_italic.woff') format('woff');
 +
}
 +
 
 +
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: normal;
 +
font-weight: bold;
 +
src: url('/font/lmroman10_regular_bold.woff') format('woff');
 +
}
 +
 
 +
@font-face {
 +
font-family: 'lm_roman';
 +
font-style: italic;
 +
font-weight: bold;
 +
src: url('/font/lmroman10_italic_bold.woff') format('woff');
 +
}
 +
 
 +
 
 +
@font-face {
 +
font-family: "tga_sans";
 +
font-style: normal;
 +
font-weight: normal;
 +
src:url('/font/texgyreadventor_regular.woff') format('woff');
 +
}
 +
 
 +
 
 +
.mw-headline { font-family: 'tga_sans' }
 +
.body {
 +
  font-family: 'tga_sans';
 +
  padding: 5px;
 +
  background: #FFF;
 +
  border: 1px solid #FFF;
 +
}
 +
 
 +
body {
 +
background: #DDF;
 +
  font-family: "lm_roman";
 +
  font-size: 16px;
 +
  color: #606060;
 +
  font-weight: normal;
 +
}
 +
 
 +
 
 +
div#content h1, div#content h2 {
 +
    font-family: "tga_sans";
 +
    background: #DDF;
 +
    padding-left: 15px;
 +
    border: 0px;
 +
}
 +
 
 +
mw-navigation { font-family: "tga_sans"; font-size: 14px; }
 +
 
 +
#mw-head { font-family: "tga_sans"; }
 +
#content{ border: 0px;}

Latest revision as of 15:19, 12 June 2019

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

@font-face {
	font-family: 'lm_roman';
	font-style: normal;
	font-weight: normal;
	src: url('/font/lmroman10_regular.woff') format('woff');
} 

@font-face {
	font-family: 'lm_roman';
	font-style: italic;
	font-weight: normal;
	src: url('/font/lmroman10_italic.woff') format('woff');
} 

@font-face {
	font-family: 'lm_roman';
	font-style: normal;
	font-weight: bold;
	src: url('/font/lmroman10_regular_bold.woff') format('woff');
} 

@font-face {
	font-family: 'lm_roman';
	font-style: italic;
	font-weight: bold;
	src: url('/font/lmroman10_italic_bold.woff') format('woff');
} 


@font-face {
	font-family: "tga_sans";
	font-style: normal;
	font-weight: normal;
	src:url('/font/texgyreadventor_regular.woff') format('woff');
} 


.mw-headline { font-family: 'tga_sans' }
.body {
   font-family: 'tga_sans';
   padding: 5px;
   background: #FFF;
   border: 1px solid #FFF;
}

body { 
background: #DDF;
   font-family: "lm_roman";
   font-size: 16px;
   color: #606060;
   font-weight: normal;
} 


div#content h1, div#content h2 {
    font-family: "tga_sans"; 
    background: #DDF; 
    padding-left: 15px; 
    border: 0px;
}

mw-navigation { font-family: "tga_sans"; font-size: 14px; }

#mw-head { font-family: "tga_sans"; }
#content{ border: 0px;}