Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Форум для новичков » Общие вопросы от новичков (63) #3


Общие вопросы от новичков (63) #3

Сообщений 101 страница 120 из 386

1

Инструменты для поиска и редактирования стиля (скриптов).

Как с помощью браузера можно определить элемент дизайна.

Каталог скриптов/CSS

Полезные скрипты, необходимые темы для новичков, а также ссылки на сайты рассказывающие что такое HTML и CSS.

Типовые Вопросы (ЧаВо)

Ответы на часто задаваемые вопросы.

Как задавать вопросы! Разница между стилем и скриптом. ( Советы)

Плюс к названию темы еще и Памятка.

Любой вопрос по оформлению/неполадкам сопровождайте ссылкой на форум, по которому возникли сложности.

Предыдущая часть темы: Общие вопросы от новичков (63)

Предыдущая часть темы: Общие вопросы от новичков (63) #2

+1

101

<3 написал(а):

https://bloodtundra.icebb.ru/viewtopic.php?id=5#p522

Ни наю, у меня Аватар работает

https://upforme.ru/uploads/0000/14/1c/22787/t811275.png

Попробуйте заменить код на обрезанные ссылки авиков:

Код:
<!-- Аватар по умолчанию / Deff, Alex_63 -->
<script type="text/javascript">
var DefAvtr = '/files/001c/36/f3/85639.png'; //Ссылка на аватар по умолчанию
var GuestAvtr = '/files/001c/36/f3/41249.png'; //Ссылка на аватар для Гостя
$('#pun-viewtopic,#pun-messages').find('.pa-title').each(function(){
  var b = DefAvtr;if($(this).text()=='Гость'){b = GuestAvtr;}
  var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
  if($(this).parent().find('.pa-avatar').html()==null)$(this).after(s);
});$('#profile-left strong:contains("Нет аватара")')
.parent().html('<div><img src="'+DefAvtr+'"/></div>');
</script>

Возможно у Вас антивир блокирует скрипты ?

Отредактировано Deff (Вс, 14 Сен 2025 01:25:37)

0

102

Про скрипт под N-кнопок - не увидел установленного кода, поставьте как в исходнике - попробую поправить, и на скриншоте обведите поля красным, которые нужно воткнуть под одну кнопку

Отредактировано Deff (Вс, 14 Сен 2025 01:24:37)

0

103

Deff
Так это для пользователей без Авы! А я пишу про неработающий аватар ГОСТЯ...

0

104

Deff написал(а):

Про скрипт под N-кнопок - не увидел установленного кода, поставьте как в исходнике - попробую поправить, и на скриншоте обведите поля красным, которые нужно воткнуть под одну кнопку

Мне не нужно, чтобы он вставлялся в ВЕРХ и Низ, только в НИЗ...

0

105

<3 написал(а):

Так это для пользователей без Авы! А я пишу про неработающий аватар ГОСТЯ...

У меня по ссылке все юзеры с Авами, а данный пользователь имеенно по той ссылке, чо вы дали

0

106

<3 написал(а):

Мне не нужно, чтобы он вставлялся в ВЕРХ и Низ, только в НИЗ...

Ну объедините их в HTML низ, первым тот что стоит в HTML верх,
Сделано спецом, для более быстрого сворачивания кнопок, при HTML низ, срабатывает толлько после полной загрузки страницы - процесс виден

Вам лучше весь стиль убрать из HTML верх и перетащить в Администрирование стиль, для этого нун сначала туда перенести стиль  "Oxygen_Reloaded_Red.css"

Отредактировано Deff (Вс, 14 Сен 2025 01:33:05)

0

107

Deff
Это не юзер, а гость...

0

108

<3
Сделайте скриншот, ткните стрелкой

0

109

Deff
https://upforme.ru/uploads/0000/14/1c/38357/t162113.png
Это не зарегистрированный гость и аватар у него отображается для зареганных юзеров без авы.

0

110

<3
Понял... (Я думал что вообще нет Аватара

0

111

Deff
У него нет аватара, это же гость, боже ж мой... А сей аватар вставлен в ваш двойной скрипт для разных аватаров юзеров и гостей. Надо, чтобы отображались разные!

Пс: скрипт для спойлера тот я уже не знаю, где, через поиск не нашла.

+1

112

Порядок полей, если вам поможет.
https://upforme.ru/uploads/0000/14/1c/38357/t27793.png
Это для спойлера под аву с 1 кнопкой.

0

113

<3
Воть см как уменьшить HTML верх:

Переходите в Администрирование-Стиль,
В Первое Окно стиля ставите такой код:

Код:
/*************************************************************
A - SETUP
**************************************************************/
 
/* A1 Import the colour scheme
-------------------------------------------------------------*/
 
/* A1.1 */
  @import url(style_cs.css);
 
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
 
/* A2.1 */
html, body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, blockquote, table, th, td, input, textarea, button, select {
  margin: 0;
  padding: 0;
  }
 
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  }
 
samp,code,pre,option,optgroup,input,select,textarea,td,th{
  font-size: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight:  normal;
  }
 
samp, code, pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  }
 
/* A2.2 */
.punbb * {
  margin: 0
  }
 
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }
 
/* A2.4 */
.punbb img {
  border:none
  }
 
/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }
 
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
 
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }
 
 
/* A3 Text setup
-------------------------------------------------------------*/
 
/* A3.1 */
body {
  font-size: 100%;
  }
 
/* A3.2 */
.punbb {
  font: 75%/1.5em Verdana,Helvetica,Arial,sans-serif;
  }
 
/* A3.3 */
select {
  height: 25px;
  * height: auto;
  line-height: 25px;
  padding-left: 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  text-shadow: 0 1px 1px #ddd;
  }
 
.formsubmit .submit {
  margin-right: .75em;
  }

.formsubmit {
  margin-right: 2em;
  }
 
.submit input, .cancel input {
  overflow: visible;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.084em;
  }
 
.button-set .submit {
  padding-left: 1em;
  }
 
button {
  width: auto;
  overflow: visible;
  }
 
label, input[type="button"], input[type="submit"], button, select {
  cursor: pointer;
  }
 
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
  font-size: 1em;
  font-weight: normal;
  }
 
/* A3.5 */
.punbb h1 span, .punbb h2 span {
  font-size: 1.1em;
  }
  
.punbb legend span {
  font-size: 1.06em;
  }
 
/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }
 
/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }
 
/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }
 
/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }
 
/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
 
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }
 
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-viewforum #pun-main h1 span,
#pun-viewtopic #pun-main h1 span,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-stats h2,
#pun-ulinks h2,
#pun-profile .main h1 span,
#viewprofile h2,
#pun-profile #profilenav h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }
 
