Mudanças entre as edições de "Widget:Teste2"

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
m
 
(5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
<div class="infobox-boss-left">
  <div class="infobox-header">{{{nome}}}</div>
  <div class="infobox-image">[[File:{{{imagem}}}|center|150px]]</div>
  <div class="infobox-left-info">
    <div class="info-row">
      <span class="info-label">Nível</span>
      <span class="info-value">{{{nivel}}}</span>
    </div>
    <div class="info-row">
      <span class="info-label">Localização</span>
      <span class="info-value">{{{localizacao}}}</span>
    </div>
    <div class="info-row">
      <span class="info-label">Drop</span>
      <span class="info-value drop-text">{{#invoke:DropLista|formatar|{{{drop}}}|linha}}</span>
    </div>
  </div>
</div>
<style>
<style>
.infobox-header {
body::before {
  background: linear-gradient(to right, #1e2a38, #192430);
content: '';
  padding: 16px 12px;
position: fixed;
  font-size: 20px;
top: 0;
  font-weight: bold;
left: 0;
  text-align: center;
width: 100%;
  color: #ffc107;
height: 100vh;
  border-bottom: 1px solid #333;
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
}
filter: brightness(0.6);
 
    
.infobox-left-info {
background-attachment: fixed;
  padding: 12px;
background-position: center;
  display: flex;
background-repeat: no-repeat;
  flex-direction: column;
background-size: cover;
  gap: 10px;
z-index: -1;
}
 
.info-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2b2f38;
  padding: 6px 0;
}
 
.info-label {
  font-weight: bold;
   color: #ccc;
  font-size: 13px;
}
 
.info-value {
  color: #eee;
  font-size: 13px;
  text-align: right;
}
 
.drop-text {
  color: #e57373;
  font-weight: normal;
}
}
</style>
</style>

Edição atual tal como às 23h19min de 29 de agosto de 2025

<style>

body::before {

content: ; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat; filter: brightness(0.6);

background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; z-index: -1; } </style>