Doctest

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

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


Вы здесь » Doctest » Остальное » дизайн


дизайн

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

1

Код:
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,600;0,700;0,900;1,400;1,600;1,700;1,900&display=swap');
@import url(style_cs.css);
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=El+Messiri:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@media screen and (max-width: 720px) {
.post-box .post-content { font-size: 1.4em !important; }
.punbb textarea#main-reply { font-size: 1.7em !important; }
 }

@font-face {font-family: Romul; /* Имя шрифта */
src: url(https://forumstatic.ru/files/0019/d0/45/85305.ttf); /* Путь к файлу со шрифтом */}


/* A2 Deal with browser defaults and wonkiness */
/* A2.1  */
html, body {margin: 0; padding: 0}
:root {
--black: #262626;
--light: #f1efe9;
--llight: #f5f3ef;
--red: #7a4646;
--lred: #976a6a;
--green: #467a48;
--lgreen: #6a976c;
--blue: #47717b;
--lblue: #6b8e96;
}

/***   ФОН ФОРУМА   
html, body {
background-color: #262626;
}***/
body {
background: url(https://forumstatic.ru/files/001b/04/78/38709.jpg) fixed no-repeat top center #e6e6e6;
background-size: cover;
min-width: 1200px;}


/* 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% verdana, arial, helvetica, sans-serif;}

/* A3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {font: 1em verdana, arial, helvetica, sans-serif;}

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table {font-weight: normal; }

.punbb th, .punbb thead {font-size: 10px !important; font-family: Tahoma, Arial; font-weight: 400;
text-transform: lowercase; background-color: transparent; opacity:0.7;}


/* A3.6 */
.punbb pre {font: 1.1em/140% 'Raleway', sans-serif}

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

/***   ПОДЛОЖКА ФОРУМА   ***/
#pun {
width: 1100px;
margin: 50px auto 30px auto;
padding: 0px 20px 0px 20px;
box-sizing: border-box;
border: 1px solid #262626;
    background: url(https://forumstatic.ru/files/001b/04/78/46493.jpg) top center no-repeat, url(https://forumstatic.ru/files/001b/04/78/90633.jpg) bottom center no-repeat #f5f3ef;
/*background: #f5f3ef;*/
}

/*** ЦВЕТ АДМИНКИ ***/
.punbb-admin #pun-admain .adcontainer, #pun-admain {
background-color: #f5f3ef;
}
#pun-navlinks li#navadmin a span {display: none;}
#pun-navlinks li#navadmin a:before {content: 'Админка';}



/* A5.2 */
.punbb {background: #f5f3ef; margin: 200px 0 150px; float: left; width: 100%; height: auto;}



/* A5.3 */

/***   ПЕРЕАДРЕСАЦИЯ   ***/
body.redirect-page #pun {
margin-top:15%; 
overflow:hidden;
text-align: center;
}
body.redirect-page h1 {margin: 1em auto auto !important;}



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

/* A5.5 */
.punbb .category {margin-top: 0em; padding-bottom:0em;}
.punbb .post {padding-top: 0px; background: transparent; }

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {margin-top: 0;}

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

/* A5.9 */
.punbb .container {border-style: none; border-width: 0px;}



/*****B - MAIN CONTENT - GENERAL*****/
/* B1.1 */
.punbb .post-content {width:100%; margin:0; padding:0; overflow:hidden;}



/* B1.2 */
/***   ПОДПИСЬ   ***/
.punbb .post-sig dt {
display: block; 
width: 70%; 
height: 1px;
margin: 10px auto;
border: 0; 
background: #cccccc;
}
.punbb .post-sig dd {
font-size: 10px;
}
div#profile-signature ul {
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: 0;
    padding: 1em 1em 0 1em;
    border-color: #cccccc;
}


/* B1.3 */
.punbb .post-content p {margin: 0; padding: 0 0.7em 0.8em 0; line-height: 150%;}

/* B1.4 */
.punbb .post-content img {vertical-align: text-bottom;}
.punbb .post-content img.postimg {margin: 0.2em 0px !important;}

/* B1.5 */
.punbb .post-content img.postimg {vertical-align:middle; width:auto; max-width:100%; height:auto;}

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {width: 100%; overflow: hidden;}


/* B1.7 */
.punbb .post-content .scrollbox {width: 100%; max-height:190px; overflow: auto;}

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {margin: 0.5em 0.8em 0.9em 0.8em; padding: 1em 1.2em;}


/* B1.9 */
/***   ИМЯ ПОЛЬЗОВАТЕЛЯ В ЦИТАТЕ И КОДЕ   ***/
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
margin: -12px -14px 8px -14px;
padding: 10px;
font-weight: 600;
font-style: normal;
font-size: 1.1em;
text-align: left;
background: #262626;
color: #f5f3ef;
}



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

/* 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 */
.multipage {background:transparent;}

#pun-main .linkst {
width: 100%; 
font-family: 'Raleway', sans-serif;
}

