Если бы ваши головы, как моя, были набиты соломой, вы бы все отправились жить в прекрасные страны, а ваш Канзас Если бы ваши головы, как моя, были набиты соломой, вы бы все отправились жить в прекрасные страны, а ваш Канзас
читать дальше
боговник — нс21 — 21 век

sxsxsx

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

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


Вы здесь » sxsxsx » danger zone » дизайн тест


дизайн тест

Сообщений 1 страница 6 из 6

1

Код:
/*************************************************************
A - SETUP
**************************************************************/

/* A1 Import the colour scheme
-------------------------------------------------------------*/
  @import url(style_cs.css);

/* A1.1 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {font-family: vir; src: local("vir"), url(https://forumstatic.ru/files/001b/c2/90/80971.ttf); }
@font-face {font-family: virtwo; src: local("virtwo"), url(https://forumstatic.ru/files/001b/5d/02/72713.ttf?v=1); }
@font-face {font-family: virthree; src: local("virthree"), url(https://forumstatic.ru/files/001b/5d/02/83423.ttf?v=2); }




/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/

/* A2.1 */
html, body {margin: 0; padding: 0;}

/* 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.01%;
  }

/* A3.2 */
.punbb {
  font: normal 68.75% Montserrat;
  }

/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
    margin: 8px 1px 1px 1px;
    color: #1b1b1b;
    font: 11px Montserrat;
    background-color: #f7f7f7;
    border-radius: 25px;
    border: 1px solid #5e5e5e;
    padding: 3px 3px 3px 7px;
}

/* 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, .punbb legend span {
  font-size: 0em;
  }

/* 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;
  }

/* A3.10 */
.punbb a {
    text-decoration: none;
}

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* 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-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks 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;
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.1 - forum optoins*/
#pun {
    width: 1000px;
    position: relative;
    background-color: #E8E8E8;
    border-radius: 30px;
    margin: 120px auto auto auto;
}

#pun-title table {
    border: none;
    background: url(https://forumstatic.ru/files/001b/c2/90/37902.webp) no-repeat;
    background-color: transparent;
    width: 1000px !important;
    margin-top: -97px;
    border-radius: 40px;
    margin-left: 0px;
}

html {
    background: url(https://forumstatic.ru/files/001b/c2/90/59946.webp) #272727 center center / cover fixed
}

/* A5.2 */
.punbb {
  float: left;
  width: 100%;
  height: auto;
  }

/* A5.3 */
#pun-redirect, #pun-maint {
  margin: 50px 20% 12px 20%;
  width: auto;
  float: none;
  }

/* A5.4 */
.punbb .section, .punbb .main {
  margin-bottom: 0em;
  }

/* A5.5 */
.punbb .category, .punbb .post {
  margin-top: 0.4em;
  }

#pun-index .category table {
    margin-top: 0px !important;
    margin-bottom: 5px;
}

/* A5.6 */
.punbb #pun-category1, .punbb #pun-category2, .punbb #pun-category3, .punbb #pun-category4, .punbb #pun-category5, .punbb #pun-category6, .punbb #pun-category7, .punbb #pun-category8, .punbb #pun-category9, .punbb #pun-category10, .punbb #pun-category11 {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.category-1 h2 {
  background: url(https://forumstatic.ru/files/001b/c2/90/75698.png) no-repeat top center;
    height: 57px;
}

.category-2 h2 {
  background: url(https://forumstatic.ru/files/001b/c2/90/60438.png) no-repeat top center;
    height: 57px;
}


.category-3 h2 {
  background: url(https://forumstatic.ru/files/001b/c2/90/87081.png) no-repeat top center;
    height: 57px;
}


.category-4 h2 {
  background: url(https://forumstatic.ru/files/001b/c2/90/27937.png) no-repeat top center;
    height: 57px;
}




/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }

/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category,
.punbb .post {
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: #b4c1c7;
  }

/* A5.9 */
.punbb .container {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-stats h2, #pun-main h2, #pun-debug h2 {
    padding: 0;
  }


/*category optoins*/

#pun-category2, #pun-category4, #pun-category6, #pun-category8 {
    /* background-color: #f7f7f7 !important; */
    /* border: 1px solid #e9e9e9; */
    /* border-radius: 15px; */
    /* background: url(https://i.imgur.com/boqg40X.png) no-repeat; */
}
#pun-category1, #pun-category3, #pun-category5, #pun-category7 {
    /* background-color: #f7f7f7 !important; */
    /* border: 1px solid #e9e9e9; */
    /* border-radius: 15px; */
    /* background: url(https://i.imgur.com/boqg40X.png) no-repeat; */
}



