Jump to content

User:Dendodge/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Enlarge font slightly
Highlight list items too
Line 10: Line 10:
max-width: 60ch;
max-width: 60ch;
}
}
.mw-body-content p:hover {
.mw-body-content p:hover,
.mw-body-content li:hover {
background-color: #eee8d5;
background-color: #eee8d5;
}
}
.citation-comment {display: inline !important;} /* show all Citation Style 1 error messages */
.citation-comment {
display: inline !important;
}

Revision as of 10:47, 3 December 2018

#content {
	background-color: #fdf6e3;
}
.mw-body-content {
	font-size: 120%;
	font-family: "Source Serif Pro", serif;
	color: #657b83;
}
.mw-body-content p {
	max-width: 60ch;
}
.mw-body-content p:hover,
.mw-body-content li:hover {
	background-color: #eee8d5;
}
.citation-comment {
	display: inline !important;
}