Перейти до змісту
Домент ipb-board.ru продається.

Вид attachment/Скачать

Рекомендовані відповіді

Опубліковано
  • Адміністратор

post-2-0-90434000-1446127755_thumb.png

Админ Панель-Внешний вид-Ваш стиль-Темы-Show_attachment заменить все на:

<div class="attachment-box">  <div class="attachment-url">    <a href="{parse url="app=core&module=attach&section=attach&attach_id={$data['attach_id']}" base="current"}" title="{$this->lang->words['attach_dl']}"><img src="{$this->settings['public_dir']}<if test="hasmime:|:$data['mime_image']">{$data['mime_image']}<else />style_extra/mime_types/unknown.gif</if>" alt="{$this->lang->words['attached_file']}" /></a> <a href="{parse url="app=core&module=attach&section=attach&attach_id={$data['attach_id']}" base="current"}" title="{$this->lang->words['attach_dl']}"><strong>{$data['attach_file']}</strong></a>  </div>  <span class="attachment-button">    <a href="{parse url="app=core&module=attach&section=attach&attach_id={$data['attach_id']}" base="current"}" title="{$this->lang->words['attach_dl']}">{$this->lang->words['attach_dl']}</a>  </span>  <div class="attachment-meta">    <strong>{$this->lang->words['attach_size']}</strong> {$data['file_size']}  <strong>{$this->lang->words['attach_ahits']}</strong> {$data['attach_hits']}  </div></div>

Далее создаем CSS файл extra.css и пропишем этот код

#attach_wrap li.attachment {  display: block;}.attachment-box {  margin: 0 auto;  max-width: 300px;  border: 4px solid #9acfea;  background: #fff;  text-align: center;}.attachment-button a {  display: inline-block;  margin: 5px 0;  padding: 4px;  border: 1px solid #9acfea;  border-radius: 2px;  background-color: #d9edf7;  background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);  background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);  color: #31708f;  text-transform: uppercase;  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);}.attachment-button a:hover {  background-color: #b9def0;  background-image: -webkit-linear-gradient(top,#b9def0 0,#d9edf7 100%);  background-image: linear-gradient(to bottom,#b9def0 0,#d9edf7 100%);}.attachment-url {  padding: 5px 0;  background: #d9edf7;}.attachment-meta {  padding: 5px 0;  background: #d9edf7;  color: #3F4249;  font-size: 11px;}

Для публікації повідомлень створіть обліковий запис або авторизуйтесь