/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
    padding: 0;
    margin: 20px 0 32px 0;
    width: 100%;
    position: relative;
}


/* B1.2 */
.punbb .post-sig dt {
  display: block;
  border-top: 1px solid #888;
  width: 250px;
  margin: 5px 0;
display: none;
  }

/* B1.3 */
.punbb .post-content p {
    padding: 10px 1em 0em 2.5em;
    font-size: 11px;
    font-family: Montserrat;
    text-align: justify;
    line-height: 150%;
    overflow-x: clip;
}

/* 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 2.8em;
    padding: 1em 1em 1em 1em;
    border-style: solid;
    border-width: 1px;
    background: #e7e7e7;
    border: 1px solid #2a2a2c;
    border-radius: 10px;
}

pre {
    font-size: 11px !important;
    font-family: Montserrat;
    line-height: 16px;
}


/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
    display: block;
    padding-bottom: 0.7em;
    padding-top: 0.4em;
    padding-left: 1em;
    font-size: 1.1em;
    font-weight: bold;
    font-style: normal;
    margin: 0;
    background: #f1f1f1;
    margin-bottom: 1em;
    text-transform: lowercase;
    border-radius: 5px;
    color: #242424;
}


/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1.1em 0;
  }

/* 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;
  }


/* 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: 0em;
}

/* B3.3 */
.linkst .pagelink {
    position: absolute;
    top: -3em;
    left: 3.4em;
    width: 24em;
    font-size: 9px;
    text-transform: lowercase;
    color: #313131;
}


/* B3.4 */
.linkst .postlink {
    position: absolute;
    top: -3em;
    right: 4em;
    width: 16em;
    text-align: right;
    font-weight: bold;
    font-size: 9px;
    font-family: Montserrat;
    text-transform: lowercase;
}

/* B3.5 */
.punbb .linksb {
    text-align: right;
    padding: 0.4em 4em 0.5em 0em;
    font-family: Montserrat;
    font-size: 9px;
    text-transform: lowercase;
  }

/* B3.6 */
.linksb .pagelink {
    float: left;
    width: 24em;
    text-align: left;
    font-size: 9px;
    padding-left: 29px;
    margin-top: -12px;
    text-transform: lowercase;
}

/* B3.7 */
.linksb .postlink {
  float: right;
  width: 16em;
  font-weight: bold;
  }

/* B3.8 */
.subscribelink {
  clear:both;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
    padding: 0.7em 0.3em 1.1em 0.3em;
}

/* C1.2 */
.punbb .formsubmit {
    margin: 0em 0px 0px 6px !important;
}

/* 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: 0px;
    padding: 0 18px 0px 8px;
    margin: 0px 0 2em 0;
}

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 1.1em;
  }

/* C1.6 */

.punbb fieldset legend span {
    padding: 4px 7px 5px 7px;
    margin: 0 20px 0 -11px;
    color: #373935;
    font-family: 'virthree';
    background: #f7f7f700;
    border-radius: 20px;
}


/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  }

/* C1.8 */
.punbb .fs-box {
    padding: 1em 0 0em 0;
}

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0;
  }

/* 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: 40%;
  }

#pun-viewforum .main .tcl {
    padding: 0;
}



/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod  {
    text-align: center;
    width: 10%;
    padding: 0;
  }

#pun-index .category .tc2, #pun-index .category .tc3  /*off colums*/ {
    display: none!important;
}

