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
Etiqueta: Revertida
Sem resumo de edição
Etiqueta: Revertida
Linha 108: Linha 108:
     list-style-type: none;
     list-style-type: none;
     padding: 0;
     padding: 0;
}
.ragna-menu-column ul li {
    margin-bottom: 5px;
}
}

Revisão das 18h57min de 2 de novembro de 2024

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

#mw-page-base {
    background: #0A0222;
color: #FFF;
    background-image: url(https://ragnazen.com.br/wikig/1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#mw-page-base a {
    color: #0A0222;
}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0.3em 0 0 1.6em;
    padding: 0;

}
.vector-menu-portal .vector-menu-content li {
    color: #000;
    font-weight: normal;
    padding: 0.25em 0;
    cursor: default;
    border: 0;

}
a.extiw:visited, .mw-parser-output a.external:visited

{
  color: #3620fd;
    padding: 0.25em 0;
    cursor: default;
    text-decoration: none;
    border: 0;

}
.vector-menu-portal .vector-menu-content li a:visited {
    color: #fff;
    font-weight: normal;
  font-weight: bold;
    padding: 0.25em 0;
    cursor: default;
    border: 0;

}
.vector-menu-portal  .vector-menu-content li a {
  color: #fff;
    padding: 0.25em 0;
    cursor: default;
    border: 0;

}


.vector-menu-portal .vector-menu-heading  {
  color: #000;
    font-weight: normal;
  font-weight: bold;
    padding: 0.25em 0;
    cursor: default;
    border: 0;

}

.skin-vector-legacy a.new {
color: #0a0222;
}
a:visited{
color: #b73b26;
    text-decoration: none;
}

li#t-viewsource,
li#t-history {
    display: none !important;
}
.ragna-menu-container {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

.ragna-menu-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ragna-menu-content {
    display: flex;
    justify-content: space-between;
}

.ragna-menu-column {
    width: 45%;
}

.ragna-menu-column h2 {
    font-size: 20px;
    color: #333;
}

.ragna-menu-column ul {
    list-style-type: none;
    padding: 0;
}