Информация

  • FastVps - Хостинг для форума
  • RegPartner - Домены по правильным ценам

"4admins.ru" Рекомендует

МОД "спасибо за сообщение"

Список модификаций, которые вы можете установить себе на форумы.
  • Автор 
    Сообщение
Аватара пользователя
Сообщения: 7065
Зарегистрирован: 11 авг 2009, 16:58
Благодарил (а): 660
Поблагодарили: 2357 раз в 1754 сообщениях
Город: Москва
Пол: Мужской
Адрес форума: http://help.4admins.ru
Баллы репутации: 170

МОД "спасибо за сообщение"

Сообщение Добавлено: 18 авг 2009, 09:44

МОД "спасибо за сообщение"

Установка:

Для установки МОДа запускаем установочный скрипт по адресу: http://адрес_форума/thanks_install/install.php
после того как скрипт отработал, обязательно очищаем кэш конференции (Админ.Раздел->"Общие"->"Очистить кэш")

Разрешить функцию "Спасибо" в том или ином форуме можно в настройках конкретного форума при помощи параметра Разрешить "Спасибо"


Для того, чтобы в вашем стиле появилась возможность благодарить за сообщения, необходимо внести изменения в шаблоны.

Модификация шаблонов


Изменения для стилей-клонов SUBSILVER2
открываем шаблон
viewtopic_body.html

находим:
Код: Выделить всё
<!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF -->


вставляем ПЕРЕД этой строкой:
Код: Выделить всё
<!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><a href="{postrow.U_THANKS}"><img src="/styles/subsilver2/imageset/ru/thankposts.gif" alt="{L_THANKS}" /></a><!-- ENDIF -->


находим:
Код: Выделить всё
<!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->


после вставляем:
Код: Выделить всё
<!-- IF postrow.U_PROFILE -->
<br /><b>{L_THANKS}:</b> {postrow.POSTER_THANKS}<br /><b>{L_THANKED}:</b><br /> {postrow.POSTER_THANKED} {L_INN} {postrow.POSTER_THANKS_POST}
<!-- ENDIF -->



находим:
Код: Выделить всё
</tr>

   <tr>
      <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
   </tr>
   </table>
<!-- END postrow -->


ПЕРЕД этим вставляем:
Код: Выделить всё
<!-- IF postrow.S_FIRST_POST and postrow.THANKS_LIST -->
   <tr>
      <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
   </tr><tr class="row2">
   <td valign="top" style="padding-left: 4px;"><!-- IF postrow.S_GIVE_THANKS --><a href="{postrow.U_THANKS}"><img src="/styles/subsilver2/imageset/ru/removethanks.gif" alt="{L_THANKS_REMOVE}"/></a> <!-- ENDIF --></td>
      <td style="text-align: left;">{postrow.THANKS_FROM}:<br /> {postrow.THANKS_LIST}</td>
   </tr>
<!-- ENDIF -->



открываем memberlist_view.html

Код: Выделить всё
<tr>
            <td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_JOINED}: </td>
            <td width="100%"><b class="gen">{JOINED}</b></td>
         </tr>

после вставляем:
Код: Выделить всё
<tr><td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_THANKS}: </td>
            <td width="100%"><b class="gen">{THANKS}</b></td>
         </tr>
         <tr>
            <td class="gen" align="{S_CONTENT_FLOW_END}" nowrap="nowrap">{L_THANKED}: </td>
            <td width="100%"><b class="gen">{THANKED} {L_INN} {THANKS_POST}</b></td>
         </tr>


Для стилей-клонов PROSILVER


открываем viewtopic_body.html

находим:
Код: Выделить всё
               <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->


ПЕРЕД этим добавляем:
Код: Выделить всё
   <!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><li><a href="{postrow.U_THANKS}"><img src="/styles/prosilver/imageset/ru/icon_post_thanks.gif" alt="{L_THANKS}" /></a></li><!-- ENDIF -->



находим:
Код: Выделить всё
      <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->

после добавляем:
Код: Выделить всё
      <dd><strong>{L_THANKS}:</strong> {postrow.POSTER_THANKS}</dd>
      <dd><strong>{L_THANKED}:</strong> {postrow.POSTER_THANKED} {L_INN} {postrow.POSTER_THANKS_POST}</dd>



находим:
Код: Выделить всё
<!-- END postrow -->

ПЕРЕД этим добавляем:
Код: Выделить всё
   <!-- IF postrow.S_FIRST_POST and postrow.THANKS_LIST -->
<div class="post bg3">
      <div class="inner"><span class="corners-top"><span></span></span>
         <dl class="postbody">
            <dd><strong>{postrow.THANKS_FROM}</strong><br />{postrow.THANKS_LIST}</dd>

         </dl>
         <!-- IF postrow.S_GIVE_THANKS -->
         <dl>
            <dt class="postprofile" style="text-align: center;"><a href="{postrow.U_THANKS}"><img src="/styles/prosilver/imageset/ru/removethankspro.gif" alt="{L_THANKS_REMOVE}"/></a></dt>
         </dl><!-- ENDIF -->
      <span class="corners-bottom"><span></span></span></div>
   </div>
   <hr class="divider" />
   <!-- ENDIF -->


открываем memberlist_view.html

находим:
Код: Выделить всё
<dt>{L_JOINED}:</dt> <dd>{JOINED}</dd>


после добавляем:
Код: Выделить всё
<dt>{L_THANKS}:</dt> <dd>{THANKS}</dd>
         <dt>{L_THANKED}:</dt> <dd>{THANKED} {L_INN} {THANKS_POST}</dd>




Внимание:


кнопки по-умолчанию.
subsilver2:
/styles/subsilver2/imageset/ru/removethanks.gif
/styles/subsilver2/imageset/ru/thankposts.gif
prosilver
/styles/prosilver/imageset/ru/icon_post_thanks.gif
/styles/prosilver/imageset/ru/removethankspro.gif

английские кнопки лежат соответственно в imageset/en

Конечно-же, можно закачать собственные кноки и исправить на них пути во вставках.


изменения для стиля ARTODIA
в теме стиля находим
Код: Выделить всё
.phpbb .profile-icons .edit-icon a {
   width: {IMG_ICON_POST_EDIT_WIDTH}px;
}

после найденного добавляем
Код: Выделить всё
.phpbb .profile-icons .spasibo-icon a {
   width: 87px;
}



ищем далее
Код: Выделить всё
.phpbb .profile-icons .edit-icon a {
   background-image: url("{IMG_ICON_POST_EDIT_SRC}");
}

после найденного добавляем

Код: Выделить всё
.phpbb .profile-icons .spasibo-icon a {
   background-image: url("ТУТ ПОЛНЫЙ АДРЕС КАРТИНКИ СПАСИБО ИЗ МЕНЕДЖЕРА КАРТИНОК");
}


В шаблоне viewtopic_body.html

вместо того что написано выше

"GoDFaTHeR" писал(а):
открываем viewtopic_body.html

находим:

Код: Выделить всё
         <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->



ПЕРЕД этим добавляем:

Код: Выделить всё
    <!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><li><a href="{postrow.U_THANKS}"><img src="/styles/prosilver/imageset/ru/icon_post_thanks.gif" alt="{L_THANKS}" /></a></li><!-- ENDIF -->

ищем
Код: Выделить всё
<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->


перед найденным добавляем
Код: Выделить всё
<!-- IF postrow.S_FIRST_POST and not postrow.S_GIVE_THANKS and not postrow.S_IS_OWN_POST --><li class="spasibo-icon"><a href="{postrow.U_THANKS}" title="Сказать спасибо"><span>{L_THANKS}</span></a></li><!-- ENDIF -->


Остальное без изменений


Возможные ошибки
Если у вас появляется примерно такая ошибка
Изображение
Значит установочный скрипт вы уже запускали и вам нужно просто внести изменения в шаблонах


Дополнительная модификация "Спасибо за тему"

Модификация "Спасибо за тему"
На этом сервисе можно cоздать форум бесплатно


Аватара пользователя
Сообщения: 511
Зарегистрирован: 27 авг 2010, 17:39
Благодарил (а): 476
Поблагодарили: 58 раз в 54 сообщениях
Пол: Женский
Адрес форума: http://transalternativa.ru/
Баллы репутации: 9

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 25 июн 2013, 16:57

"InFo" писал(а):
понел

а это что за слово? :scratch:

Аватара пользователя
Сообщения: 73
Зарегистрирован: 16 май 2012, 18:05
Благодарил (а): 50
Поблагодарили: 1 раз в 1 сообщении
Город: херсон
Пол: Мужской
Адрес форума: http://telstar.gtaserv.ru/
Баллы репутации: 5

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 12:35

Здравствуйте,подскажите где можно взять кнопочку спасибо для стиля Artodia Deluxe,ну уж очень понравился этот стиль.
вот сам стиль

Аватара пользователя
Сообщения: 1848
Зарегистрирован: 02 окт 2009, 10:19
Откуда: Украина
Благодарил (а): 68
Поблагодарили: 673 раз в 507 сообщениях
Город: Киев
Пол: Мужской
Адрес форума: 4admins.ru
бабло: 0
Баллы репутации: 82

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 19:25

Оно?
Вложения
remove_thanks_button.gif
remove_thanks_button.gif (3.48 Кб) Просмотров: 997
thanks_button.gif
thanks_button.gif (3.51 Кб) Просмотров: 997

Аватара пользователя
Сообщения: 73
Зарегистрирован: 16 май 2012, 18:05
Благодарил (а): 50
Поблагодарили: 1 раз в 1 сообщении
Город: херсон
Пол: Мужской
Адрес форума: http://telstar.gtaserv.ru/
Баллы репутации: 5

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 19:29

"Gold" писал(а):
Оно?

да спасибо большое

Аватара пользователя
Сообщения: 1848
Зарегистрирован: 02 окт 2009, 10:19
Откуда: Украина
Благодарил (а): 68
Поблагодарили: 673 раз в 507 сообщениях
Город: Киев
Пол: Мужской
Адрес форума: 4admins.ru
бабло: 0
Баллы репутации: 82

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 19:33

