From 2014.igem.org
(Difference between revisions)
m |
m |
||
Line 18: | Line 18: | ||
background-color: #fff; | background-color: #fff; | ||
} | } | ||
- | #content {background-color: transparent;} | + | |
+ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | html, body, .wrapper { /*-- changes default wiki settings --*/ | ||
+ | width: 100%; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #contentcontainer { /*-- creates container for all content on page --*/ | ||
+ | font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | ||
+ | font-weight: 200; | ||
+ | font-size: 16px; | ||
+ | color: #fff; | ||
+ | width: 960px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #transparent; | ||
+ | margin-top: 0px; | ||
+ | padding-bottom: 100px; | ||
+ | } | ||
</style> | </style> | ||
+ | |||
+ | <div id="contentcontainer"> | ||
+ | <div class="container_12"> | ||
+ | |||
+ | <div class="grid_4" style="border: 1px solid #fff;"> | ||
+ | iGEM 2014 Jamboree | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
</html> | </html> | ||
<nocomments /> | <nocomments /> |
Revision as of 18:13, 5 July 2013
iGEM 2014 Jamboree