Template:Berkeley CSS
From 2010.igem.org
(Difference between revisions)
(20 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/CSS"> | <style type="text/CSS"> | ||
+ | .shadow { | ||
+ | -moz-box-shadow: 3px 3px 4px #000; | ||
+ | -webkit-box-shadow: 3px 3px 4px #000; | ||
+ | box-shadow: 3px 3px 4px #000; | ||
+ | } | ||
+ | |||
a:link, a:visited, | a:link, a:visited, | ||
a:hover, a:active { | a:hover, a:active { | ||
Line 9: | Line 15: | ||
margin: 0px auto; | margin: 0px auto; | ||
background: #334D66; | background: #334D66; | ||
- | width:100%; | + | width: 100%; |
+ | float: left; | ||
} | } | ||
Line 38: | Line 45: | ||
vertical-align: middle; | vertical-align: middle; | ||
zoom: 1; | zoom: 1; | ||
+ | min-width: 105px; | ||
} | } | ||
Line 45: | Line 53: | ||
z-index: 599; | z-index: 599; | ||
cursor: default; | cursor: default; | ||
+ | background: #3366FF; | ||
} | } | ||
Line 53: | Line 62: | ||
left: 0; | left: 0; | ||
z-index: 598; | z-index: 598; | ||
+ | background: #334D66; | ||
} | } | ||
ul.dropdown ul li { | ul.dropdown ul li { | ||
float: left; | float: left; | ||
+ | min-width: 150px; | ||
} | } | ||
Latest revision as of 02:44, 26 October 2010