The Whisperwood
кошачий вой перемешался с лунным светом

test

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

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


Вы здесь » test » Тестовый форум » тема


тема

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

1

ы

0

2

Код:
<div class="main-header">
        <div class="header-grid">
            <h1 class="main-title">THE WHISPERWOOD</h1>
            <div class="desc">
                лесные кошки // мистика // R
            </div>

            <div class="main-logo">
              <div class="logo"></div>
            </div>

            <div class="header-bottom">
                <div class="description-blocks">
                    <div class="plot">Шёпот искажается. Лес дрожит во сне. Сквозь кроны ползёт древняяя Порча, и то, что прежде было голосом жизни, теперь зовёт к забвению.</div>
                    <div class="news">
                        Шёпот искажается. Лес дрожит во сне. Сквозь кроны ползёт древняя Порча, и то, что прежде было голосом жизни, теперь зовёт к забвению. Шёпот искажается. Лес дрожит во сне. Сквозь кроны ползёт древняя Порча, и то, что прежде было голосом жизни, теперь зовёт к забвению. Шёпот искажается. Лес дрожит во сне. Сквозь кроны ползёт древняя Порча, и то, что прежде было голосом жизни, теперь зовёт к забвению.
                    </div>
                </div>

                <div class="featured">
                    <div class="avatars">
                        <img src="/files/001b/ed/45/73377.png" title="активист">
                        <img src="/files/001b/ed/45/73377.png" title="лучший кот">
                        <img src="/files/001b/ed/45/73377.png" title="лучшая кошка">
                        <img src="/files/001b/ed/45/73377.png" title="нужный">
                        <img src="/files/001b/ed/45/73377.png" title="нужный">
                        <img src="/files/001b/ed/45/73377.png" title="нужный">
                    </div>
                    <div class="main-nav"><nav>
  <input type="checkbox" id="nav-toggle" class="nav-checkbox">
  <label for="nav-toggle" class="nav-button">навигация</label>
  <div class="nav-menu">
    <a href="#" class="nav-link">сеттинг</a>
    <a href="#" class="nav-link">сюжет</a>
    <a href="#" class="nav-link">фак</a>
    <a href="#" class="nav-link">карта</a>
    <a href="#" class="nav-link">шаблон анкеты</a>
    <a href="#" class="nav-link">вопросы</a>
  </div>
</nav></div>
                </div>
            </div>
        </div>
    </div>

0

3

Код:
/*************************************************************
	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 {
	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 {
    width: 100%;
	table-layout: fixed;
	margin: 0 auto;
}

/* 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: normal 80% 'Manrope', verdana, arial, helvetica, sans-serif;
}

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

/* 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 legend span {
	font-size: 0px;
}

/* A3.6 */
.punbb pre {
	font: var(--merri);
	max-height: 200px;
}

/* 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 {
	position: relative;
}

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

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

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

}

/* A5.9 */
.punbb .container {
}




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


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

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

/* B1.2 */
.punbb .post-sig dt {
	display: block;
	border-top: 1px solid rgba(166, 175, 149, 0.5);
	width: 600px;
	margin: 0 auto;
	padding-top: 10px;
}

/* B1.3 */
.punbb .post-content p {
	margin: 0;
	padding: 0 0em 1em 0em;
	line-height: 150%;
	text-align: justify;
}

/* 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 {
    padding: 1em 2em;
	overflow: hidden;
}

/* B1.7 */
.punbb .post-content .scrollbox {
	width: 97%;
	overflow: auto;
	padding-bottom: 20px;
    height: fit-content !important;
}

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
	margin: 0em 0em 1.4em 0em;
}


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

/* B2.1 */
.punbb .info-box {
	padding: 1.1em 1.7em 1em 1.7em;
	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;
}

div#pun-live-rusff {
    display: none;
}

/* B3.2 */
.multipage {
	margin-top: 3em;
}

/* B3.3 */
.linkst .pagelink {
	position: absolute;
	top: -4em;
	left: 2em;
	width: 24em;
}

/* B3.4 */
.linkst .postlink {
	position: absolute;
	top: -4em;
	right: 2em;
	width: 16em;
	text-align: right;
	font-weight: bold;
}

/* B3.5 */
.punbb .linksb {
	text-align: right;
	padding: 0.4em 2em 0.5em 2em;
	font-size: 1.1em;
}

