Team:UANL Mty-Mexico/CoreCSS

From 2013.igem.org

(Difference between revisions)
Line 6,321: Line 6,321:
   .visible
   .visible
 +
 +
/* expandable list CSS*/
 +
expandable1{
 +
  font-weight: 300;
 +
  font-family: Helvetica, Geneva, sans-serif;
 +
  border-bottom: 1px solid #a6a6a6;
 +
  color: #0000;
 +
}
 +
#listContainer{
 +
  margin-top:15px;
 +
}
 +
#expList p {
 +
    margin:0;
 +
    display:block;
 +
}
 +
#expList p:hover {
 +
    none;
 +
#expList ul{
 +
    list-style: none;
 +
    margin:0;
 +
    padding:0;
 +
}
 +
}
 +
#expList li {
 +
    line-height:140%;
 +
    list-style: none;
 +
    text-indent:0px;
 +
    background-position: 1 10px;
 +
    padding-left: 20px;
 +
    background-repeat: no-repeat;
 +
}
 +
/* Collapsed state for list element */
/* Collapsed state for list element */
#expList .collapsed {
#expList .collapsed {

Revision as of 01:19, 25 September 2013