MediaWiki:Common.css
(Diferença entre revisões)
Linha 4: | Linha 4: | ||
margin:5px 0 0 0; | margin:5px 0 0 0; | ||
} | } | ||
+ | |||
+ | |||
+ | a#top { | ||
+ | text-decoration: none; | ||
+ | color: #333; | ||
+ | background: #ffff22; | ||
+ | padding: 1px 6px 1px 6px; | ||
+ | margin: 4px; | ||
+ | } | ||
+ | a:hover#top { | ||
+ | color: #fff; | ||
+ | background: #aa0000; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | a:visited#top { | ||
+ | color: #fff; | ||
+ | background: #aabbff; | ||
+ | } | ||
+ | a:active#top { | ||
+ | color: #fff; | ||
+ | background: #000; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
#content { | #content { | ||
line-height: 1.5em; | line-height: 1.5em; |
Edição de 16h17min de 1 de setembro de 2011
/** o código CSS colocado aqui será aplicado a todos os temas */ #BreadCrumbsTrail { margin:5px 0 0 0; } a#top { text-decoration: none; color: #333; background: #ffff22; padding: 1px 6px 1px 6px; margin: 4px; } a:hover#top { color: #fff; background: #aa0000; text-decoration: underline; } a:visited#top { color: #fff; background: #aabbff; } a:active#top { color: #fff; background: #000; } #content { line-height: 1.5em; } #content a { text-decoration: none; color: #333; background: #ffff22; padding: 1px 6px 1px 6px; margin: 4px; } #content a:hover { color: #fff; background: #aa0000; text-decoration: underline; } #content a:visited { color: #fff; background: #aabbff; } #content a:active { color: #fff; background: #000; } #content h1 a,#content h2 a,#content h3 a,#content h4 a,#content h5 a,#content h1 a:visited,#content h2 a:visited, #content h3 a:visited,#content h4 a:visited,#content h5 a:visited { color: #fff; text-decoration: none; background: none; padding: 1px 6px 1px 6px; margin: 4px; } #content h1 { margin: 20px 0px 20px 0px; border-bottom: 2px solid #444; text-transform: uppercase; background-color: #333; color: #fff; padding: 0 0 0 50px; font: 36pt Georgia,"Times New Roman",Times,serif; } #content h2 { margin: 20px 0px 20px 0px; border-bottom: 1px solid #666; border-top: 1px solid #666; background-color: #fff; padding: 0 0 0 50px; color: #111; font: 26pt Georgia,"Times New Roman",Times,serif; } #content h3 { margin: 12px -50px 12px -50px; color: #eee; background-color: #111; padding: 0 0 0 25px; font: 16pt Georgia,"Times New Roman",Times,serif; } #content h4 { margin: 12px -50px 12px -10px; padding: 0 0 0 10px; color: #fff; background-color: #666; font: 16pt Georgia,"Times New Roman",Times,serif; } #content h5 { margin: 12px 50px 12px 50px; padding: 0 0 0 30px; color: #fff; font-size: 11pt; background-color: #aaa; font: 14pt Georgia,"Times New Roman",Times,serif; } #content h6 { font: 11pt Courier New; margin: 10px 0 10px 70px; font-size: 11pt; } #content p { } #content img { border: 1px solid #eee; padding: 5px; }