UserPanel & SearchBar

  • Moin Community,

    ich hätte gerne den UserPanal transparent. Das ganze bekomme ich zwar via CSS hin:

    CSS
    .userPanel {/* background-color: #000000; */height: 40px;left: 120px;position: absolute;top: 0;right: 0;z-index: 200;}


    Ebenso das gleiche mit der SearchBar. Transparent & angepasst.

    CSS
    .userPanel > div > .searchBar > form input[type="search"] {background-color: transparent;border-width: 0;color: #ffffff;height: 40px;padding: 6px 12px 5px 26px;width: 240px;-webkit-appearance: textfield;text-shadow: 0 -1px 0 transparent;}

    Wenn ich es aber im ACP > Darstellung > Stile > Stile auflisten > Stil > Erweiterte Einstellungen > Individuelles CSS & LESS einfüge, ändert sich nix am Forum. Nur wenn ich das ganze direkt in der CSS Datei ändere.

    Mein Problem aber ist: Sobald ich etwas im ACP umstelle, z.B. Benutzerränge ändere, verfällt jedes mal mein Code im CSS und ist nicht mehr transparent & an meiner Grafik angepasst. Also darf ich jedes mal wieder via der CSS Datei alles ändern damit es passt. An sich stört es mich nicht, da ich nichts mehr ändern muss, aber ich würde trotzdem gerne wissen, ob ich ein Denkfehler habe ?!

    Deutsche League of Legends Community

    Schau doch mal auf unseren Teamspeak Server: Vala-Network.de

  • Was willst du mit /* background-color: #000000; */ bezwecken?
    Damit deklarierst du background-color als eine CSS-Notiz.

    Korrekt wäre:
    #topMenu{background-color: rgba(0,0,0,0);}

    Oder gleich die LESS-Variable:
    @wcfUserPanelBackgroundColor: rgba(0,0,0,0);

    Ab sofort verfügbar: Lucent 2 NEU, Vioven NEU

    Edited once, last by pash (April 6, 2015 at 6:52 AM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!