Difference between revisions of "MediaWiki:Common.css"

From SystersWiki
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;1,300;1,400&display=swap');
 
 
@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Montserrat:ital,wght@0,300;0,400;1,300;1,400&display=swap');
 
@import url(//db.onlinewebfonts.com/c/8ebd7a94f8714a402df29fc1328bf0cf?family=Black+Chancery);
 
  
 
@font-face {font-family: "Black Chancery"; src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot"); src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff") format("woff"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.svg#Black Chancery") format("svg"); }
 
@font-face {font-family: "Black Chancery"; src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot"); src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff") format("woff"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.svg#Black Chancery") format("svg"); }
Line 10: Line 7:
  
 
p {
 
p {
font-family: 'Montserrat', sans-serif;
+
font-family: 'Raleway', sans-serif;
 
         font-size: 13.5pt;
 
         font-size: 13.5pt;
        font-weight: 350;
 
 
color: black;
 
color: black;
 
}
 
}

Revision as of 08:18, 9 June 2020

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

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;1,300;1,400&display=swap');

@font-face {font-family: "Black Chancery"; src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot"); src: url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.woff") format("woff"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/8ebd7a94f8714a402df29fc1328bf0cf.svg#Black Chancery") format("svg"); }


p {
	font-family: 'Raleway', sans-serif;
        font-size: 13.5pt;
	color: black;
}

h1 {
	font-family: Black Chancery;
        color: #26263dff;
        font-size: 28pt;
}

span.smw-value a {
  font-size: 20px;
  font-family: BlackChancery;
}

span.smw-value a:link {
  color: #42b1e8ff;
  background-color: transparent;
  text-decoration: none;
}

span.smw-value a:visited {
  color: #42b1e8ff;
  background-color: transparent;
  text-decoration: none;
}

span.smw-value a:hover {
  color: magenta;
  background-color: transparent;
  text-decoration: underline;
}

body {
  background-color: #fcfbf9ff;
}

.p-navbar {
    background: rgb(175,238,238);
}