/* C2.3 */
.punbb .main .tcr {
    overflow: hidden;
    text-align: left;
    width: 30%;
    font-size: 10px;
    text-transform: lowercase;
    vertical-align: bottom;
    color: #9b9b9b;
}

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%;
  padding-left: 0px !important;
  }


/* 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.2em;
    margin: 15px 0px 11px 0;
}

#pun-index .tcl h3 a {
    text-transform: lowercase;
    font-family: vir;
    font-size: 36px;
    text-decoration: none;
    color: #454545;
}

#pun-index .tcl h3 a:hover {
  color: #737373;
  transition: all 0.2s ease-in-out 0.1s;
  }


/* 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 */

#pun-index .main td {
    padding: 0.2em 0em 2em 10em;
}


#pun-viewforum .main td {
    padding: 0em 0em 0em 0em !important;
}

/* C2.12 - off massage, theme in table*/
.punbb .main th {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  padding: 0em 0em 0em 0em;
  visibility: hidden;
  }

/* C2.13 */
.punbb .main .tcl {
    border-left-style: none;
    border-left-width: 0;
    padding-top: 10px;
}

/* C2.14 */

.punbb tbody.hasicon td.tcl {
    padding: 16px 3.2em !important;
    font-size: 9px;
    text-transform: lowercase;
    color: #adadad;
    text-align: justify;
    font-weight: 400;
    line-height: 14px;
}


#pun-main td.tcl.username {
    padding: 8px;
}

#pun-online .tcl.action {
    width: 25%;
    padding: 0;
}


/* C2.15*/
.punbb div.icon {
    float: left;
    display: block;
    height: 66px;
    width: 66px;
    margin-top: 11px;
    margin-left: -33px;
}

 /*=====icon02=====*/


Div.icon {
    background-image: url(https://forumstatic.ru/files/001b/c2/90/77371.png);
    background-repeat: no-repeat;
}
TR.inew Div.icon {
    opacity: .6;
    background-image: url(https://forumstatic.ru/files/001b/c2/90/31566.png);
    background-repeat: no-repeat;
}

#pun-viewforum table Div.icon, #pun-messages table Div.icon, #pun-searchtopics table Div.icon::before {
    float: left;
    height: 10px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 3px;
    width: 10px;
    background: #efefef;
    border-radius: 5px;
}

#pun-viewforum TR.inew Div.icon, #pun-messages TR.inew Div.icon {
    float: left;
    height: 10px;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 3px;
    width: 10px;
    background: #7f4f43;
    border-radius: 5px;
}

 /* C3 Topics
-------------------------------------------------------------*/

/* C3.1 */
.punbb .post .container {
    margin-top: -1px;
    padding-bottom: 1px;
  }

/* C3.2 */
.punbb .post h3 {
    border-style: none;
    border-width: 1px;
  }

/* C3.3 */

.punbb .post h3 span {
    font-size: 9px;
    font-family: Montserrat;
    text-transform: lowercase;
    border-width: 1px;
    border-style: solid;
    background: #2a2a2a;
    border-radius: 15px;
    width: 100em;
    position: relative;
    left: 2em !important;
}

.topic a.sharelink {
    float: right;
    margin-left: 1em;
    display: none;
}

/* C3.5 */
.punbb .post .post-author {
    float: left;
    width: 19em;
    margin-top: 0em;
    overflow: hidden;
  }

/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
    padding: 0em;
    line-height: 140%;
    text-transform: lowercase;
  }

.punbb .post .post-author {
    float: left;
    width: 220px;
    overflow: hidden;
    margin-left: 1px !important;
    text-align: center;
    margin-top: 0px;
    background: #f3f3f3;
    margin-bottom: 2em;
    background-origin: border-box;
    background-clip: content-box, border-box;
    writing-mode: horizontal-tb;
    border: 1px solid #2a2a2c;
    border-radius: 15px;
}


li.pa-from {
    font-size: 8px;
}

.pa-fld1 .fld-name { display: none;}
.pa-fld2 .fld-name { display: none;}
.pa-fld4 .fld-name { display: none;}
.pa-fld3 .fld-name { display: none;}
.pa-fld5 .fld-name { display: none;}
.pa-fld6 .fld-name { display: none;}