.linkst .pagelink {
display: inline-block;
width: 20em;
margin: 0.2em auto;
padding: 0.5em;
font-size: 1.1em;
}

.linkst .postlink {
float: right;
display: inline-block;
width: 18em;
margin: 0.2em auto;
padding: 0.5em;
font-weight: 700;
font-size: 1.1em;
text-align: right;
}

.punbb .linksb {
width: 100%; 
font-family: 'Raleway', sans-serif; 
}

.linksb .pagelink {
display: inline-block;
width: 20em;
margin: 0.2em auto;
padding: 0.5em;
font-size: 1.1em;
font-weight: 400;
}

.linksb .postlink {
float:right;
display: inline-block;
width:16em;
margin: 0.2em auto;
padding: 0.5em;
font-size: 1.1em;
font-weight:700;
text-align:right;
}


/*** НОМЕР АКТИВНОЙ СТРАНИЦЫ ***/
.linkst .pagelink strong, .linksb .pagelink strong {
padding: 0 0.2em;
font-weight:700;
}


/* B3.8 */
.subscribelink {clear:both; padding-top: 0.3em; padding-bottom: 0.5em; }
.punbb .linksb .subscribelink {font-size:11px !important; 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; padding: 0 0 0 1.7em;}

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {margin: 0 0.6em 0 0;}

/* C1.4 */
.punbb fieldset {margin: 0 0 1em 0; padding: 0 18px 0 18px; border-style:none; border-width:0px; border-color: transparent;}

/* C1.5 */
.punbb fieldset legend {
margin: 0 0 0 10px;
padding: 0;  
font-size: 1.2em; 
font-family: Arial, sans-sefir;
}

.punbb legend span, #viewprofile h2 span, .punbb-admin #pun-admain legend span {
font-weight: 600; 
}
.punbb legend span, .punbb legend strong {
display: none;
font-family: Arial, sans-sefir;
border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* C1.6 */
.punbb fieldset legend span {margin: 0 0 0 -15px; padding: 0 5px;}

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

/* C1.8 */
.punbb .fs-box {padding: 1em 0 0.8em 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; width: 36%; font-weight: normal;}

/* 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 {margin: 0; padding-left: 4px; list-style-type: square; list-style-position: inside; line-height: 1.5;}


/* C2 Table layout */
/* C2.1 */
.punbb .main .tcl {overflow: hidden; width: 56%; vertical-align: middle; text-align: left;}
#pun-online .main .tcl {padding: 6px 0 6px 30px; text-align: left;}


/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {text-align: center; width: 8%;
font-family: Tahoma, Verdana, sans-serif;}

/* C2.3 */
.punbb .main .tcr {overflow:hidden; width: 28% !important; text-align: center;}



/***   ШИРИНА БЛОКОВ НА ГЛАВНОЙ СТРАНИЦЕ   ***/
#pun-index #pun-main .tcl {width: 54% !important; padding-right: 0px; overflow: hidden; text-align: left;}
#pun-index #pun-main .tcr {width: 30% !important; vertical-align: middle; text-align: left;}


/***   УБИРАЕМ ФОРУМ-СООБЩЕНИЙ НА ГЛАВНОЙ СТРАНИЦЕ   ***/
#pun-index #pun-main thead {display:none;}



/* C2.4 */
#pun-userlist .main .tcl, #pun-searchtopics .main .tcl, #pun-modviewforum .main .tcl {width: 28%;}
#pun-searchtopics .main .tcl, #pun-searchtopics .main .tcr {font-size:1em;}

/* C2.5 */
#pun-userlist .main .tc2 {width: 20%; vertical-align:middle; text-align: left;}
#pun-searchtopics .main .tc2 {width: 20%; vertical-align:top; text-align: left;}

/* 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 {
margin: auto;
padding: 0.5em 0 0.5em 0;
}


/* C2.9 */
.punbb td span.youposted {position: absolute; margin-left: -1em; font-weight: bold;}

/* C2.10 СКРЫВАЕМ МОДЕРАТОРОВ В ОПИСАНИИ ФОРУМА */
.punbb td .modlist {display: none; padding-top: 0.3em;}

/* C2.11 */
.punbb .main td {padding: 0.5em 0.6em; border: none;}

/* C2.12 */
.punbb .main th {padding: 0.4em 1em 0.4em 1em; border: none;}

/* C2.13 */
.punbb div.icon {float: left; display:block;}
.punbb .main .tcl {border-left-style: none; border-left-width: 0;}



 /* C3 Topics */
/* C3.1 */
.punbb .post .container {
margin: auto 0.5em; 
padding-bottom: 1px;
border-style: none; 
border-color: transparent; 
border-width: 0px; 
}

/* C3.2 */
.punbb .post h3 {
width: auto;
}

/* C3.3 */
.punbb .post h3 span {display: block; text-align: left;}

/* C3.4 */
.punbb .post h3 strong {float: right; width: 5em; font-weight: 600; text-align: right;}

/* C3.5 */
.punbb .post .post-author {
float: left;
    margin: 10px 0;
    overflow: visible;
    position: relative;
    margin-left: -15px;
    width: 210px;
    background: linear-gradient(0deg, #f1efe9 0%, #f5f3ef 50%);
}


/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {line-height: 140%;}


/* C3.8 */
.pa-author strong {
font-weight: 600;
}


/* C3.9 */
li.pa-online {line-height:110%; border-left-style: none; margin-top: 0em;
    font-family: 'Raleway', sans-serif;}


/* C3.11 */
.punbb .post-body {margin-left: 20em; padding: 0 0 1px 0; border-left-style: none; border-left-width: 0px; border-color: transparent;}

/* C3.12 */
.punbb .post-box {padding: 0 0em 0.8em 1.2em;}
#profile .post-box {padding-right: 0em !important;}


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

/* C3.14 */
.punbb .post-links {
margin-left: 20em; 
border-left-style: none; 
border-left-width: 0px; 
border-color: transparent; 
font-weight:600; 
font-family: Arial, sans-serif; 
}


/* C3.15 */
.punbb .post-links ul {height: 2em; margin-left: -21em; padding: 0 1em 0 0; line-height: 2em; border-top-color: transparent; border-top-style: none; border-top-width: 0px; text-align: right; background: transparent;}

/* C3.16 */
.punbb .post-links li {display: inline; padding-left: 0.6em;}

/* 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: 0.5em 1em; text-align: right;}

/* 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: 1.1em !important;}


/* C6 Profile */
/*** C6.2 ***/
#profilenav {
display:block;
width:auto;
padding-top: 1.1em; 
text-align: center; 
}

/* C6.3 */
#profilenav li {
display: inline-block;
}
#viewprofile-next #profilenav {display: none;}



