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, sans-serif;
+
font-family: "Calibri", Helvetica, Arial;
 
}
 
}
  
Line 37: Line 52:
  
 
/* Creates the container for the content */
 
/* Creates the container for the content */
#contentContainer {
+
#contentContainer{
padding-top:20px;
+
                                width:100%;
padding-right:10px;
+
                                border:0px;
margin-bottom: 20px;
+
                                margin:0px;
width: 814px;
+
                                padding:0px;
padding-left: 20px;
+
                                background-color:transparent;
float: left;
+
                        }
background-color: #fff;
+
border-top: 14px solid #565656;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
  
 
/*Set up height place holder for the banner*/
 
/*Set up height place holder for the banner*/
 
#bannerContainer {
 
#bannerContainer {
height:200px;
+
display:none;
margin:auto;
+
text-align:center;
+
color: #24B694;
+
 
}
 
}
  
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: 13px;
+
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: #565656;
+
color:#1c73a6;
 
border-bottom: none;
 
border-bottom: none;
 
font-weight: bold;
 
font-weight: bold;
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
font-family: Helvetica, sans-serif;
margin-top:10px;
+
 
}
 
}
  

Revision as of 10:12, 9 September 2015