/* B3.6 */
.linksb .pagelink {
	float: left;
	width: 24em;
	text-align: left;
}

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

/* C1.2 */
.punbb .formsubmit {
	padding: 0 0 1em 0.7em;
	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: none;
	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 {
	margin: 0;
	padding: 0 0 8px 0;
}

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

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
	padding: 0 0em 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: justify;
	width: 50%;
	padding-left: 6em;
}

thead {
    display: none;
}

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

#pun-index td.tc2, #pun-index td.tc3 {
    display: none;
}

/* 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.2em;
	font-weight: bold;
	padding-bottom: 10px;
}

/* 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 {
	padding: 0.8em 1em;
}

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

/* C2.13 */
.punbb .main .tcl {

}

/* C2.14 */
.punbb tbody.hasicon td.tcl {
	padding-left: 3.2em;
}

/* C2.15 */
.punbb div.icon {
	height: 20px;
	width: 20px;
	border-radius: 50%;
}

/* C2.16 */
.punbb table div.icon {
	position: absolute;
	margin: 2px 0 0 -30px;
}


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

/* C3.1 */
.punbb .post .container {

}

/* C3.2 */
.punbb .post h3 {

}

/* C3.3 */
.punbb .post h3 span {
	padding: 0.5em 1em;
	display: block;
	text-align: center;
}

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

/* C3.5 */
.punbb .post .post-author {
	float: left;
	overflow: hidden;
}

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

/* C3.7 */
.pa-author {
	font-weight: bold;
}

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

/* C3.9 */
li.pa-title {
	padding-bottom: 0.5em;
}

li.pa-online {
	line-height: 0.8em;
	padding-left: 0.4em;
	margin-top: 0.7em;
}

/* C3.11 */
.punbb .post-body {
	margin-left: 18em;
	padding: 0 0 1px 0;
}

/* C3.12 */
.punbb .post-box {
	padding: 1.5em 2em 1em 3em;
}

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

/* C3.14 */
.punbb .post-links {
	
}

/* C3.15 */
.punbb .post-links ul {
	padding: 0 2em 0 1em;
	height: 2em;
	text-align: right;
}

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

/* C3.17 */
.pl-email, .pl-website {
	float: left;
}

/* C3.18 */
.punbb .clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

.reactions-root {
    display: none;
}


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

/* C4.1 */
.punbb .modmenu .container {
	padding: 0.5em 2em;
	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: 0.8em;
}


/* C6 Profile
-------------------------------------------------------------*/

/* C6.1 */
#profile .container {
	padding-left: 18.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, #profilenav ul {
	padding: 1.5em 18px 0.8em 18px;
	margin: 0 0 1em 0;
}

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

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

/* 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 {
	margin-bottom: 0;
}

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

/* C7.3 */
#pun-userlist .usertable table {

}


/*************************************************************
	D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D2 Page navigation
-------------------------------------------------------------*/

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

/* D2.2 */
#pun-pagelinks .container {
	background: transparent;
	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 {
	text-align: center;
}

/* D3.2 */
#pun-navlinks .container {
	padding: 0 0 10px 0;
}

/* D3.3 */
#pun-navlinks li {
	display: inline;
	padding-right: 1em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}


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

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

/* D4.2 */
#pun-ulinks .container {
	padding-top: 5px;
	text-align: center;
	text-transform: lowercase;
}

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

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

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

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

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

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

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

#pun-index #pun-crumbs1 {
    display: none;
}

/* D5.5 */
#pun-crumbs1 p.container {
	padding-left: 2em;
}

/* D5.6 */
#pun-break1 {
	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;
	position: relative;
	font-weight: bold;
}

/* D6.2 */
#pun-announcement h2 span {
	display: block;
	padding: 1em 0 0.8em 0;
}

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


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

/* D7.1 */
#pun-stats .container {
	padding: 1em 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}

/* 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;
	float: left;
	width: 100%;
	line-height: 130%;
}

/* D7.5 */
li#onlinelist div {
	padding: 0.7em 0 0 0;
}


/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
	margin: 0;
	width: 50%;
	position: relative;
	float: left;
}

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

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

/* D8.4 */
#pun-about .container {
	text-align: right;
	line-height: 150%;
	padding: 0.8em 1em;
}

