MediaWiki:Common.css: Difference between revisions

From For Companion and Country
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:
margin: 1.5em 10px;
margin: 1.5em 10px;
padding: 0.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
background-color: #f9f9f9;
}
 
.mw-body-content a {
text-decoration: underline;
}
.mw-body-content a:visited {
text-decoration: underline;
}
 
.mw-body-content .toc a {
text-decoration: none;
}
}

Latest revision as of 20:07, 5 May 2023

/* CSS placed here will be applied to all skins */

blockquote {
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	background-color: #f9f9f9;
}

.mw-body-content a {
	text-decoration: underline; 
}
.mw-body-content a:visited { 
	text-decoration: underline; 
}

.mw-body-content .toc a {
	text-decoration: none;
}