1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-06-16 15:10:49 +03:00
ifhub-skin/assets/css/colors.css

84 lines
1.8 KiB
CSS

.ls-user::before {
background: url(/application/frontend/skin/ifhub/assets/images/usericon_28.png) no-repeat !important;
background-size: 100% 100% !important;
width: 18px !important;
height: 18px !important;
color: transparent;
content: "__" !important;
}
.ls-block-header > .ls-block-title > a {
color: #fff !important;
}
.ls-nav-item--userbar-username img.avatar {
display: none;
}
ul.classic {
list-style: inside;
list-style-type: circle;
}
ol.classic {
list-style: inside;
list-style-type: decimal;
}
.ls-nav--userbar > .ls-nav-item > a{
color: #ddd !important;
padding: 15px 20px !important;
}
.ls-nav--userbar > .ls-nav-item > a:hover{
color: #ddd !important;
background: #333 !important;
}
.ls-nav--userbar > .ls-nav-item > a > img {
display: none;
}
/** Спойлер
* Modified by fedorov mich // 2014 // bSpoiler LS 1.0
**/
.spoiler-title {
color: #6da3bd;
border-bottom: 1px dashed;
font-weight: normal;
cursor: pointer;
}
.spoiler-title:hover {
color: #4d7285;
}
.spoiler-body {
display: none;
padding: 10px;
border: 1px solid #eee;
background: #f9f9f9;
margin-top: 10px;
overflow: hidden;
}
.spoiler-title:before {
float: left;
content: " ";
width: 16px;
height: 16px;
margin-top: 2px;
display: block;
border: 0px solid red;
background: url(../images/spoiler.icon.png) no-repeat left top;
}
.spoiler-title.open:before {
background: url(../images/spoiler.icon.png) no-repeat left bottom;
}
/**
* Главный поиск в шапке сайта - показывается по клику
**/
.main-search {
display: none;
}
.no-js .main-search {
display: block;
}
/** Визуально выделить край комментария **/
.ls-comment {
border-left: 1px solid #aaa;
}