Только учтите, что стиль для этих кнопок нужно прописывать такой же, как и для "правка", "цитата" и т.д. Это если по уму, чтобы они меняли цвет, при наведении курсора.

Аватара пользователя
Сообщения: 73
Зарегистрирован: 16 май 2012, 18:05
Благодарил (а): 50
Поблагодарили: 1 раз в 1 сообщении
Город: херсон
Пол: Мужской
Адрес форума: http://telstar.gtaserv.ru/
Баллы репутации: 5

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 19:37

"Gold" писал(а):
Только учтите, что стиль для этих кнопок нужно прописывать такой же, как и для "правка", "цитата" и т.д. Это если по уму, чтобы они меняли цвет, при наведении курсора.

вот с этим то и проблема,весь день не могу разобраться в Artodia Ultra Blue там проще было а в Artodia Deluxe все не так

Аватара пользователя
Сообщения: 1848
Зарегистрирован: 02 окт 2009, 10:19
Откуда: Украина
Благодарил (а): 68
Поблагодарили: 673 раз в 507 сообщениях
Город: Киев
Пол: Мужской
Адрес форума: 4admins.ru
бабло: 0
Баллы репутации: 82

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 19:41

У меня правда сейчас уже нет времени(
выложите вьютопик_боди и тему стиля под спойлер. Вечером попробую зайти и глянуть. И было бы неплохо, если бы Вы стрелкой на скрине указали место, где хотите видеть кнопку "спасибо".

Аватара пользователя
Сообщения: 73
Зарегистрирован: 16 май 2012, 18:05
Благодарил (а): 50
Поблагодарили: 1 раз в 1 сообщении
Город: херсон
Пол: Мужской
Адрес форума: http://telstar.gtaserv.ru/
Баллы репутации: 5

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 20:04

тема стиля
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: Artodia: Deluxe
Based on style: prosilver (the default phpBB 3.0.x style)
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: Vjacheslav Trushkin ( http://www.artodia.com/ )
--------------------------------------------------------------
*/


/*
Change "none" to "block" (without quotes) to show website title and description in header
*/
#header p, #header h1 { display: none; }

/*
Change "inline" to "none" (without quotes) to hide logo image
*/
#header a { display: inline; }


/*
Include css files
*/
/*
Custom font
*/
@font-face {
font-family: 'Droid Sans';
font-style: normal;
font-weight: normal;
src: local('Droid Sans'), local('DroidSans'), url('{T_THEME_PATH}/DroidSans.woff') format('woff');
}

/*
Main stuff
*/
* { margin: 0; padding: 0; }
html {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
min-height: 100%;
font-family: Verdana;
line-height: 1.2em;
font-size: 12px;
color: #000;
text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 1px;
}
html, body {
background: #3d4a6a url({T_THEME_PATH}/images/outerbg.gif) top left repeat;
}
body.simple {
width: auto;
margin: 0;
padding: 8px;
background: #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}

a, a:visited {
color: #3e5795;
text-decoration: none;
transition: color 0.25s ease;
-webkit-transition: color 0.25s ease;
-moz-transition: color 0.25s ease;
-o-transition: color 0.25s ease;
-ms-transition: color 0.25s ease;
}
a:hover { color: #ce6f36; }
a:active {
color: #cf3694;
transform: translate(0, 1px);
-moz-transform: translate(0, 1px);
-webkit-transform: translate(0, 1px);
-o-transform: translate(0, 1px);
-ms-transform: translate(0, 1px);
}
.buttons a:active, .profile-icons a:active, div.dropdown-tabs a:active, .nav-links a:active, #page-header a:active {
transform: none;
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
-ms-transform: none;
}

img { border-width: 0; }

/*
Rounded blocks, transitions
*/
div.rules, div.post, .panel, .cp-mini, ul.topiclist li {
background: url({T_THEME_PATH}/images/hdr2_br.gif) bottom right no-repeat, url({T_THEME_PATH}/images/hdr2_bl.gif) bottom left no-repeat, url({T_THEME_PATH}/images/hdr2_tr.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr2_tl.gif) 0 0 no-repeat, url({T_THEME_PATH}/images/hdr2_r.gif) top right repeat-y, url({T_THEME_PATH}/images/hdr2_l.gif) top left repeat-y, url({T_THEME_PATH}/images/hdr2_b.gif) bottom left repeat-x, #dfdfdf url({T_THEME_PATH}/images/hdr2_t.gif) 0 0 repeat-x;
}
.old-ie div.old-ie-wrap-2, .old-ie .old-ie-wrap-2, .old-ie ul.topiclist li {
padding: 0 !important;
background: #dfdfdf url({T_THEME_PATH}/images/hdr2_t.gif) 0 0 repeat-x;
}
.old-ie .hdr2-1 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_b.gif) bottom left repeat-x;
}
.old-ie .hdr2-2 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_l.gif) top left repeat-y;
}
.old-ie .hdr2-3 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_r.gif) top right repeat-y;
}
.old-ie .hdr2-4 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_tl.gif) 0 0 no-repeat;
}
.old-ie .hdr2-5 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_tr.gif) top right no-repeat;
}
.old-ie .hdr2-6 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr2_bl.gif) bottom left no-repeat;
}
.old-ie .hdr2-last {
margin: 0;
padding: 5px;
background: url({T_THEME_PATH}/images/hdr2_br.gif) bottom right no-repeat;
}
div.forabg, div.forumbg, div.panel-wrapper {
background: url({T_THEME_PATH}/images/hdr1_br.gif) bottom right no-repeat, url({T_THEME_PATH}/images/hdr1_bl.gif) bottom left no-repeat, url({T_THEME_PATH}/images/hdr1_tr.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr1_tl.gif) top left no-repeat, url({T_THEME_PATH}/images/hdr1_b.gif) bottom left repeat-x, url({T_THEME_PATH}/images/hdr1_t.gif) top left repeat-x;
padding: 6px;
}
.old-ie div.old-ie-wrap-1 {
padding: 0;
background: url({T_THEME_PATH}/images/hdr1_t.gif) top left repeat-x;
}
.old-ie .hdr1-1 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr1_b.gif) bottom left repeat-x;
}
.old-ie .hdr1-2 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr1_tl.gif) top left no-repeat;
}
.old-ie .hdr1-3 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr1_tr.gif) top right no-repeat;
}
.old-ie .hdr1-4 {
margin: 0;
padding: 0;
background: url({T_THEME_PATH}/images/hdr1_bl.gif) bottom left no-repeat;
}
.old-ie .hdr1-5 {
margin: 0;
padding: 6px;
background: url({T_THEME_PATH}/images/hdr1_br.gif) bottom right no-repeat;
}

.corners-top, .corners-bottom { display: none; }

.profile-icons {
opacity: 0;
}
.profile-icons, div.rules, div.forabg, div.forumbg, div.post, .panel, .cp-mini {
transition: opacity 1s ease;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
-ms-transition: opacity 1s ease;
}
body.transform div.nav-links {
transition-property: border-color, background-color, opacity;
-webkit-transition-property: border-color, background-color, opacity;
-moz-transition-property: border-color, background-color, opacity;
-o-transition-property: border-color, background-color, opacity;
-ms-transition-property: border-color, background-color, opacity;
transition-duration: 0.5s, 0.5s, 2s;
-webkit-transition-duration: 0.5s, 0.5s, 2s;
-moz-transition-duration: 0.5s, 0.5s, 2s;
-o-transition-duration: 0.5s, 0.5s, 2s;
-ms-transition-duration: 0.5s, 0.5s, 2s;
}
body.transform div.nav-links, body.transform img, body.transform .topic-actions, body.transform .profile-icons { opacity: 1; }

/*
Arrow links
*/
a.up { background: url({T_THEME_PATH}/images/arrow_up.gif) no-repeat left center; }
a.down { background: url({T_THEME_PATH}/images/arrow_down.gif) no-repeat right center; }
a.left { background: url({T_THEME_PATH}/images/arrow_left.gif) no-repeat 3px 60%; }
a.right { background: url({T_THEME_PATH}/images/arrow_right.gif) no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
padding-left: 10px;
text-decoration: none;
border-bottom-width: 0;
}

a.up:hover {
background-position: left top;
background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
padding-right: 10px;
}

a.down:hover {
background-position: right bottom;
text-decoration: none;
}

a.left, a.left:active, a.left:visited {
padding-left: 12px;
}

a.left:hover {
text-decoration: none;
background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
padding-right: 12px;
}

a.right:hover {
text-decoration: none;
background-position: 100% 60%;
}

.back2top {
clear: both;
height: 11px;
text-align: right;
}

a.top {
background: url("{IMG_ICON_BACK_TOP_SRC}") no-repeat top left;
text-decoration: none;
width: {IMG_ICON_BACK_TOP_WIDTH}px;
height: {IMG_ICON_BACK_TOP_HEIGHT}px;
display: block;
float: right;
overflow: hidden;
letter-spacing: 1000px;
text-indent: 11px;
}

a.top2 {
background: url("{IMG_ICON_BACK_TOP_SRC}") no-repeat 0 center;
text-decoration: none;
padding-left: 14px;
line-height: 1em;
margin: 4px 0;
display: inline-block;
}

a.up, a.down, a.left, a.right, a.top, a.top2 {
transition-property: color, background-position;
-webkit-transition-property: color, background-position;
-moz-transition-property: color, background-position;
-o-transition-property: color, background-position;
-ms-transition-property: color, background-position;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
transition-timing-function: ease;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
-ms-transition-timing-function: ease;
}


/*
Misc stuff
*/
.clear { clear: both; }

.rightside, .right-box {
text-align: right;
}

.left-box {
float: left;
text-align: left;
width: auto;
}

p.rightside, li.rightside, ul.rightside, ul.linklist li.rightside, .right-box {
float: right;
margin-left: 5px;
margin-right: 0;
}

