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...") |
|||
Line 28: | Line 28: | ||
text-align:center; | text-align:center; | ||
} | } | ||
+ | |||
+ | .heading:hover { | ||
+ | margin: 1px; | ||
+ | color: #333; | ||
+ | padding: 3px 10px; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | background-color:black; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | |||
.heading1 { | .heading1 { | ||
margin: 1px; | margin: 1px; | ||
Line 37: | Line 49: | ||
text-align:center; | text-align:center; | ||
} | } | ||
+ | |||
+ | .heading1:hover { | ||
+ | margin: 1px; | ||
+ | color: #fff; | ||
+ | padding: 3px 10px; | ||
+ | cursor: pointer; | ||
+ | position: relative; | ||
+ | background-color:#8e0023; | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
.content { | .content { | ||
padding: 5px 10px; | padding: 5px 10px; |
Revision as of 05:27, 23 August 2012