MediaWiki:Vector.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 493: | Line 493: | ||
font-weight: normal; | font-weight: normal; | ||
text-align: left; | text-align: left; | ||
text-decoration: none; | |||
} | } | ||
| Line 528: | Line 529: | ||
border-bottom: 0; | border-bottom: 0; | ||
color: var(--wiz-heading); | color: var(--wiz-heading); | ||
text-decoration: none; | |||
} | |||
#content.mw-body #bodyContent h2:not(.center) .mw-editsection, | |||
#content.mw-body #bodyContent h3:not(.center) .mw-editsection, | |||
#content.mw-body #bodyContent h4:not(.center) .mw-editsection, | |||
#content.mw-body #bodyContent h5:not(.center) .mw-editsection, | |||
#content.mw-body #bodyContent h6:not(.center) .mw-editsection { | |||
color: var(--wiz-link); | |||
font-size: 12px; | |||
line-height: 1; | |||
text-decoration: none; | |||
} | |||
#content.mw-body #bodyContent h2:not(.center) .mw-editsection a, | |||
#content.mw-body #bodyContent h3:not(.center) .mw-editsection a, | |||
#content.mw-body #bodyContent h4:not(.center) .mw-editsection a, | |||
#content.mw-body #bodyContent h5:not(.center) .mw-editsection a, | |||
#content.mw-body #bodyContent h6:not(.center) .mw-editsection a { | |||
color: var(--wiz-link); | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||