/* C6.4 */
#viewprofile ul, #profilenav ul {margin: 0 0 1em 0; padding: 0.3em 1em 0.5em 1em; border-style: none; border-width: 0px; border-color: transparent;}
#viewprofile ul:last-child, #profilenav ul:last-child {margin-bottom: 0em;}
#profile-left {text-align: center;}

/* C6.5 */
#viewprofile h2, #profilenav h2 {
margin: auto 0 0.6em auto;
padding: 0;
line-height: 110%;
border: none;
}

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


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

/* 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; display:inline; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: bold;}

/* 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;}
.pa-avatar {
max-width: 200px;
max-height:360px;
width:auto;
height:auto;
margin: 0.9em auto 0.1em auto;
}

/* C7 User list */
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {margin-bottom: 0; border-bottom: none;}

/* C7.2 */
#pun-userlist .usertable .container {padding: 0 2.3em 2.3em 2.3em; border-top: none;}

/* C7.3 */
/***   ПОЛОСА-РАЗДЕЛИТЕЛЬ ПОЛЬЗОВАТЕЛЕЙ   ***/
#pun-userlist .usertable table {border: none;}
#pun-userlist .usertable td, #pun-message .forum td, #pun-messages .main td {
border-bottom: 1px solid rgba(0,0,0,0.07);
}


/*****D - PUNBB SECTIONS OTHER THAN MAIN CONTENT*****/
/* D1.1 */
#pun-title {display: none; margin: 0; border-style: none; border-width: 0px;}

/* D1.2 */
#pun-title h1 {display: none; padding: 2em 1em 0 1em;}

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

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


#pun-title td.title-logo-tdl {width: 100%; border: none;}
#pun-title td.title-logo-tdr {
position: absolute;
top: 2px;
left: 33%;
margin-top: 0px;
border: none;
vertical-align: top;
}


/* D2 Page navigation */
/* D2.1 */
#pun-pagelinks {position: absolute; width: 100%; top: -15px; left: 0; margin: 0; padding: 0; border: none; }

/* D2.2 */
#pun-pagelinks .container {padding: 0; border: none; background: transparent;}

/* D2.3 */
#pun-pagelinks .container li {display: inline;}

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
float:left; display: block; width: 100%; height: 2em; margin-left: -9999px; padding: 0; line-height: 2em; font-size: 1.2em; }

/* 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 {
    position: sticky;
    top: 0px;
    z-index: 2;
    margin: 0 -20px;
    padding: 10px 0 5px 0;
    text-align: center;
    background: #f5f3ef;
}



/* D3.2 */

/***   МЕНЮ НАВИГАЦИИ 1   ***/
#pun-navlinks .container {
display: flex;
flex-direction: row;
justify-content: center;
flex-grow: 1;
flex-wrap: nowrap;
margin: auto auto 5px auto;
font-family: 'Raleway', sans-serif; 
font-weight:400;
font-size: 14px;
background-color: transparent;
}



/* D.3.3 */
#pun-navlinks li {padding-right: 1.5em; }
#pun-navlinks li:last-child {padding-right: 0;}

/* D3.4 */
#pun-navlinks li a {letter-spacing: 0.03em;}

