Difference between revisions of "MediaWiki:C.css"
(Created page with "p:first-letter { color: red; } p { font-size: 17pt !important; text-indent: 0.00cm; margin: 0px; padding: 4px 12px 10px 6px !important; line-height: 1.5em !im...") |
m |
||
Line 14: | Line 14: | ||
letter-spacing: 0px !important; | letter-spacing: 0px !important; | ||
color: black; | color: black; | ||
+ | } | ||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | font-family: "svoboda" !important; | ||
+ | font-weight: bold !important; | ||
} | } |
Revision as of 09:39, 31 August 2018
p:first-letter { color: red;
}
p {
font-size: 17pt !important; text-indent: 0.00cm; margin: 0px;
padding: 4px 12px 10px 6px !important;
line-height: 1.5em !important;
font-weight: bold !important;
font-family: svoboda !important;
text-align: justify !important;
text-align-last: left !important;
padding: 0px;
white-space: normal !important;
hyphens: auto;
letter-spacing: 0px !important;
color: black;
}
h1, h2, h3, h4, h5, h6 {
font-family: "svoboda" !important;
font-weight: bold !important;
}