Difference between revisions of "MediaWiki:Common.css"

From SystersWiki
Line 3: Line 3:
 
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
  
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
  
 
p {
 
p {
font-family: 'Open Sans', sans-serif;
+
font-family: 'Montserrat', sans-serif;
 
         font-size: 18px;
 
         font-size: 18px;
 
color: black;
 
color: black;

Revision as of 06:34, 9 June 2020

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

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

p {
	font-family: 'Montserrat', sans-serif;
        font-size: 18px;
	color: black;
}

h1 {
	font-family: BlackChancery;
        color: #26263dff;
}

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);
}