MediaWiki:Common.css: Difference between revisions
Inventor96 (talk | contribs) Created page with "h4 > span.mw-headline { color: #333; } h5 > span.mw-headline { color: #666; } h6 > span.mw-headline { font-style: italic; }" |
Jhwblender (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
h4 > span.mw-headline { | h4 > span.mw-headline, div.ve-ce-rootNode h4.ve-ce-branchNode.ve-ce-contentBranchNode { | ||
color: # | color: #555; | ||
font-style: italic; | |||
font-size: 110%; | |||
} | } | ||
h5 > span.mw-headline { | h5 > span.mw-headline, div.ve-ce-rootNode h5.ve-ce-branchNode.ve-ce-contentBranchNode { | ||
color: # | color: #777; | ||
font-style: italic; | |||
font-size: 100%; | |||
} | } | ||
h6 > span.mw-headline { | h6 > span.mw-headline, div.ve-ce-rootNode h6.ve-ce-branchNode.ve-ce-contentBranchNode { | ||
color: #888; | |||
font-style: italic; | font-style: italic; | ||
font-size: 95%; | |||
} | } |