Subversion Repositories archerygear

Rev

Rev 1 | Rev 6 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 - 1
/* Add a gray background color and some padding to the footer */
2
footer {
3
    background-color: #f2f2f2;
4
    padding: 25px;
5
}
6
 
5 - 7
/* Style the tab content (and add height:100% for full page content) */
8
.tabcontent { display: none; }
9
 
1 - 10
/* iframe */
11
iframe {
12
    overflow: hidden;
13
    border-style: none;
5 - 14
}
15
 
16
/* youtube responsive video 16:9 */
17
.videoWrapper {
18
    position: relative;
19
    padding-bottom: 56.25%; /* 16:9 */
20
    padding-top: 25px; height: 0;
21
}
22
.videoWrapper iframe {
23
    position: absolute;
24
    top: 0;
25
    left: 0;
26
    width: 100%;
27
    height: 100%;
28
}