Template:UEANRP
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-color:#a2c091; | background-color:#a2c091; | ||
+ | |||
+ | } | ||
+ | |||
+ | /*Browser History*/ | ||
+ | a:link {ccolor:#20548f;} | ||
+ | a:visited {color:#20548f;} | ||
+ | a:hover {color:#20548f;} | ||
+ | a:active {color:#20548f;} | ||
+ | |||
+ | #menubar.top-menu { | ||
+ | position: absolute; | ||
+ | top:0px; | ||
+ | left:0px; | ||
+ | } | ||
+ | |||
+ | #menubar.slide-menu { | ||
+ | position: absolute; | ||
+ | top:0px; | ||
+ | right:0px; | ||
+ | } | ||
+ | /*Top Control Bar*/ | ||
+ | #menubar a:active,#menubar a:hover,#menubar a:link,#menubar a:visited { | ||
+ | color: #1D1D1B; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*Code to remove/overlay standard iGEM Header for blank canvas*/ | ||
+ | #top-section{ | ||
+ | background-color: #ffffff; | ||
+ | height: 100px; | ||
+ | border: none; | ||
+ | width: 1075px; | ||
+ | height:20px | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | .right-menu li a, .right-menu li a:hover { | ||
+ | color: #dddddd; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #menubar { | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | #p-logo{ | ||
+ | position: absolute; | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #search-controls{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .firstHeading{ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | a{ | ||
+ | outline:none; | ||
+ | } | ||
+ | |||
+ | /*Page Controls(how wide the content section is within the window - background colour)*/ | ||
+ | #content { | ||
+ | width: 950x; | ||
+ | border: none; | ||
+ | font-family: helvetica, arial, sans-serif; | ||
+ | color: #555555; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | width:1075px; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 14:03, 16 July 2012