/* A4.3 */
#pun-viewforum .main h1,
#pun-viewtopic .main h1,
#pun-profile .main h1 {
  height: 17px;
  }
 
 
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
 
/* A5.1 */
#pun {
  padding: 1em 2em 0;
  margin: 0 auto;
  max-width: 1100px;
  min-width: 700px;
  width: 90%;
  }
 
/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  position: relative;
  }
 
/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }
 
/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 1em;
  }
 
/* A5.5 */
.punbb .category {
  margin-top: 0.4em;
  }

.punbb .post + .post {
 margin-top: -1px; 
 }
 
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }
 
/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }
 
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
 
  }
 
/* A5.9 */
.punbb .container {
  border-style: solid;
  border-width: 1px;
  }
 
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
  padding: 0.5em 1em;
  border-style: solid;
  border-bottom: none;
  border-width:1px;
  }
 
 
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
 
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
 
/* B1.1 */
.punbb .post-content {
  padding: 1em;
  margin: 0;
  overflow: hidden;
  }
 
.punbb .post-box .post-rating {
  margin-right: 1em;
  }

.punbb .post-box .post-vote .container {
  font-size: 90%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 6px !important;
  }
 
.punbb .post-box .post-rating .container {
  display: block;
  padding: 1px 6px !important;
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }
 
.punbb .post-box .post-rating .container a {
  font-weight: bold;
  text-decoration: none;
  font-size: 90% !important;
  }
 
/* B1.2 */
.punbb .post-sig dt {
  display: block;
  width: 200px;
  border-top-style: solid;
  border-top-width: 1px;
  padding-bottom: .5em;
  }
 
.punbb .post-sig dd p {
  font-size: .95em;
  margin: 0;
  padding: 0;
  }
 
/* B1.3 */
.punbb .post-content p, .punbb .fs-box .post-content p {
  margin: 0;
  padding: .35em 0;
  line-height: 150%;
  }
 
/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }
 
/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }
 
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }
 
/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }
 
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }
 
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }
 
/* B2 Information boxes
-------------------------------------------------------------*/
 
/* B2.1 */
.punbb .info-box {
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: .35em;
  -webkit-border-radius: .35em;
  -khtml-border-radius: .35em;
  border-radius: .35em;
  margin: 1.417em;
  padding: .5em 1em;
  position: relative;
  }
 
/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }
 
/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }
 
/* B2.4 */
.required label:after {
  content: "*";
  position: relative;
  top: -2px;
  left: 2px;
  color: red;
  font-size: 90%;
  }
 
 
/* B3 Pagination and posting links
-------------------------------------------------------------*/
 
/* B3.1 */
.punbb .linkst {
  float: left;
  position: relative;
  width: 100%;
  font-size: 1.1em;
  height: 0;
  }
 
/* B3.2 */
.multipage {
  margin-top: 0;
  }
 
/* B3.3 */
.linkst .pagelink {
  position: absolute;
  top: -1.8em;
  left: 1em;
  width: 24em;
  }
 
/* B3.4 */
.linkst .postlink {
  position: absolute;
  top: -1.8em;
  right: 1em;
  width: 16em;
  text-align: right;
  font-weight: bold;
  }
 
/* B3.5 */
.punbb .linksb, #profilenav {
  margin-bottom: 0.5em;
  padding: 0 1em;
  font-size: 1.1em;
  line-height: 32px;
  }
 
/* B3.6 */
.linksb .pagelink {
  float: left;
  width: 24em;
  text-align: left;
  }
 
/* B3.7 */
.linksb .postlink {
  display: none;
  float: right;
  font-weight: bold;
  }
 
/* B3.8 */
.punbb .subscribelink {
  text-align: right;
  }
 
 
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
 
/* C1 Form layout
-------------------------------------------------------------*/
 
/* C1.1 */
.punbb .formal .container {
  padding: 1.7em 2.3em 1.1em 2.3em;
  }
 
/* C1.2 */
.punbb .formsubmit {
  margin: 1em 0 0 0;
  }
 
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }
 
/* C1.4 */
.punbb fieldset {
  border-style: solid;
  border-width: 1px;
  padding: 0 18px 0 18px;
  margin: 0 0 1em 0
  }
 
/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em
  }
 
/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }
 
/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }
 
/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0.8em 0;
  }
 
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset, .inputfield {
  padding: 0.8em;
  }
 
/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }
 
/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }
 
/* C1.12 */
.punbb .datafield br {
  display: none
  }
 
/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }
 
/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }
 
/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }
 
/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }
 
/* C1.17 */
.punbb .hashelp {
  position: relative;
  }
 
/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }
 
/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }
 
/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }
 
/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }
 
/* C2 Table layout
-------------------------------------------------------------*/
 
/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }
 
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 6.5em;
  }
 
/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }
 
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }
 
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }
 
/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }
 
/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }
 
/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.084em;
  font-weight: bold;
  }
 
#pun-index #pun-crumbs1, #pun-index #pun-crumbs2 {
  display: none;
  }
 
/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }
 
/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }
 
/* C2.11 */
.punbb .main td {
  border-style: solid none none solid;
  border-width: 1px 0 0 1px;
  padding: 0 1em;
  }
 
/* C2.12 */
.punbb .main th {
  padding: 0 1em 0 1em;
  height: 2.5em;
  position: relative;
  font-size: 1em;
  }
 
/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0;
  }
 
/* C2.14 */
.punbb tbody.hasicon td.tcl {
  padding: .8em 0 .8em 3.2em;
  }
 
.punbb .hasicon .intd {
  float: left;
  border-left-style: solid;
  border-left-width: 1px;
  margin: -1em -2px -10em 0;
  padding-top: 1em;
  padding-bottom: 10.4em;
  }
 
.punbb .hasicon .tclcon {
  margin: 0 0 0 1.5em;
  }
 
/* C2.15 */
.punbb div.icon {
  border-style: solid;
  border-width: 0.6em 0.6em 0.6em 0.6em;
  height: 0;
  line-height: 0.0;
  margin-top: 0.1em;
  width: 0;
  }
 
/* C2.16 */
.punbb  table div.icon {
  font-size: 1.06em;
  line-height: 0;
  position: absolute;
  margin-left: -2.2em;
  } 
 
/* C3 Topics
-------------------------------------------------------------*/
 
/* C3.1 */
.punbb .post .container {
  border-style: none solid solid solid;
  border-width: 1px;
  margin-top: -1px !important;
  }
 
/* C3.2 */
.punbb .post h3 {
  border-style: solid;
  border-width: 1px;
  }
 
