Team:Tec-Monterrey/projectdescription
From 2011.igem.org
(Difference between revisions)
Line 224: | Line 224: | ||
.panelcollapsed .panelcontent { display: none; } | .panelcollapsed .panelcontent { display: none; } | ||
+ | .panel h3, .panelcollapsed h3 | ||
+ | { | ||
+ | color: #e5e5e5; | ||
+ | font-weight: normal; | ||
+ | margin:5px 200px; | ||
+ | padding: 5px; | ||
+ | -moz-border-radius: 3px; | ||
+ | -webkit-border-radius: 3px; | ||
+ | } | ||
+ | /* panel heading on rollover */ | ||
+ | .panel h3:hover, .panelcollapsed h3:hover { | ||
+ | background-color: #f6d41b; | ||
+ | color: #000; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* heading of a collapsed panel */ | ||
+ | .panelcollapsed h3 | ||
+ | { | ||
+ | background-image: url(arrow-dn.gif); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: 280px; | ||
+ | } | ||
+ | .gallery { | ||
+ | margin-right: 100px; | ||
+ | margin-left: 100px; | ||
+ | overflow: visible; | ||
+ | } | ||
+ | .thumbs { | ||
+ | height: 112px; | ||
+ | width: 550px; | ||
+ | display: table; | ||
+ | text-align: center; | ||
+ | background-attachment: scroll; | ||
+ | background-color: #000; | ||
+ | background-repeat: no-repeat; | ||
+ | list-style-type: none; | ||
+ | overflow: auto; | ||
+ | } | ||