User:Dat Hack3r/styles.css: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(Made it so that the section headers are not all the same size.)
(Added better link colors.)
Line 1: Line 1:
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
color: red;
color: #FF0000;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}
Line 6: Line 6:
#bodyContent {
#bodyContent {
font-size: 1.1em;
font-size: 1.1em;
}
/* unvisited link */
a:link span.link-red {
  color: #00FF00;
}
/* visited link */
a:visited span.link-red {
  color: #FF00FF;
}
}

Revision as of 14:53, 15 April 2024

#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
	color: #FF0000;
	font-family: monospace, monospace;
}

#bodyContent {
	font-size: 1.1em;
}

/* unvisited link */
a:link span.link-red {
  color: #00FF00;
}

/* visited link */
a:visited span.link-red {
  color: #FF00FF;
}