mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update css
This commit is contained in:
parent
257436bf2e
commit
ebb13fb898
@ -47,7 +47,8 @@ font-weight: 400;
|
|||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3,
|
||||||
|
h4 {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
@ -61,6 +62,9 @@ font-size: 18px;
|
|||||||
margin: 30px 0 20px 0;
|
margin: 30px 0 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
color: #898989;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -148,23 +152,28 @@ font-weight: 700
|
|||||||
}
|
}
|
||||||
|
|
||||||
strong,
|
strong,
|
||||||
h2 strong {
|
h2 strong,
|
||||||
|
h3 strong {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 strong {
|
h2 strong,
|
||||||
|
h3 strong {
|
||||||
color: #898989;
|
color: #898989;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tbody,
|
||||||
h4 strong {
|
h4 strong {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 32px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h4 strong {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Buttons
|
/* Buttons
|
||||||
@ -289,6 +298,28 @@ section > p:last-child {
|
|||||||
margin: 0 0 60px 0;
|
margin: 0 0 60px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row h4:first-child {
|
||||||
|
margin-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* Tables
|
||||||
|
------------------------------------------------------------- */
|
||||||
|
.table-full-width {
|
||||||
|
box-sizing: border-box
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding-right: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -355,34 +386,63 @@ margin: 0 0 40px 0;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 720px) {
|
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 480px) {
|
||||||
body {
|
body {
|
||||||
word-wrap: break-word
|
font-size: 14px;
|
||||||
|
line-height: 1.3;
|
||||||
|
padding: 15px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
h1,
|
||||||
|
h2 {
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 1.3;
|
||||||
|
margin: 0 0 20px 0;
|
||||||
|
}
|
||||||
|
h3,
|
||||||
|
h4 {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.3;
|
||||||
|
margin: 30px 0 15px 0;
|
||||||
|
}
|
||||||
|
h4 strong {
|
||||||
|
font-size: 28px;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
padding: 0
|
padding: 0
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 480px) {
|
|
||||||
body {
|
|
||||||
padding: 15px
|
|
||||||
}
|
|
||||||
.logo {
|
.logo {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
hr {
|
||||||
|
margin: 60px 0 0 0;
|
||||||
|
}
|
||||||
|
blockquote {
|
||||||
|
margin: 15px 0 15px 0;
|
||||||
|
}
|
||||||
|
.row {
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
.row h4:first-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
.table-full-width {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ADDED
|
/* AUDITORIUM QUICK FIX
|
||||||
------------------------------------------------------------- */
|
------------------------------------------------------------- */
|
||||||
|
.bottom {
|
||||||
|
display: block;
|
||||||
.top_pages,
|
margin: 60px;
|
||||||
.top_referrers {
|
|
||||||
color: #404040;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user