MediaWiki:Common.css: Difference between revisions

From For Companion and Country
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
}
}


#bodyContent a {
.mw-body-content a {
color: #1E90FF;
text-decoration: underline;  
text-decoration: underline dotted #1E90FF;
}
.mw-body-content a:visited {
text-decoration: underline;  
}
}


#toc a {
.mw-body-content .toc a {
color: #1E90FF;
text-decoration: none;
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;
}