MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
@font-face { | |||
font-family:"Gotham-Black"; | |||
src:url("http://toonz.ca/styles/Gotham-Black.otf") | |||
} | |||
@font-face { | |||
font-family:"Gotham-BlackItalic"; | |||
src:url("http://toonz.ca/styles/Gotham-BlackItalic.otf") | |||
} | |||
@font-face { | |||
font-family:"Gotham-Bold"; | |||
src:url("http://toonz.ca/styles/Gotham-Bold.otf") | |||
} | |||
@font-face { | |||
font-family:"Gotham-BoldItalic"; | |||
src:url("http://toonz.ca/styles/Gotham-BoldItalic.otf") | |||
} | |||
@font-face { | |||
font-family:"Gotham-Book"; | |||
src:url("http://toonz.ca/styles/Gotham-Book.otf") | |||
} | |||
@font-face { | |||
font-family:"Gotham-BookItalic"; | |||
src:url("http://toonz.ca/styles/Gotham-BookItalic.otf") | |||
} | |||
h1, h2, h3, h4, h5, h6 { font-family:Gotham-Book; | |||
/* text-transform: uppercase; */ | |||
} | |||
body {font-family:Gotham-Book;Montserrat} | |||
.mw-headline | |||
{ | |||
font-family: "Gotham-Bold","Gotham-Book" , Montserrat, sans-serif; | |||
font-size: 14px; | |||
/*font-weight: bold;*/ | |||
color: #008080; | |||
background:#ffffff; | |||
//background:#cef2e0; | |||
// background-color: #CCFFCC; | |||
// border-radius: 5px; | |||
//border: 1px outset #008080; | |||
padding: 2px; | |||
width: 300px; | |||
} | |||
.structuredData {display:none} | |||
Revision as of 11:03, 1 April 2017
/** CSS placed here will be applied to all skins */
@font-face {
font-family:"Gotham-Black";
src:url("http://toonz.ca/styles/Gotham-Black.otf")
}
@font-face {
font-family:"Gotham-BlackItalic";
src:url("http://toonz.ca/styles/Gotham-BlackItalic.otf")
}
@font-face {
font-family:"Gotham-Bold";
src:url("http://toonz.ca/styles/Gotham-Bold.otf")
}
@font-face {
font-family:"Gotham-BoldItalic";
src:url("http://toonz.ca/styles/Gotham-BoldItalic.otf")
}
@font-face {
font-family:"Gotham-Book";
src:url("http://toonz.ca/styles/Gotham-Book.otf")
}
@font-face {
font-family:"Gotham-BookItalic";
src:url("http://toonz.ca/styles/Gotham-BookItalic.otf")
}
h1, h2, h3, h4, h5, h6 { font-family:Gotham-Book;
/* text-transform: uppercase; */
}
body {font-family:Gotham-Book;Montserrat}
.mw-headline
{
font-family: "Gotham-Bold","Gotham-Book" , Montserrat, sans-serif;
font-size: 14px;
/*font-weight: bold;*/
color: #008080;
background:#ffffff;
//background:#cef2e0;
// background-color: #CCFFCC;
// border-radius: 5px;
//border: 1px outset #008080;
padding: 2px;
width: 300px;
}
.structuredData {display:none}