MediaWiki:Common.css: Difference between revisions
From For Companion and Country
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 11: | Line 11: | ||
color: #1E90FF; | color: #1E90FF; | ||
text-decoration: underline dotted #1E90FF; | text-decoration: underline dotted #1E90FF; | ||
} | |||
#toc a { | |||
color: #1E90FF; | |||
text-decoration: none; | |||
} | } |
Revision as of 19:59, 5 May 2023
/* CSS placed here will be applied to all skins */ blockquote { border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; background-color: #f9f9f9; } #bodyContent a { color: #1E90FF; text-decoration: underline dotted #1E90FF; } #toc a { color: #1E90FF; text-decoration: none; }