ul.leftside {
float: left;
margin-left: 0;
margin-right: 5px;
text-align: left;
}

hr {
background-color: none;
border: solid 1px transparent;
border-bottom-color: #c8c8c8;
border-top-color: #f0f0f0;
width: 95%;
margin: 0 auto;
text-align: center;
}

hr.dashed {
border-top-style: dashed;
border-bottom-style: dashed;
}

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
min-height: 1px;
overflow: hidden;
}
span.corners-bottom {
display: block;
clear: both;
}

dl.details {
font-size: 12px;
}

dl.details dt {
float: left;
clear: left;
width: 30%;
text-align: right;
color: #444;
display: block;
}

dl.details dd {
margin-left: 0;
padding-left: 5px;
margin-bottom: 5px;
color: #000;
float: left;
width: 65%;
}

/*
Main blocks without rounded container
*/
#page-body > h2, #page-body > form > h2, #page-body > h3, #page-body > form > h3, div#message h2, #confirm h2, #agreement h2 {
font-size: 20px;
font-weight: normal;
text-shadow: #c8c8c8 2px 3px 1px;
margin: 20px 2px 10px;
}
#page-body > h2, #page-body > form > h2, #page-body > h3, #page-body > form > h3, div#message h2, #confirm h2, #agreement h2,
#page-body h2.title a, #page-body h2.title a:visited { color: #ce6f36; }
#page-body h2.title a:hover { color: #cf3694; }

/*
Forms
*/
fieldset {
margin: 0;
padding: 0;
border-width: 0;
}
fieldset.display-options {
margin: 5px 0;
text-align: center;
}

/*
Errors
*/
.error {
color: #ce6f36;
font-weight: bold;
font-size: 12px;
}
/*
Header and footer
*/
#header {
margin: 0;
padding: 0;
text-align: center;
min-height: 98px;
padding-bottom: 5px;
background: url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y, url({T_THEME_PATH}/images/header_g1.png) top left repeat-x;
}
.old-ie #header {
padding-bottom: 0;
}
.old-ie #header .hdr1 {
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y;
min-height: 95px;
padding-bottom: 5px;
}

#header a {
margin: 0;
padding: 0;
line-height: 1em;
font-size: 1px;
text-decoration: none;
border-width: 0;
}
#header a > img {
margin: 0;
padding: 0;
opacity: 1 !important;
}

#header p, #header h1 {
margin: 0;
padding: 0;
text-align: center;
white-space: nowrap;
font-weight: normal;
line-height: 1.4em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}

#header h1 {
font-size: 24px;
color: rgba(255, 255, 255, 0.8);
}
.old-ie #header h1 {
color: #e4e7ef;
}
#header p {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
}
.old-ie #header p {
color: #d0d5e0;
}

#page-header {
clear: both;
margin: 0 10px;
min-height: 10px;
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat, url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y, url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y, url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x, #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-header {
background: #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-header .hdr1 {
background: url({T_THEME_PATH}/images/hdr_t.gif) top left repeat-x;
}
.old-ie #page-header .hdr2 {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
}
.old-ie #page-header .hdr3 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
.old-ie #page-header .hdr4 {
background: url({T_THEME_PATH}/images/hdr_tl.gif) top left no-repeat;
}
.old-ie #page-header .hdr5 {
background: url({T_THEME_PATH}/images/hdr_tr.gif) top right no-repeat;
min-height: 10px;
}


#nav-header, #search-adv {
display: block;
float: left;
z-index: 1;
margin-left: 5px;
position: relative;
top: -19px;
font-size: 12px;
line-height: 1em;
text-align: center;
}
#nav-header a, #nav-header a:visited, #search-adv a, #search-adv a:visited {
display: block;
float: left;
margin: 0;
margin-right: 10px;
padding: 0;
padding-left: 14px;
line-height: 1em;
background: url({T_THEME_PATH}/images/menu.png) top left no-repeat;
text-decoration: none;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}
#nav-header a span, #search-adv a span {
display: inline-block;
margin: 0;
margin-right: -10px;
padding: 0;
padding-right: 14px;
padding-top: 9px;
height: 23px;
background: url({T_THEME_PATH}/images/menu2.png) top right no-repeat;
font-size: 12px;
color: #c8d0e2;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}

#nav-header a:hover, #nav-header a.new, #search-adv a:hover {
background-position: bottom left;
}
#nav-header a:hover span, #nav-header a.new span, #search-adv a:hover span {
background-position: bottom right;
color: #fff;
text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}
#nav-header strong { font-weight: normal; }

#search-adv {
float: right;
z-index: 1;
margin-left: 0;
margin-right: 5px;
}
#search-box {
position: relative;
float: right;
z-index: 1;
top: -19px;
width: 180px;
height: 29px;
background: url({T_THEME_PATH}/images/header_search.png) center left no-repeat;
padding-left: 26px;
padding-top: 3px;
}
#search-box form {
display: inline;
border-width: 0;
margin: 0;
padding: 0;
}
.browser-ie #search-box input[type="text"] {
margin-top: 2px;
}
.old-ie #search-box input[type="text"] {
margin-top: 4px;
}
#search-box input[type="text"] {
margin: 0;
padding: 4px 3px;
border-width: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
height: 16px;
width: 160px;
line-height: 1em;
font-size: 11px;
color: #c8d0e2;
outline-style: none;
-webkit-appearance: none;
}
#search-box input[type="text"]:hover, #search-box input[type="text"]:focus {
color: #fff;
}
.browser-ie #search-box {
padding-top: 2px;
}
.browser-ie #search-box input[type="text"] {
height: 14px;
}

/*
Footer
*/
#footer {
text-align: center;
vertical-align: bottom;
line-height: 1.3em;
margin: 0 10px;
padding: 8px;
padding-top: 15px;
font-size: 11px;
color: rgba(255, 255, 255, 0.3);
background: url({T_THEME_PATH}/images/hdr_br.gif) top right no-repeat, url({T_THEME_PATH}/images/hdr_bl.gif) 0 0 no-repeat, url({T_THEME_PATH}/images/hdr_b.gif) 0 0 repeat-x;
}
.old-ie #footer {
background: url({T_THEME_PATH}/images/hdr_b.gif) 0 0 repeat-x;
padding: 0;
color: #a4abbd;
}
.old-ie #footer .hdr1 {
background: url({T_THEME_PATH}/images/hdr_bl.gif) 0 0 no-repeat;
}
.old-ie #footer .hdr2 {
background: url({T_THEME_PATH}/images/hdr_br.gif) top right no-repeat;
padding: 8px;
padding-top: 15px;
}
#footer .copyright {
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
}
#footer .copyright a, #footer .copyright a:visited {
color: rgba(255, 255, 255, 0.3);
text-decoration: underline;
}
#footer .copyright a:hover, #footer .copyright strong a {
color: rgba(255, 255, 255, 0.7);
text-decoration: underline;
}
.old-ie #footer .copyright, .old-ie #footer .copyright a {
color: #a4abbd;
}
.old-ie #footer .copyright a:hover, .old-ie #footer .copyright strong a {
color: #cdd1dd;
}

body.simple .copyright {
text-align: center;
color: #444;
font-size: 11px;
}

.copyright .copy-left {
float: left;
text-align: left;
padding-left: 8px;
}
.copyright .copy-right {
float: right;
text-align: right;
padding-right: 8px;
}

/*
Wrapper
*/
#page-body {
margin: 0 10px;
padding: 0 6px;
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y, url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y, #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat;
}
.old-ie #page-body {
background: url({T_THEME_PATH}/images/hdr_r.gif) top right repeat-y;
margin: 0;
}
.old-ie #page-body1 {
margin: 0 10px;
background: #dadada url({T_THEME_PATH}/images/innerbg.gif) top left repeat
}
.old-ie #page-body2 {
background: url({T_THEME_PATH}/images/hdr_l.gif) top left repeat-y;
}
body.simple #page-body {
padding: 0 6px;
background: none;
border-top-width: 0;
}
#page-body > p, .section-index #page-body > form { margin: 6px 4px; }
#page-body > p.rightside { margin-top: 0; }
body.simple #page-body > h2.solo {
margin-top: 10px;
}

