Difference between revisions of "MediaWiki:Common.css"

From SystersWiki
Line 16: Line 16:
 
font-family: BlackChancery;
 
font-family: BlackChancery;
 
color: #26263dff;
 
color: #26263dff;
 +
}
 +
 +
span.smw-value a {
 +
  font-size: 22px;
 +
  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;
 
}
 
}

Revision as of 09:12, 29 May 2020

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

.timeline-band-layer-inner {
    
}

@font-face {
    font-family: 'BlackChancery';
    src: url('File:BlackChancery.woff') format('woff')
    font-weight: normal;
    font-style: normal;
}

p {
	font-size: 22px;
	font-family: BlackChancery;
	color: #26263dff;
}

span.smw-value a {
  font-size: 22px;
  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;
}