Difference between revisions of "MediaWiki:Common.css"

From Open Educational Resources
Jump to navigation Jump to search
Line 10: Line 10:
 
}
 
}
  
  @import url(https://fedorahosted.org/publican/browser/book_templates/Liberation%20Sans-font-faces.css);
+
  <nowiki>@import url(https://fedorahosted.org/publican/browser/book_templates/Liberation%20Sans-font-faces.css);
 
body { font-size: larger; }
 
body { font-size: larger; }
 
  body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
 
  body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
 
         font-family: 'Noto Sans Kannada', serif !important;
 
         font-family: 'Noto Sans Kannada', serif !important;
  }
+
  }</nowiki>

Revision as of 10:31, 11 October 2016

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


.externalimage-holder {
    position: relative;
}
.externalimage-holder img {
    width: 100%;
    height: auto;
}

 <nowiki>@import url(https://fedorahosted.org/publican/browser/book_templates/Liberation%20Sans-font-faces.css);
body { font-size: larger; }
 body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
        font-family: 'Noto Sans Kannada', serif !important;
 }</nowiki>