/*
Navigation
*/
.nav-links {
clear: left;
position: relative;
left: -4px;
top: -14px;
height: 34px;
margin: 0;
padding: 0;
text-align: left;
}
.nav-links-footer { top: 0; }
.nav-links a {
display: block;
float: left;
height: 34px;
padding-right: 15px;
margin-right: -9px;
background: url({T_THEME_PATH}/images/nav2.png) right -40px no-repeat;
}
.old-ie .nav-links a { color: #fff !important; }
.nav-links a, .nav-links a:visited, .nav-links a:hover, .nav-links a:active {
outline-style: none;
}
.nav-links a:first-child {
background-position: right 0;
}
.nav-links a span {
display: block;
background: url({T_THEME_PATH}/images/nav.png) 0 -40px no-repeat;
padding-top: 10px;
padding-left: 20px;
height: 24px;
font-size: 12px;
line-height: 1em;
color: rgba(255, 255, 255, 0.7);
text-shadow: rgba(0, 0, 0, 0.1) 1px 2px 1px;
white-space: nowrap;
max-width: 200px;
overflow: hidden;
}
.old-ie .nav-links a span {
color: #dadee7;
}
.nav-links a:first-child span {
padding-left: 6px;
background-position: -20px 0;
}
.nav-links a:hover {
background-position: right -80px;
}
.nav-links a:hover span {
background-position: 0 -80px;
}
.nav-links a:first-child:hover span {
background-position: -20px -80px;
}
.nav-links a:first-child span, .nav-links a:hover span {
color: rgba(255, 255, 255, 0.7);
}
.old-ie .nav-links a:first-child span, .old-ie .nav-links a:hover span {
color: #e5dad4;
}

.nav-extra {
z-index: 2;
clear: right;
float: right;
position: relative;
top: -8px;
font-size: 11px;
margin: 8px;
color: #888;
}
.nav-extra-footer { top: 0; }
.nav-extra .time { color: #444; }

/*
Rules
*/
div.rules {
margin: 6px 4px;
padding: 6px;
background: rgba(206, 111, 54, 0.1);
border: solid 1px #cba68f;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
text-shadow: none;
}
.old-ie div.rules {
background: #f4e6dd;
}
div.rules .inner > strong {
color: #3e5795;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.4em;
}
#information, #newpm {
text-align: center;
padding: 20px;
}


/*
Link to switch to mobile style
*/
.mobile-style-switch a {
padding: 5px 10px 6px;
border: 1px solid #c0c0c0;
border-radius: 10px;
background: #dfdfdf;
box-shadow: #e8e8e8 0 0 0 1px inset;
}
/* Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
border-width: 0;
}

input[type="text"], input[type="password"], select, textarea {
font-weight: normal;
background: #d8d8d8;
color: #000;
outline-style: none;
border: solid 1px #b8b8b8;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
font-family: Verdana,Helvetica,Arial,sans-serif;
line-height: 1em;
font-size: 12px;
transition-property: border-color, background-color, color;
-webkit-transition-property: border-color, background-color, color;
-moz-transition-property: border-color, background-color, color;
-o-transition-property: border-color, background-color, color;
-ms-transition-property: border-color, background-color, color;
transition-duration: 0.25s;
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
-ms-transition-duration: 0.25s;
}

input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
color: #444;
border-color: #c58057;
background-color: #e8e8e8;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
border-color: #5a79c3;
background-color: #f0f0f0;
color: #000;
}


input {
cursor: pointer;
vertical-align: middle;
padding: 0 3px;
font-size: 12px;
}

select {
cursor: pointer;
vertical-align: middle;
padding: 1px;
max-width: 400px;
}

option {
padding-right: 1em;
}

option.disabled-option {
color: #888;
}

textarea {
width: 60%;
padding: 2px;
line-height: 1.4em;
}

label {
cursor: default;
padding-right: 5px;
}

label input {
vertical-align: middle;
}

label img {
vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
padding: 4px 0;
}

fieldset dt {
float: left;
width: 40%;
text-align: left;
display: block;
}

fieldset dd {
margin-left: 41%;
vertical-align: top;
margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
width: 15em;
border-right-width: 0;
}

fieldset.fields1 dd {
margin-left: 15em;
border-left-width: 0;
}

fieldset.fields1 {
background-color: transparent;
}

fieldset.fields1 div {
margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
width: 15em;
border-right-width: 0;
}

fieldset.fields2 dd {
margin-left: 16em;
border-left-width: 0;
}

/* Form elements */
dt label {
font-weight: bold;
color: #000;
font-size: 12px;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
text-align: left;
}

dd label {
white-space: nowrap;
}

dd input, dd textarea {
margin-right: 3px;
}

dd select {
width: auto;
}

dd textarea {
width: 85%;
}

#timezone {
width: 95%;
}

/* Quick-login on index page */
fieldset.quick-login {
margin-top: 5px;
}

fieldset.quick-login input {
width: auto;
}

fieldset.quick-login input.inputbox {
width: 15%;
vertical-align: middle;
margin-right: 5px;
}

fieldset.quick-login label {
white-space: nowrap;
padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages */
fieldset.display-options {
text-align: center;
margin: 3px 0 5px 0;
}

fieldset.display-options label {
white-space: nowrap;
padding-right: 2px;
}

fieldset.display-options a {
margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
text-align: right;
line-height: 2em;
white-space: nowrap;
padding-right: 1em;
}

fieldset.display-actions label {
white-space: nowrap;
padding-right: 2px;
}

fieldset.sort-options {
line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
margin: 5px 0 3px 0;
float: right;
}

fieldset.forum-selection2 {
margin: 13px 0 3px 0;
float: right;
}

/* Jumpbox */
fieldset.jumpbox {
text-align: right;
margin-top: 15px;
height: 2.5em;
}

fieldset.quickmod {
width: 50%;
float: right;
text-align: right;
height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
text-align: center;
vertical-align: middle;
margin: 5px 0;
}

fieldset.submit-buttons input {
vertical-align: middle;
padding-top: 3px;
padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
vertical-align: middle;
}

/* Main message box */
#message-box {
width: 80%;
}

#message-box textarea {
width: 100%;
}

/* Emoticons panel */
#smiley-box {
width: 18%;
float: right;
}

#smiley-box img {
margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
padding: 2px;
cursor: text;
}

input.inputbox { width: 85%; }
input.medium { width: 50%; }
input.narrow { width: 25%; }
input.tiny { width: 125px; }

textarea.inputbox {
width: 85%;
}