/* C3.3 */
.punbb .post h3 span {
  padding: 0.5em 1em;
  display: block;
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  }
 
/* C3.4 */
.punbb .post h3 strong {
  float: right;
  width: 5em;
  text-align: right;
  font-weight: normal;
  }
 
/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -2.5em;
  overflow: hidden;
  }
 
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
  padding: .5em 1em 1em;
  }
 
/* C3.7 */
.pa-author {
  font-size: 1.2em;
  font-weight: bold;
  }
 
/* C3.8 */
.punbb .pa-author a, .punbb .pa-author a:hover {
  text-decoration: none
  }
 
/* C3.9 */
li.pa-title {
  padding-bottom: 0.4em;
  font-weight: bold;
  }
 
 
li.pa-online {
  line-height: 0.8em;
  border-left-style: solid;
  border-left-width: 0.7em;
  padding-left: 0.4em;
  margin-top: 0.7em;
  }
 
/* C3.11 */
.punbb .post-body {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 0 0 1px 0;
  }
 
/* C3.12 */
.punbb .post-box {
  padding: 0;
  }
 
/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em
  }
 
/* C3.14 */
.punbb .post-links {
  margin-left: 19em;
  border-left-style: solid;
  border-left-width: 1px;
  }
 
/* C3.15 */
.punbb .post-links ul {
  padding: 0 1em 0 0;
  height: 2em;
  line-height: 2em;
  margin-left: -19em;
  background: transparent;
  text-align: right;
  }
 
/* C3.16 */
.punbb .post-links li {
  display: inline;
  padding-left: 1em;
  }
 
/* C3.17 */
.pl-email, .pl-website {
  float: left;
  }
 
/* C3.18 */
.punbb .clearer {
  clear: both;
  height: 0;
  font-size: 0;
  }
 
/* C3.19 */
#topic-modmenu select {
  margin-top: -1px;
  }
 
 
/* C4 Moderator menu
-------------------------------------------------------------*/
 
/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  border-top: none;
  }
 
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }
 
/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }
 
/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }
 
 
/* C5 Message boxes
-------------------------------------------------------------*/
 
/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }
 
/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }
 
 
/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#pun-profile #viewprofile .container ul {
  margin-bottom: 1em;
  }

/* C6.2 */
#pun-profile #profilenav {margin-top: -2em;}

/* C6.3 */
#profilenav li {
  display: inline;
  }

#profilenav li a {
  position: relative;
  padding: .55em .5em;
  text-decoration: none;
  }

/* C6.4 */
#viewprofile h2, #profilenav h2 {
  background: transparent;
  border: none;
  padding: 0 0 0 0;
  margin: 0 14px -0.6em 14px;
  }

/* C6.5 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.6 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.7 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  }
 
/*C6.8 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }
 
/* C6.9 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }
 
/* C6.10 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }
 
/* C6.11 */
.input em {
  display: block;
  font-weight: normal;
  font-style: italic;
  font-size: .95em;
  }
 
 
/* C7 User list
-------------------------------------------------------------*/
 
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }
 
/* C7.2 */
#pun-userlist .usertable .container {
  padding: 0 2.3em 2.3em 2.3em;
  border-top: none;
  }
 
/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 1px;
  }
 
/* C7.4 */
#pun-userlist .container td,
#pun-online .container td,
#pun-statistic .container td,
#pun-respect .container td,
#pun-positive .container td,
#pun-invitation .container td,
#poll-special .container td {
  padding: 0.7em 1em;
  }
 
 
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
 
/* D1 Logo and description
-------------------------------------------------------------*/
 
/* D1.1 */
#pun-title {
  margin: 0;
  border-style: solid solid none solid;
  border-width: 1px 1px 0 1px;
  border-radius: .4em .4em 0 0;
  }
 
/* D1.2 */
#pun-title h1 {
  display: block;
  padding: 0 1.5em;
  }
 
#pun-title .title-descr {
  padding: 0 1.5em;
  }
 
/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }
 
/* D1.4 */
#pun-title h1 span  {
  font-size: 1.5em;
  }
 
#pun-title table {
  border: none;
  height: 66px;
  width: 100%;
  }
 
#pun-title td.title-logo-tdl {
  border: none;
  width: 100%;
  }
 
#pun-title td.title-logo-tdr {
  border: none;
  width: 468px;
  vertical-align: top;
  padding-top: 2px;
  }
 
/* D2 Page navigation
-------------------------------------------------------------*/
 
/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }
 
/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0
  }
 
/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }
 
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }
 
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }
 
#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }
 
/* D3 Forum navigation
-------------------------------------------------------------*/
 
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
  margin-bottom: 0;
  }
 
/* D3.2 */
#pun-navlinks .container {
  padding: .43em .7em;
  }
 
/* D.3 */
#pun-navlinks li {
  display: inline;
  }
 
/* D4 User links
-------------------------------------------------------------*/
 
/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }
 
/* D4.2 */
#pun-ulinks .container {
  text-align: right;
  padding: 0.7em 1em;
  }
 
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
  display: inline;
  border-left-style: none;
  white-space: nowrap;
  }
 
/* D4.4 */
#pun-ulinks li a {
  padding: 0 0.3em 0 0.6em
  }
 
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
 
/* D5.1 */
.isguest #pun-status {
  display: none;
  margin-bottom: 0;
  }
 
/* D5.2 */
#pun-ulinks span.item1 {
  position: absolute;
  margin: -27px 0.5em 0 1em;
  padding: 0;
  white-space: nowrap;
  }
 
/* D5.3 */
#pun-ulinks span.item2 {
  position: absolute;
  margin: -2.2em 0.5em 0 9.5em;
  white-space: nowrap;
  }
 
/* D5.4 */
#pun-crumbs1 {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  }
 
/* D5.5 */
#pun-crumbs1 p.container {
  border: none;
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.084em;
  }
 
/* D5.6 */
#pun-break1 {
  margin: 0 1em;
  height: 0;
  margin: -2px 1em;
  position: relative;
  z-index: 1;
  }
 
/* D6 Announcement
-------------------------------------------------------------*/
 
/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1.5em -2.5em 1.5em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-size: 1em;
  font-weight: bold;
  }
 
/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 0em 0 0.2em 0;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  margin-top: 1.5em;
  }
 
/* D6.3 */
#pun-announcement .container {
  padding: 3em 1.5em 0.7em 1.5em;
  }
 
/* D7 Statistics
-------------------------------------------------------------*/
 
/* D7.1 */
#pun-stats .container, #pun-status .container {
  padding: 0.8em 1em
  }
 
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }
 
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }
 
/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }
 
/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }
 
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
 
/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }
 
/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }
 
