Difference between revisions of "Team:Central Calgary/stylesheet"
Line 1: | Line 1: | ||
+ | @font-face { | ||
+ | font-family:"RobotoLight"; | ||
+ | src: url("https://static.igem.org/mediawiki/2015/3/3a/RobotoThin.ttf") | ||
+ | } | ||
+ | @font-face { | ||
+ | font-family:"Roboto"; | ||
+ | src: url("https://static.igem.org/mediawiki/2015/1/1e/Roboto-Regular.ttf") | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | font-family: 'Roboto'; | ||
+ | |||
+ | } | ||
+ | |||
+ | h1 { | ||
+ | font-family: 'RobotoLight'; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-family: 'RobotoLight'; | ||
+ | } | ||
+ | |||
+ | h3 { | ||
+ | font-family: 'RobotoLight'; | ||
+ | } | ||
#content{ | #content{ | ||
margin: 10px 0px 0px -11px; | margin: 10px 0px 0px -11px; |
Latest revision as of 02:09, 19 September 2015
@font-face {
font-family:"RobotoLight"; src: url("https://static.igem.org/mediawiki/2015/3/3a/RobotoThin.ttf")
} @font-face {
font-family:"Roboto"; src: url("https://static.igem.org/mediawiki/2015/1/1e/Roboto-Regular.ttf")
}
p {
font-family: 'Roboto';
}
h1 {
font-family: 'RobotoLight';
}
h2 {
font-family: 'RobotoLight';
}
h3 {
font-family: 'RobotoLight';
}
- content{
margin: 10px 0px 0px -11px; width: 100%; border: none; overflow-x:hidden;
}
body {
min-width:1024px;
}
.mediawiki {
border: none; left:2px; width: 100%; background: transparent; overflow-x:hidden;
}
.firstHeading {
position:fixed; top:0px; left:0px; font-size:1px;
}