li.pa-online {
    line-height: 0.8em;
    border-left-width: 0.7em;
    padding-left: 0.4em;
    margin-bottom: 4em;
    font-size: 9px;
    color: #566671;
    text-align: center;
    vertical-align: top;
}

.pa-fld1 {
    font-family: Montserrat;
    font-size: 8px;
    color: #566671;
    letter-spacing: 0px;
    width: 166px !important;
    display: inline-block;
    line-height: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
    padding: 7px 6px !important;
    border-bottom: 1px solid #f8eaeb;
    background: #f7f7f700;
}

.pa-fld2 {
    margin-left: 0px;
    margin-top: -8px;
}

li.pa-fld3 {
    background: #f7f7f7;
    border-right: 1px solid #fddfd8;
    width: 50px;
    padding-top: 8px !important;
    height: 20px;
    font-size: 7px;
    vertical-align: top;
    margin-right: -2px;
    display: inline-block;
    line-height: 9px;
    margin-top: 5px;
}

li.pa-fld4 {
    background: #f7f7f7;
    border: 1px solid #7abda5;
    width: 40px;
    height: 40px;
    border-radius: 255px;
    position: absolute;
    margin-top: -20px !important;
    margin-left: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.pa-fld5 {
    background: #f7f7f7;
    width: 26px;
    height: 26px;
    border-radius: 7px;
    font-size: 7px;
    position: absolute;
    margin-top: -16px;
    margin-left: 90px;
}

.pa-fld6 {
    position: absolute;
    font-family: 'virtwo';
    margin-left: -5px !important;
    margin-top: -9px !important;
}

.pa-respect {
    background: #ffffff00;
    width: 46px;
    height: 24px;
    border-radius: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 8px;
    vertical-align: top;
    margin-bottom: 16px;
    margin-right: -2px;
    line-height: 11px;
    margin-top: 7px;
    margin-left: 30px;
    font-weight: 500;
}

div.post-author > ul > li.pa-respect > a {
    display: inline-flex;
}

.pa-posts {
    text-transform: uppercase;
    background: #f7f7f700;
    width: 50px;
    padding-top: 8px !important;
    height: 20px;
    font-size: 8px;
    margin-right: -2px;
    margin-left: -1px;
    display: inline-block;
    line-height: 11px;
    font-weight: 500;
}

.pa-posts a {
    text-transform: lowercase;
    background: #ffffff;
    border: 1px solid #eaf3ff;
    width: 34px;
    height: 26px;
    border-radius: 5px;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-end;
    justify-content: center;
    font-size: 7px;
    margin-right: -2px;
    margin-left: -1px;
    display: inline-block;
    line-height: 9px;
}

.lz {
    text-align: center;
    font-size: 9px;
    padding: 1px 2px 2px 2px;
    font-family: virtwo;
}

li.pa-reg {
    display: inline-block;
    font-size: 8px;
    width: 80px;
    color: #000;
}


/* C3.7 */
.pa-author {
    font-size: 13px;
    padding: 10px 0 2px 0 !important;
    margin-top: 0.3em;
    margin-bottom: 10px;
}

/* C3.8 */
.pa-author a {
  text-decoration: none;
  }

/* C3.9 */
li.pa-title {
    font-size: 8px;
    color: #bbbbbb;
    background: #2a2a2b;
    font-weight: 500;
}


/* C3.11 */
.punbb .post-body {
    margin-left: 22.2em;
    border-left-width: 1px;
    padding: 0 0 1px 0;
    margin-top: 10px;
    border-radius: 15px;
}


div > div.post-body > div.post-box > div.post-rating > p {
    border: 0 !important;
    padding: 0px 1px 0px 1px !important;
    margin: 0px;
}

/* C3.12 */
.punbb .post-box {
    padding: 0em;
}

/*C3.13 */
.punbb fieldset .post-box {
  margin-bottom: 0.8em;
  }

/* C3.14 */
.punbb .post-links {
    margin-left: 21em;
    border-left-width: 1px;
}

/* C3.15 */
.punbb .post-links ul {
    padding: 0 1em 0 0px;
    height: 2em;
    line-height: 2em;
    margin-left: -21em;
    text-align: right;
    margin-top: 1em;
    text-transform: lowercase;
    font-size: 10px;
    font-weight: 500;
}

/* 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;
  }


/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
    padding: 0em 0.7em 0 0em;
    text-align: right;
    font-size: 9px;
    text-transform: lowercase;
    color: #313131;
}

/* 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 */
#profile .container {
    padding-left: 16.6em;
}