/* D4 User links */
/* D4.1 */
#pun-ulinks  {
margin: 0 -20px;
    padding: 0;
    text-align: center;
    background: #f5f3ef;
    position: sticky;
    top: 30px;
    z-index: 2;
}



/* D4.2 */

/***   МЕНЮ НАВИГАЦИИ 1   ***/
#pun-ulinks .container {
display: flex;
flex-direction: row;
justify-content: center;
flex-grow: 1;
flex-wrap: nowrap;
margin: 0;
padding-bottom: 10px;
font-size: 11px;
font-family: 'Raleway', sans-serif;
font-weight: 400;
border-bottom: 1px solid #262626;
}



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

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

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

/* D5 Welcome box and Top Breadcrumbs */
/* D5.1 */
#pun-status, #pun-status .container {margin-bottom: 0; margin-top:1em; border-bottom: none; font-family: 'Raleway', sans-serif;}

/* D5.2 */
#pun-status .container {padding: 0em 0.5em 0.7em 0.5em; font-size: 1em;}

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

/* D5.4 */
#pun-crumbs1 {
margin-top: 0;
overflow: hidden;
font-weight: 600;
font-size: 1.2em;
font-family: 'Raleway', sans-serif;
}

/* D5.5 */
#pun-crumbs1 p.container {padding: 1em 1em 0.8em 1em; border-top: none;}

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

/* D6 Announcement */
/* D6.1 */
#pun-announcement h2 {display: none;}

/* D6.2 */
#pun-announcement h2 span {display: none;}

/* D6.3 */
#pun-announcement {margin: auto;}

#pun-announcement .container {
margin: 0px auto auto;
padding: 1em 1.5em;
}


/* D7 Statistics */
#pun-stats .container {padding: 0em 1em 0em 1em; margin-top: -28px !important;}
#pun-stats li.item1, #pun-stats li.item2 {clear: both; line-height: 150%;}
#pun-stats ul.container {margin: auto; text-align:center; background: transparent;}

#pun-stats li.item3 span, #pun-stats li.item4 span {display:none;}
#pun-stats li.item3 strong:before {content: 'Участников: '; font-weight:400;}
#pun-stats li.item4 strong:before {content: 'С нами: '; font-weight:400;}


/***   АКТИВНЫ И ПОСЕТИЛИ ЗА СУТКИ   ***/
li#onlinelist {
float: left;
width: 100%;
margin-top: 1em;
padding: 0.5em 0 0 0;
border-top-style: none;
border-top-width: 0px;
line-height: 130%;
}

#onlinelist {text-align:left;}


/* D8 Quick Jump - About - Bottom Breadcrumbs */
/* D8.1 */
#pun-qjump {position: relative; float: left; width: 50%; margin: 0; border: none;}

/* D8.2 */
#pun-qjump .container {padding: 0.8em 1em; border: none; background: transparent;}

/* D8.3 */
#pun-about {margin-top: 0; margin-right: 0.2em; margin-bottom:0;}

/* D8.4 */
#pun-about .container {
padding: 0.5em 1em;
line-height: 150%;
border-top-style: none;
font-weight: 400;
text-align: center;
background-color: transparent;
}

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

/* D8.6 */
#pun-crumbs2 {
margin-top: 0;
overflow: hidden;
font-weight: 600;
font-size: 1.2em;
font-family: 'Raleway', sans-serif;
}

/* D8.7 */
#pun-crumbs2 .container {padding: 0.8em 1em; border-bottom: none;}

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

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

/* D9 Help file */
/* D9.1 */
#pun-help .formal .info-box h3.legend {margin-bottom: 0.8em; padding-bottom: 0; border-bottom-style: none; border-bottom-width: 0px;}

/* D9.2 */
#pun-help .formal .info-box h3.legend span {display: block; padding-bottom: 0.6em; border-bottom-style: none; border-bottom-width: 0px; 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;}


/*** всякое ***/
#pun-main div.catleft, #pun-main div.catright {display: none}
.punbb #pun-main .info-box .legend, .punbb .info-box, #setmods dd, #viewprofile li div, #viewprofile li strong, .punbb .formal fieldset .post-box, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .post .container, .punbb .main .container {background: transparent}
.offline li.pa-online strong {font-weight: normal;}
.punbb .formal fieldset .post-box, .punbb .info-box, .punbb .divider, 
.punbb .container, .punbb .post, .punbb .post-body, #pun-title, .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, #pun-ulinks li, #pun-ulinks li a,
#pun-announcement h2 span, #pun-announcement h2, li#onlinelist, li#onlinelist div, #pun-help .formal .info-box h3.legend, #pun-help .formal .info-box h3.legend span {border-color: transparent;}
.punbb td, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .post-links ul, .post-links, .usertable table {border: none;}

.punbb-admin #pun-admain h2 {text-align:center; font-family: Tahoma, Arial; font-size: 1.1em !important; color:#fff; background:#212121;}

.punbb .main .tcr span {overflow: hidden;}

#topic-users-in a:after {content: ',';}
#topic-users-in a:last-child:after {display: none;}

