Hope
Premium
- Сообщения
- 48,318
- Решения
- 22
- Реакции
- 71,959
- Баллы
- 40,905
В шаблон EXTRA.css добавляем:
Код:
/*ACCOUNT SIDEBAR AREA ENHANCEMENTS*/
.accountSideBar .section {
border-bottom: 10px solid #262626;
border-bottom-left-radius: 5px;
}
.accountSideBar .section li{
border-left: 1px solid #262626;
}
.accountSideBar .primaryContent {
border-bottom: 1px solid #262626;
}
.accountSideBar .heading {
background-color: #262626;
border-bottom: 1px solid #262626;
}
.accountSideBar .subHeading {
background: none #262626;
border-bottom: 1px solid #262626;
border-top: 1px solid #262626;
color: white;
border-top-left-radius: 5px;
}
.accountSideBar .secondaryContent {
border-bottom: 1px solid #262626;
}
.accountSideBar a {
color: #b41515;
}
.accountSideBar a:hover {
color: #fff2bc !important;
background: none #262626 !important;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
/*ACCOUNT SIDEBAR AREA ENHANCEMENTS*/
Последнее редактирование: