Difference between revisions of "MediaWiki:Geshi.css"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with ".mw-geshi { font-size: 1.25em; } .mw-geshi a { color: inherit; border-bottom: 1px dotted gray; } .mw-geshi a:hover { text-decoration:none; border-bottom: 1px solid black; } .m...")
 
(No difference)

Latest revision as of 20:48, 27 November 2012

.mw-geshi {
font-size: 1.25em;
}
.mw-geshi a {
color: inherit;
border-bottom: 1px dotted gray;
}
.mw-geshi a:hover {
text-decoration:none;
border-bottom: 1px solid black;
}
.mw-geshi a:visited {
color:inherit;
}