/* D8.3 */
#pun-about {
  margin-top: 0;
  }
 
/* D8.4 */
#pun-about .container {
  border: none;
  text-align: right;
  line-height: 150%;
  }
 
/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }
 
/* D8.6 */
#pun-crumbs2 {
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }
 
/* D8.7 */
#pun-crumbs2 .container {
  border: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }
 
/* D8.8 */
#pun-break4 {
  margin: -2px 1em;
  position: relative;
  height: 0;
  z-index: 1;
  }
 
/* D9 Help file
-------------------------------------------------------------*/
 
/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }
 
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }
 
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }
 
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }
 
/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }
 
/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }
 
/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }
 
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }
 
/* D10.1 */
.tcl .byuser:before {
  content: "Автор:";
  }
 
/* D10.2 */
.tcl .byuser {
  display: block; 
}
 
/* D10.3 */
.forum .tcr .byuser:before {
  content: " от";
  }
 
/* D10.4 */
#post-form fieldset {
  border: 0;
  }
 
/* D10.5 */
#post-form legend {
  display: none;
  }
 
/* D10.6 */
#post-form form {
  padding: 0;
  }
 
/* D10.7 */
#post-form .formsubmit {
  margin: -1em 0 2em;
  padding-left: 1.5em;
  }
 
/* D10.8 */
#post-form p.areafield {
  padding: 0;
  }
 
/* D10.9 */
#addition-area div {
  white-space: nowrap;
  }
 
 
/* D11.1 */
#pun-messages #profilenav ul {
  position: inherit;
  left: 100px;
  top: -33px;
  height: 0;
  }
 
/* D11.2 */
#pun-messages #profilenav {
  position: relative;
  }
 
/* D11.3 */
#pun-messages #profilenav h2 {
  display: block;
  margin: 0 .5em;
  }
 
/* D11.4 */
#pun-messages #profilenav h2 span {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
  padding: 0;
  }
 
/* D11.5 */
#pun-messages #profilenav h2:after {
  content: ":";
  font-weight: 700;
  }
 
/* D11.6 */
#pun-messages #post-form > p input[type="submit"] {
  margin: 0 0 2em 1em;
  }
 
 
/* E1 Mobile Style
-------------------------------------------------------------*/
 
/* E1.1 */
@media screen and (max-width: 540px) {
  body {
    font-size: 105%;
    }

  #pun {
    max-width: inherit;
    min-width: inherit;
    }
 
  .punbb #pun-title {
    margin-bottom: -70px !important;
    height: 70px;
    line-height: 70px;
    font-size: 1.4em;
    color: #fff;
    }
  
  #pun-title, #pun-title * {
    text-align: center;
    }
 
  .punbb .hasicon .intd, #pun-searchtopics .hasicon .tcl:after {
    border-color: transparent;
    }
 
  .punbb #pun-navlinks .container {
    padding-top: 70px !important;
    }
 
  #pun-navlinks .container li a {
    margin-left: -2px;
    }
 
  div#pun-ulinks {
    right: 0 !important;
    top: 13px !important;
    }

  #pun-announcement h2 {
    margin: 0 1em -2.5em 1em !important
    }

  #pun-announcement .container {
    padding: 3em 1em 0.7em 1em !important;
    }

  .punbb .html-box {
    padding: 0 !important;
    }

  #pun .punbb .main tbody tr:not(:last-child) td {
    border-bottom: solid 1px rgb(225, 211, 211) !important;
    }

  .category .tcr {
    padding: .5em 1em !important;
    }

  #form-buttons {
    width: 100% !important;
    }

  #button-font, 
  #button-strike, 
  #button-left, 
  #button-right, 
  #button-center, 
  #button-table, 
  #button-keyboard {
    display: none;
    }

  .punbb .subscribelink {
    clear: both;
    }

  .punbb select {
    padding: 0 3px !important;
    }

  #pun #pun-profile #profilenav {
    margin: -2.3em -.1em 0;
    }

  #pun-profile #profilenav li,
  #pun-profile #profilenav li a {
    display: block;
    }

  #pun-profile #profilenav li a {
    line-height: normal;
    padding: .55em 1em;
    margin: 0 -1em;
    }

  #pun-messages #profilenav h2 {
    margin: 0;
    }

  #pun-messages #profilenav {
    line-height: 46px;
    }

  #pun-messages #profilenav ul {
    top: -44px !important
    }

  #pun-messages #profilenav li a {
    display: inline-block;
    height: 0;
    width: 0;
    padding: 20px;
    color: transparent;
    text-decoration: none !important;
    text-indent: -9999px;
    z-index: 1;
    border-radius: 3px;
    box-shadow: none;
    }

  #pun-messages #profilenav ul li a {
    background-image: url(/img/Oxygen_Reloaded_Red/messages.png);
    }

  #pun-messages #profilenav ul .item2 a {
    background-position: 0 -42px;
    }

  #pun-messages #profilenav ul:last-child .item1 a {
    background-position: 0 -84px;
    }

  #pun-messages #profilenav ul:last-child .item2 a {
    background-position: 0 -126px;
    }

  #pun-messages #profilenav ul:last-child .item3 a {
    background-position: 0 -168px;
    }

  #pun-messages #profilenav ul:last-child .item4 a {
    background-position: 0 -210px;
    }
}

Во второе окно ставите такой код:

Код:
/* CS1 Background and text colours
-------------------------------------------------------------*/
 
/* CS1.0 */
body {
  background: #fff;
  color: #222;
  }

/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb td.tcl, .punbb td.tc2, .punbb td.tc3,  .punbb td.tcr, .punbb #post fieldset .post-box, /*#viewprofile li div,*/ #setmods dd,
.punbb .info-box/*, .punbb #pun-main .info-box .legend*/ {
  background-color: #fff;
  }
 
/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
  background-color: #fff;
  color: #222;
  }
 
/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  background-color: #B90000;
  background-image: -moz-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -ms-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -o-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -webkit-gradient(linear,0 100%,0 0,from(#B82A2A),to(#D45757));
  background-image: -webkit-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  }
 
/* CS1.4 */
#pun-title {
  background: #f5f5f5;
  color: #222;
  }

.punbb .modmenu .container {
  background-color: #fff;
  color: #222;
  }
 
/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
  background-color: #fff;
  color: #AB0000;
  }
 
/* CS1.6 */
.punbb .post h3 span, .punbb th, #setmods dl  {
  background-color: #f1f1f1;
  color: #222
  }
 
/* CS1.7 */
.punbb .post .container, .punbb .post h3 {
  background: #F5EDED;
  }

.punbb .quote-box, .punbb .code-box {
  background: #fff;
  color: #222
  }
 
