Actions

MediaWiki

Difference between revisions of "Common.css"

(Created page with "CSS placed here will be applied to all skins: @import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative); @import url(https://fonts.googleapis.com/css?family=...")
 
Line 3: Line 3:
 
@import url(https://fonts.googleapis.com/css?family=Cinzel);
 
@import url(https://fonts.googleapis.com/css?family=Cinzel);
  
/* Header Data changes.  
+
/* Header Data changes. */
  
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {font-family: "Cinzel Decorative"}
+
 
 +
h1, h2, h3, h4, h5, h6,.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {  
 +
border-bottom: none !important;
 +
color: #6FBCC3 !important;
 +
font-family: 'Cinzel Decorative' !important;
 +
        text-shadow: 0px 1px 1px #000000;
 +
        line-height: 1.2 !important;
 +
        margin-top: 0 !important;
 +
}

Revision as of 16:48, 2 October 2019

/* CSS placed here will be applied to all skins */
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@import url(https://fonts.googleapis.com/css?family=Cinzel);

/* Header Data changes. */


h1, h2, h3, h4, h5, h6,.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 { 
	border-bottom: none !important;
	color: #6FBCC3 !important;
	font-family: 'Cinzel Decorative' !important;
        text-shadow: 0px 1px 1px #000000;
         line-height: 1.2 !important;
        margin-top: 0 !important;
}