mirror of
https://github.com/filegator/filegator.git
synced 2025-08-07 14:36:32 +02:00
Website generation with Couscous
This commit is contained in:
13
css/main.css
13
css/main.css
@@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
font-size: 19px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
@@ -11,12 +11,16 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4 {
|
h1, h2, h3, h4 {
|
||||||
color: #df691a;
|
color: #34b891;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a, a:hover {
|
||||||
|
color: #34b891;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
@@ -33,10 +37,10 @@ header.navbar {
|
|||||||
height: auto;
|
height: auto;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
color: #df691a;
|
color: #34b891;
|
||||||
}
|
}
|
||||||
.navbar a.navbar-brand:hover {
|
.navbar a.navbar-brand:hover {
|
||||||
color: #df691a;
|
color: #34b891;
|
||||||
}
|
}
|
||||||
.navbar .navbar-brand small {
|
.navbar .navbar-brand small {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -47,7 +51,6 @@ header.navbar {
|
|||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
/*position:fixed;*/
|
|
||||||
position:absolute;
|
position:absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user