Template:Cornell Collapse
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <!-- Contact: Dylan Webster (dpw54@cornell.edu) Code taken from... http://designgala.com/how-to-expand-collapse-toggle-div-layer-using-jquery/ --> <head> <title>Team:Corn...") |
|||
(One intermediate revision not shown) | |||
Line 28: | Line 28: | ||
text-align:center; | text-align:center; | ||
} | } | ||
+ | |||
+ | .heading:hover { | ||
+ | margin: 1px; | ||
+ | color: #fff; | ||
+ | padding: 3px 10px; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | background-color:#333; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | |||
.heading1 { | .heading1 { | ||
margin: 1px; | margin: 1px; | ||
Line 34: | Line 46: | ||
cursor: pointer; | cursor: pointer; | ||
position: relative; | position: relative; | ||
- | background-color:# | + | background-color:#cc3333; |
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | .heading1:hover { | ||
+ | margin: 1px; | ||
+ | color: #fff; | ||
+ | padding: 3px 10px; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | background-color:#a32828; | ||
text-align:center; | text-align:center; | ||
} | } | ||
+ | |||
.content { | .content { | ||
padding: 5px 10px; | padding: 5px 10px; |
Latest revision as of 05:29, 23 August 2012