Template:VelaDocument/styles.css: Difference between revisions
Template page
More actions
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
padding: 0; |
padding: 0; |
||
line-height: 1.2; |
line-height: 1.2; |
||
font-weight: bold; |
|||
} |
} |
||
.Author { |
.Author { |
||
| Line 16: | Line 17: | ||
padding: 0; |
padding: 0; |
||
line-height: 1.2; |
line-height: 1.2; |
||
font-weight: bold; |
|||
} |
} |
||
.Clearance { |
.Clearance { |
||
| Line 24: | Line 26: | ||
padding: 0; |
padding: 0; |
||
line-height: 1.2; |
line-height: 1.2; |
||
font-weight: bold; |
|||
} |
} |
||
| Line 33: | Line 36: | ||
padding: 0; |
padding: 0; |
||
line-height: 1.2; |
line-height: 1.2; |
||
font-weight: bold; |
|||
} |
} |
||
.vela-document img { |
.vela-document img { |
||
Revision as of 17:46, June 1, 2025
.Title {
color: var(--color-amaranth-legacy-scope);
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px;
font-size: 26px;
border-bottom: none;
text-align: left;
margin: 0 0 0.3em 0;
padding: 0;
line-height: 1.2;
font-weight: bold;
}
.Author {
color: var(--color-amaranth-legacy-scope) !important;
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px;
font-size: 22px;
margin: 0;
padding: 0;
line-height: 1.2;
font-weight: bold;
}
.Clearance {
color: var(--color-amaranth-legacy-scope) !important;
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px;
font-size: 22px;
margin: 0;
padding: 0;
line-height: 1.2;
font-weight: bold;
}
.Header {
color: var(--color-amaranth-legacy-scope) !important;
text-shadow: var(--color-amaranth-legacy-scope) 0px 0px 12px;
font-size: 18px;
margin: 0;
padding: 0;
line-height: 1.2;
font-weight: bold;
}
.vela-document img {
border: 2px solid var(--color-amaranth-legacy-scope);
border-radius: 8px;
}