/* C6.2 */
#profilenav {
  float: left;
  width: 14em;
  margin-left: -16.3em;
  display: inline;
  }

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul {
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 1.5em 18px 0.8em 18px;
    margin: 0 0 1em 0;
    text-transform: lowercase;
}


#profilenav ul {
    border-style: solid;
    border-width: 0px 0 0px 0;
    padding: 2.5em 18px 0.8em 17px;
    margin: 0 0 1em 0;
    text-transform: lowercase;
    border-right: 1px solid #d6d6d6;
}

#profile-left {
    width: 30%;
    padding-top: 0 !important;
    border-right: 1px solid !important;
    border-color: #dcebf1c9 !important;
}

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

/* C6.6 */

#viewprofile h2 span, #profilenav h2 span {
    padding: 4px 33px;
    position: relative;
    border-radius: 28px;
}

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

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em;
  }



/* 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;
    border-radius: 10px;
}


/* C7.3 */
#pun-userlist .usertable table {
  border-style: solid;
  border-width: 0px;
  }


/*************************************************************
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: 0px;
}

/* D1.2 */
#pun-title h1 {
    display: block;
    height: 359px;
}

/* D1.3 */
#pun-title .container {
  border-style: none solid none solid;
  }

/* D1.4 */
#pun-title h1 span {
    font-size: 0;
}


#pun-title td.title-logo-tdl {
	border: none;
	width: 100%;
}

#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
}

/* 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 {
  border-style: none;
  border-width: 0;
  margin: 0;
  }

#pun-navlinks .container {
    padding: 0.7em 1em;
    text-transform: uppercase;
    margin-top: -30px;
    text-align: center;
    word-spacing: 13px;
}

/* D.3 */
#pun-navlinks li {
    display: inline;
}

/* D3.4 */
#pun-navlinks li a {
    font-size: 1em;
    /* padding-top: 14px; */
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    /* padding-bottom: 8px; */
}


/* D4 User links
-------------------------------------------------------------*/

/* D4.1 */
#pun-ulinks  {
  margin-top: 0;
  }

/* D4.2 */
#pun-ulinks .container {
    margin-top: 3em;
    border: none;
    text-transform: lowercase;
    font-size: 8px;
    background: #fdfeff00;
    text-align: center;
    margin-bottom: 3em;
}


/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
    display: inline;
    border-left-width: 0px;
    white-space: nowrap;
}

/* D4.4 */
#pun-ulinks li a {
    padding: 0 1em 0 0em;
  }

/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
  border-left-style: none;
  border-left-width: 0;
  padding-left: 0;
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
    border-bottom: none;
    margin-bottom: 0;
    color: #313131;
  }

/* D5.2 */
#pun-status .container {
    padding: 0em 1em 1em 1em;
    text-transform: lowercase;
}

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
    border-top: none;
    padding: 0em 0em 0em 1em;
    font-size: 10px;
    font-family: Montserrat;
    text-transform: lowercase;
    color: #313131;
}

/* D5.6 */
#pun-break1 {
    margin: 0 1em;
    border-width: 0;
    height: 0;
    margin: -2px 1em;
    position: relative;
    z-index: 1;
}

/* D6 Announcement
-------------------------------------------------------------*/

/* D6.1 */
#pun-announcement h2 {
  padding: 0;
  margin: 0 1em -3.5em 1em;
  border-style: none none solid none;
  border-width: 0 0 1px 0;
  position: relative;
  font-weight: bold;
  }

