Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Reverted |
||
Line 7: | Line 7: | ||
.mw-parser-output a { | .mw-parser-output a { | ||
color: # | color: #1592ea | ||
} | } | ||
a.external { | a.external { | ||
color: # | color: #1592ea | ||
} | } | ||
div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important } | div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important } | ||
div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; } | div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; } |
Revision as of 11:13, 8 September 2025
/* CSS placed here will be applied to all skins */ body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } a:visited { color: #6b5b95 } /* visited links */ a:hover { color: #6b5b95 } /* user hovers */ .mw-parser-output a { color: #1592ea } a.external { color: #1592ea } div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important } div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }