User:Sifuentes anita

From 2014.igem.org

(Difference between revisions)
Line 105: Line 105:
#accordion-container {
#accordion-container {
-
font-size: 13px;
 
background: #ffffff;
background: #ffffff;
padding: 5px 10px 10px 10px;
padding: 5px 10px 10px 10px;
Line 120: Line 119:
}
}
 +
/* switches background color to green */
.active-header {
.active-header {
background: #95cea0;
background: #95cea0;
-
background-position: right 50%;
 
}
}
-
 
+
 +
/* switches background color to light green */
.active-header:hover {
.active-header:hover {
background: #c1dfa6;
background: #c1dfa6;
-
background-position: right 50%;
 
}
}
 +
/* switches background color to default gray */
.inactive-header {
.inactive-header {
background: #ebebeb ;
background: #ebebeb ;
-
background-position: right 50%;
 
}
}
 +
/* switches background color to light green */
.inactive-header:hover {
.inactive-header:hover {
background: #c1dfa6;
background: #c1dfa6;
}
}
 +
/* styling for the submenus */
.accordion-content {
.accordion-content {
display: none;
display: none;

Revision as of 18:48, 7 January 2015

right