#keyboard-span input, #keyboard-span input[type="button"] {
text-shadow:none; box-shadow:none; 
background:#fff; color:#333 !important; 
border: 1px solid #a7a7a7 !important; 
font-family: Tahoma, Verdana, sans-serif !important; 
font-weight:400 !important;
}
#imageupload-left input[type=button] { width:auto !important; } 


/***  ЗАПЛАТКА ДЛЯ ПОЛЯ ОТВЕТА ***/
textarea#main-reply {
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%; 
-webkit-text-size-adjust: 100%;
}


.lastedit, li#navawards, .pl-share, .sharelink, .pa-invites, #pun-live-rusff, .pa-gifts {display:none;}



/***   ФИКС ДЛЯ СПОЙЛЕРА - ОТСТУП СТРОК   ***/
.spoiler-box>div[onclick]>p {
display:inline-block;
margin:0!important;
padding:0!important;
}



/***   ГРАНИЦЫ ТАБЛИЧЕК   ***/
.punbb .post-content td {border: 0px none transparent !important;}



/***   ПЕРЕМЕЩЕНИЕ СООБЩЕНИЙ - РАЗДЕЛИТЕЛЬ   ***/
div.Select_Topics .container tr {border-bottom: 1px solid rgba(0,0,0,0.15); }



/***   ЗАПЛАТКИ ДЛЯ ЗАКЛАДКИ   ***/
#MyBookmarks .container, .editBookmark {
border: 1px solid #b9b9b9;
background: #d4d4d4;
box-shadow: 0 1px 5px #000;
}
#MyBookmarks .container {padding: 2em 1em 1em !important;}
#MyBookmarks {max-height: 300px; margin-top: 5%;}


/***   ЦВЕТНАЯ ВСТАВКА НА ИКОНКЕ ЗАКЛАДКИ   ***/
#BookmCntToggle.default-style {color: #3c6567 !important;}


/***   ЗАГОЛОВОК ЗАКЛАДОК   ***/
#MyBookmarks h2, #MyBookmarks h1 {
margin: auto;
padding: 8px 1em !important; 
background-image: none;
background-color: #d4d4d4;
} 



/*** ЦВЕТ ПОЛОС В ГОЛОСОВАНИИ ***/
table.poll2 {margin-left:40px;}
#poll-special td h1 {
margin: auto 0 !important; 
padding:1px !important;
background: #3c6567 !important; 
}



/***   ФОН ДЛЯ ВЫСКАКИВАЮЩИХ ОКОН   ***/
#pun_wrap #post .container[id$="-area"] {max-height:264px; overflow:auto;}
#pun_wrap #post .container[id$="-area"], #video-area-tinp, #image-area-tinp, .pun-modal .modal-inner, .inner, #post-sig .container[id$="-area"] {
outline:none; 
border: 1px solid #262626;
background: #f5f3ef;
}



/***   МОДЕРАТОРСКОЕ МЕНЮ - ПОЛЯ ВВОДА   ***/
.punbb input, .punbb select, .punbb optgroup {
outline: none;
padding: 5px;
border: 1px solid #9c9c9c;
background: #e4e4e4;
}



/***   ТЕЛО ПОСТА ТЕКСТ   ***/
.post-box {text-align: justify; }
.punbb .post-content p {font-size: 1.1em;}



/***   КНОПКИ   ***/
#viewprofile-next #pa-edit a,
input[class="button"], input[class="button submit"], input[type="button"] {
padding: 5px 8px;
border: 1px solid #262626;
font-weight: 700 !important;
font-size: 11px !important;
background: #f1efe9;
}


/***   КНОПКИ ПРИ НАВЕДЕНИИ   ***/
#viewprofile-next #pa-edit a:hover, input[class="button"]:hover, input[class="button submit"]:hover, input[type="button"]:hover {
background: #d9d9d9;
cursor: pointer;
transition: 0.6s;
}



/***   ЦВЕТНОЙ СКРОЛЛ   ***/
*::-webkit-scrollbar {
width:5px;
height:8px;
background: #262626;
}
*::-webkit-scrollbar-thumb {
background: #467a48;
}
*::-webkit-scrollbar-corner {background: transparent;}

#pun-index td.tc2 {display: none;} /* отключение ячейки "Тем" */
#pun-index td.tc3 {display: none;} /* отключение ячейки "Сообщений" */

/*** Фикс против расплывающейся репутации ***/
#pun-respect .tc3 {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.pa-posts, .pa-respect {display:inline-block; width:35%; margin-bottom: 6px; padding-top: 0.2em !important; font-size:10px;}
.pa-posts {margin-left:4px;}
.pa-posts .fld-name, .pa-respect .fld-name {display:block;}

.mini_awards_label { display: none; }
li.pa-awards>br {display:none;}
ul.post-ul-Sp.Sp1 {padding: 6px 0px 0px !important;}
/* чтобы аватар не разъезжался*/
.pa-avatar img {
    max-width: 180px;
    max-height: 180px;
}
/***   чтобы сделать красивым выделение текста   ***/
::selection {    background: #666666;
    color: #f5f3ef;
}

