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

De Wiki Gla
Ir para navegação Ir para pesquisar
Etiqueta: Revertido
m
 
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada)
Linha 1: Linha 1:
</noinclude><includeonly>
<style>
<style>
.infobox-skill-video {
body::before {
  width: 100%;
content: '';
  max-width: 600px;
position: fixed;
  aspect-ratio: 16 / 9;
top: 0;
   display: block;
left: 0;
  border-radius: 8px;
width: 100%;
  outline: none;
height: 100vh;
  object-fit: cover;
background: url('https://wiki.gla.com.br/images/b/b3/Testefundo.png') no-repeat;
  margin: 8px auto;
filter: brightness(0.6);
    
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: -1;
}
}
</style>
</style>
<script src="//api.html5media.info/1.2.2/html5media.min.js"></script>
<video
  src="https://wiki.gla.com.br/index.php/Special:FilePath/<!--{$src|escape:'urlpathinfo'}-->"
  id="<!--{$id|escape:'html'}-->"
  class="<!--{$class|escape:'html'}-->"
  controls
  preload="auto">
</video>
</includeonly>

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>