<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.gla.com.br/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AVisnoTeste%2FStyle.css</id>
	<title>Predefinição:VisnoTeste/Style.css - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.gla.com.br/index.php?action=history&amp;feed=atom&amp;title=Predefini%C3%A7%C3%A3o%3AVisnoTeste%2FStyle.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.gla.com.br/index.php?title=Predefini%C3%A7%C3%A3o:VisnoTeste/Style.css&amp;action=history"/>
	<updated>2026-04-30T20:38:42Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.gla.com.br/index.php?title=Predefini%C3%A7%C3%A3o:VisnoTeste/Style.css&amp;diff=32895&amp;oldid=prev</id>
		<title>: Criou página com 'body {   background: transparent;   margin: 0;   padding: 0;   min-height: 100vh;   width: 100vw;   box-sizing: border-box;   display: flex;   align-items: center;   justify-c...'</title>
		<link rel="alternate" type="text/html" href="https://wiki.gla.com.br/index.php?title=Predefini%C3%A7%C3%A3o:VisnoTeste/Style.css&amp;diff=32895&amp;oldid=prev"/>
		<updated>2025-05-20T18:29:10Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;body {   background: transparent;   margin: 0;   padding: 0;   min-height: 100vh;   width: 100vw;   box-sizing: border-box;   display: flex;   align-items: center;   justify-c...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;body {&lt;br /&gt;
  background: transparent;&lt;br /&gt;
  margin: 0;&lt;br /&gt;
  padding: 0;&lt;br /&gt;
  min-height: 100vh;&lt;br /&gt;
  width: 100vw;&lt;br /&gt;
  box-sizing: border-box;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
.infobox-boss-wide {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-direction: column;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  width: 100vw;&lt;br /&gt;
  min-height: 100vh;&lt;br /&gt;
  background: transparent;&lt;br /&gt;
  border: none;&lt;br /&gt;
  border-radius: 12px;&lt;br /&gt;
  box-shadow: none;&lt;br /&gt;
  font-family: sans-serif;&lt;br /&gt;
  color: #222;&lt;br /&gt;
  overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
.infobox-boss-right {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-direction: column;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
}&lt;br /&gt;
.skill-box {&lt;br /&gt;
  background: rgba(255,255,255,0.15); /* Transparente */&lt;br /&gt;
  color: #222;&lt;br /&gt;
  border-radius: 12px;&lt;br /&gt;
  box-shadow: none;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  max-width: 700px;&lt;br /&gt;
  box-sizing: border-box;&lt;br /&gt;
  padding: 24px 24px 20px 24px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-direction: column;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  gap: 18px;&lt;br /&gt;
  margin: 0 auto 24px auto;&lt;br /&gt;
}&lt;br /&gt;
.infobox-skill-info-area {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  max-width: 900px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-direction: column;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  margin-bottom: 16px;&lt;br /&gt;
  margin-top: 24px;&lt;br /&gt;
  gap: 12px;&lt;br /&gt;
}&lt;br /&gt;
.infobox-skill-tabs {&lt;br /&gt;
  display: flex;&lt;br /&gt;
  gap: 12px;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
}&lt;br /&gt;
.infobox-skill-tab {&lt;br /&gt;
  cursor: pointer;&lt;br /&gt;
  background: #fff;&lt;br /&gt;
  color: #222;&lt;br /&gt;
  border: 2px solid #ffc107;&lt;br /&gt;
  border-radius: 8px;&lt;br /&gt;
  padding: 10px 24px;&lt;br /&gt;
  font-size: 1em;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  transition: 0.2s;&lt;br /&gt;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);&lt;br /&gt;
  opacity: 0.7;&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
.infobox-skill-tab.active,&lt;br /&gt;
.infobox-skill-tab:hover {&lt;br /&gt;
  opacity: 1;&lt;br /&gt;
  background: #ffc107;&lt;br /&gt;
  color: #181f2a;&lt;br /&gt;
  border-color: #ffc107;&lt;br /&gt;
}&lt;br /&gt;
.skill-desc {&lt;br /&gt;
  font-size: 1.08em;&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
  font-weight: 500;&lt;br /&gt;
  line-height: 1.5;&lt;br /&gt;
  margin-top: 0;&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
  background: none;&lt;br /&gt;
  color: #222;&lt;br /&gt;
  box-shadow: none;&lt;br /&gt;
  border-radius: 0;&lt;br /&gt;
  padding: 0;&lt;br /&gt;
}&lt;br /&gt;
.infobox-skill-video-area {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  max-width: 900px;&lt;br /&gt;
  min-height: 270px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  background: transparent;&lt;br /&gt;
  border-radius: 8px;&lt;br /&gt;
  margin-top: 0;&lt;br /&gt;
  margin-bottom: 0;&lt;br /&gt;
  box-shadow: none;&lt;br /&gt;
  padding: 16px 0;&lt;br /&gt;
  margin-left: auto;&lt;br /&gt;
  margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
.skill-video {&lt;br /&gt;
  width: 100%;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  max-width: 700px;&lt;br /&gt;
  border-radius: 8px;&lt;br /&gt;
  background: #000;&lt;br /&gt;
  display: block;&lt;br /&gt;
  margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 900px) {&lt;br /&gt;
  .infobox-boss-wide {&lt;br /&gt;
    min-height: unset;&lt;br /&gt;
  }&lt;br /&gt;
  .infobox-skill-info-area, .infobox-skill-video-area {&lt;br /&gt;
    max-width: 100vw;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 0 2vw;&lt;br /&gt;
  }&lt;br /&gt;
  .skill-video, .skill-box {&lt;br /&gt;
    max-width: 100vw;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name></name></author>
	</entry>
</feed>