User:Dream Indigo/global.css: Difference between revisions
From WikiOasis Meta
More actions
Dream Indigo (talk | contribs) Pretty mode on |
Dream Indigo (talk | contribs) Section symbols by Asteralee |
||
| Line 4: | Line 4: | ||
h1 { border-bottom: 2px solid Indigo; } | h1 { border-bottom: 2px solid Indigo; } | ||
h2 { border-bottom: 1px solid Indigo; } | h2 { border-bottom: 1px solid Indigo; } | ||
h2:before { content: "✩ "; } | |||
h2:after { content: " ✩"; } | |||
h3:before, h4:before, h5:before, h6:before { content: "★ "; } | |||
h3:after, h4:after, h5:after, h6:after { content: " ★"; } | |||
:link { color: #751FAF; } | :link { color: #751FAF; } | ||
Revision as of 00:21, 2 January 2026
#content { background: #EFD8FD; color: Indigo; }
h1, h2, h3, h4, h5, h6 { color: Indigo; font-family: serif; }
h1 { border-bottom: 2px solid Indigo; }
h2 { border-bottom: 1px solid Indigo; }
h2:before { content: "✩ "; }
h2:after { content: " ✩"; }
h3:before, h4:before, h5:before, h6:before { content: "★ "; }
h3:after, h4:after, h5:after, h6:after { content: " ★"; }
:link { color: #751FAF; }
:visited { color: #611296; }
.new:link { color: #B11F71; }
.new:visited { color: #98125E; }
.external:link { color: #2042AF; }
.external:visited { color: #133296; }