mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
New heading styles
This commit is contained in:
@@ -147,26 +147,38 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1em;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 160%;
|
font-size: 225%;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 120%;
|
font-size: 175%;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 100%;
|
font-size: 150%;
|
||||||
font-weight: bold;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
h4, h5, h6 {
|
h4 {
|
||||||
|
font-size: 125%;
|
||||||
|
}
|
||||||
|
h5, h6 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-weight: bold;
|
}
|
||||||
|
h6 {
|
||||||
|
color: @muted-more-color;
|
||||||
}
|
}
|
||||||
img, iframe {
|
img, iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.Post-body, .Post-preview {
|
||||||
|
> *:first-child {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.Post--hidden {
|
.Post--hidden {
|
||||||
.Post-header, .Post-header a, .PostUser h3, .PostUser h3 a {
|
.Post-header, .Post-header a, .PostUser h3, .PostUser h3 a {
|
||||||
|
Reference in New Issue
Block a user