Initial Commit
This commit is contained in:
3
assets/css/admin.css
Normal file
3
assets/css/admin.css
Normal file
@@ -0,0 +1,3 @@
|
||||
div.content {
|
||||
margin-left: 150px;
|
||||
}
|
107
assets/css/gjvote.css
Normal file
107
assets/css/gjvote.css
Normal file
@@ -0,0 +1,107 @@
|
||||
html {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #777;
|
||||
min-ehgiht: 100%;
|
||||
}
|
||||
|
||||
div.content {
|
||||
padding: 15px;
|
||||
min-height: 100%;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#menu {
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
position: relative;
|
||||
background: #191818;
|
||||
webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
#menu .pure-menu-heading {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#menu .menu-button {
|
||||
display: inline;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu-bottom {
|
||||
width: 150px;
|
||||
border-top: 1px solid white;
|
||||
}
|
||||
|
||||
#menu .menu-container {
|
||||
display: none;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 40px;
|
||||
background-color: #191818;
|
||||
}
|
||||
|
||||
#menu .menu-container>ul {
|
||||
background-color: #191818;
|
||||
}
|
||||
|
||||
@media (min-width: 40em) {
|
||||
#menu {
|
||||
width: 150px;
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
#menu .menu-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu .menu-container{
|
||||
display: initial;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menu-bottom {
|
||||
width: 150px;
|
||||
position: fixed;
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-left: 150px;
|
||||
}
|
||||
|
||||
aside.flash {
|
||||
margin-left: 150px;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:35.5em) {
|
||||
div.pure-control-group label.control-label {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width:64em) and (min-width: 48em) {
|
||||
div.pure-control-group label.control-label {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
7
assets/css/grids-responsive-min.css
vendored
Normal file
7
assets/css/grids-responsive-min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
11
assets/css/pure-min.css
vendored
Normal file
11
assets/css/pure-min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user