.autowidth {
width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 {
font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
width: auto !important;
padding-top: 1px;
padding-bottom: 1px;
}
.browser-webkit a.button1, .browser-webkit input.button1, .browser-webkit input.button3, .browser-webkit a.button2, .browser-webkit input.button2 {
padding-top: 2px;
padding-bottom: 2px;
}
.browser-ie a.button1, .browser-ie input.button1, .browser-ie input.button3, .browser-ie a.button2, .browser-ie input.button2 {
padding: 4px 6px;
}

a.button1, input.button1 {
font-weight: bold;
color: #3d4a6a;
background: #e8e8e8;
border: solid 1px #b8b8b8;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

input.button3 {
padding: 0;
margin: 0;
line-height: 5px;
height: 12px;
font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
border: 1px solid #b8b8b8;
background: #d8d8d8;
color: #444;
padding-left: 6px;
padding-right: 6px;
font-size: 12px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
text-decoration: none;
color: #3d4a6a;
padding: 2px 8px;
line-height: 250%;
vertical-align: text-bottom;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
color: #ce6f36;
border-color: #d59c7a;
background-color: #f0f0f0;
}

input.disabled {
font-weight: normal;
color: #666;
}

/* Topic and forum Search */
.search-box {
margin-top: 3px;
margin-left: 5px;
float: left;
}

.search-box input {
}

input.search {
background-image: url("{T_THEME_PATH}/images/search_mini.gif");
background-repeat: no-repeat;
background-position: 3px 4px;
padding-left: 18px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

/* Animated buttons */
.search-box input.button2 {
opacity: 0;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
}
.search-box:hover input.button2, .search-box.focus input.button2 {
opacity: 1;
}
/*
Website index, forum view
*/
div.forabg, div.forumbg, .panel, .post {
clear: both;
}

ul.linklist {
display: block;
height: 14px;
margin: 6px 4px;
}
ul.linklist li {
display: block;
float: left;
list-style-type: none;
margin-right: 5px;
}

div.forabg, div.forumbg {
margin: 6px 0;
}
.old-ie .forabg, .old-ie .forumbg, .old-ie .panel, .old-ie .post, .old-ie .rules {
zoom: 1;
}

ul.topiclist {
display: block;
clear: both;
list-style-type: none;
margin: 0;
}
ul.topiclist li {
display: block;
list-style-type: none;
margin: 0;
padding: 5px;
border-width: 0;
}
ul.topiclist li.header {
margin: 4px 4px 2px;
padding: 0;
border: solid 1px #969fb3;
background: #384461 url({T_THEME_PATH}/images/th.gif) 0 0 repeat-x;
background: url({T_THEME_PATH}/images/header_g2.png) top center repeat-y, #384461 url({T_THEME_PATH}/images/th.gif) 0 0 repeat-x;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: rgba(255, 255, 255, 0.9);
text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
font-family: 'Droid Sans', Verdana;
}
ul.topiclist li.header a, ul.topiclist li.header a:visited {
color: rgba(255, 255, 255, 0.9);
text-decoration: underline;
}
.old-ie ul.topiclist li.header, .old-ie ul.topiclist li.header a, .old-ie ul.topiclist li.header a:visited {
color: #fff;
}
ul.topiclist li.header a:hover, ul.topiclist li.header a:active {
color: #fff;
}
ul.topiclist li.header dt, ul.topiclist li.header dd {
font-size: 12px;
line-height: 1.2em;
}

ul.topiclist dl {
overflow: hidden;
position: relative;
}
ul.topiclist li.row dl {
padding: 2px 0;
}

ul.topiclist dt {
display: block;
float: left;
width: 50%;
padding-left: 5px;
padding-right: 5px;
}

ul.topiclist dd {
display: block;
float: left;
padding: 4px 0;
border-left: 1px solid #d4d4d4;
transition: border-left-color 0.25s ease;
-webkit-transition: border-left-color 0.25s ease;
-moz-transition: border-left-color 0.25s ease;
-o-transition: border-left-color 0.25s ease;
-ms-transition: border-left-color 0.25s ease;
}
ul.topiclist li:hover dd {
border-left-color: #c8c8c8;
}

ul.topiclist dfn {
/* Labels for post/view counts */
position: absolute;
left: -999px;
width: 990px;
}

ul.topiclist li.row dt a.subforum {
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}

ul.topiclist li.row dt a.subforum.read {
background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

.forum-image {
float: left;
padding-top: 5px;
margin-right: 5px;
}

.feed-icon-forum {
float: right;
display: block;
width: 18px;
height: 18px;
background: url({T_THEME_PATH}/images/rss.png) 0 0 no-repeat;
}
.feed-icon-forum:hover { background-position: 0 -20px; }
.feed-icon-forum span { display: none; }

li.row {
}

li.row strong {
font-weight: normal;
}

li.header dt, li.header dd {
color: rgba(255, 255, 255, 0.8);
line-height: 1em;
border-left-width: 0;
margin: 0;
padding: 4px 0;
}
.old-ie li.header dt, .old-ie li.header dd {
color: #fff;
}

li.header dd {
margin-left: 1px;
}

li.header dl {
min-height: 0;
padding-left: 6px;
}

li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-left: 0;
padding-right: 50px;
}

/* Forum list column styles */
dl.icon {
min-height: 35px;
background-position: 9px 50%; /* Position of folder icon */
background-repeat: no-repeat;
}

dl.icon dt {
padding-left: 45px; /* Space for folder icon */
background-repeat: no-repeat;
background-position: 5px 95%; /* Position of topic icon */
font-size: 11px;
line-height: 1.3em;
}
dl.icon dt div.extra {
float: right;
padding-top: 4px;
}

dd.posts, dd.topics, dd.views {
width: 8%;
text-align: center;
line-height: 2.2em;
font-size: 12px;
}

a.forumtitle, a.topictitle {
font-size: 14px;
font-weight: 500;
line-height: 1.3em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.unread a.forumtitle, .unread a.forumtitle:visited,
.unread a.topictitle, .unread a.topictitle:visited,
.reported a.topictitle, .reported a.topictitle:visited,
.unapproved a.topictitle, .unapproved a.topictitle:visited {
color: #ce6f36;
}
.unread a.forumtitle:hover, .unread a.topictitle:hover,
.reported a.topictitle:hover, .unapproved a.topictitle:hover {
color: #cf3694;
}


/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
list-style-position: inside;
margin-left: 1em;
}

dl.icon dt li {
display: list-item;
list-style-type: inherit;
}

dd.lastpost {
width: 25%;
font-size: 11px;
}

dd.redirect {
font-size: 12px;
line-height: 2.5em;
}

dd.redirect.empty {
display: none;
}

dd.moderation {
font-size: 11px;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
display: block;
padding-left: 5px;
}

dd.time {
width: auto;
line-height: 200%;
font-size: 11px;
}

dd.extra {
width: 12%;
line-height: 200%;
text-align: center;
font-size: 11px;
}

dd.mark {
float: right !important;
width: 9%;
text-align: center;
line-height: 200%;
font-size: 11px;
}

dd.info {
width: 30%;
}

dd.option {
width: 15%;
line-height: 200%;
text-align: center;
font-size: 11px;
}

dd.searchby {
width: 47%;
font-size: 11px;
line-height: 1em;
}

ul.topiclist dd.searchextra {
margin-left: 5px;
padding: 0.2em 0;
font-size: 11px;
color: #000;
border-left: none;
clear: both;
width: 98%;
overflow: hidden;
}

/* Container for post/reply buttons */
.topic-actions {
margin: 0 4px 3px;
font-size: 11px;
height: 28px;
min-height: 28px;
}
div[class].topic-actions {
height: auto;
}

/* Buttons */
.buttons {
float: left;
}
.buttons div {
float: left;
margin: 0 5px 0 0;
background-position: 0 100%;
}
.old-ie .buttons div {
margin-left: 10px;
}
.buttons div a {
font-size: 13px;
line-height: 1em;
white-space: nowrap;
display: inline-block;
position: relative;
margin: 0 0 0 10px;
padding: 6px 12px 0 2px;
height: 20px;
text-decoration: none;
text-align: center;
color: rgba(255, 255, 255, 0.75);
background: url({T_THEME_PATH}/images/buttons.png) top right no-repeat;
text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}
.browser-ie .buttons div a {
line-height: 21.49px;
padding-top: 2px;
height: 24px;
}
.old-ie .buttons div a { color: #cad0e0; }


.buttons div a, .buttons div a:hover, .buttons div a:active {
text-decoration: none;
border-width: 0;
outline-style: none;
}
.buttons div a:hover, .buttons div a:active {
color: rgba(255, 255, 255, 0.9);
}
.old-ie .buttons div a:hover, .old-ie .buttons div a:active {
color: #fff;
}
.buttons div a span {
display: block;
position: absolute;
top: 0;
bottom: 0;
left: -10px;
width: 10px;
background: url({T_THEME_PATH}/images/buttons.png) top left no-repeat;
}

.buttons div a:hover {
background-position: right -30px;
}
.buttons div a:active {
background-position: right bottom;
}
.buttons div a:hover span {
background-position: left -30px;
}
.buttons div a:active span {
background-position: left bottom;
}


/* Pagination
---------------------------------------- */
.pagination {
width: auto;
text-align: right;
margin-top: 5px;
margin-bottom: 3px;
float: right;
}

.pagination span.page-sep {
display: none;
}

li.pagination {
margin-top: 0;
}

.pagination strong, .pagination b {
font-weight: normal;
}

.pagination span strong {
padding: 0 2px;
margin: 0 2px;
font-weight: normal;
border: 1px solid #aab4cd;
background-color: #3e5795;
color: #fff;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
font-weight: normal;
text-decoration: none;
margin: 0 2px;
padding: 0 2px;
border: solid 1px #ccc;
background-color: #f4f4f4;
line-height: 1.5em;
transition: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
}

.pagination span a:hover {
border-color: #e0c5b5;
background-color: #ce6f36;
color: #fff;
}
.pagination span a:active {
border-color: #e1b6d0;
background-color: #cf3694;
color: #fff;
}

.pagination img {
vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
float: right;
width: auto;
margin-top: 0;
padding: 1px 0 1px 15px;
font-size: 0.9em;
background: none 0 50% no-repeat;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
float: right;
width: auto;
padding-left: 5px;
margin-left: 5px;
margin-top: 10px;
text-align: right;
}

/* Login on index */
body.section-index #page-body > form > h3 { display: none; }
/*
Layout for posts
*/

.post, .panel {
margin-bottom: 4px;
padding: 4px;
}
#preview {
margin-top: 4px;
}
.post > div.inner, .panel > div.inner, .old-ie .post div.inner, .old-ie .panel div.inner-panel {
padding: 5px 10px;
}

.online .inner { background: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif") 100% 0 no-repeat; }


.postbody {
padding: 0;
line-height: 1.48em;
width: 76%;
float: left;
clear: both;
word-wrap: break-word;
}

.postbody .ignore {
}

.postbody h3.first, .postbody h3.first a {
/* The first post on the page uses this */
color: #ce6f36 !important;
}

.postbody h3 {
/* Postbody requires a different h3 format - so change it here */
padding: 2px 0 0 0;
margin: 0 0 2px 0 !important;
text-transform: none;
border: none;
line-height: 125%;
font-weight: normal;
font-size: 16px;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.postbody h3, .postbody h3 a, .postbody h3 a:visited { color: #3e5795; }
.postbody h3 a:hover { color: #ce6f36; }

.postbody h3 img {
/* Also see tweaks.css */
vertical-align: bottom;
}

.postbody .content {
font-size: 12px;
}

.search .postbody {
width: 68%
}

.content {
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
padding-bottom: 1px;
}

.content h2, .panel h2, .panel > div > h3, .panel .content > h3 {
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-weight: normal;
margin: 4px 0;
padding: 0;
font-size: 16px;
color: #3e5795;
}

.postbody > .notice {
clear: left;
margin-top: 10px;
font-size: 11px;
font-style: italic;
}

/* Poster profile icons
----------------------------------------*/
.post ul.profile-icons li {
opacity: 0;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
}
.post:hover ul.profile-icons li {
opacity: 1;
}

ul.profile-icons {
padding-top: 10px;
list-style: none;
}

/* Rollover state */
ul.profile-icons li {
float: left;
margin: 0 2px 3px 0;
background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
display: block;
width: 100%;
height: 100%;
background-color: #dfdfdf;
background-position: 0 0;
opacity: 1;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span {
display: none;
}
ul.profile-icons li a:hover {
opacity: 0;
}

/* Positioning of moderator icons */
.postbody ul.profile-icons {
float: right;
width: auto;
padding: 0;
padding-bottom: 5px;
}

.postbody ul.profile-icons li {
margin: 0 3px;
}


/* Profile & navigation icons */
.email-icon, .email-icon a { background: url("{IMG_ICON_CONTACT_EMAIL_SRC}") top left no-repeat; }
.aim-icon, .aim-icon a { background: url("{IMG_ICON_CONTACT_AIM_SRC}") top left no-repeat; }
.yahoo-icon, .yahoo-icon a { background: url("{IMG_ICON_CONTACT_YAHOO_SRC}") top left no-repeat; }
.web-icon, .web-icon a { background: url("{IMG_ICON_CONTACT_WWW_SRC}") top left no-repeat; }
.msnm-icon, .msnm-icon a { background: url("{IMG_ICON_CONTACT_MSNM_SRC}") top left no-repeat; }
.icq-icon, .icq-icon a { background: url("{IMG_ICON_CONTACT_ICQ_SRC}") top left no-repeat; }
.jabber-icon, .jabber-icon a { background: url("{IMG_ICON_CONTACT_JABBER_SRC}") top left no-repeat; }
.pm-icon, .pm-icon a { background: url("{IMG_ICON_CONTACT_PM_SRC}") top left no-repeat; }
.quote-icon, .quote-icon a { background: url("{IMG_ICON_POST_QUOTE_SRC}") top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a { background: url("{IMG_ICON_POST_REPORT_SRC}") top left no-repeat; }
.warn-icon, .warn-icon a { background: url("{IMG_ICON_USER_WARN_SRC}") top left no-repeat; }
.edit-icon, .edit-icon a { background: url("{IMG_ICON_POST_EDIT_SRC}") top left no-repeat; }
.delete-icon, .delete-icon a { background: url("{IMG_ICON_POST_DELETE_SRC}") top left no-repeat; }
.info-icon, .info-icon a { background: url("{IMG_ICON_POST_INFO_SRC}") top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon { width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon { width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon { width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon { width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon { width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon { width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon { width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon { width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon { width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.report-icon { width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon { width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon { width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon { width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon { width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }

/* Fix profile icon default margins */
/* ul.profile-icons li.edit-icon { margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon { margin: 0 0 0 10px; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon { margin: 0 3px 0 0; } */

/* Post author */
p.author {
margin: 0;
padding: 0 0 5px;
font-size: 11px;
line-height: 1.2em;
color: #444;
}
p.author img { margin-right: 4px; }
p.author strong { font-weight: normal; }

/* Post signature */
.signature {
margin-top: 1.5em;
padding-top: 0.2em;
font-size: 11px;
color: #444;
border-top: 1px solid #ccc;
clear: left;
line-height: 140%;
overflow: hidden;
width: 100%;
}

dd .signature {
margin: 0;
padding: 0;
clear: none;
border: none;
}

.signature li {
list-style-type: inherit;
}

.signature ul, .signature ol {
margin-bottom: 1em;
margin-left: 3em;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
margin: 2px 0 10px 0;
min-height: 80px;
color: #444;
border-left: 1px solid #ccc;
width: 22%;
float: right;
word-wrap: break-word;
}
.pm .postprofile {
border-left: 1px solid #ccc;
}

.postprofile dd, .postprofile dt {
line-height: 1.2em;
margin-left: 8px;
font-size: 11px;
}
.postprofile dt {
font-size: 14px;
line-height: 1.4em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.postprofile strong {
font-weight: normal;
color: #3e5795;
}

.avatar {
border: none;
margin-bottom: 3px;
}

/* Poster profile used by search*/
.search .postprofile {
width: 30%;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
width: 60% !important;
}

dl.pmlist dt textarea {
width: 95%;
}

dl.pmlist dd {
margin-left: 61% !important;
margin-bottom: 2px;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
margin-top: 5px;
border-top: 1px solid #ccc;
padding: 5px 0 0 0;
line-height: 120%;
}

fieldset.polls dl.voted {
color: #ce6f36;
}

fieldset.polls dt {
text-align: left;
float: left;
display: block;
width: 30%;
border-right: none;
padding: 0;
margin: 0;
font-size: 1.1em;
}

fieldset.polls dd {
float: left;
width: 10%;
border-left: none;
padding: 0 5px;
margin-left: 0;
font-size: 1.1em;
}

fieldset.polls dd.resultbar {
width: 50%;
}

fieldset.polls dd input {
margin: 2px 0;
}

fieldset.polls dd div {
text-align: right;
font-family: Arial, Helvetica, sans-serif;
color: rgba(255, 255, 255, 0.8);
font-weight: normal;
padding: 0 3px;
overflow: visible;
min-width: 12px;
background: #3e5795 url({T_THEME_PATH}/images/poll.png) 0 0 repeat-x;
border: solid 0px transparent;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-top-color: #eee;
}
.old-ie fieldset.polls dd div { color: #fff; }

fieldset.polls dd div.pollbar2 { background-position: 0 -25px; }
fieldset.polls dd div.pollbar3 { background-position: 0 -50px; }
fieldset.polls dd div.pollbar4 { background-position: 0 -75px; }
fieldset.polls dd div.pollbar5 { background-position: 0 -100px; }
fieldset.polls dl.voted dd div { background-position: 0 -125px; }


/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
background: rgba(255, 255, 255, 0.3) url({T_THEME_PATH}/images/bb_quote.gif) 5px 8px no-repeat;
border: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
font-size: 12px;
margin: 0.5em 1px 0 25px;
overflow: hidden;
padding: 5px;
}

blockquote blockquote {
/* Nested quotes */
background-color: #f0f0f0;
font-size: 1em;
margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
/* Nested quotes */
background-color: #e4e4e4;
}

blockquote cite {
/* Username/source of quoter */
font-style: normal;
font-weight: normal;
margin-left: 20px;
display: block;
font-size: 11px;
color: #444;
}

blockquote.uncited {
padding-top: 25px;
}

/* Code block */
dl.codebox {
padding: 3px;
background-color: rgba(255, 255, 255, 0.5);
border: 1px solid #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
margin: 0.5em 1px 0 25px;
font-size: 1em;
}

dl.codebox dt {
margin-bottom: 3px;
padding-left: 2px;
font-size: 11px;
font-weight: normal;
display: block;
color: #444;
}

blockquote dl.codebox {
margin-left: 0;
}

dl.codebox code {
/* Also see tweaks.css */
overflow: auto;
display: block;
height: auto;
max-height: 200px;
white-space: normal;
padding-top: 5px;
font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
line-height: 1.3em;
color: #000;
margin: 2px 0;
}

.syntaxbg { color: #f7f7f7; }
.syntaxcomment { color: #444; }
.syntaxdefault { color: #000; }
.syntaxhtml { color: #000; }
.syntaxkeyword { color: #ce6f36; }
.syntaxstring { color: #3e5795; }

/* Attachments
----------------------------------------*/
.attachbox {
float: left;
width: auto;
margin: 5px 5px 5px 0;
padding: 6px;
background-color: rgba(255, 255, 255, 0.5);
border: 1px dashed #ccc;
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
clear: left;
max-width: 98%;
max-width: calc(100% - 14px);
max-width: -moz-calc(100% - 14px);
}

.attachbox dt {
color: #444;
font-size: 11px;
}

.attachbox dd {
margin-top: 4px;
padding-top: 4px;
clear: left;
border-top: 1px solid #ccc;
}

.attachbox dd dd {
border: none;
}

.attachbox p {
line-height: 110%;
font-weight: normal;
clear: left;
}

.attachbox p.stats
{
line-height: 110%;
font-weight: normal;
clear: left;
}

.attach-image {
margin: 3px 0;
width: 100%;
max-height: 350px;
overflow: auto;
}

.attach-image img {
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
display: block;
margin-bottom: 4px;
}

div.inline-attachment p {
font-size: 100%;
}

dl.file {
display: block;
}

dl.file dt {
text-transform: none;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: normal;
}

dl.file dd {
margin: 0;
padding: 0;
}

dl.thumbnail img {
padding: 3px;
border: 1px solid #ccc;
}

dl.thumbnail dd {
font-style: italic;
}

.attachbox dl.thumbnail dd {
font-size: 100%;
}

dl.thumbnail dt a:hover {
}

dl.thumbnail dt a:hover img {
border: 1px solid #aaa;
}

/*
Reported / unapproved
*/
p.rules {
background: rgba(206, 111, 54, 0.1);
border: solid 1px #cba68f;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding: 6px;
margin: 5px 10px;
font-size: 12px;
line-height: 1.4em;
}
.old-ie p.rules {
background: #f4e6dd;
}
p.rules:hover {
border-color: rgba(203, 41, 106, 0.5);
}

p.rules img {
vertical-align: middle;
padding-top: 2px;
}
p.rules strong { font-weight: normal; }

p.rules a {
vertical-align: middle;
clear: both;
}

/*
Lists bbcode
*/
.content ul, .content ol {
margin-bottom: 1em;
margin-left: 3em;
}
.content li {
list-style-type: inherit;
}

/*
Post highlight
*/
.posthilit { color: #ce6f36; }

/*
Zoom in image
*/
span.zoom-container {
position: relative;
display: inline-block;
min-height: 34px;
}
span.zoom-image {
display: none;
transition: opacity 0.25s ease;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
opacity: 0.7;
}
img.zoom + span.zoom-image {
display: block;
position: absolute;
top: 2px;
left: 2px;
width: 30px;
height: 30px;
background: url("{T_THEME_PATH}/images/zoom.png") 0 0 no-repeat;
cursor: pointer;
}
.zoom-container:hover span.zoom-image { opacity: 1; }
img.zoom.zoomed-in + span.zoom-image {
background-position: 0 -30px;
opacity: 0;
}
.zoom-container:hover img.zoom.zoomed-in + span.zoom-image { opacity: 0.7; }
/*
Layouts for pages not covered in other css files
*/


/* notification */
div#message, #confirm .panel, #agreement .panel {
margin: 40px 0;
font-size: 12px;
}
div#message .inner, #confirm .panel .inner, #agreement .panel .inner {
padding-bottom: 20px;
}
div#message h2, #confirm h2, #agreement h2 {
margin-left: 0;
margin-bottom: 20px;
}

/*
UCP tabs
*/
#tabs {
margin: 10px 0 6px;
}
#navigation, #minitabs {
margin: 4px 0;
min-height: 1em;
}
#tabs ul, #navigation ul, #minitabs ul {
list-style-type: none;
}
#tabs li, #navigation li, #minitabs li {
display: block;
float: left;
}
#tabs li a, #navigation li a, #minitabs li a {
display: block;
margin: 0;
padding: 0;
height: 24px;
padding-left: 10px;
background: url({T_THEME_PATH}/images/tabs_right.png) top left no-repeat;
border-width: 0;
outline-style: none;
text-decoration: none;
}
#tabs li a span, #navigation li a span, #minitabs li a span {
display: inline-block;
font-size: 12px;
line-height: 1em;
white-space: nowrap;
padding-top: 6px;
padding-right: 10px;
height: 18px;
background: url({T_THEME_PATH}/images/tabs_left.png) top right no-repeat;
color: #3e5795;
text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
}
#tabs li a:hover, #tabs li.activetab a, #navigation li a:hover, #navigation li#active-subsection a, #minitabs li a:hover, #minitabs li.activetab a {
background-position: bottom left;
}
#tabs li a:hover span, #tabs li.activetab a span, #navigation li a:hover span, #navigation li#active-subsection a span, #minitabs li a:hover span, #minitabs li.activetab a span {
background-position: bottom right;
color: #ce6f36;
}
#tabs li.first a, #navigation li.first a, #minitabs li.first a {
background-image: url({T_THEME_PATH}/images/tabs_left.png);
padding-left: 14px;
}

#tabs li.last a, #navigation li.last a, #minitabs li.last a {
background-position: top right;
padding-right: 14px;
padding-left: 0;
}
#tabs li.last a span, #navigation li.last a span, #minitabs li.last a span {
background-image: url({T_THEME_PATH}/images/tabs_right.png);
background-position: top left;
padding-left: 10px;
padding-right: 0;
}

#tabs li.last a:hover, #tabs li.activetab.last a, #navigation li.last a:hover, #navigation li#active-subsection.last a, #minitabs li.last a:hover, #minitabs li.activetab.last a {
background-position: bottom right;
}
#tabs li.last a:hover span, #tabs li.activetab.last a span, #navigation li.last a:hover span, #navigation li#active-subsection.last a span, #minitabs li.last a:hover span, #minitabs li.activetab.last a span {
background-position: bottom left;
}
#navigation strong, #tabs strong, #minitabs strong {
color: #3e5795;
font-weight: normal;
}
li.activetab strong, #active-subsection strong,
#navigation a:hover strong, #tabs a:hover strong, #minitabs a:hover strong {
color: #ce6f36;
}



/*
UCP stuff
*/
div.cp-panel {
background: none;
padding: 0;
}
p.linkmcp { color: #888; }

#cp-main > h2, #cp-main > form > h2 {
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-weight: normal;
margin: 8px 0;
padding: 0;
font-size: 16px;
color: #ce6f36;
font-size: 20px;
font-weight: normal;
text-shadow: #ddd 2px 3px 1px;
margin: 14px 2px;
}

#cp-main h3 {
margin: 6px 0;
}


#cp-main .content {
padding: 0;
}

#cp-main .panel ol {
margin-left: 2em;
font-size: 11px;
}

ul.cplist {
margin-bottom: 5px;
}

#cp-main table.table1 {
margin-bottom: 1em;
}

#cp-main .pagination {
float: right;
width: auto;
padding-top: 1px;
}

#cp-main .postbody p {
font-size: 12px;
}

#cp-main .pm-message {
border: 1px solid #ddd;
margin: 10px 0;
background-color: #dfdfdf;
width: auto;
float: none;
}

.pm-message h2 {
padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
margin-top: 0;
}

#cp-main .buttons {
margin-left: 0;
}

#cp-main ul.linklist {
margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
width: 100%;
}

div.panel dl.panel, div.panel dl.panel .hdr2-last {
padding: 10px;
}


/* Friends list */
.cp-mini {
background-color: #dfdfdf;
padding: 0 5px;
margin: 5px 5px 0 0;
float: left;
}

.cp-mini .inner {
padding: 7px 5px;
}

dl.mini dt {
font-weight: normal;
color: #000;
font-size: 14px;
line-height: 1.3em;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

dl.mini dd {
padding-top: 4px;
}

.friend-online {
font-weight: bold;
}

.friend-offline {
font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
line-height: 2.5em;
}

/* PM panel adjustments */
.reply-all {
display: block;
padding-top: 4px;
clear: both;
float: left;
}

.pm-return-to {
padding-top: 23px;
}

#cp-main .pm-message-nav {
margin: 0;
padding: 2px 10px 5px 10px;
}

/* PM Message history */
.current {
color: #000;
}

/* Defined rules list for PM options */
ol.def-rules {
padding-left: 0;
}

ol.def-rules li {
line-height: 180%;
padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1, .pmlist li.bg2 {
margin: 2px;
}

.pmlist li.bg1 dl, .pmlist li.bg2 dl {
border: solid 1px #d0d0d0;
border-width: 0 3px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.pmlist li.pm_message_reported_colour dl, .pm_message_reported_colour {
border-color: #ce6f36;
}

.pmlist li.pm_marked_colour dl, .pm_marked_colour {
border-color: #cf3694;
}

.pmlist li.pm_replied_colour dl, .pm_replied_colour {
border-color: #3e5795;
}

.pmlist li.pm_friend_colour dl, .pm_friend_colour {
border-color: #30ab57;
}

.pmlist li.pm_foe_colour dl, .pm_foe_colour {
border-color: #ce6f36;
}


.pm-legend {
border-left-width: 10px;
border-left-style: solid;
border-right-width: 0;
margin-bottom: 3px;
padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
position: relative;
float: left;
margin: 10px;
padding: 5px;
width: auto;
background: #dfdfdf;
border: 1px solid #ccc;
text-align: center;
}

#gallery label:hover {
border-color: #d99f7c;
background-color: #e4e4e4;
}

/* Topic review panel
----------------------------------------*/
#review {
margin-top: 2em;
font-weight: normal;
font-size: 14px;
line-height: 1.4em;
color: #3e5795;
}

#topicreview {
padding-right: 5px;
overflow: auto;
height: 300px;
}

#topicreview .postbody {
width: auto;
float: none;
margin: 0;
height: auto;
}

#topicreview .post {
height: auto;
}

#topicreview h2 {
border-bottom-width: 0;
}

