Difference between revisions of "Team:NAIT Edmonton/Safety"

Line 100: Line 100:
 
.header_mobile{display:block;}
 
.header_mobile{display:block;}
  
 +
 +
}
 +
 +
/*----- Accordion -----*/
 +
.accordion, .accordion * {
 +
-webkit-box-sizing:border-box;
 +
-moz-box-sizing:border-box;
 +
box-sizing:border-box;
 +
}
 +
 +
.accordion {
 +
overflow:hidden;
 +
box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 +
border-radius:3px;
 +
background:#FFFFFF;
 +
}
 +
 +
/*----- Section Titles -----*/
 +
.accordion-section-title {
 +
width:100%;
 +
padding:15px;
 +
display:inline-block;
 +
border-bottom:1px solid #8BC5EB;
 +
background:#0D4D8C;
 +
transition:all linear 0.15s;
 +
 +
/* Type */
 +
font-size:1.200em;
 +
color:#fff;
 +
        text-align:center;
 +
        font-weight: 600;
 +
        font-family:Arial, Helvetica, sans-serif;
 +
}
 +
 +
.accordion-section-title.active, .accordion-section-title:hover {
 +
background:#9BD1EE;
 +
 +
/* Type */
 +
text-decoration:none;
 +
        color:#0D4D8C;
 +
}
 +
 +
 +
.accordion-section:last-child .accordion-section-title {
 +
border-bottom:none;
 +
}
 +
 +
/*----- Section Content -----*/
 +
.accordion-section-content {
 +
padding:20px 80px 20px 80px;
 +
display:none;
 +
        font-size:18px;
 
}
 
}
  
.sidebar h2{ clear:both;}
 
.sidebar ul{ padding:0 0 45px 0; margin:0px; list-style:none; display:block;clear:both; float:left;}
 
.sidebar ul li{ padding:0 0 10px 0; margin:0px; display:block;}
 
.sidebar ul li a{ background:url(images/bullet.png) no-repeat left; display:block; padding:0 0 0 20px;}
 
.sidebar ul li a:hover{color:#0D4D8C;}
 
.sidebar .clear{ padding-bottom:40px;}
 
 
</style>
 
</style>
  

Revision as of 14:39, 31 July 2015