Difference between revisions of "MediaWiki:Common.css"

From Open Educational Resources
Jump to navigation Jump to search
(Undo revision 7276 by Yogi (talk))
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
  
 
.externalimage-holder {
 
.externalimage-holder {
Line 10: Line 11:
 
}
 
}
  
@import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);
+
body { font-size: larger; }
  
body, h1, h2, h3, p, a, textarea, ol, ul, th, td {
+
h3 { color:brown;}
        font-family: 'Noto Sans Kannada', serif !important;
+
 
}
+
#p-navigation, #p-tb { display:none }

Latest revision as of 09:50, 16 May 2017

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

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

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

body { font-size: larger; }

h3 { color:brown;}

#p-navigation, #p-tb { display:none }