.post-ignore .postbody {
display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
/* This will only work in IE7+, plus the others */
overflow: auto;
max-height: 300px;
}

#expand
{
clear: both;
}


/* FAQ */
dl.faq {
margin-top: 5px;
margin-bottom: 20px;
line-height: 1.4em;
}

dl.faq dt {
font-weight: normal;
font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
font-size: 14px;
color: #ce6f36;
line-height: 1.4em;
}
dl.faq dt strong { font-weight: normal; }

.content dl.faq {
font-size: 12px;
margin-bottom: 0.5em;
}

.column1 {
float: left;
clear: left;
width: 49%;
}

.column2 {
float: right;
clear: right;
width: 49%;
}


/* Table styles
----------------------------------------*/
table.table1 {
width: 100%;
}

#ucp-main table.table1 {
margin: 2px;
}

table.table1 th {
font-weight: normal;
border: solid 1px #969fb3;
background: #384461 url({T_THEME_PATH}/images/th.gif) 0 0 repeat-x;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
color: rgba(255, 255, 255, 0.9);
font-size: 12px;
font-family: 'Droid Sans', Verdana;
line-height: 1.2em;
padding: 3px 4px;
}
table.table1 thead th a, table.table1 thead th a:visited {
color: rgba(255, 255, 255, 0.8);
}
.old-ie table.table1 th, .old-ie table.table1 thead th a, .old-ie table.table1 thead th a:visited {
color: #fff;
}
table.table1 thead th a:hover {
color: #fff;
}

