MyBB.de Forum

Normale Version: Neue Themen&Beiträge
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo zusammen,

wollte mal fragen ob das so wie auf dem Screen für neue Themen&Beiträge möglich ist.

Neben Offtopic Talk 1 Neu

Wenn ja wie was wo muss denn genau geändert werden?
Sprich statt das da eben nicht die Pics für neue Themen&beiträge erscheinen sondern das wie auf dem Screen. Eine CSS Anweisung habe ich auch schon nur weiss ich nicht ob das reicht.

Für die Subforen würde ich das auch gerne haben.

Code:
.boardTitle span, .boardlistSubboards span {
    border-radius: 2px 2px 2px 2px;
}

.boardTitle span, .boardlistSubboards span {
    background: -moz-linear-gradient(center top , #CC0000 0%, #A80000 100%) repeat scroll 0 0 transparent;
    box-shadow: 0 1px 0 0 rgba(255, 0, 0, 0.4) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    color: #FFFFFF !important;
    font-size: 0.6em !important;
    margin-left: 3px;
    padding: 0 3px !important;
    position: relative;
    top: -2px;
}

a, a span {
    text-decoration: none !important;
}

a, a:hover, a span, a span:hover {
    -moz-transition: color 0.2s linear 0s;
}

* {
}

* {
    text-overflow: ellipsis;
}

.new {
    font-weight: bold;
}

a, a span {
    text-decoration: none !important;
}

Ich danke euch für eure Hilfe.