Beiträge von kraadde

    ich möchte die Benutzergruppe des eingeloggten Users im Inhalt ausgeben. Gibt es einen einfachen weg?


    weiss aber nicht weiter...

    gerne. lerne immer noch. und danke für die unterstützung.

    Spoiler anzeigen


    /* Banner Image */
    .mybanner {
    min-width: 100%;
    }
    /* Menu */
    /* Override the lila background with white */
    .container-header {
    background-color: white;
    background-image: none;
    }
    /* Text should now be blue */
    .container-header .mod-menu {
    color: #0088cc;
    }
    /* We add padding and radius so that on hover there is a nice background */
    .container-header .mod-menu a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    padding: 3px 5px;
    color: #0088cc;
    }

    /* On hover there should be a gray background*/
    .container-header .mod-menu a:hover {
    background-color: #eee;
    }
    /* We need to change the color of the Hamburger Menu because white on white is not good */
    .container-header .navbar-toggler {
    color: #0088cc;
    border: 1px solid #0088cc;
    }


    .footer {
    background-color: white;
    background-image: none;
    color: #0088cc;
    justify-content: center !important;
    }

    .mod-menu mod-list nav{
    text-align: right !important;
    d-flex justify-content-end;
    }
    .brand-logo{
    width: 417.9;
    height:73.5
    }

    .ms_row {
    height: 4em; /* Zwei Zeilen hoch */
    vertical-align: middle; /* Text vertikal zentrieren */
    border-top: 1px solid red; /* Oberer Rand */
    border-bottom: 1px solid red; /* Unterer Rand */
    }
    .tg-6wtj {
    padding: 10px; /* Innenabstand von 10 Pixeln */
    }

    .custom-row0, .custom-row1 {
    height: 4em; /* Zwei Zeilen hoch */
    vertical-align: middle; /* Text vertikal zentrieren */
    border-top: 1px solid red !important; /* Oberer Rand */
    border-bottom: 1px solid red !important; /* Unterer Rand */
    }
    .custom-cell {
    padding: 10px; /* Innenabstand von 10 Pixeln */
    }

    .custom-table{
    width: auto;
    margin: auto;
    border-collapse: collapse;
    }


    .table.no-border tr {
    border-bottom: none !important;
    border-bottom-width: 0px !important;
    }

    .table.no-border {
    border: none !important;
    border-collapse: collapse !important;
    border-bottom-width: 0px !important;

    }

    .table.no-border tr,
    .table.no-border td {
    border: none !important;
    box-shadow: none !important;
    border-bottom-width: 0px !important;
    }

    .table.no-border tbody,
    .table.no-border thead {
    border-top: none !important;
    border-bottom: none !important;
    }

    .mod-menu #item-155 a {
    color: red !important;
    }


    /* Menu toolbar code */

    .container-topbar {
    justify-content: flex-end;
    }
    .container-topbar .mod-menu {
    color: #FF0000;
    }

    ich habe die von Steff vorgeschlagenen code in die user.css von Cassiopeia eingetragen und es hat funktioniert. Danke Stef. Nun möchte ich die Schriftfarbe ändern und habe es versucht mit:

    CSS
    .container-topbar .mod-menu {
     justify-content: flex-end;
     color: #FF0000 !important;
    }

    Die Farbe bleibt aber unverändert. Was mache ich falsch

    ich habe Menüs für die Anmeldung und Profil bearbeiten erstellt die ich gerne ins topbar rechts platzieren möchte.

    Ich habe die Menüs wohl erfolgreich erstellt und auf die Seite gebracht, aber sie verbleiben wie verhext linksbündig. Selbst mit Anpassung in der User.css wie:

    #topbar .mod-menu {
    justify-content: flex-end;
    }

    kriege ich es nicht hin.

    gibt mir bitte jemand ein Tipp?

    Liebe Mitglieder,

    ich suche ein Slideshow Plugin der aus einem Folder alle Bilder der Reihe nach zeigt und automatisch beim Öffnen der Seite startet. Früher habe ich Simple Picture Slideshow Version: 1.5.8 von http://www.bretteleben.de/ benutzt, gibt es aber nicht mehr. Andere habe ich versucht, aber bei denen die ich getestet habe, muss man jedes Bild einzeln eingeben, was mühsam ist. Hat jemand eine andere Lösung versucht?