table.table1 thead th span {
padding-left: 7px;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
background-color: #e0e0e0;
}

table.table1 td {
font-size: 12px;
padding: 4px;
border: 1px solid #c0c0c0;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

/* Specific column styles */
table.table1 .name { text-align: left; }
table.table1 .posts { text-align: center !important; width: 7%; }
table.table1 .joined { text-align: left; width: 15%; }
table.table1 .active { text-align: left; width: 15%; }
table.table1 .mark { text-align: center; width: 7%; }
table.table1 .info { text-align: left; width: 30%; }
table.table1 .info div { width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol { line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
float: right;
width: auto;
}

table.info td {
padding: 3px;
}

table.info tbody th {
padding: 3px;
text-align: right;
vertical-align: top;
color: #000;
font-weight: normal;
}

/* Jump to post link for now */
ul.searchresults {
list-style: none;
text-align: right;
clear: both;
}
.post ul.searchresults {
width: 68%;
clear: left;
}

/* Close popup */
body.simple #page-body > a {
display: block;
text-align: center;
margin: 4px;
}

/* Login form */
form#login, form#register {
margin-top: 20px;
}

/*
Dropdown tabs
*/
#tabs { overflow: visible; }
div.dropdown-tabs {
position: relative;
float: left;
margin: 0;
margin-right: 16px;
padding: 0;
padding-left: 12px;
height: 24px;
background: url({T_THEME_PATH}/images/tabs_left.png) top left no-repeat;
}
div.dropdown-tabs > a {
display: inline-block;
font-size: 12px;
line-height: 1em;
white-space: nowrap;
margin: 0;
margin-right: -10px;
padding-top: 6px;
padding-right: 24px;
height: 18px;
color: #3e5795;
text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
background: url({T_THEME_PATH}/images/tabs_popup.png) top right no-repeat;
}
div.dropdown-tabs:hover { background-position: bottom left; }
div.dropdown-tabs:hover > a { background-position: bottom right; color: #CE6F36; }
div.dropdown-tabs > ul {
display: none;
position: absolute;
top: 24px;
left: 0;
z-index: 2;
background: #dfdfdf url({T_THEME_PATH}/images/innerbg.gif);
padding: 0;
border: solid 2px #57678f;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
box-shadow: 1px 1px 5px #57678f;
-moz-box-shadow: 1px 1px 5px #57678f;
-webkit-box-shadow: 1px 1px 5px #57678f;
}
div.dropdown-tabs:hover > ul { display: block; }
.dropdown-tabs li a, .dropdown-tabs span,
#tabs .dropdown-tabs li a, #tabs .dropdown-tabs li a span {
background: none;
margin: 0;
padding: 0;
line-height: 1em;
height: auto;
}
.dropdown-tabs li a, #tabs div.dropdown-tabs ul li a {
padding: 8px 6px;
}
.dropdown-tabs li, #tabs .dropdown-tabs li {
margin: 0;
padding: 0;
display: block;
float: none;
border-top: solid 1px #fff;
border-bottom: solid 1px #bbb;
}
.dropdown-tabs li:first-child, #tabs .dropdown-tabs li:first-child { border-top-width: 0; }
.dropdown-tabs li:last-child, #tabs .dropdown-tabs li:last-child { border-bottom-width: 0; }
.cp-mini dl.mini { max-height: 140px; overflow: auto; }

viewtopic_body.html
<!-- INCLUDE overall_header.html -->
<!-- IF U_MCP --><p>[&nbsp;<a href="{U_MCP}">{L_MCP}</a>&nbsp;]</p><!-- ENDIF -->
<h2><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a></h2>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->

<!-- IF MODERATORS -->
<p>
<strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}
</p>
<!-- ENDIF -->

<!-- IF S_FORUM_RULES -->
<div class="rules">
<div class="inner"><span class="corners-top"><span></span></span>

<!-- IF U_FORUM_RULES -->
<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a>
<!-- ELSE -->
<strong>{L_FORUM_RULES}</strong><br />
{FORUM_RULES}
<!-- ENDIF -->

<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->

<div class="topic-actions">

<div class="buttons">
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
<!-- ENDIF -->
</div>

