Difference between revisions of "MediaWiki:Common.css"
From Security Vision
Line 14: | Line 14: | ||
blockquote { | blockquote { | ||
− | background: # | + | background: #FDFDFD; |
border-left: 10px solid #ccc; | border-left: 10px solid #ccc; | ||
margin: 1.5em 10px; | margin: 1.5em 10px; | ||
padding: 0.5em 10px; | padding: 0.5em 10px; | ||
} | } |
Revision as of 09:27, 27 February 2020
/* CSS placed here will be applied to all skins */
* {font-family: Helvetica}
/* unvisited link */
a:link {
color: darkslategray;
}
/* visited link */
a:visited {
color: darkslategray;
}
blockquote {
background: #FDFDFD;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}