/* D8.5 */
#pun-about p span {
	display: block;
	margin-top: 90px !important;
	font-size: 10px;
	text-align: center;
}

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

/* D8.7 */
#pun-crumbs2 .container {
	padding: 0.8em 1em;
	font-size: 1.1em;
	text-align: center;
}

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

/* D8.9 */
div.punbb-admin #pun-about .container {

}


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
	padding-bottom: 0;
	margin-bottom: 0.8em;
}

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

0

4

Код:
/* ------------- ШРИФТ ------------- */
@font-face {
    font-family: 'Playfair Display';
    src: url(https://forumstatic.ru/files/001b/ed/45/89984.ttf);
}

@font-face {
	font-family: 'Manrope';
	src: url('https://forumstatic.ru/files/001b/ed/45/59654.ttf');
}

@font-face {
	font-family: 'Merriweather';
	src: url('https://forumstatic.ru/files/0017/b2/cc/47216.ttf')
}

@font-face {
	font-family: 'Stieglitz SP';
	src: url('https://forumstatic.ru/files/0017/50/9c/98515.otf');
}

/* ------------- РУТ ------------- */
:root {
	--merri: 'Merriweather';
	--stieg: 'Stieglitz SP';

	--main-light: #e2e2cb;
	--light: #d9dac4;
	--brown: #4d452d;
	--dark-brown: #252520;
	--pale-green: #a6af95;
	--light-green: #8a9e79;
	--green: #56694d;
	--dark-green: #2a361e;
	--light-blue: #677993;
	--blue: #3a4a65;
	--dark-blue: #27324a;
	--yellow: #c8c770;

}

/* ------------- ОСНОВНОЕ ------------- */

/* стрелки */
.scrollbuttons {
	position: fixed;
	width: 1000px;
	height: 0px;
	top: 50%;
}

.go-up, .go-down {
	opacity: 0;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	height: 80px;
	width: 30px;
	top: 50%;
	right: -30px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.go-up.show, .go-down.show {
	opacity: 1;
}

.go-up {
	background: url(/files/001b/ed/45/99613.png);
}

.go-down {
	background: url(/files/001b/ed/45/42471.png);
	margin-top: 100px !important;
}

/* фон */
html {
	background: url(/files/001b/ed/45/58111.png) top center no-repeat, url(/files/001b/ed/45/64108.jpg) fixed var(--dark-brown);
}

/* тело */
#pun {
	width: 1000px;
	margin: 250px auto 50px auto;
	background: var(--main-light);
	color: var(--dark-brown);
	border-radius: 50px;
}

/* категории и статистика */
.category h2 {
	text-align: center;
	font: 20px var(--stieg) !important;
}

.category h2 span {
	display: inline-flex;
	align-items: center;
}

.category h2 span::before {
	content: '';
	width: 170px;
	height: 50px;
	background: url(/files/001b/ed/45/79669.png) no-repeat;
	margin-right: 20px;
}

.category h2 span::after {
	content: '';
	width: 170px;
	height: 50px;
	background: url(/files/001b/ed/45/85924.png) no-repeat;
	margin-left: 20px;
}

#pun-stats h2 {
	text-align: center;
	font: 18px var(--stieg);
}

#pun-stats li.item1, #pun-stats li.item2, #pun-stats li.item3, #pun-stats li.item4 {
	padding: 10px 20px !important;
	background: var(--light);
	border-radius: 20px;
}

/* форумные таблицы */
#pun-index .main table {
	width: 900px;
	border-spacing: 0 10px;
}

#pun-index .main table tr {
	background: var(--light);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 20px;
	margin-top: 10px;
}

.forum table {
	padding: 0 2em;
}

.forum tr {
	display: flex;
	background: var(--light);
	border-radius: 20px;
	margin: 10px 0;
}

.forum .intd {
	display: flex;
	align-items: center;
}

.forum .user-avatar {
	display: none;
}

#viewprofile table {
	padding-right: 1em;
}

/* футер */
#pun-about {
	background: url(/files/001b/ed/45/44477.png) top left no-repeat, url(/files/001b/ed/45/51327.png) top right no-repeat;
	margin: -20px 25px 0px 25px !important;
	padding-bottom: 20px;
}

#pun-index #pun-crumbs2 {
	display: none;
}