/* CS1.8 */
#pun-navlinks .container {
  border-color: #AA3737;
  background-color: #B90000;
  background-image: -moz-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -ms-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -o-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -webkit-gradient(linear,0 100%,0 0,from(#B82A2A),to(#D45757));
  background-image: -webkit-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  color: #f1f1f1;
  }

#pun-ulinks .container {
  background: #FBFBFB;
  border-color: #E1D3D3;
  border-bottom-color: #D8CBCB;
  }
 
.offline li.pa-online strong {
  font-weight: normal
  }

/* CS1.9 */
.punbb .post-links {
  background-color: #FAFAFA;
  }

/* CS1.10 */
.punbb .post-content .lastedit {
  color: #999;
  font-size: .9em;
  }

/* CS1.11 */
.punbb .post .post-author {
  background: #F5EDED;
  }

/* CS1.12 */
.punbb .post h3 strong {
  color: #999;
  }

/* CS1.13 */
.input em {
  color: #999;
  }

/* CS1.14 */
#pun-announcement h2 {
  color: #222;
  text-shadow: none;
  }

#pun-announcement .container {
  background: #FDF4F4;
  }

/* CS1.15 */
.punbb .post-box .post-vote .container {
  background-color: #f3f3f3;
  }

/* CS1.16 */
.punbb .legend strong {
  color: #b42000;
  }

/* CS1.17 */
.punbb .linksb, #profilenav {
  color: #fff;
  border-color: #C14A4A;
  text-shadow: 0 -1px 0 #942020;
  background-color: #B90000;
  background-image: -moz-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -ms-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -o-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: -webkit-gradient(linear,0 100%,0 0,from(#B82A2A),to(#D45757));
  background-image: -webkit-linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  background-image: linear-gradient(bottom,#B82A2A 0,#D45757 100%);
  }

/* CS1.18 */
.punbb .hasicon tr.isticky td {
  background: #FAF2F2;
  }

/* CS1.19 */
#pun-profile #viewprofile .container ul {
  background: #f4f9fd;
  }

/* CS2 Border colours
-------------------------------------------------------------*/
 
/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
  background: #fafafa;
  border-color: #E1D3D3;
  }
 
/* CS2.2 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
  border-color: #f5f5f5
  }
 
/* CS2.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  border-color: #AA3737;
  }
 
/* CS2.4 */
.punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body,
.punbb .post h3 span, .post-links ul, .post-links, .usertable table {
  border-color: #EBDDDD;
  }

.punbb .post h3 span {
  border-bottom-color: #EBDDDD;
  }
 
/* CS2.5 */
.punbb th {
  border-color: #E1D3D3 #E1D3D3 #D8CBCB #E1D3D3;
  background: #f4f4f4;
  }
 
/* CS2.6 */
.punbb .quote-box, .punbb .code-box {
  border-color: #EBDDDD;
  }
 
#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #bbb;
  }
 
#pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend {
  border-color: #fff
  }
 
.punbb .divider {
  border-color: #ccc #fff #fff #fff
  }
 
.punbb .formal fieldset .post-box, .punbb .info-box {
  border: 1px solid #dedfdf
  }
 
li.pa-online {
  border-left-color: #3f9439;
  }

/* CS2.7 */
.punbb .post-sig dt {
  border-color: #dde4eb;
  }
 
.punbb .post-sig dd p {
  color: #999;
  }

/* CS2.8 */
.punbb .info-box {
  border-color: #dbe0e4;
  background: #ffffe1;
  }

/* CS2.9 */
.punbb .hasicon .intd {
  border-color: #EBDDDD;
  } 
 
/* CS3 Links
-------------------------------------------------------------*/
 
/* CS3.1 */
.punbb a, .punbb a:link, .punbb a:visited,
.punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited {
  color: #9C0000;
  text-decoration: none;
  }
 
.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #222;
  }
 
/* CS3.2 */
.punbb a:hover, .punbb a:focus, .punbb a:active,  .punbb-admin #pun-admain .nodefault,
.punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active {
  color: #cd0021;
  text-decoration: underline;
  }
 
/* CS3.3 */
#pun-navlinks a {
  position: relative;
  padding: .55em .7em;
  color: #eee;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
 
/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  text-decoration: none
  }
 
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }
 
#pun-navlinks li.isactive a {
  color: #FFF;
  background: #B82A2A;
  }

/* CS3.5 */
#profilenav li a {
  color: #eee;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
 
#profilenav li a:hover {
  color: #fff;
  text-decoration: none;
  }
 
#profilenav li.isactive a {
  color: #fff;
  background: #B82A2A;
  }

/* CS3.6 */
.punbb .post-sig dd a, .punbb .post-sig dd a:visited {
  color: #999;
  border-color: #ddd;
  text-decoration: underline;
  }

.punbb .post-sig dd a:hover, .punbb .post-sig dd a:active, .punbb .post-sig dd a:focus, .punbb .post-sig dd a:visited:hover {
  color: #333;
  border-color: #999;
  text-decoration: underline;
  }

/* CS3.7 */
.punbb .linkst, .punbb .linkst a, .punbb .linksb a {
  color: #fff;
  text-shadow: 0 -1px 0 #942020;
  }

.punbb .linkst .pagelink, .punbb .linkst .postlink a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }

.linkst .postlink a {
  text-decoration: underline;
  }

.linkst .postlink a:hover, .linkst .postlink a:active {
  color: #eee;
  text-decoration: none;
  }

.punbb .linkst a, .punbb .linksb a {
  text-decoration: underline;
  }
 
.punbb .linkst a:hover, .punbb .linkst a:active, .punbb .linksb a:hover, .punbb .linksb a:active {
  color: #eee;
  text-decoration: none;
  }
 
/* CS4 Post status icons
 -------------------------------------------------------------*/

/* CS4.1 */
div.icon {
  border-color: #F5EDED #E4DDDD #D3C6C6 #C6BABA;
  }

tr.iredirect div.icon {
  border-color: #f4f4f4 #f4f4f4 #f4f4f4 #f4f4f4;
  }

div.inew {
  border-color: #EF0202 #C00000 #B30000 #D20101;
  }
 
#pun-main div.catleft, #pun-main div.catright {
  display: none;
  }

/* CS4.2 */
@media screen and (max-width: 540px) {
  tr.inew td.tcl {
    position: relative;
    }
  
  tr.inew td.tcl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 4px;
    background: #C13232;
    }
}
 
/* CS5 Selection
 -------------------------------------------------------------*/
::selection {
  background: #FFA8A8;
  color: #000;
  text-shadow: none;
  }
 
/* CS6 Other
 -------------------------------------------------------------*/

