54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
@import "variables.less";
|
|
@import "main.less";
|
|
@import "home.less";
|
|
@import "forms.less";
|
|
@import "run.less";
|
|
@import "nav.less";
|
|
@import "header-footer.less";
|
|
|
|
body {
|
|
color: #fff;
|
|
}
|
|
#page {
|
|
.interior {
|
|
padding: 0 40px 20px;
|
|
background-color: rgba(0,0,0,0.8);
|
|
box-shadow: 0px 0px 20px #000;
|
|
margin-top: 40px;
|
|
position: relative;
|
|
|
|
.logo {
|
|
position: absolute;
|
|
top: -40px;
|
|
font-size: 1em;
|
|
background: rgba(0,0,0,0.8);
|
|
right: 20px;
|
|
a {
|
|
display: block;
|
|
padding: 10px 40px;
|
|
color: inherit;
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
h1 {
|
|
margin: 0;
|
|
padding: 20px 0 10px 0;
|
|
.glyphicon {
|
|
vertical-align: text-bottom;
|
|
margin-right: 10px;
|
|
font-size: 1.2em;
|
|
}
|
|
}
|
|
|
|
h2 {
|
|
color: #ddd;
|
|
}
|
|
p,ul {
|
|
color: #ccc;
|
|
}
|
|
}
|
|
}
|