first commit
This commit is contained in:
44
public/css/general.css
Normal file
44
public/css/general.css
Normal file
@@ -0,0 +1,44 @@
|
||||
/**
|
||||
* Generelles CSS für LCARS.
|
||||
* @author Daniel
|
||||
*/
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#wrap {
|
||||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
margin: 0 auto -80px;
|
||||
}
|
||||
|
||||
#footer, #push {
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-color: cccccc;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#footer {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.annotation {
|
||||
margin-top: 5px;
|
||||
font-size: smaller;
|
||||
font-color: 666;
|
||||
font-style: italic;
|
||||
}
|
||||
|
Reference in New Issue
Block a user