MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Nicole Sharp (talk | contribs) No edit summary |
Nicole Sharp (talk | contribs) No edit summary |
||
(40 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* | /* Cascading stylesheets (CSS) here will be applied to the Wikimedia MediaWiki Vector Skin: https://www.mediawiki.org/wiki/Skin:Vector */ | ||
#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; } | #bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; } | ||
#content, | #content, code { background: white; } | ||
# | #content code { border: none; padding: 0; } | ||
#bodyContent a:link, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: | /* link coloring */ | ||
#bodyContent a:visited, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: | #bodyContent a:link, a:link code, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: darkviolet; } | ||
#bodyContent a:hover, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: | #bodyContent a:visited, a:visited code, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: firebrick; } | ||
#bodyContent a:active, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: | #bodyContent a:hover, a:hover code, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: fuchsia; } | ||
#bodyContent a:active, a:active code, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: forestgreen; } | |||
#mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; } | #mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; } | ||
/* link underlining */ | |||
#bodyContent a { text-decoration: underline; } | #bodyContent a { text-decoration: underline; } | ||
#bodyContent a.external { text-decoration: none; } | #bodyContent a.external { text-decoration: none; } | ||
#bodyContent a.external:hover { text-decoration: underline; } | #bodyContent a.external:hover { text-decoration: underline; } | ||
Line 19: | Line 19: | ||
#bodyContent a.extiw { text-decoration: none; } | #bodyContent a.extiw { text-decoration: none; } | ||
#bodyContent a.extiw:hover { text-decoration: underline; } | #bodyContent a.extiw:hover { text-decoration: underline; } | ||
/* fonts */ | |||
#bodyContent { font-family: "Roboto", sans-serif; } | |||
#firstHeading { font-family: "Emilys Candy", fantasy; } | |||
h2, h3, h4, h5, h6 { font-family: "Roboto Slab", serif; } | |||
code, kbd, samp, tt { font-family: "Roboto Mono", monospace; } | |||
/* element styling */ | |||
cite.i { font-style: normal; } | |||
cite.iu { text-decoration: underline; } | |||
cite.u, em.u { font-style: normal; text-decoration: underline; } | |||
dfn.b { font-style: normal; font-weight: bold; } |
Latest revision as of 2023-04-02T04:49:01
/* Cascading stylesheets (CSS) here will be applied to the Wikimedia MediaWiki Vector Skin: https://www.mediawiki.org/wiki/Skin:Vector */
#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; }
#content, code { background: white; }
#content code { border: none; padding: 0; }
/* link coloring */
#bodyContent a:link, a:link code, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: darkviolet; }
#bodyContent a:visited, a:visited code, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: firebrick; }
#bodyContent a:hover, a:hover code, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: fuchsia; }
#bodyContent a:active, a:active code, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: forestgreen; }
#mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; }
/* link underlining */
#bodyContent a { text-decoration: underline; }
#bodyContent a.external { text-decoration: none; }
#bodyContent a.external:hover { text-decoration: underline; }
#bodyContent a.external[href*=".nicolesharp.net"] { text-decoration: underline; }
#bodyContent a.extiw { text-decoration: none; }
#bodyContent a.extiw:hover { text-decoration: underline; }
/* fonts */
#bodyContent { font-family: "Roboto", sans-serif; }
#firstHeading { font-family: "Emilys Candy", fantasy; }
h2, h3, h4, h5, h6 { font-family: "Roboto Slab", serif; }
code, kbd, samp, tt { font-family: "Roboto Mono", monospace; }
/* element styling */
cite.i { font-style: normal; }
cite.iu { text-decoration: underline; }
cite.u, em.u { font-style: normal; text-decoration: underline; }
dfn.b { font-style: normal; font-weight: bold; }