/* D6.2 */
#pun-announcement h2 span {
  display: block;
  padding: 1em 0 0.8em 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  }

/* D6.3 */
#pun-announcement .container {
  padding: 4.3em 1em 1em 1em;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
    padding: 2.2em 2em;
    color: #313131;
    text-transform: lowercase;
    text-align: justify;
    border-radius: 20px;
    margin-top: 2em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
    float: left;
    clear: both;
    line-height: 150%;
    background: #e3e3e3;
    width: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 29px;
    padding: 4px;
    font-size: 9px;
    font-weight: 500;
    color: #8f8f8f;
}

#pun-stats > h2 > span {
    font-size: 0px;
    color: #85c79f;
    font-family: virtwo;
    text-transform: lowercase;
    margin-left: -6.8em;
    padding-right: 6.6em !important;
    display: block;
    margin-top: 1em !important;
    margin-bottom: 4px;
    position: absolute;
    transform: rotate(270deg);
}

/* D7.4 */
li#onlinelist {
    margin-top: 1em;
    float: left;
    width: 100%;
    line-height: 130%;
}

/* D7.5 */
li#onlinelist div {
    border-top-style: solid;
    border-top-width: 0px;
    padding: 0.7em 0 0 0;
    margin: 0 19px;
    text-align: justify;
}


/* 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-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
    border-bottom: none;
    padding: 2em 0 2em 0em;
    font-size: 10px;
    color: #313131;
}


/* D8.8 */
#pun-break4 {
    margin: -2px 1em;
    border-style: solid none;
    border-width: 0px 0;
    position: relative;
    height: 0;
    z-index: 1;
}

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* 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;
  }


.pa-avatar img {
    border-radius: 10px;
    max-width: 180px;
    max-height: 180px;
}


 /*кнопки*/
.go-up, .go-down {
    cursor: pointer;
    display: none;
    margin-bottom: 160px;
    margin-left: 1000px !important;
    opacity: 1;
    position: fixed;
    z-index: 9999;
    padding: 0px 0px;
    transition: transform 1s cubic-bezier(0.72, -0.01, 0, 1) 0s;
    width: 34px;
    height: 34px;
}

.go-up {
    top: 50%;
}

.go-down {
    top: 54%;
}

.go-up:hover, .go-down:hover {
    transform: scale(1.2)
}

/*ползунок размер шрифта*/
.FNTslider {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 110px;
    height: 4px;
    margin: 3px 5px;
    border: solid 1px #000;
    border-radius: 10px;
    left: 789px;
}

.FNTslider .before {
    height: 3px;
    border: solid 1px  #cca68f;
    border-right: none 0;
    position: absolute;
    background: #cfad8c;
    margin: -1px 0px;
    border-radius: 5px;
}

.FNTslider .thumb {
    width: 9px;
    height: 9px;
    position: relative;
    top: -6px;
    background: #eadd50;
    cursor: pointer;
    border: 3px solid #cbad90;
    border-radius: 10px;
}



/*разделитель тем*/
.td-divider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}


.td-divider span {
    background: var(--bg-2);
    font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    color: var(--text);
    font-weight: 400;
    text-align: center;
    width: 960px;
    position: absolute;
    left: 18px;
}

.progress {
    font-family: 'vir';
    position: absolute;
    font-size: 26px;
    left: 478px;
    top: -73px;
}

0

2

Код:
/*same scale*/

textarea {
-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
-ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
-webkit-text-size-adjust: none;
}


#stick_3, #stick_2, #stick_4, #stick_5 {
    height: 160px;
    overflow: auto;
}

.stickytext,.closedatafield { display:none;}


/*avatar on the main page*/
.punbb .user-avatar .avatar-image {
    max-height: 30px;
    max-width: 30px;
    border: 2px solid #a7a7a7;
}

.punbb .user-avatar .isonline {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 0px;
    animation: blinkColor .9s linear infinite;
    -moz-animation: blinkColor .9s linear infinite;
    -webkit-animation: blinkColor .9s linear infinite;
    background: #ffc38d !important;
    z-index: 100;
}

