Difference between revisions of "MediaWiki:Common.css"

From Funtoo Linux
Jump to: navigation, search
(Differentiate visited links further)
(Differentiate links from surrounding text better)
Line 4: Line 4:
 
a:link {color: navy}
 
a:link {color: navy}
 
a:visited {color: royalblue}
 
a:visited {color: royalblue}
 +
 +
/* Differentiate links from surrounding text better */
 +
a:link {text-decoration: underline}
  
 
/* Make tt bigger */
 
/* Make tt bigger */
 
tt {font-size: larger}
 
tt {font-size: larger}

Revision as of 18:15, 8 November 2010

/* CSS placed here will be applied to all skins */
 
/* Differentiate visited and unvisited links better */
a:link {color: navy}
a:visited {color: royalblue}
 
/* Differentiate links from surrounding text better */
a:link {text-decoration: underline}
 
/* Make tt bigger */
tt {font-size: larger}
Personal tools
Namespaces

Variants
Actions
Categories
Toolbox
Stuff