Difference between revisions of "Team:OLS Canmore AB CA/Basic Part"
Line 7: | Line 7: | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | @import url(font-awesome.min.css); | |
− | + | @import url("http://fonts.googleapis.com/css?family=Roboto:500,300"); | |
+ | #top_menu_inside { | ||
+ | width: 1020px; | ||
+ | margin: 0px auto; | ||
+ | } | ||
/* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */ | /* since the background is dark, we change the color of the text and links so they are visible on "show preview" mode */ | ||
Line 15: | Line 19: | ||
p, #content { | p, #content { | ||
color:#808284; | color:#808284; | ||
+ | margin: 0 auto; | ||
} | } | ||
Line 29: | Line 34: | ||
body { | body { | ||
background-color: #29221F; | background-color: #29221F; | ||
+ | width: 1020px; | ||
+ | margin: 0 auto; | ||
+ | font-family: "Roboto", Helvetica, sans-serif; | ||
+ | font-size: 12 pt; | ||
+ | font-weight: 300; | ||
+ | |||
+ | |||
} | } | ||
Line 54: | Line 66: | ||
/* Creates the container for the content */ | /* Creates the container for the content */ | ||
#contentContainer { | #contentContainer { | ||
− | padding-top: | + | padding-top: 0px; |
padding-right:10px; | padding-right:10px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
Line 77: | Line 89: | ||
/*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: 14px; |
color: #000000; | color: #000000; | ||
} | } | ||
Line 86: | Line 98: | ||
color: #29221F; | color: #29221F; | ||
border-bottom: none; | border-bottom: none; | ||
− | + | ||
margin-top:10px; | margin-top:10px; | ||
} | } | ||
Line 92: | Line 104: | ||
/*Style of the links - links are different inside the menu */ | /*Style of the links - links are different inside the menu */ | ||
#contentContainer a { | #contentContainer a { | ||
− | font-weight: | + | font-weight: ; |
color: #40aadb; | color: #40aadb; | ||
} | } | ||
Line 103: | Line 115: | ||
/*Change the styling of tables */ | /*Change the styling of tables */ | ||
#contentContainer table { | #contentContainer table { | ||
− | border: | + | border: 0px solid #29221F; |
border-collapse: collapse; | border-collapse: collapse; | ||
margin: auto; | margin: auto; | ||
Line 116: | Line 128: | ||
background-color: #fff; | background-color: #fff; | ||
padding: 10px; | padding: 10px; | ||
− | border: | + | border: 0px solid #29221F; |
border-collapse: collapse; | border-collapse: collapse; | ||
− | + | ||
} | } | ||
Line 126: | Line 138: | ||
background-color: #F4F0D8; | background-color: #F4F0D8; | ||
padding: 10px; | padding: 10px; | ||
− | border: | + | border: 0px solid #29221F; |
border-collapse: collapse; | border-collapse: collapse; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
Line 140: | Line 152: | ||
color: #fff; | color: #fff; | ||
text-decoration:none; | text-decoration:none; | ||
− | font-weight: | + | font-weight: ; |
} | } | ||
Line 217: | Line 229: | ||
</style> | </style> | ||
<!-- End of CSS --> | <!-- End of CSS --> | ||
− | |||
<!-- Start of the template html elements. --> | <!-- Start of the template html elements. --> | ||
Line 224: | Line 235: | ||
<div id="bannerContainer"> | <div id="bannerContainer"> | ||
− | + | <img src="https://static.igem.org/mediawiki/2015/4/43/Team_OLS_Canmore_AB_CA_Banner.jpeg" width:"980px" height:"200px"/> | |
− | + | ||
</div> | </div> | ||
Line 271: | Line 281: | ||
<!-- Start of content --> | <!-- Start of content --> | ||
− | <div id="contentContainer"> <!--This div will close on the page.--> | + | <div id="contentContainer"> |
+ | <h2><center><b>Basic Parts</b></center></h2> | ||
+ | |||
+ | |||
+ | <!--This div will close on the page.--> | ||
+ | </div> | ||
+ | </div> | ||
+ | <p font-color:"#fff"><center>Contact us at <strong>alinaarvisais@isidore.redeemer.ab.ca</strong> or <strong>taliadixon@isidore.redeemer.ab.ca</strong>, or even send a message to our facebook page: <a href="https://www.facebook.com/OLeSsence">https://www.facebook.com/OLeSsence</a></center><p> | ||
+ | |||
+ | |||
</html> | </html> |
Revision as of 03:15, 18 September 2015
Basic Parts