Difference between revisions of "MediaWiki:Comm.css"
(Created page with "p.a { display: none;} #siteNotice { display: none !important;} #contentSub, #contentSub2 { display: none !important;} .mw-body-content { margin: 21px 3px 0 -3px !...") |
m |
||
Line 1: | Line 1: | ||
+ | #toc, .toc { | ||
+ | margin: auto auto !important; | ||
+ | padding: 1px !important; | ||
+ | } | ||
p.a { display: none;} | p.a { display: none;} | ||
#siteNotice { display: none !important;} | #siteNotice { display: none !important;} | ||
Line 7: | Line 11: | ||
letter-spacing: 0px !important; padding: 4px 12px 10px 6px !important; line-height: 1.5em !important; | letter-spacing: 0px !important; padding: 4px 12px 10px 6px !important; line-height: 1.5em !important; | ||
font-weight: bold !important; font-family: svoboda !important; } | font-weight: bold !important; font-family: svoboda !important; } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .mw-body-content { line-height: 1.6em; | ||
+ | font-size: 0.9em; | ||
+ | hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; | ||
+ | /* margin: 61px 0 0 -13px; */ | ||
+ | margin: 70px 3px 0 -3px !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | b { font-size: 110% !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | p.a1 { | ||
+ | text-align: center; | ||
+ | text-align-last: center; | ||
+ | color: red; | ||
+ | margin: -22px -6px 0 -5px; | ||
+ | font-size: 160% !important; | ||
+ | font-weight: bold !important; | ||
+ | } | ||
+ | p.a2 { | ||
+ | text-align: center; | ||
+ | text-align-last: center; | ||
+ | color: red; | ||
+ | margin: -22px -6px 0 -5px; | ||
+ | font-size: 160% !important; | ||
+ | font-weight: bold !important; | ||
+ | } | ||
+ | p.a3 { | ||
+ | text-align: center; | ||
+ | text-align-last: center; | ||
+ | color: red; | ||
+ | margin: -22px -6px 0 -5px; | ||
+ | font-size: 160% !important; | ||
+ | font-weight: bold !important; | ||
+ | } | ||
+ | p.a4 { | ||
+ | text-align: center; | ||
+ | text-align-last: center; | ||
+ | color: red; | ||
+ | margin: -22px -6px 0 -5px; | ||
+ | font-size: 160% !important; | ||
+ | font-weight: bold !important; | ||
+ | } | ||
+ | p.b:first-letter { color: red; | ||
+ | } | ||
+ | p.c:first-letter { color: red; | ||
+ | } | ||
+ | p.b { text-align: center !important; text-align-last: center !important; font-size: 17pt !important; | ||
+ | letter-spacing: 0px !important; padding: 4px 0 0 0 !important; line-height: 1.2em !important; | ||
+ | } | ||
+ | p.c { text-align: center !important; text-align-last: center !important; font-size: 16pt !important; | ||
+ | letter-spacing: 0px !important; padding: 4px 0 0 0 !important; line-height: 1.2em !important; | ||
+ | font-weight: bold !important; font-family: svoboda !important; | ||
+ | } |
Revision as of 23:56, 6 June 2018
#toc, .toc {
margin: auto auto !important;
padding: 1px !important;
}
p.a { display: none;}
#siteNotice { display: none !important;}
#contentSub, #contentSub2 { display: none !important;}
.mw-body-content { margin: 21px 3px 0 -3px !important;}
p:first-letter { color: red;}
p { text-align: justify !important; text-align-last: left !important; font-size: 16pt !important;
letter-spacing: 0px !important; padding: 4px 12px 10px 6px !important; line-height: 1.5em !important;
font-weight: bold !important; font-family: svoboda !important; }
.mw-body-content { line-height: 1.6em;
font-size: 0.9em;
hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto;
/* margin: 61px 0 0 -13px; */
margin: 70px 3px 0 -3px !important;
}
b { font-size: 110% !important;
}
p.a1 {
text-align: center;
text-align-last: center;
color: red;
margin: -22px -6px 0 -5px;
font-size: 160% !important;
font-weight: bold !important;
}
p.a2 {
text-align: center;
text-align-last: center;
color: red;
margin: -22px -6px 0 -5px;
font-size: 160% !important;
font-weight: bold !important;
}
p.a3 {
text-align: center;
text-align-last: center;
color: red;
margin: -22px -6px 0 -5px;
font-size: 160% !important;
font-weight: bold !important;
}
p.a4 {
text-align: center;
text-align-last: center;
color: red;
margin: -22px -6px 0 -5px;
font-size: 160% !important;
font-weight: bold !important;
}
p.b:first-letter { color: red;
}
p.c:first-letter { color: red;
}
p.b { text-align: center !important; text-align-last: center !important; font-size: 17pt !important;
letter-spacing: 0px !important; padding: 4px 0 0 0 !important; line-height: 1.2em !important;
}
p.c { text-align: center !important; text-align-last: center !important; font-size: 16pt !important;
letter-spacing: 0px !important; padding: 4px 0 0 0 !important; line-height: 1.2em !important;
font-weight: bold !important; font-family: svoboda !important;
}