css1
Код:
/*************************************************************
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;
background: linear-gradient(90deg, #0a0a0a 7%, #5a0707, #0a0a0a 93%);
}
/* 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%;
background: url(https://forumstatic.ru/files/001b/14/4e/99627.png) fixed;
font-display: block;
}
/* A3.2 */
.punbb {
font: normal 68.75% verdana, arial, helvetica, sans-serif;
}
/* 3.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, .punbb th {
font-size: 1em;
font-weight: normal;
}
/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
font-size: 1.1em;
}
/* A3.6 */
.punbb pre {
font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* A3.7 */
.punbb address, .punbb em {
font-style: normal
}
/* A3.8 */
.punbb .post-content em {
font-style: italic
}
/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
}
/* A3.10 */
.punbb a {
text-decoration: none;
color: #2b0601;
}
.punbb a:hover {
text-decoration: none;
color: #770e00;
}
/* 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 {
margin: auto;
padding: 25px;
position: relative;
width: 900px;
background: url(https://forumstatic.ru/files/001b/14/4e/13740.jpg) center top no-repeat, url(https://forumstatic.ru/files/001b/14/4e/69245.jpg) center bottom no-repeat, url(https://forumstatic.ru/files/001b/14/4e/29536.jpg) repeat-y;
}
/* A5.2 */
.punbb {
float: left;
width: calc(100% - 30px);
height: auto;
padding: 0 15px;
}
/* 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;
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
}
/* A5.9 */
.punbb .container {
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
}
#pun-main h1 {
font: 600 14px Montserrat Alternates;
text-align: center;
background: #2a1010;
padding: 3px;
margin: 10px 0px;
color: #9e968b;
text-shadow: 1px 1px 1px #4a0101;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
text-align: justify;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
width: 250px;
margin: 5px 0;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 1em 0;
line-height: 150%;
}
/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom
}
/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;
}
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden;
}
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
overflow: auto;
}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 10px 4px;
padding: 10px 10px 0px 10px;
background: #eae5dd;
border: 1px solid #c5c0b9;
box-shadow: inset 0 0 55px 0 #6b63579c;
outline: 1px dashed #c5c0b9;
outline-offset: 3px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 0.7em;
font-size: 1.1em;
font-weight: bold;
font-style: normal;
margin: 0;
}
.punbb .post-content .quote-box.spoiler-box {
padding: 5px;
}
/* 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;
margin-top: -10px;
}
/* B3.2 */
.multipage {
margin-top: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4em;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
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: 1.7em 2.3em 1.1em 2.3em;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.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;
}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
position: relative;
display: inline-block !important;
width: 300px !important;
border: none !important;
text-align: center;
color: #464138;
background: #bebab3;
margin: 0px !important;
font: 100 10px Tahoma;
padding: 2px !important;
border-left: 1px solid #877f72 !important;
}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0
}
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;
}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
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: 100%;
margin: 0;
}
textarea#main-reply.processed {
width: 800px !important;
margin-top: 10px;
}
div#post-form.formal h2 {
text-align: center;
margin-bottom: -30px !important;
font: 100 14px Arial;
color: #bfbab4;
font: 600 12px Montserrat Alternates;
background: #5a554c;
padding: 2px;
margin-left: 35px;
width: calc(100% - 75px);
}
small#plng {
position: relative;
display: inline-block !important;
width: 200px !important;
border: none !important;
margin: 13px 0px 0px -9px !important;
text-align: center;
color: #464138;
background: #bebab3;
font:100 10px Tahoma;
padding: 2px !important;
}
small#togglePreview input.button {
position: absolute;
float: left !important;
display: inline-block !important;
width: 290px !important;
border: none !important;
text-align: center;
color: #464138;
background: #bebab3;
margin: -3px 0px 0px -292px !important;
font: 100 10px Tahoma;
padding: 2px 2px 2px 2px !important;
border-left: 1px solid #877f72 !important;
}
img#Knopa2-2 {
position: relative;
float: right !important;
display: inline-block !important;
height: 12px;
border: none !important;
text-align: center;
margin: -12px 0px 0px -74px !important;
font: 100 10px Tahoma;
padding: 2px !important;
border-left: 1px solid #877f72 !important;
}
fieldset#post-preview legend span {
margin-top: 12px !important;
display: block !important;
width: 776px !important;
text-align: center !Important;
}
fieldset#post-preview .post-box {
margin: auto;
position: relative;
}
/* C1.17 */
.punbb .hashelp {
position: relative;
}
/* C1.18 */
.punbb .helplinks {
display: block;
position: absolute;
top: 1em;
right: 0;
font-weight: normal;
width: 36%;
}
/* c1.19 */
.punbb #profile .helplinks {
top: 1.5em;
}
/* C1.20 */
.punbb .helplinks span {
display: block;
padding-bottom: 0.2em;
}
/* C1.21 */
#pun-post .formal .info-box li {
padding-left: 4px;
list-style-type: square;
list-style-position: inside;
line-height: 1.5;
margin: 0;
}
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 10%;
}
/* 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 */
.punbb .category td.tcl p {
margin-left: 5px;
margin-right: 4px;
margin-bottom: 4px;
}
.punbb .category td.tcl p a {
display: inline-block;
width: calc(50% - 8px);
text-align: center;
padding: 3px;
margin-top: 10px;
background: #231210;
color: #b7b2ab;
font: 600 10px Montserrat Alternates;
transition: 1s;
}
.punbb .category td.tcl p a:hover {
background: #610f0f;
color: #d4d4d4;
transition: 1s;
letter-spacing: 1px;
}
.punbb .main .tcr {
width: calc(100% - 28px) !important;
margin-top: 3px;
}
.punbb .user-avatar .avatar-image {
border-radius: 0% !important;
width: 30px !important;
height: 30px !important;
border: 2px solid #2b0808;
}
.punbb .category table tr.isub {
display: none !important;
}
/* 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 {
display: none !important;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
/* C2.14 */
.punbb tbody.hasicon td.tcl {
padding-left: 3.2em
}
/* C2.15 */
.punbb div.icon {
height: 0;
line-height: 0.0;
margin-top: 0.1em;
width: 0;
}
/* C2.16 */
.punbb table div.icon {
font-size: 1.05em;
position: absolute;
margin-left: -2.2em;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
margin-top: -1px;
padding-bottom: 1px;
}
/* C3.2 */
.punbb .post h3 {
}
/* C3.3 */
.punbb .post h3 span {
padding: 0.5em 1em;
display: block;
margin-left: -10px;
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
font-weight: normal;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
overflow: hidden;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0 1em 1em 1em;
line-height: 140%;
}
.punbb .post .post-author {
background: #131313;
width: 230px;
text-align: center;
border: 2px solid #000000;
color: #8e8e8e;
font: 100 10px Century Gothic;
letter-spacing: 1px;
}
.punbb .post .post-author a {
color: #b3b3b3;
}
.punbb .post .post-author ul, .punbb .post .post-author p {
background: url(https://forumstatic.ru/files/001b/14/4e/99627.png);
}
.punbb .post .post-author li.pa-avatar img {
border: 3px solid #00000082;
outline: 1px dashed #ffffff14;
outline-offset: -5px;
}
li.pa-author a {
font: 100 16px Bad Script;
color: #ffffff !important;
}
li.pa-author a:after {
position: absolute;
content: " ";
display: block;
width: 200px;
border-bottom: 15px solid #92000021;
margin-top: -18px;
margin-left: 5px;
transform: rotate(-0.01turn);
}
/* C3.7 */
.pa-author {
font-size: 1.1em;
font-weight: bold;
}
/* C3.8 */
.pa-author a {
text-decoration: none
}
/* C3.9 */
li.pa-title {
padding-bottom: 0.4em;
font-weight: bold;
}
li.pa-online:before {
display: block;
position: relative;
background: url(https://forumstatic.ru/files/001b/14/4e/61384.png) no-repeat;
width: 200px;
height: 20px;
content: " ";
margin-bottom: -15px;
transition: 1s;
}
li.pa-online {
line-height: 0.8em;
padding-left: 0.4em;
margin-top: 0.7em;
color: #00000000;
transition: 1s;
}
li.pa-online:hover {
color: #055f07;
transition: 1s;
}
li.pa-online:hover:before {
opacity: 0;
transition: 1s;
}
/* C3.11 */
.punbb .post-body {
margin-left: 230px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
background: #ffffff57;
padding: 20px;
margin-left: 20px;
width: calc(100% - 70px);
border: 1px solid #6b6357;
outline: 1px dashed #b0aba28a;
outline-offset: -5px;
box-shadow: inset 0 0 35px 0 #52442e, 0 0 1px 0 #e8e4de;
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 19em;
}
/* C3.15 */
.punbb .post-links ul {
padding: 0 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
background: transparent;
text-align: right;
}
/* C3.16 */
.punbb .post-links li {
display: inline;
padding-left: 1em;
}
/* C3.17 */
.pl-email, .pl-website {
float: left;
}
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}
/* 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: 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 {
border-bottom: none;
margin-bottom: 0;
}
/* C7.2 */
#pun-userlist .usertable .container {
padding: 0 2.3em 2.3em 2.3em;
border-top: none;
}
/* C7.3 */
#pun-userlist .usertable table {
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin: 0;
height: 250px;
}
#pun-title td.title-logo-tdl h1 {
display: none;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
}
/* D1.4 */
#pun-title h1 span {
font-size: 1.5em;
}
#pun-title table {
border: none;
height: 40px;
width: 100%;
}
#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 {
position: fixed;
top: 0px;
left: 0px;
width: 61px;
height: 100%;
background: #000000;
border-right: 1px solid #1d0b0b;
padding-top: 50px;
}
/* D3.2 */
#pun-navlinks .container {
padding: 5px;
}
/* D.3 */
#pun-navlinks li {
display: inline;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 0px !important;
}
#pun-navlinks li a i.material-icons {
display: inline-block;
width: 22px;
height: 24px;
padding: 5px 6px;
color: #333333;
background: #0a0a0a;
margin: 3px 7px !important;
border-radius: 2px;
border: 1px solid #ffffff05;
transition: 1s;
}
#pun-navlinks li a i.material-icons:hover {
color: #c30000;
background: #1b1b1b;
transition: 1s;
}
#navindex a {
display: block !important;
margin-bottom: 84px !important;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
display: none;
}
/* D4.2 */
#pun-ulinks .container {
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
}
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status, #pun-status .container {
border-bottom: none;
margin-bottom: 0;
}
/* D5.2 */
#pun-status .container {
padding: 0.8em 1em 1em 1em;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
#pun-status {
position: absolute;
display: block;
width: 475px;
display: block;
top: 31px;
right: 25px;
font: 600 11px Montserrat Alternates;
text-align: right;
color: #141112;
}
#pun-status span.item4.status-right:after {
content: ".";
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
margin-top: 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0em 1em;
font-size: 1.1em;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: none;
}
/* D6.3 */
#pun-announcement .container {
padding: 10px;
}
div#kombest {
position: absolute;
display: block;
width: 240px;
height: 14px;
top: 103px;
left: 40px;
text-align: center;
font: 600 10px Montserrat Alternates;
color: #9c9a91;
text-shadow: 1px 1px 1px #710c00;
letter-spacing: 1px;
text-transform: uppercase;
}
div#best1 {
position: absolute;
display: block;
width: 40px;
height: 45px;
top: 122px;
left: 40px;
filter: grayscale(100%);
opacity: 0.5;
transition: 1s;
}
div#best2 {
position: absolute;
display: block;
width: 40px;
height: 45px;
top: 122px;
left: 89px;
filter: grayscale(100%);
opacity: 0.5;
transition: 1s;
}
div#best3 {
position: absolute;
display: block;
width: 40px;
height: 45px;
top: 122px;
left: 138px;
filter: grayscale(100%);
opacity: 0.5;
transition: 1s;
}
div#best4 {
position: absolute;
display: block;
width: 40px;
height: 45px;
top: 122px;
left: 187px;
filter: grayscale(100%);
opacity: 0.5;
transition: 1s;
}
div#best5 {
position: absolute;
display: block;
width: 40px;
height: 45px;
top: 122px;
left: 236px;
filter: grayscale(100%);
opacity: 0.5;
transition: 1s;
}
div#best1:hover, div#best2:hover, div#best3:hover, div#best4:hover, div#best5:hover {
filter: grayscale(0%);
opacity: 1;
transition: 1s;
}
div#obnew1 {
position: absolute;
display: block;
width: 240px;
height: 14px;
top: 182px;
left: 40px;
text-align: center;
font: 800 10px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
letter-spacing: 1px;
}
div#obnew2 {
position: absolute;
display: block;
width: 240px;
height: 14px;
top: 205px;
left: 40px;
text-align: center;
font: 800 10px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
letter-spacing: 1px;
}
div#obnew3 {
position: absolute;
display: block;
width: 240px;
height: 14px;
top: 228px;
left: 40px;
text-align: center;
font: 800 10px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
letter-spacing: 1px;
}
div#obloco {
position: absolute;
display: block;
width: 220px;
height: 14px;
top: 104px;
right: 40px;
text-align: left;
font: 800 10px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
letter-spacing: 1px;
}
div#obdata {
position: absolute;
display: block;
width: 220px;
height: 14px;
top: 127px;
right: 40px;
text-align: left;
font: 800 10px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
letter-spacing: 1px;
}
div#obopis {
position: absolute;
display: block;
width: 240px;
height: 14px;
top: 145px;
right: 40px;
text-align: justify;
font: 700 9px Montserrat Alternates;
color: #0d0a0b;
text-shadow: 1px 1px 1px #928b81;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 0.8em 1em
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}
div#pun-stats h2 {
font: 700 11px Montserrat Alternates;
text-transform: uppercase;
color: #2d0202;
text-shadow: 1px 1px 1px #aba499;
margin-top: 15px;
}
div#pun-stats {
font: 500 11px Montserrat Alternates;
text-align: center;
}
div#pun-stats a {
font: 700 11px Montserrat Alternates;
}
/* 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;
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: 0.8em 1em;
font-size: 1.1em;
}
/* 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;
}
/* Admin Page */
div#pun-admain.adminmain fieldset legend span {
width: 610px;
}
#pun-admain fieldset, .adcontainer {
border: 1px dashed #b1aba1 !important;
}
#pun-admain fieldset textarea#main-reply {
max-width: 610px;
}
/* Vid glavnoi */
.punbb .category table tr {
display: inline-block !important;
width: calc(50% - 22px) !important;
background: #9c968d;
margin: 20px 10px;
height: 150px;
border: 1px solid #aba6a0;
box-shadow: inset 0 0 3px 0 #56524a;
}
.punbb .categorytd.tcl, .punbb .category td.tc_tbl {
display: inline-block;
width: 100%;
}
.punbb .category td.tcl {
width: calc(100% - 30px) !important;
text-align: justify !important;
padding: 15px !important;
font: 11px Tahoma;
color: #272121;
line-height: 1;
}
#pun-index .tcl h3 {
font: 600 14px Montserrat Alternates;
margin-top: -27px;
z-index: 999999 !important;
position: absolute;
display: block;
width: 363px;
background: #141112;
height: 20px;
text-align: center;
transform: rotate(-0.004turn);
}
#pun-index .tcl h3 a {
color: #9c968d;
text-shadow: 1px 1px 1px #3e0000;
transition: 1s;
}
#pun-index .tcl h3 a:hover {
color: #ffffff;
text-shadow: 1px 1px 1px #bb0000;
transition: 1s;
}
.punbb .category td.tc_tbl {
margin-top: -18px;
}
.punbb .category td.tc_tbl td.tc2, .punbb .category td.tc_tbl td.tc3 {
display: inline-block !important;
width: calc(50% - 15px) !important;
text-align: center !important;
background: #8a8275;
padding: 2px !important;
font: 600 9px Montserrat Alternates;
text-transform: lowercase;
color: #d0d0d0;
text-shadow: 1px 1px 1px #494337;
letter-spacing: 1px;
}
.punbb .category {
margin-left: 10px;
border: 1px solid #9e988f;
padding: 10px 10px 0 20px;
}
#pun-index .category h2 span {
color: #96928c !important;
font: 700 12px Forum;
text-transform: uppercase;
transform: rotate(180deg);
writing-mode: tb-rl;
vertical-align: middle;
display: block;
letter-spacing: 2px;
padding: 3px 3px 0px 3px !important;
margin-left: 0px;
}
#pun-index .category h2 {
position: absolute;
left: 40px;
min-height: 150px;
white-space: nowrap;
display: flex;
justify-content: center;
align-items: center;
padding: 0px 0px !important;
text-align: center;
margin-top: 20px;
background: #271010;
border: 1px solid #9e988f;
}
.punbb .post-box table {
border: 2px solid #988f83 !important;
margin: 10px 0px !important;
outline: 1px solid #969189;
outline-offset: -1px;
box-shadow: inset 0 0 50px 0 #a09a90;
}
.punbb .post-box table td {
border: 3px solid #eae5dd00 !important;
outline: 1px solid #f3f3f380;
outline-offset: -2px;
}
img.post-img-Sp.Spb1 {
padding: 5px 30px;
background: #877f7224;
border: 2px solid #0e0e0e;
outline: 1px solid #131313;
outline-offset: -4px;
}
img.post-img-Sp.Spb2 {
padding: 5px 30px;
background: #877f7224;
border: 2px solid #0e0e0e;
outline: 1px solid #131313;
outline-offset: -4px;
}
img.post-img-Sp.Spb3 {
padding: 5px 30px;
background: #877f7224;
border: 2px solid #0e0e0e;
outline: 1px solid #131313;
outline-offset: -4px;
}
li.pa-fld2 img {
border: 1px solid #00000054;
}
li.pa-fld1 p {
margin-top: 5px;
background: transparent !important;
padding: 3px !important;
}
li.pa-fld1, li.pa-fld1 a {
font: 600 14px Bad Script;
color: #c13939 !important;
}
#tags .container {
background: #9c9487;
border: 1px solid #252320;
}
::-webkit-scrollbar {
width: 7px;
height: 4px;
background-color: #1f1d1bc7;
border: 1px solid #13111070;
}
::-webkit-scrollbar-thumb {
background-color: #271011;
border: 1px solid #00000085;
}
::-webkit-scrollbar-thumb:active {
background: #5d1013;
}
.status_userava>img {
position: fixed;
top: 18px;
left: 12px;
border: 1px solid #1d0b0b;
}
.punbb .post-content blockquote {
margin-bottom: 10px;
}
span.newtext {
display: flex;
}
span.newtext:before {
content: "(";
margin-right: -7px;
}
span.newtext:after {
content: ")";
margin-left: -4px;
}
span.bracket.bracket-left, span.bracket.bracket-right {
display: none !important;
}
div#profile textarea#main-reply {
width: 100% !important;
}
div#profile small#plng {
margin-right: 10px !important;
}
div#vajnoe p a {
display: block;
width: 100%;
text-align: center;
background: #0a0a0ad1;
margin: 2px 0px;
padding: 1px;
color: #a9a9a9;
font: 100 11px Tahoma;
transition: 1s;
}
div#vajnoe p a:hover {
background: #2b0400;
color: #ffffff;
transition: 1s;
}
span.mini_awards_label {
display: none;
}
li.pa-awards {
margin-top: -20px;
}
li.pa-awards img {
width: 17px !important;
}
ul.post-ul-Sp.Sp3 {
background: none !important;
}
form#messages div.icon {
display: block;
width: 10px;
height: 10px;
background: #000000;
border-radius: 50%;
}
form#messages div.icon.inew {
display: block;
width: 10px;
height: 10px;
background: #980c0c;
border-radius: 50%;
}
form#messages td.tc2 a {
display: block;
margin-top: 13px !important;
}
form#messages td.tc2 span.avatar-image {
margin-top: -13px !important;
}
div#profile.formal.messages-container small#togglePreview input.button {
margin-top: -27px !important;
}
div#profile.formal.messages-container fieldset#post-preview legend span {
width: 596px !important;
}
@media screen and (max-width: 1050px) {
#pun {
margin-left: 55px;
}
}css2
Код:
#pun-ulinks {
display: block !important;
position: absolute;
top: 283px;
right: 25px;
font: 700 11px Montserrat Alternates;
width: 100px;
text-shadow: 1px 1px 1px #9e988f;
}
#pun-ulinks li.item2 a, #pun-ulinks li.item3 a, #pun-ulinks li.item4 a, #pun-ulinks li.item5 a, #pun-ulinks li.item6 a, #pun-ulinks li.item7 a {
display: none;
}
span#news_messag {
position: absolute;
display: block;
width: 20px;
height: 14px;
margin-top: -42px;
margin-left: 36px;
border-radius: 3px;
text-align: center;
font: bold 10px Arial;
color: #ff0000 !important;
}
li#navindex:hover:after, li#navuserlist:hover:after,
li#navsearch:hover:after, li#navprofile:hover:after,
li#navpm:hover:after, li#navlogout:hover:after,
li#navregister:hover:after, li#navlogin:hover:after,
li#navpr_1:hover:after, li#navpr_2:hover:after {
position: absolute;
display: block;
left: 70px;
color: #dedcd8;
font: 500 12px Tahoma;
letter-spacing: 1px;
}
li#navindex:hover:after {
top: 68px;
content: "Главная";
}
li#navuserlist:hover:after {
top: 192px;
content: "Участники";
}
li#navawards a {
display: none;
}
li#navsearch:hover:after {
top: 238px;
content: "Поиск";
}
li#navprofile:hover:after {
top: 280px;
content: "Профиль";
}
li#navpm:hover:after {
top: 320px;
content: "Сообщения";
}
li#navlogout:hover:after {
top: 362px;
content: "Выход";
}
li#navregister:hover:after {
top: 280px;
content: "Регистрация";
}
li#navlogin:hover:after {
top: 322px;
content: "Войти";
}
li#navpr_1:hover:after {
top: 362px;
content: "Реклама";
}
li#navpr_2:hover:after {
top: 398px;
content: "Читатель 18+";
}
li#navadmin {
position: absolute;
bottom: 60px;
display: block;
left: 5px;
color: #dedcd8;
font: 500 12px Tahoma;
letter-spacing: 1px;
}
li#navadmin:hover:after {
position: absolute;
bottom: 12px;
left: 65px;
content: "Админка";
}
div#forumname {
position: absolute;
top: 36px;
left: 40px;
display: block;
font: bold 30px Montserrat Alternates;
text-transform: uppercase;
letter-spacing: 0px;
background: linear-gradient(45deg, #000000 15%, 30%, #350000 45%, #920000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #400000;
transition: 1s;
cursor: crosshair;
}
div#forumname:hover {
background: linear-gradient(45deg, #920000 5%, 20%, #350000 35%, #000000);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #400000;
transition: 1s;
}
div#knopm1 .splLink {
position: fixed;
top: 100px;
left: 12px;
font-size: 0px;
color: #881f1f;
z-index: 9;
}
div#knopm1 .splLink:before {
content: "\2623";
font-size: 30px;
color: #881f1f;
display: block;
width: 26px;
height: 24px;
padding: 5px 4px;
color: #333333;
background: #0a0a0a;
border-radius: 2px;
border: 1px solid #ffffff05;
transition: 1s;
line-height: 0.7 !important;
cursor: pointer;
}
div#knopm1 .splLink:hover:before{
color: #c30000;
background: #1b1b1b;
transition: 1s;
}
div#knopm2 .splLink {
position: fixed;
top: 142px;
left: 12px;
font-size: 0px;
color: #881f1f;
z-index: 9;
}
div#knopm2 .splLink:before {
content: "\2630";
font-size: 24px;
color: #881f1f;
display: block;
width: 22px;
height: 24px;
padding: 5px 6px;
color: #333333;
background: #0a0a0a;
border-radius: 2px;
border: 1px solid #ffffff05;
transition: 1s;
line-height: 1 !important;
cursor: pointer;
}
div#knopm2 .splLink:hover:before{
color: #c30000;
background: #1b1b1b;
transition: 1s;
}
div#knopm1 .splLink:hover:after {
position: absolute;
display: block;
left: 58px;
color: #dedcd8;
font: 500 12px Tahoma;
letter-spacing: 1px;
top: 11px;
content: "Важное";
}
div#knopm2 .splLink:hover:after {
position: absolute;
display: block;
left: 58px;
color: #dedcd8;
font: 500 12px Tahoma;
letter-spacing: 1px;
top: 11px;
content: "Обновления";
}
div.splCont {
position: fixed !important;
z-index: 99999 !important;
top: 50px;
left: 61px;
display: block;
width: 200px;
padding: 10px;
font: 100 11px Tahoma;
color: #a2a2a2;
background: #151515;
border: 1px solid #1d0b0b;
letter-spacing: 1px;
outline: 1px dashed #171717;
outline-offset: -5px;
box-shadow: inset 0 0 15px 0 #000000;
}
div#obnov a {
display: inline-block;
width: 100%;
margin: 1px 0px;
text-align: center;
color: #9a9a9a;
background: #060606;
font: 100 11px Underdog;
padding: 3px 0px;
transition: 1s;
}
div#obnov a:hover {
background: #2a1010;
color: #ffffff;
transition: 1s;
}
div#disegame {
padding: 0px;
margin: 0px;
border: none;
background: transparent;
box-shadow: none;
outline: none;
margin-top: -10px;
}
div#disegame p {
padding: 0px;
}
div#rezbrd0, div#rezbrd1, div#rezbrd {
display: inline;
margin-top: -220px !important;
}
div#rezbrd {
color: #770000;
font-weight: bold;
}
p.nazvnak {
background: #0c0c0c;
padding: 3px;
font: 100 10px Arial !important;
letter-spacing: 2px;
}
div#p21-content table td:nth-child(2n) {
display: inline-block;
max-height: 155px !important;
height: 155px !important;
overflow-y: scroll !important;
}
div#p21-content table {
outline: 1px solid #8b82759c;
border: none !important;
}
/* ViewForum */
div#pun-viewforum span.stickytext, div#pun-viewforum span.closedatafield {
display: none;
}
div#pun-viewforum td.tcl {
display: inline-block !important;
width: 380px !important;
padding-left: 40px;
}
div#pun-viewforum td.tcl a {
font: bold 12px Tahoma;
display: block !important;
margin-left: 3px;
}
div#pun-viewforum td.tc2, div#pun-viewforum td.tc3 {
width: 10% !important;
display: inline-block !important;
}
div#pun-viewforum td.tc2:before {
content: "Ответов: ";
font: 100 10px Arial;
}
div#pun-viewforum td.tc3:before {
content: "Просмотров: ";
font: 100 10px Arial;
}
div#pun-viewforum td.tcr {
width: 20% !important;
display: inline-block !important;
}
div#pun-viewforum div.icon {
float: left;
display: block;
border-style: none none none none;
height: 25px;
width: 25px;
border-radius: 50%;
}
div#pun-viewforum Div.icon {
background: #252424;
}
div#pun-viewforum TR.inew Div.icon {
background: #0c0c0c;
}
div#pun-viewforum TR.isticky Div.icon {
background: #540000;
}
div#pun-viewforum TR.iclosed Div.icon {
background: #230200;
}
div#pun-viewforum .tclcon {
padding-left: 10px;
}
div#pun-viewforum div#subforums {
display: block;
border: 3px double #8d8477;
margin: 20px 10px 10px 10px;
background: #ffffff4a;
font: 700 12px Montserrat Alternates;
}
/* Regulirovka razmera shrifta */
.FNTslider {
border-radius: 4px;
position:relative;z-index:1000;
background: #716b63;
width: 110px;
height: 5px;
margin: 3px 5px;
border: solid 1px #8e8a84;
float: right;
margin-right: 7%;
}
.FNTslider .before {
height: 5px;
border: solid 1px #271010;
border-radius: 4px 0 0 4px;
position: absolute;
background: #2a1010;
margin-top: -1px;
}
.FNTslider .thumb {
width: 6px;
height: 10px;
border-radius: 2px;
position: relative;
top: -3px;
background: #130808;
cursor: pointer;
}
/* Videlit i kopirovat */
.code-box strong.legend a {
font: bold 8px Arial !important;
width: 100%;
display: block;
text-align: center;
background: #6b6357;
padding: 2px;
color: #dcdcdc;
text-transform: uppercase;
letter-spacing: 1px;
}
.code-box strong.legend a:hover {
background: #2a1010;
}