0

2

Код:
/***   ИКОНКИ   ***/
Div.icon {
width: 15px;
height: 15px; 
margin: -6px 8px 0px 0px;
background: transparent; 
}
TR.inew Div.icon {background: #262626;}
TR.iclosed Div.icon {background: #d2cdb7;}
TR.isticky Div.icon {background: #b7c6d3;}  


/***   ИКОНКИ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ   ***/
#pun-main .category Div.icon {
margin: 10px 10px 0px 0px;
}


/***   ОФОРМЛЕНИЕ ОПИСАНИЯ ФОРУМА   ***/
#pun-main .category td div.tclcon{
margin-left: 20px;
    padding: 2px 14px 10px 14px;
    font-size: 1em;
} 


/***   ЦИТАТА И КОД   ***/
.punbb .quote-box, .punbb .code-box, .punbb .hide-box {
border: 1px solid #262626;
background: linear-gradient(0deg, #f1efe9 0%, #f5f3ef 50%);
}



/***   ПОЛЕ ОТВЕТА   ***/
.punbb textarea {
padding: 0.8em;
width: calc(100% - 1.6em) !important;
outline: none;
border: 1px solid #a2a3a5;
font-size: 1.2em;
background: #e4e4e4;
}



/***   КНОПКИ-ВКЛАДКИ В ЛС И ПРОФИЛЕ   ***/
#profilenav li {
margin: auto 0.2em 0.5em auto;
padding: 0.4em 0.7em;
border: 1px solid #a2a3a5;
font-weight: 700;
text-transform: uppercase;
background: rgba(255,255,255,0.35);
}

/***   КНОПКИ-ВКЛАДКИ ПРИ НАВЕДЕНИИ   ***/
#profilenav li:hover, #profilenav li:focus, #pun-main li.isactive {
background: rgba(255,255,255,0.75);
}



/***   СТАТИСТИКА ФОРУМА БЛОКИ   ***/
#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4{
display: inline-block;
min-width:180px;
margin-right: 2px;
padding: 4px 6px; 
font-size: 11px;
font-family: 'Raleway', sans-serif;
text-align: center;
color: #f5f3ef;
}


/***   КАТЕГОРИИ   ***/
.punbb #pun-category1, .punbb #pun-category2, .punbb #pun-category3, .punbb #pun-category4, .punbb #pun-category5, .punbb #pun-category6, .punbb #pun-category7 {
  display: flex;
  }

#pun-index h2 {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
text-transform: uppercase;
 background: #262626;
color: #f1efe9;
   }

#pun-index h2 span {
  height: auto;
  width: 40px;
  font-weight: 900;
  line-height: 100%;
  writing-mode: vertical-lr;
  transform-origin: top left;
  display: flex;
  align-items: center;
 
}
#pun-debug h2, .punbb .main h1 {
margin: auto;
    padding: 10px;
    letter-spacing: 0.05em;
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    color: #262626;
    height: 25px;
    overflow: hidden;
}

#pun-index #pun-main .container {
   border: 1px solid #262626;
   background: #f1efe9;
   padding: 20px 0;
}

#pun-index #pun-main .container a{
   font-weight: 800;
    font-family: 'Raleway';
}

#pun-index #pun-main .container a:hover, #pun-index #pun-main .container a:focus, #pun-index #pun-main .container a:active {
font-weight: 800;
    font-family: 'Raleway';
}

/***   статистика   ***/
#pun-stats  {
margin: 0;
}

#pun-stats h2 {
  display: block;
    margin: auto;
    padding: 10px;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: left;
    color: #f1efe9;
    border: 1px solid #262626;
    background: #262626;

}
#pun-stats h2 span {
text-align: center;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: auto;
    writing-mode: unset;
font-weight: 600;
    font-size: 12px;
    text-transform: none;
}

/***   ЗАГОЛОВКИ В РЕДАКТИРОВАНИИ ПРОФИЛЯ И ЛС   ***/
#viewprofile h2, #profilenav h2 {
letter-spacing: 0.05em;
font-weight: 600;
font-size: 12px;
font-family: 'Raleway', sans-serif;
background: transparent;
background-image: none;
}



/***   ЗАГОЛОВОК РЕДАКТИРОВАНИЯ И ПРОСМОТРА ТОПИКА, ПРОФИЛЯ   ***/
#pun-edit .main h1, #pun-viewtopic .main h1, #pun-profile .main h1, .punbb .main h1 {
width: auto;
margin: auto;
padding: 0;
letter-spacing: normal;
font-family: 'Raleway', sans-serif;
font-size: 2.4em !important; 
font-weight: 800;
color: #262626;
text-align: center;
background: transparent;
}



/***   ДАТА И НОМЕР ПОСТА   ***/
.punbb .post h3 {
margin: auto -20px 1.4em -20px;
padding: 0.3em 2.5em;
font-size: 1em;
color: #f5f3ef;
background: #262626;
}
.punbb .post h3 span a{
    color: #f5f3ef;
}


