Template:Team:UCSD Software/CSS
From 2014.igem.org
(Difference between revisions)
(6 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
+ | #thumbTwo{ | ||
+ | |||
+ | height: 250px; | ||
+ | font-size: 100px; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | background-color: #5C8AE6; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | #thumbTwo:hover{ | ||
+ | border: 1px solid gold; | ||
+ | background-color:#1947A3 ; | ||
+ | color:gold; | ||
+ | } | ||
body{ | body{ | ||
Line 65: | Line 81: | ||
border: 1px solid gold; | border: 1px solid gold; | ||
color:gold; | color:gold; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #nav1{ | ||
+ | background-color: #003D99;//rgba(0,0,0,0.5); | ||
+ | color: white; | ||
+ | //border: 1px solid white; | ||
+ | padding: 1px; | ||
+ | text-align: center; | ||
+ | box-sizing: border-box; | ||
+ | border-radius: 0; | ||
+ | margin-top: -50px; | ||
+ | } | ||
+ | |||
+ | #nav1 .btn:hover{ | ||
+ | color: gold; | ||
+ | //background-color: rgba(204,204,204,0.5); | ||
} | } |
Latest revision as of 22:42, 17 October 2014