Mudanças entre as edições de "MediaWiki:Vector.css"

De InfoSUS
Ir para: navegação, pesquisa
(Criou página com 'Código CSS colocado aqui afectará os utilizadores do tema Vector: div#mw-panel { font-size: inherit; position: absolute; top: 211px; padding-top: 6em;...')
 
 
(12 revisões intermediárias por um outro usuário não estão sendo mostradas)
Linha 1: Linha 1:
 
/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
 
/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
 
div#mw-panel {
 
div#mw-panel {
    font-size: inherit;
+
     top: 211px !important;
    position: absolute;
+
     padding-top: 1em !important;
     top: 211px;
 
     padding-top: 6em;
 
    width: 10em;
 
    left: 0;
 
 
}
 
}
  
 
#p-logo a {
 
#p-logo a {
     display: block;
+
     height: 248px !important;
     width: 10em;
+
}
     height: 248px;
+
 
     background-repeat: no-repeat;
+
div#mw-panel #p-logo + div.portal {
    background-position: center center;
+
     margin-top: 72px !important;
    text-decoration: none;
+
}
 +
 
 +
 
 +
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 20h42min de 14 de março de 2017

/* Código CSS colocado aqui afectará os utilizadores do tema Vector */
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;
}