[phpBB Debug] PHP Warning: in file [ROOT]/ext/hjw/easy_language_change/event/main_listener.php on line 107: strstr(): Empty needle
phpBB skins by Tastenplayer • Alex75 - Redtitlenewpost
Seite 1 von 1

Alex75 - Redtitlenewpost

Verfasst: 4. Apr 2019, 09:14
von Forum Member
Extversion 1.0.3

Code: Alles auswählen

.row-item-link + .list-inner > .forumtitle { 
	color: #9A0A0A;
	font-weight: bold;
} 

.row-item-link + .list-inner > .topictitle { 
	color: #9A0A0A;  
} 

.row-item-link + .list-inner > .subforum.unread { 
	color: #9A0A0A;
	font-weight: bold;
}

.row-item-link + .list-inner > .forumtitle:hover {
	color: #9A0A0A; 
	font-weight: bold;
}

.row-item-link + .list-inner > .topictitle:hover {
	color: #9A0A0A;
}

.row-item-link + .list-inner > .subforum.unread:hover {
	color: #9A0A0A;
	font-weight: bold;
}