Изменение внешнего вида названия темы при её просмотре

Hope

Premium
Сообщения
48,318
Решения
22
Реакции
71,959
Баллы
40,905
sxxzz.png

Содержимое архива из вложения ниже положите в папку /gradients/ Вашего стиля и в шаблон EXTRA.CSS добавьте:
Код:
/* THREAD VIEW TITLE BAR ENHANCEMENTS */
 
.thread_view .titleBar {
	border: 1px solid #5b0b0b;
	border-radius: 5px;
	background: url("@imagePath/xenforo/gradients/threadview-bg.png") repeat-x scroll bottom #891010 !important;
	background-color: #891010 !important;
	margin:0px auto;
	text-align: center;
	padding: 10px 10px;
	box-shadow: 0 0 1px #ffffff inset;
}
.thread_view .titleBar  #pageDescription , .thread_view .titleBar p{
	color: #DCCDBB;
}
 
.thread_view .titleBar #pageDescription a{
  color: #f7e5b6;
  font-weight: bold;
}
 
.thread_view .titleBar h1 {
  color: #f7e5b6;
  text-shadow: 0 0 0 transparent, 1px 1px 0 #4B3D2D !important;
}
 
 
/* THREAD VIEW TITLE BAR ENHANCEMENTS */
 

Вложения

  • threadview-bg.zip
    1.2 KB · Просмотры: 47
Изменил цвета под свой стиль.
Что нужно поменять чтоб бардюр окружал именно название (текст) темы. Чтоб префикс был отделно название темы в бардюре отдельно
Снимок экрана 2014-10-19 в 16.01.04.png
 
Для дефолтного стиля
В шаблон EXTRA.css
Код:
/* THREAD VIEW TITLE BAR ENHANCEMENTS */
.thread_view .titleBar {
    border: 3px solid #d7edfc;
    border-radius: 5px;
    background: url("@imagePath/xenforo/gradients/threadview-bg.png") repeat-x scroll bottom #891010 !important;
    background-color: #f0f7fc !important;
    margin: 0px auto;
    text-align: center;
    padding: 10px 10px;
    box-shadow: 0 0 0px #ffffff inset;
}
.thread_view .titleBar  #pageDescription , .thread_view .titleBar p{
    color: #--------;
}
.thread_view .titleBar #pageDescription a{
  color: #-------;
  font-weight: ---bold---;
}
.thread_view .titleBar h1 {
  color: #176093;
  text-shadow: 0 0 0 transparent, 1px px 0 #4B3D2D !important;
}
/* THREAD VIEW TITLE BAR ENHANCEMENTS */

Снимок экрана 2014-10-19 в 16.01.04.png
 
Раз такое дело, то тоже добавлю.
Добавить в EXTRA.CSS
Код:
/* THREAD VIEW TITLE BAR ENHANCEMENTS */
.thread_view .titleBar {
    border: 1px solid #5656ff;
    border-radius: 5px;
    background: url("@imagePath/xenforo/gradients/cat6.png") repeat-x scroll bottom #0000f3 !important;
    background-color: #002fff !important;
    margin:0px auto;
    text-align: center;
    padding: 10px 10px;
    box-shadow: 0 0 1px #ffffff inset;
}
.thread_view .titleBar  #pageDescription , .thread_view .titleBar p{
    color: #DCCDBB;
}
.thread_view .titleBar #pageDescription a{
  color: #f7e5b6;
  font-weight: bold;
}
.thread_view .titleBar h1 {
  color: #f7e5b6;
  text-shadow: 0 0 0 transparent, 1px 1px 0 #4B3D2D !important;
}
/* THREAD VIEW TITLE BAR ENHANCEMENTS */
4324.PNG
 

Вложения

  • cat6.rar
    612 байт · Просмотры: 9
Современный облачный хостинг провайдер | Aéza
Назад
Сверху Снизу