tvguide
Version:
Node module that auto-gets current (Dutch) tv show information
38 lines (30 loc) • 618 B
CSS
#settingsMenu {
height: 85px;
position: fixed;
top: 182px;
left: 10px;
right: 10px;
font-size: 70px;
font-weight: 300;
border-bottom: 5px solid #2c7a4f;
}
.settingsMenuButton {
margin-right: 20px;
padding: 0px 20px 10px 20px;
width: 216px;
}
#settingsMenuBackground {
border-top: 5px solid #2c7a4f;
width: 288px;
position: absolute;
left: 0px;
}
.settingsPage {
margin-top: 305px;
padding: 0px 30px;
}
.settingButton {
padding: 5px 20px;
background-color: #6ca284;
border: 5px solid #2c7a4f;
}