.banners {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 400px;
    height: 70px;
    margin: -125px auto 20px auto!important;
    overflow: auto;
}

/* иконки */
div.icon {
	background: var(--main-light);
}

div.icon.inew {
	background: var(--green);
}

tr.isticky div.icon {
	background: var(--blue);
}

span.stickytext {
	display: none;
}

tr.iclosed div.icon {
	background: var(--dark-brown);
}

span.closedatafield {
	display: none;
}

/* навигационное меню */
#pun-navlinks {
	position: absolute;
	width: 600px;
	top: 90px;
	left: 15px;
}

.punbb.punbb-admin #pun-navlinks {
	width: 900px;
	position: relative;
	top: 0;
}

/* пользовательское меню */
#pun-ulinks {
	position: absolute;
	top: 110px;
	width: 600px;
	font-size: 11px;
	padding-left: 7px;
}

.punbb.punbb-admin #pun-ulinks {
	width: 900px;
	position: relative;
	top: -10px;
}

li#h-unanswered, #pun-status .status-right {
	display: none !important;
}

/* выделение текста */
::selection {
	background: var(--dark-brown);
	color: var(--main-light);
}

/* ползунок */
::-webkit-scrollbar {
	border-radius: 20px;
	width: 6px;
	height: 6px;
	background-color: var(--light);
}

::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background-color: var(--green);
}

/* строка */
.post-content hr {
	border: 1px solid var(--green);
	width: 550px;
	margin: 0 auto 10px auto;
}

/* тултип */
.custom-tooltip {
	position: fixed;
	background: var(--green);
	color: var(--main-light);
	padding: 6px 10px;
	border-radius: 20px;
	pointer-events: none;
	z-index: 9999;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .7s ease, transform .8s ease;
	font: 11px Manrope;
}

/* ссылки */
.punbb a, .punbb-admin #pun-admain a {
	font-family: var(--merri);
	color: var(--brown);
	transition: .4s ease;
}

.punbb a:hover, .punbb-admin #pun-admain a:hover {
	color: var(--dark-brown);
	transition: .4s ease;
}

/* подчёркнутый текст */
em.bbuline {
	text-decoration: none !important;
	border-bottom: 1px solid var(--light-green);
}

/* зачёркнутый текст */
del:not(:hover) {
	text-decoration: none !important;
	background-color: var(--dark-brown);
	transition: .6s ease;
	color: var(--dark-brown);
}

del:hover {
	text-decoration: none !important;
	transition: .6s ease;
}

/* кнопки, меню, поля, списки */
input, select {
	accent-color: var(--green);
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

input, select, textarea {
	font-family: Manrope;
	background: var(--light);
	border: 1px solid var(--pale-green);
	border-radius: 20px;
	padding: 5px 10px;
}

#post-form h2 {
	display: none;
}

#tags .container {
	background: var(--light);
	border: 1px solid var(--pale-green);
	border-radius: 20px;
	padding: 10px;
	top: 55px!important;
}

.post-content ul {
	padding: 0 0 1em 3.3em !important;
}

.post-content ul li > p:last-of-type {
	padding-bottom: 0;
	padding-left: 0px !important;
}

/* цитата, спойлер, код */
.punbb .quote-box cite, .punbb .code-box strong.legend {
	display: block;
	padding: 5px 0 5px 25px;
	font: 12px var(--merri);
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--main-light);
	background: var(--green);
	border-radius: 20px 20px 0 0;
}

.punbb .post-content .quote-box, .punbb .post-content .code-box {
	background: rgba(120, 130, 110, 0.08);
	border-radius: 20px;
	border: 1px solid rgba(166, 175, 149, .5);
}

cite::before {
	content: '\2726';
	padding-right: 8px;
}

.punbb .post-content .blockcode {
	padding-left: 2em;
}

.code-box .legend a {
    color: var(--main-light);
}

.spoiler-box {
	padding: 10px 0;
}

.spoiler-box > div {
	background: none !important;
	font: 14px var(--merri);
	position: relative;
	padding-left: 40px !important;
}

.spoiler-box > div::before {
	content: '\21a1';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: 0.3s ease;
}

.post-content .spoiler-box > div.visible::before {
	transform: translateY(-50%) rotate(180deg);
}

/* посты */
.html-content {
    margin-right: 1px!important;
}

a.sharelink, .modmenu span {
	display: none;
}

