piksi
Пользователи
-
Регистрация
-
В сети
Reputation Activity
-
piksi reacted to WOLF in Steam CS GOcompose.css
html[dir="ltr"] .ipsComposeArea_dropZone > div { margin-left: 40px; } заменить на:
html[dir="ltr"] .ipsComposeArea_dropZone > div { margin-left: 40px; color: #000; } и в typography.css
.ipsType_richText a { text-decoration: underline; } заменить на:
.ipsType_richText a { text-decoration: underline; color: #417a9b; }
-
piksi reacted to Viktar83 in Стандартная аваАдминка ---> Внешнй вид ---> Стили и шаблоны:
На нужном стиле выбрать пункт "управление ресурсами"
Найти default_photo.png - кнопка "редактировать"
Заменить на свое фото
-
piksi reacted to FoLez in Криво отображается Userpane гостям.ац -> внешний вид -> ваш стиль -> темы -> post
найти:
<if test="postModCheckbox:|:$post['post']['moddable'] && ! $topic['_isArchived']"> <span class='right'> <label for='checkbox_{$post['post']['pid']}' class='post_mod hide'>{$this->lang->words['mod_select_post']}</label> <input type='checkbox' id='checkbox_{$post['post']['pid']}' name='selectedpids[]' value='{$post['post']['pid']}' class='post_mod right'<if test="postModSelected:|:!empty( $post['post']['_pid_selected'] )"> checked='checked'</if> data-status='{$post['post']['queued']}' /> </span> замените на:
<if test="postModCheckbox:|:$post['post']['moddable'] && ! $topic['_isArchived']"> <span class='right'> <label for='checkbox_{$post['post']['pid']}' class='post_mod hide'>{$this->lang->words['mod_select_post']}</label> <input type='checkbox' id='checkbox_{$post['post']['pid']}' name='selectedpids[]' value='{$post['post']['pid']}' class='post_mod right'<if test="postModSelected:|:!empty( $post['post']['_pid_selected'] )"> checked='checked'</if> data-status='{$post['post']['queued']}' /> </span> </if>