mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 16:51:36 +01:00
Even more css-ing
This commit is contained in:
parent
feb0497fde
commit
877d22564c
1 changed files with 20 additions and 9 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
body {
|
body {
|
||||||
font-size: 1vw;
|
font-size: 1vw;
|
||||||
font-family: 'Verdana', sans-serif;
|
font-family: 'Helvetica Neue', 'Arial', sans-serif;
|
||||||
margin: 50px 25px;
|
margin: 50px 25px;
|
||||||
color: #5d5d5d;
|
color: #5d5d5d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-nav {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
.navbar-nav .active a{
|
.navbar-nav .active a{
|
||||||
color: #7f5e3c;
|
color: #7f5e3c;
|
||||||
}
|
}
|
||||||
|
|
@ -33,14 +36,20 @@ header, footer, div.page {
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
header, footer {
|
||||||
font-size: 0.75vw;
|
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
font-size: 1vw;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
|
font-size: 0.75vw;
|
||||||
|
}
|
||||||
|
|
||||||
header h1 {
|
header h1 {
|
||||||
color: #b0b0b0;
|
color: #b0b0b0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-weight: normal;
|
font-weight: bold;
|
||||||
font-size: 42px;
|
font-size: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -60,15 +69,14 @@ div.page {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, footer {
|
|
||||||
font-size: 0.75vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px){
|
@media (max-width: 768px){
|
||||||
body {
|
body {
|
||||||
font-size: 4vw;
|
font-size: 4vw;
|
||||||
}
|
}
|
||||||
header, footer {
|
header {
|
||||||
|
font-size: 3vw;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
font-size: 2vw;
|
font-size: 2vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -77,7 +85,10 @@ header, footer {
|
||||||
body {
|
body {
|
||||||
font-size: 2.5vw;
|
font-size: 2.5vw;
|
||||||
}
|
}
|
||||||
header, footer {
|
header {
|
||||||
|
font-size: 2vw;
|
||||||
|
}
|
||||||
|
footer {
|
||||||
font-size: 1.75vw;
|
font-size: 1.75vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue