Jump to content

User:Gary/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
remove custom font size
empty
Tag: Blanking
 
Line 1: Line 1:
/*
* Content
*/

/* Articles only > the text content */
.ns-0.ns-subject .mw-parser-output {
/* Set the font */
font-family: Georgia;
}

/* Indent the first line in every paragraph. */
.ns-0.ns-subject .mw-parser-output > p {
text-indent: 25px;
}

/*
* Watchlist
*/

/* Color visited and unvisited "diff" links differently. */
body.mw-special-Watchlist a.mw-changeslist-diff,
body.mw-special-Watchlist a.mw-changeslist-groupdiff {
color: red;
}

body.mw-special-Watchlist a.mw-changeslist-diff:visited,
body.mw-special-Watchlist a.mw-changeslist-groupdiff:visited {
color: #551A8B;
}

Latest revision as of 16:49, 11 June 2024