Working on CMS

This commit is contained in:
2017-08-29 14:33:09 -05:00
parent e7457819b5
commit 8d6c4add54
13 changed files with 363 additions and 1177 deletions

View File

@@ -1,12 +1,6 @@
@import url("font-awesome.min.css");
@import url("../vendor/font-awesome/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400italic,700,800");
/*
Highlights by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
@@ -52,6 +46,29 @@
margin-left: 0.5em;
}
/* Menu */
#menu {
width: 8em;
position: absolute;
top: 0;
bottom: 0;
left: 0;
background-color: #000;
}
#menu .menu-bottom {
position: absolute;
bottom: 0;
}
#menu ul {
list-style: none;
}
section.admin {
margin-top: 5em;
}
/* Box Model */
*, *:before, *:after {
@@ -63,6 +80,9 @@
/* Containers */
.container {
background: rgba(255, 255, 255, 0.95);
margin-left: -17.5em;
padding: 2.5em;
margin-left: auto;
margin-right: auto;
}
@@ -1316,7 +1336,6 @@
html {
background-color: #313a3d;
background-attachment: fixed, fixed;
background-image: url("images/overlay.png"), url("images/bg.jpg");
background-position: top left, center center;
background-repeat: repeat, none;
background-size: auto, cover;
@@ -1966,6 +1985,7 @@
padding: 0 1em;
text-decoration: none;
width: 100%;
margin-bottom: 1em;
}
input[type="text"]:invalid,
@@ -2179,7 +2199,6 @@
}
.image:before {
background: url("images/overlay.png");
content: '';
display: block;
height: 100%;