Team:UANL Mty-Mexico/Templates:Main

From 2012.igem.org

(Difference between revisions)
Line 220: Line 220:
text-align: center;
text-align: center;
}
}
 +
/* here starts the expandable list CSS*/
 +
#listContainer{
 +
  margin-top:15px;
 +
}
 +
 +
#expList ul, li {
 +
    list-style: none;
 +
    margin:0;
 +
    padding:0;
 +
    cursor: pointer;
 +
}
 +
#expList p {
 +
    margin:0;
 +
    display:block;
 +
}
 +
#expList p:hover {
 +
    background-color:#121212;
 +
}
 +
#expList li {
 +
    line-height:140%;
 +
    text-indent:0px;
 +
    background-position: 1px 8px;
 +
    padding-left: 20px;
 +
    background-repeat: no-repeat;
 +
}
 +
 +
/* Collapsed state for list element */
 +
#expList .collapsed {
 +
    background-image: url(../img/collapsed.png);
 +
}
 +
/* Expanded state for list element
 +
/* NOTE: This class must be located UNDER the collapsed one */
 +
#expList .expanded {
 +
    background-image: url(../img/expanded.png);
 +
}
 +
 +
</style></head>
</style></head>
<!-- horizontal navigation menu -->
<!-- horizontal navigation menu -->

Revision as of 17:44, 15 September 2012

iGEM UANL 2012