Template:Team:UCSD Software/CSS
From 2014.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
background-color: #000000; | background-color: #000000; | ||
} | } | ||
+ | |||
+ | #extraInfo{ | ||
+ | opacity:.88; | ||
+ | margin-top: 10px; | ||
+ | margin-left: 2px; | ||
+ | margin-right: 1px; | ||
+ | } | ||
+ | |||
+ | #sliderItems{ | ||
+ | |||
+ | background-repeat: no-repeat; | ||
+ | background-size: 100%; | ||
+ | background:white; | ||
+ | } | ||
+ | |||
+ | .carousel-indicators li{ | ||
+ | background-color: #00004C; | ||
+ | |||
+ | } | ||
+ | |||
+ | #thumbOne{ | ||
+ | height: 250px; | ||
+ | font-size: 100px; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | background-color: #5C8AE6; | ||
+ | |||
+ | } | ||
+ | |||
+ | #thumbOne:hover{ | ||
+ | border: 2px solid gold; | ||
+ | background-color: #1947A3; | ||
+ | color:gold; | ||
+ | //-webkit-transform:scale(1.1); | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | #thumbThree{ | ||
+ | |||
+ | |||
+ | height: 250px; | ||
+ | font-size: 100px; | ||
+ | text-align: center; | ||
+ | color: white; | ||
+ | background-color: #5C8AE6; | ||
+ | |||
+ | } | ||
+ | |||
+ | #thumbThree:hover{ | ||
+ | background-color: #1947A3; | ||
+ | border: 1px solid gold; | ||
+ | color:gold; | ||
+ | |||
+ | } | ||
+ | |||
#nav{ | #nav{ | ||
background-color: #003D99;//rgba(0,0,0,0.5); | background-color: #003D99;//rgba(0,0,0,0.5); |
Revision as of 06:25, 15 October 2014