Re: [RC] [3.1] [3.2] Icon Legende
Verfasst: 22.08.2020 18:34
Du nutzt 3.3.1 mit einem veralteten Style für 3.3.0? Da würde ich zuerst mal mit einem Update ansetzen.
Hat prosilver das auch?
Hat prosilver das auch?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
root/ext/kirk/iconlegend/styles/
ein weiteres mit dem Namen Absolution
, dort kopierst den kompletten Ordner theme von root/ext/kirk/iconlegend/styles/prosilver
hinein und trägst zusätzlich das hier in die css ein:
Code: Alles auswählen
.forum_unread:before {
content: none;
}
.forum_read:before {
content: none;
}
.forum_read_locked:before {
content: none;
}
.forum_unread_locked:before {
content: none;
}
.forum_link:before {
content: none;
}
Code: Alles auswählen
.topic_unread:before {
content: none;
}
.topic_unread_hot:before {
content: none;
}
.topic_unread_locked:before {
content: none;
}
.topic_read:before {
content: none;
}
.topic_read_hot:before {
content: none;
}
.topic_read_locked:before {
content: none;
}
.sticky_read:before {
content: none;
}
.announce_read:before {
content: none;
}
.topic_moved:before {
content: none;
}
Code: Alles auswählen
div.legend-viewforum {
float:none;
display: inline;
}
Code: Alles auswählen
div.legend-viewforum {
float: left;
display: block;
padding-left: 23px
}
Code: Alles auswählen
.forum_unread, .forum_read, .forum_read_locked, .forum_unread_locked, .forum_link, .topic_unread, .topic_unread_hot, .topic_unread_locked, .topic_read, .topic_read_hot, .topic_read_locked, .sticky_read, .announce_read, .topic_moved {
background-image: none;
}
.forum_unread:before, .forum_read:before, .forum_read_locked:before, .forum_unread_locked:before, .forum_link:before, .topic_unread:before, .topic_unread_hot:before, .topic_unread_locked:before, .topic_read:before, .topic_read_hot:before, .topic_read_locked:before, .sticky_read:before, .announce_read:before, .topic_moved:before {
font-family: FontAwesome;
margin-right: 7px;
width: 20px;
display: inline-block;
border-radius: 3px;
background: #DEDEDE;
height: 25px;
line-height: 26px;
border-radius: 3px;
background: #DEDEDE;
font-size: 14px;
color: rgb(154 144 144 / 95%);
text-align: center;
}
.forum_read:before {content: "\f03a";}
.forum_read_subforum:before {content: "\f03a";}
.forum_unread:before {content: "\f03a";}
.forum_unread_subforum:before {content: "\f03a";}
.sticky_read:before {content: "\f08d";}
.sticky_read_mine:before {content: "\f08d";}
.sticky_read_locked:before {content: "\f08d";}
.sticky_read_locked_mine:before {content: "\f08d";}
.sticky_unread:before {content: "\f08d";}
.sticky_unread_mine:before {content: "\f08d";}
.sticky_unread_locked:before {content: "\f08d";}
.sticky_unread_locked_mine:before {content: "\f08d";}
.topic_moved:before {content: "\f061";}
.topic_read:before {content: "\f075";}
.topic_read_mine:before {content: "\f075";}
.topic_read_hot:before {content: "\f075";}
.topic_read_hot_mine:before {content: "\f075";}
.topic_unread:before {content: "\f075";}
.topic_unread_mine:before {content: "\f075";}
.topic_unread_hot:before {content: "\f075";}
.topic_unread_hot_mine:before {content: "\f075";}
.forum_read_locked:before {content: "\f023";}
.forum_unread_locked:before {content: "\f023";}
.topic_read_locked:before {content: "\f023";}
.topic_read_locked_mine:before {content: "\f023";}
.topic_unread_locked:before {content: "\f023";}
.topic_unread_locked_mine:before {content: "\f023";}