.punbb .post h3 {
	background: var(--light);
	border-radius: 20px;
	margin: 0 2em !important;
}

.post-rating a {
	background: var(--light);
	padding: 5px 10px;
	border-radius: 50%;
}

#form-buttons table {
	width: 90% !important;
	margin-left: 100px;
	border-spacing: 0 12px;
}

#plng {
    border: 1px solid var(--pale-green);
    border-radius: 20px;
    padding: 2px 10px;
    position: absolute;
    margin: -35px 0 0 0px;
}

/* ------------- ШАПКА ------------- */

.main-header {
	width: 900px;
	height: 350px;
	position: relative;
	text-align: justify;
	padding-top: 2em;
	margin: 0 auto !important;
}

.header-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 350px;
	grid-template-rows: auto 1fr;
	height: 100%;
}

/* название */
.main-title {
	grid-column: 1;
	grid-row: 1;
	font: 40px var(--stieg) !important;
}

/* описание */
.desc {
	grid-column: 2;
	grid-row: 1;
	font-style: italic;
	text-align: center;
	align-self: end;
	padding-bottom: 5px;
}

/* лого */
.main-logo {
	grid-column: 3;
	grid-row: 1 / 5;
}

.logo {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	background: url(https://forumstatic.ru/files/001b/ed/45/55159.png) top center no-repeat;
}

/* нижняя секция */
.header-bottom {
	grid-column: 1 / 3;
	grid-row: 4;
	display: grid;
	grid-template-columns: 250px 1fr;
	align-items: end;
}

.description-blocks {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
}

.news {
	height: 100px;
	overflow: auto;
	padding-right: 5px;
}

/* центральная секция */
.featured {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.avatars {
	display: grid;
	grid-template-columns: repeat(3, 60px);
	grid-template-rows: repeat(2, 60px);
	gap: 25px 5px;
}

.avatars img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

/* навигация */
.main-nav {
	grid-area: 2 / 2 / 3 / 3;
	text-align: center;
	justify-self: center;
	align-self: center;
}

/* основная навигация */
nav {
	position: relative;
	width: 190px;
	text-align: center;
}

.nav-checkbox {
	display: none;
}

/* кнопка */
.nav-button {
	cursor: pointer;
	position: relative;
	display: block;
	width: 150px;
	background: var(--green);
	color: var(--main-light);
	padding: 10px 20px;
	border-radius: 20px;
	font: 12px var(--merri);
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease;
	z-index: 2;
}

.nav-button:hover {
	background: var(--dark-green);
}

/* стрелка */
.nav-button:after {
	content: "\21a1";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	transition: all .3s ease;
}

.nav-checkbox:checked~.nav-button:after {
	transform: translateY(-50%) rotate(180deg);
}

.nav-checkbox:checked~.nav-button {
	border-radius: 20px 20px 0 0;
}

/* выпадающее меню */
.nav-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 190px;
	padding: 5px 0;
	opacity: 0;
	background: rgba(86, 105, 77, 0.8);
	border-radius: 0 0 20px 20px;
	transform: translateY(-10px);
	transition: all .3s ease;
	backdrop-filter: blur(3px);
}

.nav-checkbox:checked~.nav-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

/* ссылки навигации */
.nav-menu a {
	display: block;
	padding: 5px 0;
	font: 12px Merriweather;
	color: var(--main-light);
	margin: 5px auto;
	width: 130px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 20px;
}

.nav-menu a:hover {
	background: rgba(255, 255, 255, 0.22);
	transform: scale(1.05);
	color: var(--light);
}

/* ------------- ПРОФИЛЬ ------------- */

.post-author {
	margin: 1.5em 0 0 2em !important;
	padding: 10px 0;
	text-align: center;
	width: 220px;
	box-shadow: 0 0 6px rgba(20, 20, 10, 0.25);
	border-radius: 20px;
	background: linear-gradient(155deg, var(--main-light) 0%, var(--light) 100%);
}

/* имя */
.pa-author a {
	font: 20px var(--stieg);
	letter-spacing: .05em;
}

/* статус */
li.pa-title {
	font-size: 12px;
	font-style: italic;
	color: rgba(60, 70, 50, 0.7);
}


/* сообщения и респект */
.pa-posts, .pa-respect {
	display: inline-flex;
	justify-content: center;
	padding: 0 20px !important;
}

.pa-respect img {
	display: none;
}

.pa-posts .fld-name {
	font-size: 0;
	background: url(/files/0017/50/9c/38321.png) no-repeat;
	width: 15px;
	padding-right: 5px;
}

.pa-respect .fld-name {
	font-size: 0;
}

.pa-respect > a::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: -20px !important;
}

