Team:Valencia-CIPF/fondoweb
From 2013.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | } | ||
+ | |||
+ | *{ | ||
+ | background: transparent; | ||
+ | border: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | vertical-align: baseline; | ||
} | } | ||
Line 12: | Line 20: | ||
} | } | ||
+ | body,html,#content,#globalWrapper { | ||
+ | padding:0 !important; | ||
+ | width:100% !important; | ||
+ | min-width: 1080px !important; | ||
+ | font-size:12px; | ||
+ | line-height:1.3em; | ||
+ | color:#333; | ||
+ | font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; | ||
+ | } | ||
+ | #menubar { | ||
+ | color: #000000; | ||
+ | display: inline; | ||
+ | float: left; | ||
+ | height: 20px; | ||
+ | margin: 0 auto; | ||
+ | padding: 0; | ||
+ | position: relative; | ||
+ | top: 49px; | ||
+ | width: 440px; | ||
+ | } | ||
+ | #menubar img { | ||
+ | left: 50px; | ||
+ | cursor:pointer; | ||
+ | position: absolute; | ||
+ | } | ||
+ | #menubar ul { | ||
+ | background:#fff; | ||
+ | margin: 0; | ||
+ | padding: 0 20px; | ||
+ | } | ||
+ | #menubar a, #menubar a:hover, #menubar a:visited { | ||
+ | color:#333 !important; | ||
+ | background: #fff; | ||
+ | } | ||
.firstHeading { | .firstHeading { |
Revision as of 08:35, 5 September 2013