From 4ba4ccc3fddb242251d5442c78aba14f43835035 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Mon, 22 Apr 2019 12:35:05 +0530 Subject: created index page --- css/style-narrower.css | 179 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100755 css/style-narrower.css (limited to 'css/style-narrower.css') diff --git a/css/style-narrower.css b/css/style-narrower.css new file mode 100755 index 0000000..07ce5b2 --- /dev/null +++ b/css/style-narrower.css @@ -0,0 +1,179 @@ +/* + Prologue by HTML5 UP + html5up.net | @n33co + Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) +*/ + +/*********************************************************************************/ +/* Basic */ +/*********************************************************************************/ + + body,input,textarea,select + { + font-size: 16pt; + } + + header + { + } + + header br + { + display: none; + } + + .container + { + padding: 0 2em 0 2em; + } + + /* Item */ + + .item + { + margin-bottom: 15px; + } + + /* List */ + + ul + { + } + + ul.icons + { + } + + ul.icons li + { + } + + ul.icons a + { + width: 1.75em; + font-size: 1.25em; + } + +/*********************************************************************************/ +/* Header */ +/*********************************************************************************/ + + #header + { + position: relative; + width: 100%; + background: none !important; + box-shadow: none !important; + } + + #header .top + { + position: relative; + } + + #header .bottom + { + border-top: solid 1px rgba(255,255,255,0.05); + box-shadow: 0 -1px 0 0 rgba(0,0,0,0.15); + padding-top: 2em; + margin-top: 1em; + position: relative; + } + + #logo + { + margin: 1.5em 1.25em 1.25em 1.25em; + } + + #nav + { + } + + #nav ul + { + } + + #nav ul li + { + } + + #nav ul li a + { + padding: 0.5em 1.25em 0.5em 1.25em; + } + +/*********************************************************************************/ +/* Footer */ +/*********************************************************************************/ + + #footer + { + margin-left: 0; + } + +/*********************************************************************************/ +/* Main */ +/*********************************************************************************/ + + #main + { + margin-left: 0; + } + + #main > section + { + padding: 3em 0; + } + + #main section.cover + { + padding: 4em 0; + } + +/*********************************************************************************/ +/* Side Panel */ +/*********************************************************************************/ + + #sidePanel + { + background: #222729 url('images/overlay.png'); + box-shadow: inset -0.25em 0 0.25em 0 rgba(0,0,0,0.125); + } + + #sidePanelToggle + { + } + + #sidePanelToggle .toggle + { + position: absolute; + left: 0; + top: 0; + width: 100%; + height: 100%; + } + + #sidePanelToggle .toggle:before + { + font-family: FontAwesome; + text-decoration: none; + font-style: normal; + font-weight: normal; + -webkit-font-smoothing:antialiased; + -moz-osx-font-smoothing:grayscale; + + content: '\f0c9'; + color: #fff; + font-size: 18px; + line-height: 2.25em; + background: rgba(128,136,144,0.5); + border-radius: 0.35em; + text-align: center; + position: absolute; + left: 0.5em; + top: 0.5em; + display: block; + width: 3.25em; + height: 2.25em; + line-height: 2.25em; + } \ No newline at end of file -- cgit