Difference between revisions of "MediaWiki:Common.css"
From JFA Wiki
Greg.Fuller (talk | contribs) |
Greg.Fuller (talk | contribs) |
||
Line 3: | Line 3: | ||
/* Google Fonts | /* Google Fonts | ||
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Ovo'); | @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Ovo'); | ||
+ | |||
+ | /* TEMPLATES....................................*/ | ||
+ | .jfaredflag { | ||
+ | color: red; | ||
+ | } | ||
+ | |||
+ | .jfanote { | ||
+ | margin-bottom: 16px; | ||
+ | margin-top: 16px; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 14px; | ||
+ | font-size: .8em; | ||
+ | border-left: 1px solid gray; | ||
+ | color: #98582a; | ||
+ | } | ||
+ | |||
+ | .jfastart, .jfaoutline-head, .jfaclipboard-head { | ||
+ | margin-bottom:0px; | ||
+ | margin-top: 0px; | ||
+ | padding-right: 0px; | ||
+ | padding-left: 0px; | ||
+ | font-size: .8em; | ||
+ | } | ||
Revision as of 06:52, 6 February 2019
/* CSS placed here will be applied to all skins */
/* Google Fonts @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville%7COvo');
/* TEMPLATES....................................*/ .jfaredflag {
color: red;
}
.jfanote {
margin-bottom: 16px; margin-top: 16px; padding-right: 10px; padding-left: 14px; font-size: .8em; border-left: 1px solid gray; color: #98582a;
}
.jfastart, .jfaoutline-head, .jfaclipboard-head {
margin-bottom:0px; margin-top: 0px; padding-right: 0px; padding-left: 0px; font-size: .8em;
}
/* for jfa-h4wrap template */
h4.jfa-h4wrap, h4.jfa-h4wrap + p {
display: inline !important;
}
/* for jfa-hwrap template */ .jfa-hwrap { margin-top: -16px; } .jfa-hwrap h1, .jfa-hwrap h2, .jfa-hwrap h3, .jfa-hwrap h4, .jfa-hwrap h5, .jfa-hwrap h6, .jfa-hwrap p { display: inline; }
/* hide table of contents numbering */ /* .tocnumber { display: none; } */