MediaWiki:Common.css: diferenças entre revisões
Saltar para a navegação
Saltar para a pesquisa
Sem resumo de edição Etiqueta: Revertida |
Sem resumo de edição Etiquetas: Reversão manual Revertida |
||
Linha 1: | Linha 1: | ||
/* Código CSS aplicado a todos os temas */ | /* Código CSS colocado aqui será aplicado a todos os temas */ | ||
body { | body {background: #0A0222; | ||
background-image: url(https://ragnazen.com.br/wikig/1.png); | background-image: url(https://ragnazen.com.br/wikig/1.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed;} | ||
} | |||
#mw-page-base { | #mw-page-base { | ||
background: #0A0222; | background: #0A0222; | ||
color: #FFF; | |||
background-image: url(https://ragnazen.com.br/wikig/1.png); | background-image: url(https://ragnazen.com.br/wikig/1.png); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Linha 15: | Linha 13: | ||
background-position: center; | background-position: center; | ||
} | } | ||
#mw-page-base a { | #mw-page-base a { | ||
color: #0A0222; | color: #0A0222; | ||
} | } | ||
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | .mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul { | ||
margin: 0.3em 0 0 1.6em; | margin: 0.3em 0 0 1.6em; | ||
padding: 0; | padding: 0; | ||
} | } | ||
.vector-menu-portal .vector-menu-content li { | .vector-menu-portal .vector-menu-content li { | ||
color: #000; | color: #000; | ||
Linha 31: | Linha 27: | ||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
} | } | ||
a.extiw:visited, .mw-parser-output a.external:visited | |||
{ | |||
color: #3620fd; | |||
padding: 0.25em 0; | padding: 0.25em 0; | ||
cursor: default; | cursor: default; | ||
text-decoration: none; | text-decoration: none; | ||
border: 0; | border: 0; | ||
} | } | ||
.vector-menu-portal .vector-menu-content li a:visited { | .vector-menu-portal .vector-menu-content li a:visited { | ||
color: #fff; | color: #fff; | ||
font-weight: bold; | font-weight: normal; | ||
font-weight: bold; | |||
padding: 0.25em 0; | padding: 0.25em 0; | ||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
} | } | ||
.vector-menu-portal .vector-menu-content li a { | |||
.vector-menu-portal .vector-menu-content li a { | color: #fff; | ||
padding: 0.25em 0; | padding: 0.25em 0; | ||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
} | } | ||
.vector-menu-portal .vector-menu-heading { | |||
.vector-menu-portal .vector-menu-heading { | |||
font-weight: bold; | color: #000; | ||
font-weight: normal; | |||
font-weight: bold; | |||
padding: 0.25em 0; | padding: 0.25em 0; | ||
cursor: default; | cursor: default; | ||
border: 0; | border: 0; | ||
} | } | ||
.skin-vector-legacy a.new { | .skin-vector-legacy a.new { | ||
color: #0a0222; | |||
} | } | ||
a:visited{ | |||
a:visited { | color: #b73b26; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Linha 87: | Linha 89: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.ragna-banner { | .ragna-banner { | ||
display: block; | display: block; | ||
Linha 94: | Linha 95: | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
.ragna-menu-header { | .ragna-menu-header { | ||
Linha 99: | Linha 101: | ||
height: 10px; | height: 10px; | ||
} | } | ||
.ragna-menu-content { | .ragna-menu-content { | ||
display: flex; | display: flex; | ||
Linha 106: | Linha 107: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.ragna-menu-column { | .ragna-menu-column { | ||
flex: 1; | flex: 1; | ||
Linha 112: | Linha 112: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
.ragna-menu-column h2 { | .ragna-menu-column h2 { | ||
background-color: #FFDD93; | background-color: #FFDD93; | ||
Linha 120: | Linha 119: | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
.ragna-menu-column ul { | .ragna-menu-column ul { | ||
list-style: none; | list-style: none; | ||
Linha 128: | Linha 126: | ||
column-gap: 10px; | column-gap: 10px; | ||
} | } | ||
.ragna-menu-column li { | .ragna-menu-column li { | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
break-inside: avoid; | break-inside: avoid; | ||
} | |||
.ragna-menu-column li a { | |||
text-decoration: none; | |||
color: #333; | |||
display: block; | |||
padding: 5px; | |||
border-radius: 4px; | |||
transition: background-color 0.3s ease, transform 0.3s ease; | |||
} | } | ||
.ragna-menu-column li a { | |||
.infoboxtabs ul.tabbernav li a { | |||
color: #000; | |||
text-decoration: none; | |||
transition: color 0.3s ease, text-decoration 0.3s ease; | |||
} | |||
/* Estilo ao passar o mouse */ | |||
.infoboxtabs ul.tabbernav li a:hover { | |||
color: #007BFF; /* Cor desejada ao passar o mouse */ | |||
text-decoration: underline; | |||
} | |||
.ragna-menu-column ul li a { | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
Linha 141: | Linha 159: | ||
padding: 5px; | padding: 5px; | ||
border-radius: 4px; | border-radius: 4px; | ||
transition: | transition: color 0.3s ease, transform 0.3s ease; | ||
} | } | ||
.ragna-menu-column li a img { | .ragna-menu-column ul li a img { | ||
margin-right: 10px; | margin-right: 10px; | ||
width: 24px; | width: 24px; | ||
height: 24px; | height: 24px; | ||
transition: transform 0.3s ease; | transition: transform 0.3s ease; | ||
} | } | ||
/* Efeito ao passar o mouse */ | /* Efeito ao passar o mouse */ | ||
.ragna-menu-column li a:hover { | .ragna-menu-column ul li a:hover { | ||
color: #007BFF; /* Cor desejada ao passar o mouse */ | |||
transform: translateX(5px); | transform: translateX(5px); | ||
} | } | ||
.ragna-menu-column li a:hover img { | .ragna-menu-column ul li a:hover img { | ||
transform: scale(1.1); | transform: scale(1.1); | ||
} | } | ||
.ragna-menu-header-b { | .ragna-menu-header-b { | ||
Linha 180: | Linha 184: | ||
text-align: center; | text-align: center; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | |||
.ragna-banner { | |||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
Revisão das 19h46min 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 { width: 100%; max-width: 1600px; margin: 20px auto; background-color: white; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 8px; overflow: hidden; } .ragna-banner { display: block; max-width: 100%; height: auto; margin: 0 auto; } .ragna-menu-header { background-color: #0A0222; height: 10px; } .ragna-menu-content { display: flex; flex-wrap: wrap; padding: 20px; box-sizing: border-box; } .ragna-menu-column { flex: 1; padding: 10px; box-sizing: border-box; } .ragna-menu-column h2 { background-color: #FFDD93; padding: 8px; margin: 0 0 10px 0; text-align: center; border-radius: 4px; } .ragna-menu-column ul { list-style: none; padding: 0; margin: 0; column-count: 2; column-gap: 10px; } .ragna-menu-column li { margin-bottom: 5px; break-inside: avoid; } .ragna-menu-column li a { text-decoration: none; color: #333; display: block; padding: 5px; border-radius: 4px; transition: background-color 0.3s ease, transform 0.3s ease; } .infoboxtabs ul.tabbernav li a { color: #000; text-decoration: none; transition: color 0.3s ease, text-decoration 0.3s ease; } /* Estilo ao passar o mouse */ .infoboxtabs ul.tabbernav li a:hover { color: #007BFF; /* Cor desejada ao passar o mouse */ text-decoration: underline; } .ragna-menu-column ul li a { display: flex; align-items: center; text-decoration: none; color: #333; padding: 5px; border-radius: 4px; transition: color 0.3s ease, transform 0.3s ease; } .ragna-menu-column ul li a img { margin-right: 10px; width: 24px; height: 24px; transition: transform 0.3s ease; } /* Efeito ao passar o mouse */ .ragna-menu-column ul li a:hover { color: #007BFF; /* Cor desejada ao passar o mouse */ transform: translateX(5px); } .ragna-menu-column ul li a:hover img { transform: scale(1.1); } .ragna-menu-header-b { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 20px; } .ragna-banner { max-width: 100%; height: auto; } .welcome-text { max-width: 800px; margin-top: 20px; }