MediaWiki:Common.css: diferenças entre revisões

Fonte: Wiki RagnaZen
Saltar para a navegação Saltar para a pesquisa
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
/* Código CSS colocado aqui será aplicado a todos os temas */
/* Código CSS colocado aqui será aplicado a todos os temas */
header {background: #e5f3ff;
body {background: #e5f3ff;
     background-image: url(https://i.imgur.com/mfOxqYr.png);
     background-image: url(https://ragnanice.com.br/wikig/1.png);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-attachment: fixed;}
     background-attachment: fixed;}


#mw-header {
#mw-page-base {
  background-color: lightgreen;
    background: #e5f3ff;
    background-image: url(https://ragnanice.com.br/wikig/1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#mw-panel .portal h2 {
    color: #000;
    font-weight: normal;
    margin: 0.5em 0 0 0.66666667em;
    padding: 0.25em 0;
    cursor: default;
    border: 0;
    font-size: 0.75em;
}
}

Revisão das 13h31min de 26 de junho de 2023

/* Código CSS colocado aqui será aplicado a todos os temas */
body {background: #e5f3ff;
    background-image: url(https://ragnanice.com.br/wikig/1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;}

#mw-page-base {
    background: #e5f3ff;
    background-image: url(https://ragnanice.com.br/wikig/1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#mw-panel .portal h2 {
    color: #000;
    font-weight: normal;
    margin: 0.5em 0 0 0.66666667em;
    padding: 0.25em 0;
    cursor: default;
    border: 0;
    font-size: 0.75em;
}