Nicole Lee Sharp and MediaWiki:Vector.css: Difference between pages

From NikkiWiki
(Difference between pages)
Jump to navigation Jump to search
(Redirected page to Nicole Sharp)
Tag: New redirect
 
No edit summary
Tag: Reverted
 
Line 1: Line 1:
#redirect [[Nicole Sharp]]
/* Cascading stylesheets (CSS) here will be applied to the MediaWiki Vector Skin: https://www.mediawiki.org/wiki/Skin:Vector */


[[category:Nicole Sharp]]
#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: deeppink; }
#bodyContent a:visited, a:visited code, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: mediumvioletred; }
#bodyContent a:hover, a:hover code, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: forestgreen; }
#bodyContent a:active, a:active code, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: darkred; }
#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; }
.r { color: red; }

Revision as of 2023-03-30T01:44:45

/* Cascading stylesheets (CSS) here will be applied to the 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: deeppink; }
#bodyContent a:visited, a:visited code, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: mediumvioletred; }
#bodyContent a:hover, a:hover code, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: forestgreen; }
#bodyContent a:active, a:active code, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: darkred; }
#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; }
.r { color: red; }