Difference between revisions of "MediaWiki:Common.css"
From Security Vision
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | body { | ||
+ | font-size: 2rem; | ||
+ | } | ||
* {font-family: Helvetica} | * {font-family: Helvetica} |
Revision as of 16:12, 8 December 2023
/* CSS placed here will be applied to all skins */
body {
font-size: 2rem;
}
* {font-family: Helvetica}
/* unvisited link */
a:link {
color: darkslategray;
}
/* visited link */
a:visited {
color: darkslategray;
}
blockquote {
background: #F3F3F3;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}