#pun-about p.container {
    margin-bottom: -66px;
    margin-left: 0px;
    padding-bottom: 20px;
}

#pun-about > p > span {
    padding-top: 0px;
}

p.lastedit {
    display: none;
}

li.pl-share {
    display: none !important;
}

#messages > fieldset > div > div > table > tbody > tr > td.tcl.pmtcl1 {
    padding-left: 0px !important;
}


#pun-report .inner, #pun-reputation .inner, #pun-admin-award-form .inner {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -384px;
    width: 768px;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    -khtml-box-shadow: 0 0 40px #222;
   background: #fdfeff;
}

/*========scrollbar========*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #f3f4f500;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    background: #ebebeb;
    border-radius: 18px;
}


.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post {
    border-width: 0px 0px 0px 0px;
    border-color: #b4c1c7;
}


/*button*/

.punbb input.button {
    font-size: 12px;
    font-family: 'virthree';
    border-radius: 25px;
    padding: 6px 25px;
    background: #f7f7f7;
    border: 1px solid #272822;
    color: #424242;
    margin: 0 2px 0 2px;
    cursor: pointer;
    transition: .2s ease-out;
    text-transform: lowercase;
}


#post fieldset .hashelp div input {
    font-size: 12px;
    font-family: 'virthree';
    border-radius: 25px;
    margin: 2px !important;
    background: #fbfdfc00;
    border: 1px solid #fddfd8;
    color: #e0866b;
    cursor: pointer;
    transition: .2s ease-out;
    text-transform: lowercase;
    padding: 4px 8px 4px 8px;
}

.punbb input.button:hover, #post fieldset .hashelp div input:hover {
    background-color: #5e5e5e;
    border: 1px solid #5e5e5e;
    color: #fff;
}

#font-area {
    max-height: 176px;
    overflow: auto;
}

#tags .container {
    position: absolute;
    right: 6px;
    top: 43px;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background-color: #f7f7f7;
}

div.post-rating a {
    font-family: 'virtwo';
    color: #5e5e5e;
}

.punbb .post h3 strong {
    color: #cdcdcd;
    font: 13px "montserrat";
    float: right;
    margin-top: -3px;
}

#main-reply {
    width: 100%;
    border: 1px solid #999999;
    background: #f7f7f7;
    border-radius: 7px;
}

/* CS1 COLORS LINKS
-------------------------------------------------------------*/


/* CS1.1 */
.punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend {
    background-color: transparent;
    color: #000;
    font-size: 10px;
    font-family: Montserrat;
}


/* CS1.2 */
.punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer {
    background-color: #f8f8f80;
  }

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
    background-color: #ffffff00;
    color: #ffffff00;
  }

#pun-admain textarea, #pun-admain input, #pun-admain select, #pun-admain optgroup {
    font: 1em Montserrat;
    border-radius: 4px;
}

/* CS1.4 */
#pun-title, #pun-title .container, .punbb .modmenu .container {
    background-color: #e1edf700;
}

/* CS1.5 */
.punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span {
    background-color: #f7f7f7;
    color: #000;
    text-transform: lowercase;
    font-size: 10px !important;
  }

/* CS1.6 */
.punbb .post h3 span {
    padding: 0.5em 40px 0.5em 3.3em;
    display: block;
    margin-bottom: 5px;
}

/* CS1.7 */
.punbb .quote-box, .punbb .code-box {
border-color: #e4e4e4;
background: #f6f6f6;
}

/* CS1.8 */
#pun-navlinks .container {
    background-color: #0f599500;
}

.offline li.pa-online strong {
  font-weight: normal;
  }

/* CS2 Border colours
-------------------------------------------------------------*/

/* CS2.1 */
.punbb .container, .punbb .post-body, .post h3, #pun-title {
    border-color: #b4c1c7;
}

/* 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: #004F90;
  }

/* 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: #d8edf700;
    /*border-image: linear-gradient(to right, #fbfdfd 0%, #dcebf1 50%, #fbfdfd 100%) 1;*/
}


