loopp-homepage/themes/openAV-Luppp/static/css/style.css

64 lines
1.1 KiB
CSS

.icon {
background-color: #00ff00;
background-image: url("../images/play.svg");
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: 12px 10px;
width: 42px;
height: 42px;
float: left;
}
.button-text {
margin: 0.5em 2em;
line-height: 42px;
}
.pure-menu-heading {
background-image: url("../images/luppp.svg");
background-repeat: no-repeat;
background-position-y: 0em;
background-size: 2.3em;
padding-left: 55px;
}
a.pure-button-primary {
padding: 0em 0em;
background: #2b2b2b;
color: white;
border-radius: 0px;
font-size: 120%;
}
.splash {
background: #000000;
border: 2px solid #ff9900;
}
.splash-head {
border: 0;
letter-spacing: 1em;
margin-left: 1em;
}
.splash-head {
border-radius: 0px;
}
.splash-container {
background-color: black;
background-image: url("../images/header.png");
background-repeat: repeat-x;
background-position-y: 100px;
background-position-x: 5px;
}
.ribbon,
.home-menu {
background: #2b2b2b;
}
.home-menu a,
.content-subhead {
color: #ff9900;
}