To get updates on new site content, like us on Facebook or follow us on Twitter.

MediaWiki:Common.css

From JFA Wiki
Revision as of 08:37, 6 February 2019 by Greg.Fuller (talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.

/* CSS placed here will be applied to all skins */

/* Google Fonts @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville%7COvo');

  1. bodyContent, #bodycontent p {

font-size: 1.1em important!; line-height: 1.6 important!; font-family: "Ovo", sans-serif important!; }

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {

   font-family: "Libre+Baskerville", serif;
   color: #383838;

}



/* TEMPLATES....................................*/ .xjfaredflag {

   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; } */