Difference between revisions of "Template:BIT-China"
Line 6: | Line 6: | ||
<!-- Start of CSS--> | <!-- Start of CSS--> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | /*Font*/ | |
+ | @font-face { | ||
+ | font-family: 'Calibri'; | ||
+ | src: url('Calibri.ttf'); | ||
+ | url('https://static.igem.org/mediawiki/2015/0/09/Calibri.ttf') format('truetype'); | ||
+ | } | ||
/* PAGE LAYOUT */ | /* PAGE LAYOUT */ | ||
+ | *{ | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | } | ||
/* Change Background color*/ | /* Change Background color*/ | ||
Line 14: | Line 23: | ||
background-image: url("https://static.igem.org/mediawiki/2015/c/c3/BIT_China_grid_background.jpg"); | background-image: url("https://static.igem.org/mediawiki/2015/c/c3/BIT_China_grid_background.jpg"); | ||
background-repeat:repeat; | background-repeat:repeat; | ||
− | } | + | } |
− | + | /* Set #content to place the main body in the middle */ | |
+ | #content{ | ||
+ | width:100%; | ||
+ | padding:0px; | ||
+ | background-color:transparent; | ||
+ | border:0px; | ||
+ | } | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
Line 24: | Line 39: | ||
font-size: 17px; | font-size: 17px; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
− | font-family: "Calibri", Helvetica, | + | font-family: "Calibri", Helvetica, Arial; |
} | } | ||
Line 37: | Line 52: | ||
/* Creates the container for the content */ | /* Creates the container for the content */ | ||
− | #contentContainer { | + | #contentContainer{ |
− | + | width:100%; | |
− | + | border:0px; | |
− | + | margin:0px; | |
− | + | padding:0px; | |
− | + | background-color:transparent; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
/*Set up height place holder for the banner*/ | /*Set up height place holder for the banner*/ | ||
#bannerContainer { | #bannerContainer { | ||
− | + | display:none; | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
Line 61: | Line 69: | ||
/*Change the styling of text for everything inside main container*/ | /*Change the styling of text for everything inside main container*/ | ||
#mainContainer p { | #mainContainer p { | ||
− | font-size: | + | font-size: 17px; |
color: #000000; | color: #000000; | ||
} | } | ||
Line 67: | Line 75: | ||
/*This changes the color and font family */ | /*This changes the color and font family */ | ||
#contentContainer h1, h2, h3, h4, h5, h6 { | #contentContainer h1, h2, h3, h4, h5, h6 { | ||
− | color: # | + | color:#1c73a6; |
border-bottom: none; | border-bottom: none; | ||
font-weight: bold; | font-weight: bold; | ||
− | font-family: | + | font-family: Helvetica, sans-serif; |
− | + | ||
} | } | ||
Revision as of 10:12, 9 September 2015