.pa-respect .fld-name a::before {
	content: '';
	background: url(/files/0017/50/9c/87156.png) no-repeat;
	width: 15px;
	height: 15px;
	display: inline-flex;
	align-items: center;
	padding-right: 5px;
}

/* доп. поля */
.pa-fld2, .pa-fld1 {
	background: var(--main-light);
	padding: 5px !important;
	margin: 10px !important;
	border: 1px solid var(--pale-green);
	border-radius: 20px;
}

/* ------------- АНКЕТА ------------- */
/* имя */
.app-header {
	text-align: center;
}

.name {
	font: 30px 'Stieglitz SP';
}

.name-chain, .model {
	font: italic 10px Merriweather;
}

.name-chain {
	padding: 5px 0 15px 0;
}

.model {
	padding: 5px 0 0 0;
}

:root {
	--merri: 'Merriweather';
	--stieg: 'Stieglitz SP';

	--main-light: #e2e2cb;
	--light: #d9dac4;
	--brown: #4d452d;
	--dark-brown: #252520;
	--pale-green: #a6af95;
	--light-green: #8a9e79;
	--green: #56694d;
	--dark-green: #2a361e;

}

.accept-card {
  margin: 0 auto!important;
  background: var(--light);
  border: 1px solid var(--pale-green);
  border-radius: 20px;
}

.welcome-title {
  background-color: var(--green);
  color: var(--main-light);
  font: 20px var(--stieg);
  text-align: center;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}

.welcome-text {
  text-align: center;
  font-size: 13px;
  padding: 20px;
}

.welcome-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
}

.welcome-links a {
  background: var(--main-light);
  padding: 5px 10px;
  border: 1px solid var(--pale-green);
  border-radius: 20px;
  transition: .5s ease;
}

.welcome-links a:hover {
  background: var(--green);
  color: var(--main-light);
  transition: .5s ease;
}

/* ------------- МАТЧАСТЬ ------------- */

/* таблицы */
.post-content td {
	border-color: transparent !important;
}

.time, .calendar, .council, .casts, .casts-list, .application,  .custom_tag_type#application, .custom_tag_type#episode {
	margin: 0px auto !important;
}

.time td:first-child, .council td:first-child, .casts td:first-child, .calendar td[rowspan] {
	font-size: 14px;
	font-weight: bold;
}

.time td, .calendar td, .council td, .casts td, .casts-list td {
	text-align: center;
	font: 12px var(--merri);
	border: 1px solid var(--pale-green) !important;
}

.casts-list h1 {
	font: bold 12px var(--merri) !important;
	text-align: center;
}

.application td, .custom_tag_type#application td {
	border: 1px solid var(--pale-green) !important;
	max-width: 250px;
	box-sizing: border-box;
}

.application td b, .custom_tag_type#application strong {
	font-family: var(--merri);
}

.custom_tag_type#application {
	width: 500px;
	padding-bottom: 20px;
}

.custom_tag_type#episode {
    background: var(--light);
    border: 1px solid var(--pale-green);
    border-radius: 20px;
    padding: 10px;
}

.custom_tag_type#episode img {
    text-align: center;
}

/* локации */
.location {
	width: 350px;
	height: 350px;
	border-radius: 50%;
	margin: 0 auto !important;
}

.location-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.location:hover .location-inner {
	transform: rotateY(180deg);
}

.location-front, .location-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.location-back {
	background-color: var(--light);
	color: var(--dark-brown);
	transform: rotateY(180deg);
	border-radius: 50%;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

0

5

div.icon {
width: 20px;
    height: 20px;
    background: var(--main-light);
    border: 1px solid var(--dark-gold);
    border-radius: 50%;
    box-sizing: border-box;
}

tr.isticky div.icon {
background: var(--blue);
}

span.stickytext {
display: none;
}

tr.iclosed div.icon {
background: var(--dark-brown);
}

0

6

ф

0


Вы здесь » test » Тестовый форум » тема


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