/* CS2.5 */
.punbb th {
  border-color: #dedfdf;
  }

#pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span {
  border-color: #ccc;
  }

#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;
    padding: 20px;
}

li.pa-online {
  border-left-color: #005EAB;
  }


/* 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: #BC9278;
    transition: .2s ease-out;
    font-weight: 500;
}

.links {
    margin-top: -41px;
    width: 220px;
    text-align: right;
    margin-left: 216px;
    height: 24px;
    margin-bottom: 15px;
}

.punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited {
  color: #333;
  }

/* 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: #5e5e5e;
  transition: all 0.2s ease-in-out 0.1s;
  }

/* CS3.3 */
#pun-navlinks a {
    color: #ffffff;
    text-decoration: none;
}

/* CS3.4 */
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
  color: #fff;
  text-decoration: underline;
  }

#pun-pagelinks a:active, #pun-pagelinks a:focus {
  background-color: #333;
  color: #fff;
  }

.pun-modal .modal-inner {
    width: 700px;
    max-width: 94%;
    height: auto;
    max-height: 44em;
    margin: 12% auto 0;
    box-shadow: 0 0 14px rgb(0 0 0);
    position: relative;
    z-index: 120000;
    overflow: hidden;
    background: #fff !important;
}


/*------------------------------это интересно------------------------------*/
div#pun-live-rusff {
    display: none;
}

td#button-graffiti_rusff {
    display: none !important;
}

#smilies-area {
    width: 597px !important;
    height: 126px;
    overflow-y: scroll;
}

0

3

https://forumupload.ru/uploads/001b/c2/90/2/227324.png
https://forumupload.ru/uploads/001b/c2/90/2/470656.png
https://forumupload.ru/uploads/001b/c2/90/2/480758.jpg

https://forumupload.ru/uploads/001b/c2/90/2/605906.png

https://forumupload.ru/uploads/001b/c2/90/2/789055.png

0

4

описание в подфорумах рассчитано на 6 ссылок с краткими названиями тем в кнопках. если ссылок меньше 6,  то убираем от <div class="linkf"> до первого </div>, включая их

Код:
<div class='forum-text'><b>гостевая и т.д.</b>описание подфорума
<div class="linkf">
<div class='links-forum'><a href="ссылка">ссылка</a></div>
<div class='links-forum'><a href="ссылка">ссылка</a></div>
<div class='links-forum'><a href="ссылка">ссылка</a></div>
<div class='links-forum'><a href="ссылка">ссылка</a></div>
<div class='links-forum'><a href="ссылка">ссылка</a></div>
</div>
</div>

0

5

для профиля надо делать 3 дополнительных поля:
- пантеон (в коде можно менять только текст, где слово "пантеон". остальное не трогаем)

Код:
<div class="panteon">пантеон</div>

- лс (здесь находится ссылка на анкету + плашка со ссылкой на личную страницу (ВАЖНО! пока ссылка не добавлена. будет исправлено после добавления кода лс). плашка рассчитана на текст в 2 строки, но если будет одна строка, то текст встанет автоматически по центру. больше 2 строк текст в плашку делать не стоит.
в части <img src="https://forumstatic.ru/files/001b/c2/90/41923.png?v=1"> находится ссылка на картинку плашки. размер 199х30рх

Код:
<div class="lzanketa"><a href="ссылка на анкету">кристофер морено, оборотень</a></div>  <div class="plashkatext">какая-то цитата какой-то песни</div><img src="https://forumstatic.ru/files/001b/c2/90/41923.png?v=1"></a>

- лз

Код:
<div class="lztext">какой-то текст  <a href="ссыка на пару">ссылка на пару</a> может быть еще текст</div>

0

6

все плашки в шапке ставим в "поле объявления"
код плашки

Код:
<a href="ссылка"><div class="plash">плашка 1</div></a>

0


Вы здесь » sxsxsx » danger zone » дизайн тест


Рейтинг форумов | Создать форум бесплатно