Team:UC Davis
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<head> | <head> | ||
Line 213: | Line 212: | ||
} | } | ||
</style> | </style> | ||
+ | <style type="text/css"> | ||
+ | |||
+ | /* Hiding default wiki displays: Credits to TU-Delft and Groningen for the code! */ | ||
+ | #globalWrapper { | ||
+ | background-color: rgba(255,255,255,1); | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/8/85/UC_Davis_13_DNA-background.jpg'); | ||
+ | background-size: 100%; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment:fixed; | ||
+ | font-family: arial, times; | ||
+ | |||
+ | } | ||
+ | |||
+ | #content { | ||
+ | position: relative; | ||
+ | width: 967px; | ||
+ | padding: 0px 0px 0px 0px; | ||
+ | border: none; | ||
+ | color: black; | ||
+ | line-height: 1.5em; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | visibility:hidden; | ||
+ | } | ||
+ | |||
+ | #bodyContent { | ||
+ | background-image: url('http://biobm.com/images/DNA-background.jpg'); | ||
+ | background-size: 100%; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment:fixed; | ||
+ | font-family: arial, times; | ||
+ | width:100%; | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | .partsreglink:link { | ||
+ | color:#33ee33; | ||
+ | } | ||
+ | .partsreglink:visited { | ||
+ | color:#33ee33; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | height: 20px; | ||
+ | background-color: rgba(255,255,255,0); | ||
+ | margin-left: auto; | ||
+ | width: 99%; | ||
+ | margin-right: auto; | ||
+ | margin-bottom: 10px; | ||
+ | margin-top: 3px; | ||
+ | border-bottom: 20px; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | height:0px; | ||
+ | overflow:hidden; | ||
+ | display:none; | ||
+ | } | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | #footer-box { | ||
+ | background-color: transparent; | ||
+ | border: none; | ||
+ | width: 1000px; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #search-controls { | ||
+ | display: none; | ||
+ | } | ||
+ | </style> | ||
</head> | </head> | ||
Revision as of 22:58, 11 July 2014