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