/* CS6.1 */
#html-footer .container {
  border: none;
  }
 
/* CS6.2 */
#pun-viewforum .linksb .postlink {
  width: 15em !important;
  }
 
/* CS6.3 */ 
#post-form h2 {
  border-color: #E1D3D3 #E1D3D3 #D8CBCB #E1D3D3;
  background: #f4f4f4;
  text-shadow: none !important;
  }
 
/* CS6.4 */
#post-form h2 span {
  color: #222;
  }

/* CS6.5 */
#form-buttons {
  display: inline-block;
  width: 80%;
  border: 1px solid #E9C9C9;
  border-left-width: 0;
  background-color: #F3E3E3;
  background-image: url(/img/Oxygen_Reloaded_Red/form_buttons.png);
  background-repeat: repeat-x;
  }
 
/* CS6.6 */
#form-buttons table {
  width: 100% !important;
  }
 
/* CS6.7 */
#form-buttons td {
  border-left: 1px solid #E9C9C9 !important;
  border-right: 1px solid #FAF3F3 !important;
  }
 
/* CS6.8 */
#form-buttons td:hover {
  background-color: #FBF5F5;
  }
 
/* CS6.9 */
#form-buttons td:active {
  background-color: #E9C9C9;
  -moz-box-shadow: inset 1px 1px 5px #C19292;
  -webkit-box-shadow: inset 1px 1px 5px #C19292;
  box-shadow: inset 1px 1px 5px #C19292;
  }
 
/* CS6.10 */
#pun-userlist .main h1,
#pun-searchposts .main h1,
#pun-searchtopics .main h1 {
  text-align: right;
  }

/* CS6.11 */ /* Addons */
#pun #BookmCntToggle {
  z-index: 6;
  }

div#MyBookmarks {
  z-index: 7;
  }

span.num_msg {
  margin-left: -1.4em !important;
  line-height: 14px;
  }

.jGrowl-notification .jGrowl-close {
  background-image: none;
  border: none;
  box-shadow: none;
  }

.punbb #volSlider .thumb {
  top: -1em;
  }
 
/* CS7 Buttons and inputs
 -------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  color: #fafafa;
  background: #4897d9;
  border-color: #2575ae;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset,0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: -moz-linear-gradient(top, #5cb7f7, #4897d9);
  background-image: -ms-linear-gradient(top,#5cb7f7,#4897d9);
  background-image: -o-linear-gradient(top, #5cb7f7, #4897d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5cb7f7), to(#4897d9));
  background-image: -webkit-linear-gradient(top, #5cb7f7, #4897d9);
  background-image: linear-gradient(top, #5cb7f7, #4897d9);
  }

.primary.caution input[type="submit"],
.primary.caution input[type="button"],
.primary.caution input[type="reset"],
.primary.caution button {
  border-color: #c0372a;
  background: #d95548;
  background-image: -moz-linear-gradient(top,#f7655b,#d95548);
  background-image:-ms-linear-gradient(top,#f7655b,#d95548);
  background-image:-o-linear-gradient(top,#f7655b,#d95548);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7655b),to(#d95548));
  background-image:-webkit-linear-gradient(top,#f7655b,#d95548);
  background-image:linear-gradient(top,#f7655b,#d95548);
  }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,button:focus {
  color:#101010;
  background:#f3f3f3;
  background-image:-moz-linear-gradient(top,#fff,#ebebeb);
  background-image:-ms-linear-gradient(top,#fff,#ebebeb);
  background-image:-o-linear-gradient(top,#fff,#ebebeb);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ebebeb));
  background-image:-webkit-linear-gradient(top,#fff,#ebebeb);
  background-image:linear-gradient(top,#fff,#ebebeb);
  border-color:#84bce4;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1);
  box-shadow:0 1px 2px rgba(0,0,0,0.1);
  }

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
button:hover,
button:focus {
  color:#fff;
  text-shadow:0 -1px 1px rgba(0,0,0,0.4);
  border-color: #AE2525;
  background: #D92E2E;
  background-image: -moz-linear-gradient(top,#F75C5C,#D92E2E);
  background-image: -ms-linear-gradient(top,#F75C5C,#D92E2E);
  background-image: -o-linear-gradient(top,#F75C5C,#D92E2E);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#F75C5C),to(#D92E2E));
  background-image: -webkit-linear-gradient(top,#F75C5C,#D92E2E);
  background-image: linear-gradient(top,#F75C5C,#D92E2E);
  -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,.2);
  box-shadow:0 1px 0 rgba(255,255,255,0.2) inset,0 1px 2px rgba(0,0,0,.2);
  }

.primary.caution input[type="submit"]:hover,
.primary.caution input[type="submit"]:focus,
.primary.caution input[type="button"]:hover,
.primary.caution input[type="button"]:focus,
.primary.caution input[type="reset"]:hover,
.primary.caution input[type="reset"]:focus,
.primary.caution button:hover,
.primary.caution button:focus {
  border-color:#c0372a;
  background:#d93d2e;
  background-image:-moz-linear-gradient(top,#f7655b,#d93d2e);
  background-image:-ms-linear-gradient(top,#f7655b,#d93d2e);
  background-image:-o-linear-gradient(top,#f7655b,#d93d2e);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#f7655b),to(#d93d2e));
  background-image:-webkit-linear-gradient(top,#f7655b,#d93d2e);
  background-image:linear-gradient(top,#f7655b,#d93d2e);
  }

input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
button[disabled] {
  border-color:#ccc;
  color:#999;
  }

input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
button[disabled]:hover,
button[disabled]:focus {
  color:#999;
  }

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], input[type="number"], textarea {
  border-width: 1px;
  border-style: solid;
  padding: .25em;
  line-height: 17px;
  }
 
input[type="submit"], input[type="button"], input[type="reset"], button {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  padding: .5em .6em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: button;
  line-height: normal;
  }

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="file"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
  }

input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, button:active {
  position: relative;
  top: 1px;
  }

input[type="submit"][disabled]:active, input[type="button"][disabled]:active, input[type="reset"][disabled]:active, button[disabled]:active {
  position: relative;
  top: 0;
  }

.primary input[type="submit"], .primary input[type="button"], .primary input[type="reset"], .primary button {
  padding-left: 1.2em;
  padding-right: 1.2em;
  }
 
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="search"], textarea {
  border-color: #E1D3D3;
  }
 
input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="url"]:active, input[type="url"]:focus, 
input[type="search"]:active, input[type="search"]:focus, input[type="number"]:active, input[type="number"]:focus, textarea:active, textarea:focus {
  border-color: #DCC8C8 #E1D3D3 #E1D3D3 #DCC8C8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  background: #FFF3F3;
  background-image: -moz-linear-gradient(top, #FFE8E8, #fff);
  background-image: -ms-linear-gradient(top, #FFE8E8, #fff);
  background-image: -o-linear-gradient(top, #FFE8E8, #fff);
  background-image: -webkit-gradient(linear,0 0,0 100%, from(#FFE8E8), to(#fff));
  background-image: -webkit-linear-gradient(top, #FFE8E8, #fff);
  background-image: linear-gradient(top, #FFE8E8, #fff);
  }
 
input[type="submit"], input[type="button"], input[type="reset"], button {
  color: #404040;
  border-color:  #ccc;
  background:  #f6f6f6;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
  text-shadow: 0 1px 1px #ddd;
  }

:focus {
  outline-color: #E27676;
  }

Вверху выбираете - Свой стиль - Да

И жмёте кнопку сохранить!

Далее, переносите все коды стиля в конец Первого Окна стиля(! но без тегов <style> и </style>
HTML у Вас будет свободен

комментарии к кодам в окнах стиля делаются таким макаром:

/*Тут коммент*/

