Mudanças entre as edições de "MediaWiki:Common.css"
De InfoSUS
(3 revisões intermediárias por um outro usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | /** o código CSS colocado aqui será aplicado a todos os temas */ | ||
background-color: #DDEFC9; | background-color: #DDEFC9; | ||
+ | |||
+ | #ca-viewsource { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #mw-createaccount-cta { | ||
+ | |||
+ | } | ||
+ | |||
+ | #mw-createaccount-cta { | ||
+ | width: 20em; | ||
+ | background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAABxCAMAAABGKAlAAAABFFBMV…A5IfkDWeAzawnJebLArFHyJlmgOkoeilHyKHmUPEoeJf8KniSCvNiM46EAAAAASUVORK5CYII=) no-repeat 50%; | ||
+ | background: url(http://ceos.saude.sc.gov.br/resources/src/mediawiki.special/images/glyph-people-large.png?707d6) no-repeat 50%!ie; | ||
+ | margin: 0 auto; | ||
+ | display: none !important; | ||
+ | padding-top: 7.8em; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#mw-panel { | ||
+ | top: 211px !important; | ||
+ | padding-top: 1em !important; | ||
+ | } | ||
+ | |||
+ | #p-logo a { | ||
+ | height: 248px !important; | ||
+ | } | ||
+ | |||
+ | div#mw-panel #p-logo + div.portal { | ||
+ | margin-top: 72px !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#mw-head { | ||
+ | background: #DDEFC9 !important; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #DDEFC9 !important; | ||
+ | } | ||
+ | |||
+ | #mw-page-base { | ||
+ | background-color: #DDEFC9 !important; | ||
+ | background-image: none !important; | ||
+ | } | ||
+ | |||
+ | #footer-places-mobileview { | ||
+ | display: none !important; | ||
+ | } |
Edição atual tal como às 21h01min de 25 de abril de 2017
/** o código CSS colocado aqui será aplicado a todos os temas */ background-color: #DDEFC9; #ca-viewsource { display: none; } #mw-createaccount-cta { } #mw-createaccount-cta { width: 20em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALIAAABxCAMAAABGKAlAAAABFFBMV…A5IfkDWeAzawnJebLArFHyJlmgOkoeilHyKHmUPEoeJf8KniSCvNiM46EAAAAASUVORK5CYII=) no-repeat 50%; background: url(http://ceos.saude.sc.gov.br/resources/src/mediawiki.special/images/glyph-people-large.png?707d6) no-repeat 50%!ie; margin: 0 auto; display: none !important; padding-top: 7.8em; font-weight: bold; } div#mw-panel { top: 211px !important; padding-top: 1em !important; } #p-logo a { height: 248px !important; } div#mw-panel #p-logo + div.portal { margin-top: 72px !important; } div#mw-head { background: #DDEFC9 !important; } body { background-color: #DDEFC9 !important; } #mw-page-base { background-color: #DDEFC9 !important; background-image: none !important; } #footer-places-mobileview { display: none !important; }