MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Spiritwiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 33: Zeile 33:


table.prettytable td{padding-left:3px;}
table.prettytable td{padding-left:3px;}
@media screen {
  span.mw-desktop-sitename {
    /* Rainbow gradient with golden emphasis */
    background: linear-gradient(90deg,
      #FF0000 0%,      /* Red */
      #FF7700 15%,    /* Orange */
      #FFD700 30%,    /* Gold */
      #FFD700 40%,    /* Gold (extended) */
      #00FF00 50%,    /* Green */
      #0000FF 65%,    /* Blue */
      #4B0082 80%,    /* Indigo */
      #8F00FF 100%    /* Violet */
    );
   
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
   
    /* Golden glow effect */
    text-shadow: 0 0 8px #FFD700,
                0 0 12px rgba(255, 215, 0, 0.7);
   
    /* Ensure proper rendering */
    display: inline-block;
    font-weight: bold;
  }
}

Version vom 14. Juli 2025, 13:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@media screen {
  select.goog-te-combo {
    margin-right: -1em !important;
    border: 1px solid #ff0000;
    -webkit-animation: rainbow 5s infinite alternate;
    border-radius: 3px;
  }
}

div#google_translate_element{margin-bottom:1em  !important;}

select.goog-te-combo {
  margin: 4px -5px !important;
    margin-right: 0px;
   max-width:170px;
}

.goog-te-gadget .goog-te-combo {
  margin:4px -5px !important;
  margin-right:0px;
  max-width:170px;
}

.uls-language-list {
        display: block;
}

.uls-search {
        display: block;
}

table.prettytable td{padding-left:3px;}





 @media screen {
  span.mw-desktop-sitename {
    /* Rainbow gradient with golden emphasis */
    background: linear-gradient(90deg, 
      #FF0000 0%,      /* Red */
      #FF7700 15%,     /* Orange */
      #FFD700 30%,     /* Gold */
      #FFD700 40%,     /* Gold (extended) */
      #00FF00 50%,     /* Green */
      #0000FF 65%,     /* Blue */
      #4B0082 80%,     /* Indigo */
      #8F00FF 100%     /* Violet */
    );
    
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    
    /* Golden glow effect */
    text-shadow: 0 0 8px #FFD700, 
                 0 0 12px rgba(255, 215, 0, 0.7);
    
    /* Ensure proper rendering */
    display: inline-block;
    font-weight: bold;
  }
}