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

De Wiki Gla
Ir para navegação Ir para pesquisar
m
Linha 1: Linha 1:
<style>
<style>
   .social-card {
   .social-card {
     display: flex;
     display: block;
    align-items: center;
     width: 95%;                       /* um pouco menor que a coluna */
    justify-content: space-between;
     margin: 0.5em auto;               /* centraliza e dá espaçamento */
     width: 95%;                     /* ajusta à coluna */
     margin: 0.5em auto;
    padding: 0.5em 1em;
     border-radius: 0.75em;
     border-radius: 0.75em;
     background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
     overflow: hidden;
     color: #fff;
     position: relative;
     box-sizing: border-box;
     cursor: pointer;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
     transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: url('https://i.imgur.com/SEU_IMGUR_DISCORD.png') center/cover no-repeat;
  }
  .social-card::before {
    content: "";
    position: absolute;
    inset: 0;
    /* overlay com a cor do Discord */
    background-color: rgba(114, 137, 218, 0.6);
    mix-blend-mode: multiply;
    pointer-events: none;
   }
   }
   .social-card:hover {
   .social-card:hover {
     transform: translateY(-2px);
     transform: translateY(-2px);
     box-shadow: 0 6px 12px rgba(0,0,0,0.2);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .social-card-content {
    position: relative; /* acima do overlay */
    display: flex;
    align-items: center;
    padding: 0.75em 1em;
    color: #fff;
   }
   }
   .social-icon {
   .social-icon {
    flex-shrink: 0;
     width: 2em;
     width: 2.5em;
     height: 2em;
     height: 2.5em;
     margin-right: 0.75em;
     margin-right: 0.75em;
  }
  .social-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .social-status {
    font-size: 0.75em;
    opacity: 0.85;
   }
   }
   .social-name {
   .social-name {
     font-size: 1.2em;
     font-size: 1.2em;
     font-weight: bold;
     font-weight: bold;
    line-height: 1;
    margin-top: 0.1em;
  }
  .social-meta {
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .social-type {
    font-size: 0.85em;
    opacity: 0.9;
  }
  .social-settings {
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1;
   }
   }
</style>
</style>


<a href="https://instagram.com/SUA_CONTA" class="social-card" target="_blank" rel="noopener">
<a
   <img
  href="https://discord.gg/SEULINK"
    src="https://cdn.simpleicons.org/Instagram/ffffff"
  class="social-card"
    alt="Instagram"
  target="_blank"
    class="social-icon"
  rel="noopener"
  />
>
  <div class="social-info">
   <div class="social-card-content">
    <div class="social-status">Desativado</div>
    <img
    <div class="social-name">Instagram</div>
      src="https://cdn.simpleicons.org/Discord/ffffff"
  </div>
      alt="Discord"
  <div class="social-meta">
      class="social-icon"
     <span class="social-type">Social</span>
     />
     <span class="social-settings">⚙️</span>
     <span class="social-name">Discord</span>
   </div>
   </div>
</a>
</a>

Edição das 02h22min de 23 de abril de 2025

<style>

 .social-card {
   display: block;
   width: 95%;                        /* um pouco menor que a coluna */
   margin: 0.5em auto;                /* centraliza e dá espaçamento */
   border-radius: 0.75em;
   overflow: hidden;
   position: relative;
   cursor: pointer;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   background: url('https://i.imgur.com/SEU_IMGUR_DISCORD.png') center/cover no-repeat;
 }
 .social-card::before {
   content: "";
   position: absolute;
   inset: 0;
   /* overlay com a cor do Discord */
   background-color: rgba(114, 137, 218, 0.6);
   mix-blend-mode: multiply;
   pointer-events: none;
 }
 .social-card:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
 }
 .social-card-content {
   position: relative; /* acima do overlay */
   display: flex;
   align-items: center;
   padding: 0.75em 1em;
   color: #fff;
 }
 .social-icon {
   width: 2em;
   height: 2em;
   margin-right: 0.75em;
 }
 .social-name {
   font-size: 1.2em;
   font-weight: bold;
 }

</style>

<a

 href="https://discord.gg/SEULINK"
 class="social-card"
 target="_blank"
 rel="noopener"

>

</a>