Mudanças entre as edições de "MediaWiki:Vector.css"
De IQ Wiki
(Criou página com '/* Código CSS colocado aqui afectará os utilizadores do tema Vector *//* CSS placed here will affect users of the Vector skin */ →* Typograhy refresh: /* Test new H...') |
(Sem diferença)
|
Edição atual tal como às 19h20min de 23 de setembro de 2014
/* Código CSS colocado aqui afectará os utilizadores do tema Vector *//* CSS placed here will affect users of the Vector skin */ /* * Typograhy refresh */ /* Test new Helvetica-based body font stack */ html, body { background: white; font-size: 13pt; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; } /* no background for these */ #footer-info-lastmod, #footer-info-copyright, #footer-info-viewcount, #footer-info-trackers, #mw-page-base, #mw-head, #mw-head-base, #footer, code { background: none !important; } /* Template:Title override */ div#title-override { left: 0 !important; top: -1em !important; padding: 0.5em 0 0.2em 0 !important; } .h { width: 500px; height: 24px; position: absolute; bottom: 0px; background: rgb(10, 62, 97) transparent; background: rgba(10, 62, 97, 0.3); -moz-border-radius: 9px; /* para o Firefox */ -webkit-border-radius: 9px; /* para o Safari */ } .teste { width: 500px; border-width: medium; border-style: solid; border-color: black; } .footer { position: absolute; bottom: 0px; background: rgb(10, 62, 97) transparent; background: rgba(10, 62, 97, 0.3); -moz-border-radius: 9px; /* para o Firefox */ -webkit-border-radius: 9px; /* para o Safari */ }