Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/kitab.css')
-rw-r--r--static/css/kitab.css22
1 files changed, 14 insertions, 8 deletions
diff --git a/static/css/kitab.css b/static/css/kitab.css
index 650587c..ddefd88 100644
--- a/static/css/kitab.css
+++ b/static/css/kitab.css
@@ -1,12 +1,22 @@
-* {
- font-family: "Roboto", sans-serif;
-}
body {
+ font-family: "Roboto", sans-serif;
background-color: #f3f3ef;
overflow-y: scroll;
}
+nav {
+ height: 40px;
+}
+main {
+ min-height: calc(100vh - 100px);
+}
+.side-bar {
+ width: 25px;
+ position: fixed;
+ top: 70px;
+}
footer {
- line-height: 1.2em;
+ font-size: 0.9em;
+ margin-left: 35px;
}
.nav-menu {
color: #007bff !important;
@@ -37,10 +47,6 @@ a:hover {
bottom: 2%;
right: 5%;
}
-.toTop {
- position: fixed;
- bottom: 10px;
-}
.show {
transition: all 0.1s;
}