Soldato
Edit the theme and look for ", .onlineIndicator" without the "
Delete it, save.
Thanks, got them back now.
Edit the theme and look for ", .onlineIndicator" without the "
Delete it, save.
I'm still not sure why OcUK can't include their own dark theme, it's not like it's not a highly requested feature.
/*Remove underlines on titles */
.title a, .title, .username, .nodeTitle{
text-decoration: none !important;
}
/*fix colours for tooltips on hover in top level of forum*/
.xenTooltip{
background-color: #23282b !important;
}
.nodeDescriptionTip .arrow{
border-right-color: #23282b !important;
}
/* Clean up the tooltips on hover in subforum*/
.xenPreviewTooltip{
border: 0px !important;
}
.previewTooltip .posterDate {
border-top-color: #23282b !important
}
.xenPreviewTooltip .arrow span {
border-top-color: #373f44 !important;
}
.primaryContent {
border-bottom: 0px;
}
/*Hover effect for editor icons*/
.redactor_toolbar li a:hover {
background-color: #EEE;
}
@wiiija - couple of tweaks you might want to add:
Code:/*Remove underlines on titles */ .title a, .title, .username, .nodeTitle{ text-decoration: none !important; } /*fix colours for tooltips on hover in top level of forum*/ .xenTooltip{ background-color: #23282b !important; } .nodeDescriptionTip .arrow{ border-right-color: #23282b !important; } /* Clean up the tooltips on hover in subforum*/ .xenPreviewTooltip{ border: 0px !important; } .previewTooltip .posterDate { border-top-color: #23282b !important } .xenPreviewTooltip .arrow span { border-top-color: #373f44 !important; } .primaryContent { border-bottom: 0px; } /*Hover effect for editor icons*/ .redactor_toolbar li a:hover { background-color: #EEE; }
/*profile page tabs*/
.profilePage .tabs.mainTabs{
background-color: #2e3539 !important;
}
.profilePage .tabs.mainTabs li.active a {
background-color: #373f44 !important;
}
.profilePage .tabs.mainTabs li a:hover {
background-color: #495358 !important;
}
.textWithCount.subHeading .count {
border: 1px solid #ffffff !important;
background-color: #373f44 !important;
}
.userInformation {
background: #2e3539 !important;
}
.profilePage .primaryUserBlock .lastActivity {
border-top-color: #373f44 !important;
}
.profilePage .mast .section.infoBlock {
border: 0px !important;
}
.profilePage .primaryUserBlock {
border: 0px !important;
}
.profilePage .mainProfileColumn {
border-left-color: #373f44 !important;
}
.profilePage .mast {
border-right-color: #373f44 !important;
}