(Вариант такого <!-- Шрифты --> - не проходит (Убивает стиль ниже

+1

114

Deff
Господи, какой гемор, это зачем вообще? Мне нужно два кода для спойлера и правку в аву гостя... Позже, может быть, попробую.

0

115

Ну Вы извратились, и сами жалуетесь, Вы группе гость дали другое имя

Поэтому и не работало(Заменил):

Код:
<!-- Аватар по умолчанию / Deff, Alex_63 -->
<script type="text/javascript">
var DefAvtr = 'https://forumstatic.ru/files/001c/36/f3/85639.png'; //Ссылка на аватар по умолчанию
var GuestAvtr = 'https://forumstatic.ru/files/001c/36/f3/41249.png'; //Ссылка на аватар для Гостя
$('#pun-viewtopic,#pun-messages').find('.pa-title').each(function(){
  var b = DefAvtr;if($(this).text()=='Кочевник'){b = GuestAvtr;}
  var s='<li class="pa-avatar item2"><img class="defavtr" src="'+b+'" alt="Аватар"/></li>';
  if($(this).parent().find('.pa-avatar').html()==null)$(this).after(s);
});$('#profile-left strong:contains("Нет аватара")')
.parent().html('<div><img src="'+DefAvtr+'"/></div>');
</script>

+1

116

<3

<3 написал(а):

Господи, какой гемор, это зачем вообще?

Да потому шо Вы идёте стандартным путём в конце которого всё одно эти фичи придётся делать (посколь HTML верх - не резиновое
Ну киньте админ-ник пароль в личку - я по-быстрому поправлю

Отредактировано Deff (Вс, 14 Сен 2025 01:53:02)

0

117

Deff написал(а):

Вы группе гость дали другое имя

Оу, не думала, что в коде тоже надо переименовывать. Спасибо!
А в стиля зачем переносить всё?)

0

118

<3 написал(а):

А в стиля зачем переносить всё?)

Ну не всё, а только стили,, ща выложу что перенести в конец Первого окна...

0

119

Deff написал(а):

комментарии к кодам в окнах стиля делаются таким макаром:

/*Тут коммент*/

(Вариант такого <!-- Шрифты --> - не проходит (Убивает стиль ниже

Я просто в этом ваще не шарю, и если у меня что-то будет отображаться иначе, то ОЧЕНЬ расстроюсь... Какие комменты, для чего? Я только идиллию навела.

Отредактировано <3 (Вс, 14 Сен 2025 02:06:34)

0

120

Воть это переносим в конец Первого Окна стиля:

Код:
/*ШАПКА*/
#pun-title table {
background: url(https://forumstatic.ru/files/001c/36/f3/53597.png) no-repeat top center, /* картинка по центру */
            url(https://forumstatic.ru/files/001c/36/f3/55882.png) no-repeat top left, /* картинка слева */
            url(https://forumstatic.ru/files/001c/36/f3/59394.png) no-repeat top right, /* картинка справа */
	    url(https://forumstatic.ru/files/001c/36/f3/75158.png) repeat-x top left; /* повторяющаяся полоса */
height: 145px; /*Высота Шапки*/
}
#pun-title h1 {
display: none;
}

/*Профиль*/
#pun-profile #viewprofile-next #profilenav {
    margin: -2.4em -2em 0;
    padding: 0 2em;
}
#pun-profile #profilenav {
    margin: -4em -2.2em 1em -2.2em;
    padding: 0;
    background: transparent;
}
#pun-profile #profilenav ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
#pun-profile #profilenav ul::-webkit-scrollbar {
    -webkit-appearance: none;
}
#pun-profile #profilenav ul::-webkit-scrollbar:vertical {
    width: 8px;
}
#pun-profile #profilenav ul::-webkit-scrollbar:horizontal {
    height: 6px;
}
#pun-profile #profilenav ul::-webkit-scrollbar-thumb {
    background-color: rgba(170,55,55,.5);
    border-radius: 10px;
    border: 1px solid #fff;
}
#pun-profile #profilenav ul:hover::-webkit-scrollbar-thumb {
    background-color: rgba(197,0,0,.5);
    border-width: 0;
}
#pun-profile #profilenav ul::-webkit-scrollbar-track {
    background-color: transparent;
}
#pun-profile #profilenav li a {
    padding: .5em;
    margin: 0;
}
@media screen and (max-width: 540px) {
    #pun-profile #viewprofile-next #profilenav li a {
        margin-top: .2em;
    }
}
/*Навигация*/
#pun-navlinks li.isactive a {
    background: unset; color: #ff95a1 !important;
}
#pun-navlinks .container {text-align: center; font-weight: bold; font-size: 20px; font-family: Gabriola;
}
#pun-navlinks li a {
    color: #8b2a61!important;
}
#pun-navlinks li a:hover {
    color: #ead9e4!important;
}
#pun-navlinks li {
    margin: 0 !important;
} 
#pun-ulinks .container {
    display: none;
}

