From Fedora Project Wiki
Mojavelinux (talk | contribs) (Font color) |
Mojavelinux (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
body #content { | body #content { | ||
color: #333; | color: #333; | ||
} | |||
body #content li, body #content ol { | |||
margin-bottom: .6em; | |||
} | } | ||
Line 12: | Line 16: | ||
border-bottom: 0; | border-bottom: 0; | ||
border-top: 1px dotted #aaa; | border-top: 1px dotted #aaa; | ||
margin-top: . | margin-top: .8em; | ||
padding-top: .6em; | |||
} | |||
body #content > h1:first-child { | |||
border: 0; | |||
} | } | ||
Line 29: | Line 38: | ||
body #otherlangs { | body #otherlangs { | ||
display: none; | display: none; | ||
} | |||
body li#pt-userpage { | |||
text-transform: lowercase; | |||
} | |||
body #content table#toc { | |||
float: right; | |||
margin: .8em 1em 0 1em; | |||
outline: 1em solid #fff; | |||
} | |||
body #toc ul { | |||
margin-top: .5em; | |||
} | |||
body #toc ul ul { | |||
margin-top: .5em; | |||
} | } |
Latest revision as of 09:36, 16 January 2012
body #wrapper { font-family: Ubuntu, sans-serif; font-size: 1.1em; } body #content { color: #333; } body #content li, body #content ol { margin-bottom: .6em; } body #content > h1, body #content > h2 { border-bottom: 0; border-top: 1px dotted #aaa; margin-top: .8em; padding-top: .6em; } body #content > h1:first-child { border: 0; } body #content > h2:first-child { font-size: 2.7em; border: 0; margin: 0; padding: .1em 0 0 0; } body #nav h2 { border: none; font-size: 1em; } body #otherlangs { display: none; } body li#pt-userpage { text-transform: lowercase; } body #content table#toc { float: right; margin: .8em 1em 0 1em; outline: 1em solid #fff; } body #toc ul { margin-top: .5em; } body #toc ul ul { margin-top: .5em; }