/***   ССЫЛКИ НА ФОРУМЕ   ***/
.punbb a, .punbb a:link, .punbb a:visited {
color: #467a48; 
cursor: pointer;
transition: 0.6s;
}


/***   ССЫЛКИ АКТИВНЫ   ***/
.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: #404040;
transition: 0.6s;
}



/***   МЕНЮ НАВИГАЦИИ ССЫЛКИ   ***/
#pun-navlinks a {
color: #262626;
text-transform: uppercase;
font-weight: 700;
}

#pun-ulinks a {
color: #4d4d4d; 
text-transform: lowercase;
transition: 0.6s;
}



/***   МЕНЮ НАВИГАЦИИ ССЫЛКИ ПРИ НАВЕДЕНИИ   ***/
#pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active {
color: #808080;
text-transform: uppercase;
font-weight: 700;
transition: 0.6s;
}

#pun-ulinks a:hover, #pun-ulinks a:focus, #pun-ulinks a:active {
color: #b3b3b3;
text-transform: lowercase;
transition: 0.6s;
}



/***   НАЗВАНИЕ ФОРУМА НА ГЛАВНОЙ   ***/
#pun-index .tcl h3 a {
font-weight: 800;
font-family: 'Raleway', sans-serif;
font-size: 1.2em;
text-transform: uppercase;
color: #262626 !important;
}
#pun-index .tcl h3 a:hover, #pun-index .tcl h3 a:focus, #pun-index .tcl h3 a:active {
color: #467a48 !important;
}



/***   БЛОК ПОЛЬЗОВАТЕЛЯ   ***/
.post-author {
width: 216px;
text-align:center; 
color: #262626;
border: 1px solid #262626;
}
.post-author ul {margin: 8px 8px 10px 8px;}



/***   НИКНЕЙМ АВТОРА ПОСТА   ***/
.pa-author, .pa-author a {
font-family: 'Raleway', sans-serif; 
font-weight: 900;
font-size: 16px;
color: #262626 !important;
}

.pa-author {
padding: 12px 0 10px 0 !important;
}

.pa-title {
font-size: 9px;
    line-height: 1.2;
    text-align: center;
    text-transform: lowercase;
    color: #808080;
}


/***   личная страница ссылка   ***/

.pa-fld1 {
    width: 10px;
    text-align: center;
    padding: 0px 0px 0px 0px !important;
    line-height: 0px;
}

.pa-fld1 a {
    position: absolute;
    color: #262626 !important;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
    margin-top: 5px!important;
    margin-left: 178px;
    font-family: 'arial';
    letter-spacing: 0px;
}

/**лз**/

.ank a {
font-family: 'Raleway', sans-serif;
font-size: 14px;
    font-weight: 800;
    text-align: left;
    width: 190px;
    display: inline-block;
    padding: 3px 0;
}


.ank a:hover, .hum a:hover {transition: 0.6s;}
#pun-profile .lz {width: 210px;}

.hum {
    font-size: 9px;
    line-height: 1.2;
    text-align: justify;
    padding-bottom: 3px;
}

/*** надпись быстрый ответ ***/
div#post-form.formal h2 {
    display: none;
}

/*** описание в категориях ***/
.opisanie {
    font-size: 9px;
    text-transform: lowercase;
    text-align: justify;
    }
.opisanie-links {
    margin: 5px 0 !important;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.opisanie-links a{
   border: 1px solid #262626;
    background: #f1efe9;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: auto;
    
}
.opisanie-links a:hover, .opisanie-links a:focus, .opisanie-links a:active {
    border: 1px solid #404040;
    background: #f1efe9;
    padding: 2px 4px;
}
/*** таблица для объявлений-персонажей ***/
.tablitsa {
    max-width: 600px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 110px !important;
    border: 1px solid #000;
    padding: 10px 20px 15px 20px;
    background: transparent;
}
.tablitsa zagolovok {
    display: block;
    text-align: right;
    background: transparent;
    border-bottom: 1px solid #000;
    margin: 0px -20px 20px -20px !IMPORTANT;
    padding: 0 20px 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: lowercase;
    font-weight: 600;
    font-size: 20px;
}
.tablitsa text {
    font-family: tahoma;
    line-height: 15px;
    font-size: 11px;
}
.tablitsa img {
    float: left;
    padding: 0px 0px 0px 0px !important;
    border: 1px solid #000;
    margin-right: 15px !important;
    margin-bottom: 10px;
}

/*** таблица форума ***/
.shapka {
background: rgb(245 243 239 / 50%);
}
.nazv {
letter-spacing: 0em;
    font-weight: 900;
    font-size: 140px;
    font-family: 'El Messiri';
    color: #467a48;
    text-transform: uppercase;
    position: absolute;
    top: 90px;
    width: 600px;
    text-align: left;
    text-shadow:  rgb(0 0 0 / 30%) 0px 2px 5px, rgb(0 0 0 / 15%) 0px 0px 5px;
}
.subnazv {
letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #838383;
    text-transform: lowercase;
    position: absolute;
    top: 120px;
width: 490px;
text-align: right;
font-style: italic;
margin-left: -20px !important;
    text-shadow:  rgb(0 0 0 / 30%) 0px 2px 5px, rgb(0 0 0 / 15%) 0px 0px 5px;
}
.subopis {
letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 10px;
     font-family: 'Raleway', sans-serif;
    color: #f5f3ef;
    text-transform: uppercase;
    position: absolute;
    top: 70px;
    width: 1080px;
    text-align: right;
    margin-left: -20px !important;
 }
.activist {
display: flex;
    width: 260px;
    justify-content: space-between;
    position: absolute;
    top: 170px;
    margin-left: 800px !important;
}

.need {
display: flex;
    width: 260px;
    justify-content: space-between;
    position: absolute;
    top: 70px;
}

.pics{
    width: 50px;
    height: 50px;
    background: #2f6a31;
    transition: all 0.3s linear 0s;
    border: 4px solid #467a48;
    filter: grayscale(1);}
.pics img { width: 50px; height: 50px;}
.pics:hover {filter: grayscale(0); transition: all 0.3s linear 0s;}


#pun-announcement {
    display: flex;
    justify-content: center;
}