/*Ccылки*/
.punbb a:link {color: purple}
.punbb a:visited {color: #7667b0;}
.punbb a:hover {color: #e82356;} 


/*Размер и цвет шрифта в Объявлении*/
#pun-announcement .html-box {
  color:red; font-family:Palatino Linotype; font-size:13px;}

/*Категории*/
#pun-main .category h2 {
margin-bottom: 0px;
text-align: center; 
background: url(https://forumstatic.ru/files/001c/36/f3/42856.png) top left no-repeat;
height: 15px;
color: #ff366a;
padding: 5px 0 10px 0;
font-family: Georgia;
font-size: 13px;
font-weight: normal!important;
text-shadow: black 1px 1px 1px;}
#pun-stats h2, #post-form h2 {
margin-bottom: 0px;
text-align: center;
background: url(https://forumstatic.ru/files/001c/36/f3/69862.png) top left no-repeat; 
height: 15px;
padding: 5px 0 10px 0!important;
font-family: Georgia!important;
font-size: 13px!important;
font-weight: bold!important;}

/*Таблицы*/
.punbb thead tr{
background: linear-gradient(90deg, #eeedf7, #f7eef2, #FFFFFF);
}
.punbb thead th {
background:transparent none!important;
}

/*Иконки*/
.punbb div.icon {
float: left;
display: block;
border-style: none none none none;
height: 50px;
width: 50px;
}
.punbb td div.tclcon {
margin-left: 50px;
}
Div.icon {
background-image : url(https://forumstatic.ru/files/001c/36/f3/16074.png);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(https://forumstatic.ru/files/001c/36/f3/11560.png);
background-repeat: no-repeat;
}
TR.isticky Div.icon, TR.iclosed.isticky div.icon {
background-image : url(https://forumstatic.ru/files/001c/36/f3/90372.png);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(https://forumstatic.ru/files/001c/36/f3/48130.png);
background-repeat: no-repeat;
}

/*ФОн*/
HTML, BODY {background-image: url("https://forumstatic.ru/files/001c/36/f3/14669.png"); background-attachment: fixed; background-repeat: repeat;}

/*Форум*/
#pun-index .tclcon h3>a{
  font-size: 18px; font-family: Moonlight; font-weight: normal;
}
/*Описание*/
#pun-index .tclcon{
  font-size: 15px; font-family: Monotype Corsiva;
}
  #pun-main .forum .tclcon a{
    font-family: Comic Sans MS;
    font-size:14px;
  }

/*Поля Профиля*/
.pa-awards,
.pa-author,.pa-title,
.pa-avatar{
width:100%!important;
text-align:center!important;
}

/*Сообщения*/
.post-content p{font-family: "Palatino Linotype"; font-size: 15px}

#pun-title
 {
    background: linear-gradient(#f6f4fa, #FFFFFF) !important;
}

h3 span
 {
    background: #f5f0f7 !important;
}

#pun-status {
    display: none;
}

#pun-index th.tcl,
#pun-index th.tc2,
#pun-index th.tc3,
#pun-index th.tcr {
  color: #ba6c75!important;
  }

.punbb #html-footer, .punbb #pun-about {border-color: transparent;}
.punbb #html-footer .container, .punbb #pun-about .container {background-color: transparent;}

body { 
cursor: url('https://forumstatic.ru/files/001c/36/f3/56617.png'), default;
}

body {overflow-x:hidden;}

/*Шрифты*/
@font-face{
font-family: 'Angelica';
  src: url('https://forumstatic.ru/files/001c/36/f3/81964.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Blaze';
  src: url('https://forumstatic.ru/files/001c/36/f3/35354.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Gabriola';
  src: url('https://forumstatic.ru/files/001c/36/f3/25199.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Monotype Corsiva';
  src: url('https://forumstatic.ru/files/001c/36/f3/47402.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Moonlight';
  src: url('https://forumstatic.ru/files/001c/36/f3/74067.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'PF DaVinci Script Pro';
  src: url('https://forumstatic.ru/files/001c/36/f3/15547.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'SimSun';
  src: url('https://forumstatic.ru/files/001c/36/f3/30830.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Vampire';
  src: url('https://forumstatic.ru/files/001c/36/f3/21797.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'PF Scandal Pro';
  src: url('https://forumstatic.ru/files/001c/36/f3/63203.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}
/*Шрифты*/
@font-face{
font-family: 'Keetano Katakana';
  src: url('https://forumstatic.ru/files/001c/36/f3/50334.ttf') format('truetype'),
  font-weight: normal; 
  font-style: normal;
}

#font-area div[style*="Arial"] {display:none !important}

#font-area div[style*="Book Antiqua"] {display:none !important}

#font-area div[style*="Courier New"] {display:none !important}

#font-area div[style*="Fixedsys"] {display:none !important}

#font-area div[style*="Franklin Gothic Medium"] {display:none !important}

#font-area div[style*="Garamond"] {display:none !important}

#font-area div[style*="Impact"] {display:none !important}

#font-area div[style*="Lucida Console"] {display:none !important}

#font-area div[style*="Microsoft Sans Serif"] {display:none !important}

#font-area div[style*="System"] {display:none !important}

#font-area div[style*="Tahoma"] {display:none !important}

#font-area div[style*="Trebuchet Ms"] {display:none !important}

#font-area div[style*="Verdana"] {display:none !important}

#button-smile {display: none !important;}

В HTML верх должно остаться лишь это:

Код:
<script type="text/javascript" src="https://forumstatic.ru/files/0013/68/04/13109.js"></script>


<style>/*Стиль к скрипту "Музыка в постах и подписях" (c) Emerael */
td#button-music {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%2013c0%201.105-1.12%202-2.5%202S1%2014.105%201%2013c0-1.104%201.12-2%202.5-2s2.5.896%202.5%202zm9-2c0%201.105-1.12%202-2.5%202s-2.5-.895-2.5-2s1.12-2%202.5-2s2.5.895%202.5%202z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14%2011V2h1v9h-1zM6%203v10H5V3h1z%22%2F%3E%3Cpath%20d%3D%22M5%202.905a1%201%200%200%201%20.9-.995l8-.8a1%201%200%200%201%201.1.995V3L5%204V2.905z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') center center no-repeat; /*иконка, замените ссылку если хотите поставить свою*/
    background-size: 16px; /*размер иконки*/
}
</style>

<!-- Музыка в постах и подписях (c) Emerael, Часть 1 в ХТМЛ-Верх -->
<script>
FORUM.set('editor.music', {
name: 'Аудио',
audio_url: function() {
  return prompt("Ссылка на музыку", "https://")
},
audio_title: function() {
  return prompt("Название песни", "Song")
},
onclick: function(){
const link = FORUM.get('editor.music.audio_url()');
if (!link || link === "https://" || $.trim(link) === "") return false;
const title = FORUM.get('editor.music.audio_title()');
document.querySelector("#main-reply").value += `[audio=${link}]${title || 'Песня'}[/audio]`;
}})
</script>

Ну и если страшно и проблемно - кидайте Админ-ник пароль - я подправлю...

Отредактировано Deff (Вс, 14 Сен 2025 02:13:38)

+1


Вы здесь » Единый форум поддержки » Форум для новичков » Общие вопросы от новичков (63) #3