<!-- IF S_DISPLAY_SEARCHBOX -->
<div class="search-box">
<form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
<fieldset>
<input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
<input class="button2" type="submit" value="{L_SEARCH}" />
{S_SEARCH_LOCAL_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->

<!-- IF PAGINATION or TOTAL_POSTS -->
<div class="pagination">
<!-- IF U_VIEW_UNREAD_POST and not S_IS_BOT --><a href="{U_VIEW_UNREAD_POST}">{L_VIEW_UNREAD_POST}</a> &bull; <!-- ENDIF -->{TOTAL_POSTS}
<!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
</div>
<!-- ENDIF -->

</div>
<div class="clear"></div>

<!-- IF S_HAS_POLL -->
<form method="post" action="{S_POLL_ACTION}">

<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>

<div class="content">
<h2>{POLL_QUESTION}</h2>
<p class="author">{L_POLL_LENGTH}<!-- IF S_CAN_VOTE and L_POLL_LENGTH --><br /><!-- ENDIF --><!-- IF S_CAN_VOTE -->{L_MAX_VOTES}<!-- ENDIF --></p>

<fieldset class="polls">
<!-- BEGIN poll_option -->
<dl class="<!-- IF poll_option.POLL_OPTION_VOTED -->voted<!-- ENDIF -->"<!-- IF poll_option.POLL_OPTION_VOTED --> title="{L_POLL_VOTED_OPTION}"<!-- ENDIF -->>
<dt><!-- IF S_CAN_VOTE --><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label><!-- ELSE -->{poll_option.POLL_OPTION_CAPTION}<!-- ENDIF --></dt>
<!-- IF S_CAN_VOTE --><dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd><!-- ENDIF -->
<!-- IF S_DISPLAY_RESULTS --><dd class="resultbar"><div class="<!-- IF poll_option.POLL_OPTION_PCT < 20 -->pollbar1<!-- ELSEIF poll_option.POLL_OPTION_PCT < 40 -->pollbar2<!-- ELSEIF poll_option.POLL_OPTION_PCT < 60 -->pollbar3<!-- ELSEIF poll_option.POLL_OPTION_PCT < 80 -->pollbar4<!-- ELSE -->pollbar5<!-- ENDIF -->" style="width:{poll_option.POLL_OPTION_PERCENT};">{poll_option.POLL_OPTION_RESULT}</div></dd>
<dd><!-- IF poll_option.POLL_OPTION_RESULT == 0 -->{L_NO_VOTES}<!-- ELSE -->{poll_option.POLL_OPTION_PERCENT}<!-- ENDIF --></dd><!-- ENDIF -->
</dl>
<!-- END poll_option -->

<!-- IF S_DISPLAY_RESULTS -->
<dl>
<dt>&nbsp;</dt>
<dd class="resultbar">{L_TOTAL_VOTES} : {TOTAL_VOTES}</dd>
</dl>
<!-- ENDIF -->

<!-- IF S_CAN_VOTE -->
<dl style="border-top: none;">
<dt>&nbsp;</dt>
<dd class="resultbar"><input type="submit" name="update" value="{L_SUBMIT_VOTE}" class="button1" /></dd>
</dl>
<!-- ENDIF -->

<!-- IF not S_DISPLAY_RESULTS -->
<dl style="border-top: none;">
<dt>&nbsp;</dt>
<dd class="resultbar"><a href="{U_VIEW_RESULTS}">{L_VIEW_RESULTS}</a></dd>
</dl>
<!-- ENDIF -->
</fieldset>
</div>

<span class="corners-bottom"><span></span></span></div>
{S_FORM_TOKEN}
{S_HIDDEN_FIELDS}
</div>


</form>
<hr />
<!-- ENDIF -->

<!-- BEGIN postrow -->
<!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
<div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --> online<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>

<div class="postbody">
<!-- IF postrow.S_IGNORE_POST -->
<div class="ignore">{postrow.L_IGNORE_POST}</div>
<!-- ELSE -->

<!-- IF not S_IS_BOT -->
<!-- IF postrow.U_EDIT or postrow.U_DELETE or postrow.U_REPORT or postrow.U_WARN or postrow.U_INFO or postrow.U_QUOTE -->
<ul class="profile-icons">
<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
<!-- ENDIF -->

<h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
<p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> &raquo; {postrow.POST_DATE} </p>

<!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
<p class="rules">
<!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><br /><!-- ENDIF -->
<!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
</p>
<!-- ENDIF -->

<div class="content">{postrow.MESSAGE}</div>

<!-- IF postrow.S_HAS_ATTACHMENTS -->
<dl class="attachbox">
<dt>{L_ATTACHMENTS}</dt>
<!-- BEGIN attachment -->
<dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
<!-- END attachment -->
</dl>
<!-- ENDIF -->

<!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
<!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
<div class="notice">{postrow.EDITED_MESSAGE}
<!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
</div>
<!-- ENDIF -->

<!-- IF postrow.BUMPED_MESSAGE --><div class="notice"><br /><br />{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
<!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
<!-- ENDIF -->

</div>

<!-- IF not postrow.S_IGNORE_POST -->
<dl class="postprofile" id="profile{postrow.POST_ID}">
<dt>
<!-- IF postrow.POSTER_AVATAR -->
<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
<!-- ENDIF -->
<!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
</dt>

<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

<dd>&nbsp;</dd>

<!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
<!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
<!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->

<!-- IF postrow.S_PROFILE_FIELD1 -->
<!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
<dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
<!-- ENDIF -->

<!-- BEGIN custom_fields -->
<dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
<!-- END custom_fields -->

<!-- IF not S_IS_BOT -->
<!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
<dd>
<ul class="profile-icons">
<!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}"><span>{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
<!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
</ul>
</dd>
<!-- ENDIF -->
<!-- ENDIF -->

</dl>
<!-- ENDIF -->

<div class="back2top"><a href="#page-body" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

<span class="corners-bottom"><span></span></span></div>
</div>

<hr class="divider" />
<!-- END postrow -->
<!-- IF S_QUICK_REPLY -->
<!-- INCLUDE quickreply_editor.html -->
<!-- ENDIF -->
<!-- IF S_NUM_POSTS > 1 or PREVIOUS_PAGE -->
<form id="viewtopic" method="post" action="{S_TOPIC_ACTION}">

<fieldset class="display-options" style="margin-top: 0; ">
<!-- IF PREVIOUS_PAGE --><a href="{PREVIOUS_PAGE}" class="left-box {S_CONTENT_FLOW_BEGIN}">{L_PREVIOUS}</a><!-- ENDIF -->
<!-- IF NEXT_PAGE --><a href="{NEXT_PAGE}" class="right-box {S_CONTENT_FLOW_END}">{L_NEXT}</a><!-- ENDIF -->
<!-- IF not S_IS_BOT -->
<label>{L_DISPLAY_POSTS}: {S_SELECT_SORT_DAYS}</label>
<label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> <label>{S_SELECT_SORT_DIR} <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>
<!-- ENDIF -->
</fieldset>

</form>
<hr />
<!-- ENDIF -->

<div class="topic-actions">
<div class="buttons">
<!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO -->
<div class="<!-- IF S_IS_LOCKED -->locked-icon<!-- ELSE -->reply-icon<!-- ENDIF -->"><a href="{U_POST_REPLY_TOPIC}" title="<!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF -->"><span></span><!-- IF S_IS_LOCKED -->{L_TOPIC_LOCKED_SHORT}<!-- ELSE -->{L_POST_REPLY}<!-- ENDIF --></a></div>
<!-- ENDIF -->
</div>

<!-- IF PAGINATION or TOTAL_POSTS -->
<div class="pagination">
{TOTAL_POSTS}
<!-- IF PAGE_NUMBER --><!-- IF PAGINATION --> &bull; <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> &bull; <span>{PAGINATION}</span><!-- ELSE --> &bull; {PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
</div>
<!-- ENDIF -->
</div>

<!-- INCLUDE jumpbox.html -->

<!-- IF S_TOPIC_MOD -->
<form method="post" action="{S_MOD_ACTION}">
<fieldset class="quickmod">
<label for="quick-mod-select">{L_QUICK_MOD}:</label> {S_TOPIC_MOD} <input type="submit" value="{L_GO}" class="button2" />
{S_FORM_TOKEN}
</fieldset>
</form>
<!-- ENDIF -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
<h3><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF --></h3>
<p>{LOGGED_IN_USER_LIST}</p>
<!-- ENDIF -->

<!-- INCLUDE overall_footer.html -->

место для кнопки спасибо
Изображение

а убрать спасибо можно не делать,только кнопку спасибо и все.
Заранее большое спасибо за помощь

Аватара пользователя
Сообщения: 1848
Зарегистрирован: 02 окт 2009, 10:19
Откуда: Украина
Благодарил (а): 68
Поблагодарили: 673 раз в 507 сообщениях
Город: Киев
Пол: Мужской
Адрес форума: 4admins.ru
бабло: 0
Баллы репутации: 82

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 23:04

andreykalab
в первом сообщении темы есть инструкция по установке для стиля ARTODIA. Попробуйте. Возможно, Вы просто не заметили. Внимательно, по пунктам.
Я не могу загрузить этот стиль, выдает ошибку. Это усложняет задание. Если уже не получится - че-нить придумаем.

Аватара пользователя
Сообщения: 73
Зарегистрирован: 16 май 2012, 18:05
Благодарил (а): 50
Поблагодарили: 1 раз в 1 сообщении
Город: херсон
Пол: Мужской
Адрес форума: http://telstar.gtaserv.ru/
Баллы репутации: 5

Re: МОД "спасибо за сообщение"

Сообщение Добавлено: 05 авг 2013, 23:23

"Gold" писал(а):
в первом сообщении темы есть инструкция по установке для стиля ARTODIA

так как в первом пункте если вставить рисунок в тему стиля,то в этом стиле совсем по другому тема,а если через viewtopic_body.html то там все совпадает ну картинка получается просто двойная
"Gold" писал(а):
Я не могу загрузить этот стиль, выдает ошибку

вот рабочий стиль без ошибки


Вернуться в Модификации

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 19