#pun-announcement .container {padding: 0;}

#pun-announcement .html-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: space-around;
}

#pun-announcement nws {
    display: flex;
    width: max-content;
    margin: 5px;
    height: 25px;
    border: 1px solid #262626;
    padding: 5px 5px 5px 9px;
    background: #f1efe9;
    transition: ease-in-out 0.3s;
    flex-grow: 1;
}

#pun-announcement nws:hover {
    border: 1px solid #262626;
     background: #f1efe9;
}

#pun-announcement nws date {
    font-size: 11px;
    font-family: 'Raleway', sans-serif;
    border-right: 2px solid #467a48;
    padding-right: 5px;
    display: flex;
    align-items: center;
    height: 25px;
    line-height: 1;
}

#pun-announcement a {
    width: max-content;
    display: flex;
    margin: auto;
    font-size: 10px;
    justify-content: flex-start;
    color: #262626;
    font-family: 'Raleway', sans-serif;
    padding: 0 9px 0 5px;
    height: 100%;
    align-items: center;
    font-weight: 600;
}


.navig-links {
display: none !important;
    margin: 5px 0 !important;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
top: 50px;
font-weight: 900;
    position: absolute;
width: 260px;
}
.navig-links a{
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: auto;
    color: #262626 !important;
    
}
.navig-links a:hover, .navig-links a:focus, .navig-links a:active {
     padding: 2px 4px;
    color: #467a48 !important;
}




0

3

Код:
<meta name="robots" content="noindex, nofollow">
<div class="shapka"></div><div class="nazv">avatar</div><div class="subnazv">the modern era</div><div class="subopis">мегаполис, магия стихий, рисованные внешности</div>
 <!-- активисты --><div class="activist"><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div></div>
 <!-- нужны в игру --><div class="need"><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div><div class="pics"><img src="https://via.placeholder.com/40x40" style="cursor: pointer;"></div></div>
 <!-- ссылки навигации -->
<div class="navig-links"><a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>гостевая</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>сюжет</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>гостевая</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>сюжет</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>гостевая</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>сюжет</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>гостевая</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>сюжет</a><a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>гостевая</a></div>

0

4

Код:
<nws><date>01.11</date><a href="" target="_blank">ТЕКСТ</a></nws>  <nws><date>01.11</date><a href="" target="_blank">ЕЩЁ ТЕКСТ</a></nws> <nws><a href="" target="_blank">МНОГО ТЕКСТА</a></nws>

0

5

Код:
//** упрощённая навигация **//

.det {display: flex;
position: absolute;
    top: 120px;
    margin-left: 800px !important;}

details > summary {
    text-align: center;
    padding: 5px;
    width: 190px;
    height: 17px;
    background-color: #262626;
    color: #ededed;
    cursor: pointer;
    user-select: none;
    outline: none;
    transition: transform 200ms ease-in-out 0s;
    }

.navig {
    height: auto;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    animation: closeMenu 300ms ease-in-out forwards;
    position: absolute;
    z-index: 99999;
    background: #262626;
    color: #ededed;
    }

.navig a {
   padding: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ededed !important;
}

.navig a:hover {
  filter: brightness(200%);
}

#pun-index details[open]::before {
  animation: fadeMe 300ms linear forwards;
}
Код:
<div class="det">
<details>
<summary>навигация</summary>
<nav class="navig">
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>сюжет</a>
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>гостевая</a>
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>правила</a>
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>список персонажей</a>
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=17>занятые внешности</a>
<a href=http://tmi.f-rpg.ru/viewtopic.php?id=4#p19>нужные персонажи</a>
  </nav>
 </details></div>

0


Вы здесь » Doctest » Остальное » дизайн


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