Difference between revisions of "MediaWiki:Common.css"
From Security Vision
Line 21: | Line 21: | ||
} | } | ||
− | th { | + | th,td { |
border: 1px solid #eae8e8; | border: 1px solid #eae8e8; | ||
} | } |
Revision as of 18:15, 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,td {
border: 1px solid #eae8e8;
}