Difference between revisions of "MediaWiki:Common.css"
From Security Vision
Line 19: | Line 19: | ||
margin: 1.5em 10px; | margin: 1.5em 10px; | ||
padding: 0.5em 10px; | padding: 0.5em 10px; | ||
+ | } | ||
+ | |||
+ | th { | ||
+ | border: 1px solid #eae8e8; | ||
} | } |
Revision as of 18:14, 20 April 2022
/* 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: #F3F3F3;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
th {
border: 1px solid #eae8e8;
}