Team:UIUC Illinois/Default
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'> |
+ | <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'> | ||
+ | <style> | ||
/* Wiki styles */ | /* Wiki styles */ | ||
- | + | div.thumb div a img { | |
+ | background-color:white; | ||
+ | padding:6px 0px; | ||
+ | } | ||
#globalWrapper {/* the wiki */ | #globalWrapper {/* the wiki */ | ||
- | background-color: | + | background-color: rgb(255, 255, 255); |
width:1100px; | width:1100px; | ||
height:auto; | height:auto; | ||
Line 44: | Line 50: | ||
z-index:3; | z-index:3; | ||
} | } | ||
- | .left-menu{/* Left side of default menu*/ | + | *.left-menu{/* Left side of default menu*/ |
float:left; | float:left; | ||
z-index:3; | z-index:3; | ||
Line 64: | Line 70: | ||
width:100%; | width:100%; | ||
height:auto; | height:auto; | ||
- | background:# | + | background:#ffffff; |
} | } | ||
.firstHeading { /*Default page title */ | .firstHeading { /*Default page title */ | ||
Line 71: | Line 77: | ||
} | } | ||
#bodyContent{/*Default content styling*/ | #bodyContent{/*Default content styling*/ | ||
- | background-color: | + | background-color:white; |
border:none; | border:none; | ||
border-color:none; | border-color:none; | ||
Line 96: | Line 102: | ||
body { | body { | ||
color: rgb(30,39,43); | color: rgb(30,39,43); | ||
- | background | + | background: white; |
} | } | ||
body,input { | body,input { | ||
Line 149: | Line 155: | ||
} | } | ||
+ | /* Custom Stuff */ | ||
+ | /* Page top title */ | ||
+ | #grouptitle { | ||
+ | text-align:left; | ||
+ | font-size:4.5em; | ||
+ | line-height: 1.2; | ||
+ | margin-top:30px; | ||
+ | margin-bottom:20px; | ||
+ | font-family: 'Archivo Narrow', sans-serif; | ||
+ | font-weight:bold; | ||
+ | position:relative; | ||
+ | color:rgb(46,43,52); | ||
+ | top:5px; | ||
+ | left:35px; | ||
+ | } | ||
+ | #grouptitle img { | ||
+ | margin-left:-35px; | ||
+ | } | ||
+ | #page { | ||
+ | width:1100px; | ||
+ | margin:0 auto; | ||
+ | text-align:justify; | ||
+ | margin-top:20px; | ||
+ | font-size:17px; | ||
+ | } | ||
+ | /* Paragraphs */ | ||
+ | #page p, #page .leftparagraph p, #page .rightparagraph p { | ||
+ | margin-bottom: 2px; | ||
+ | font-size:17px; | ||
+ | } | ||
+ | /* Lists */ | ||
+ | #page ul, #page p ul, #page .leftparagraph p ul, #page .rightparagraph p ul { | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | font-size:17px; | ||
+ | list-style:none; | ||
+ | } | ||
+ | #page ul li, #page p ul li, #page .leftparagraph p ul li, #page .rightparagraph p ul li { | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | margin-top:6px; | ||
+ | } | ||
+ | #page ul li:before, #page p ul li:before, #page .leftparagraph p ul li:before, #page .rightparagraph p ul li:before { | ||
+ | content: " • "; | ||
+ | padding: 2px; | ||
+ | color: rgb(30,39,43); | ||
+ | } | ||
+ | |||
+ | /* Divide the page */ | ||
+ | .leftparagraph { | ||
+ | float:left; | ||
+ | margin:10px 0px; | ||
+ | margin-right:20px; | ||
+ | width:530px; | ||
+ | } | ||
+ | .rightparagraph { | ||
+ | float:left; | ||
+ | width:530px; | ||
+ | margin:10px 0px; | ||
+ | margin-left:20px; | ||
+ | } | ||
+ | .pagecnt { | ||
+ | float:left; | ||
+ | width:52%; | ||
+ | height:auto; | ||
+ | } | ||
+ | .pageimgs { | ||
+ | float:left; | ||
+ | width:45%; | ||
+ | margin-left:3%; | ||
+ | height:1000px; | ||
+ | height:auto; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 19:02, 16 October 2014