Team:TAS Taipei/Templates/cssReset
From 2014hs.igem.org
(Difference between revisions)
Awesomesauce (Talk | contribs) (Created page with "<html> <style type="text/css"> #contentSub, #search-controls, .firstHeading, - →#footer-box,: #catlinks, #p-logo { display:none; } #top-section { border: none; heig...") |
Awesomesauce (Talk | contribs) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | img.rounded { | ||
+ | width: 50px; | ||
+ | height: 50px; | ||
+ | -webkit-border-radius: 25px; | ||
+ | -moz-border-radius: 25px; | ||
+ | border-radius: 25px; | ||
+ | } | ||
+ | #bioCanvas { | ||
+ | } | ||
#contentSub, #search-controls, .firstHeading, /*#footer-box,*/ #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, /*#footer-box,*/ #catlinks, #p-logo { | ||
display:none; | display:none; | ||
Line 8: | Line 17: | ||
height: 0px; | height: 0px; | ||
} | } | ||
+ | |||
+ | /* Removes "teams" from the menubar */ | ||
+ | #menubar > ul > li:last-child { | ||
+ | display: none;} | ||
+ | |||
+ | /* Resizes the menubar to fik the links (default is 400px) */ | ||
+ | #menubar { | ||
+ | width: auto;} | ||
+ | |||
#content { | #content { | ||
+ | background: transparent; | ||
z-index: auto; | z-index: auto; | ||
border: none; | border: none; | ||
Line 20: | Line 39: | ||
#footer-box{ | #footer-box{ | ||
+ | background: transparent; | ||
border:none; | border:none; | ||
margin: 0 auto; | margin: 0 auto; |
Latest revision as of 08:54, 28 April 2014