Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 7 из 7
Поделиться22013-06-05 14:18:32
ап ртььььь
Поделиться32013-08-01 14:30:58
Код:
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 { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100%; } /* A3.2 */ .punbb { font: normal 68.75% verdana, geneva, lucida, 'lucida grande', 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 { font-size: 1em; font-weight: bold; } .punbb th { font-size: 0.9em; font-weight: bold; } .punbb h4, .punbb table { 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: underline } /* 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 auto auto auto; width : 760px; padding: 0px 0px 0px 0px; border: none; border-top: none; } /* 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; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 0px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 0px; } /* A5.10 */ #pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 { padding: 12px 1em 12px 1em; border-style: solid solid none solid; border-width: 0px 0px 0px 0px; } #pun-main h2 { padding: 12px 1em 12px 1em; border-style: solid solid none solid; border-width: 0px 0px 0 0px; } /************************************************************* 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: 0px solid #C1CDCD; 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-top } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border: none; border: 1px #C1CDCD; border-radius: 10px; } /* B1.9 */ .punbb .-box cite, .punbb .code-box strong.legend { display: block; padding-bottom: 0.7em; font-size: 1.1em; font-weight: normal; font-style: normal; margin: 0; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 0px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -9.1em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -5.1em; 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.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-style: solid; border-width: 0px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 0; margin: 0 0 0 11px; font-size: 1.0em } /* C1.6 */ .punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 -15px; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { 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: normal } /* 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 4em 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; } .punbb .helplinks span INPUT { margin: 0px 2px 2px 0px; } /* 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 */ #pun-index .tcl h3 { font-size: 1.2em; font-weight: bold; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 0px 0 0 0px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { padding: 5px 1em 6px 1em; border-left: none; border-top: none; border-bottom: none; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0; } * html .tclcon {height: 1px} /* C2.14 */ .punbb td div.tclcon { margin-left: 105px; } /* C2.15 */ .punbb div.icon { float: left; display: block; width: 100px; height: 100px; padding-top: 1px; margin-top: 1px; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: splid none solid none; border-width: 0px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 0px; } /* C3.3 */ .punbb .post h3 span { padding: 0.5em 1em; display: block; margin-left: 19em; border-left-style: solid; border-left-width: 0px } /* C3.4 */ .punbb .post h3 strong { float: right; width: 5em; text-align: right; font-weight: normal; } /* C3.5 */ .punbb .post .post-author { float: left; width: 19em; margin-top: -1.5em; overflow: hidden; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0 1em 1em 1em; line-height: 140%; } /* 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 { line-height: 0.8em; border-left-style: solid; border-left-width: 0.7em; padding-left: 0.4em; margin-top: 0.7em; } /* C3.11 */ .punbb .post-body { margin-left: 19em; border-left-style: solid; border-left-width: 0px; padding: 0 0 0px 0; } /* C3.12 */ .punbb .post-box { padding: 1em; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 0px; } /* C3.15 */ .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; border-top-style: dashed; border-top-width: 0px; 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: normal; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 0px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: #C1CDCD; border: none; 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: normal; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: normal; 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 { border-style: solid; border-width: 0px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; margin-top: 0px; border-style: double; border: none; margin-bottom: 0px; } /* D1.2 */ #pun-title h1 { display : block; height: 407px; margin: 0px 0px 0px 0px; } /* D1.3 */ #pun-title .container { border-style: none ; padding: 0.2em 1em 0.8em 1em;; } /* D1.4 */ #pun-title h1 span { display: none; } #pun-title TABLE { border: none; height: 407px; width: 100%; } #pun-title td.title-logo-tdr { border: none; width: 760px; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 25px; 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 { border: none; margin: 0; margin-bottom: 0px; } #pun-navlinks .container { border: none; margin: 0; } /* D3.2 */ #pun-navlinks .container { padding-top: 200px; padding-left: 0px; height: 0px; width: 760px; /*должно соответствовать ширине форума*/ font-weight: bold; /*делает ссылки жирными*/ text-align: center; /*выравнивает по центру*/ font-size: 1.6em; font-family: cambria; letter-spacing: -1px; position: absolute!important; z-index: 1; top: 178px!important; /*должно соответствовать высоте шапки, впрочем настраиваете на свой вкус*/ } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 0.8em; } /* D3.4 */ #pun-navlinks li a { font-size: 1.1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-bottom: 10px; } /* D4.2 */ #pun-ulinks .container { padding-top: 15px; padding-left: 0px; height: 15px; width: 760px; /*должно соответствовать ширине форума*/ text-align: center; /*выравнивает по центру*/ z-index: 1; top: 303px!important; /*должно соответствовать высоте шапки +15-20 пикселей, впрочем настраиваете на свой вкус*/ font-size: 12px; /*меняет размер шрифта*/ } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0 } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { padding: 0.8em 1em 1em 1em; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; margin-top: 0; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 1em 1em 0.8em 1em; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 0px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 0px; } /* D6.3 */ #pun-announcement .container { padding: 4.3em 1em 1em 1em; } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 3em 1em } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 0px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 0px; padding: 0.7em 0 0 0; } /* 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; border-style: solid none; border-width: 0px 0; position: relative; height: 0; z-index: 1; } /* D8.9 */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 0px; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 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; }
Поделиться42013-08-01 14:31:59
Код:
/* CS1 Background and text colours все фоны форума -------------------------------------------------------------*/ html, body {background-color: #C1CDCD; background-image: url(http://s3.uploads.ru/fp6EV.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: top center; color: black;} BODY {background:fixed;} background-attachment: scroll; background-position: top center; /* CS1.1 тело форума*/ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background-color: #C1CDCD; color: #404040; } /* CS1.2 фон форума*/ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background-color: #C1CDCD; color: #404040; font-style: normal; } /* CS1.3 категории*/ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { background-position: center center; background-image: url(); background-color: #C1CDCD; background-repeat: no-repeat; height: 47px; color: #000000; text-shadow:1px 1px 2px White; font-size: large; font-style: normal; text-align: center; Font-Family: Book Antiqua; font-weight: bold; } /* CS1.4 шапка?*/ #pun-title, #pun-title .container, .punbb .modmenu .container { background-color: #C1CDCD; color: #404040; } /* CS1.5 полосы легенд*/ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { background-color: #C1CDCD; color: #404040 } /* CS1.6 строки форум|тем|сообщений.*/ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: #C1CDCD; color: #404040 } /* CS1.7 коды и цитаты */ .punbb .quote-box, .punbb .code-box { background-color: #C1CDCD; background-image: url(http://s3.uploads.ru/Dzkry.jpg); color: #404040; font-weight: normal } /* CS1.8 главное меню*/ #pun-navlinks .container { background: none; color: #C1CDCD; text-align: center; } #pun-ulinks .container { background: #C1CDCD; text-align: center; } #pun th {color: #404040; background-color : #C1CDCD; } #pun .tc2 {color: #404040; background-color: #C1CDCD; border-radius:0px; } #pun .tc3 {color: #404040; background-color : #C1CDCD; border-radius:0px; } /* CS2 Border colours границы на форуме -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: #C1CDCD #C1CDCD #C1CDCD #C1CDCD } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: #C1CDCD } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: #C1CDCD; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: #C1CDCD; } /* CS2.5 */ .punbb th { border-color: #C1CDCD } /* CS2.6 */ .punbb .quote-box, .punbb .code-box { border-color: Black Black Black Black; border-style: solid border-width: 0px 0 0 0; } #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: #C1CDCD } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: #C1CDCD } .punbb .divider { border-color: #C1CDCD #C1CDCD #C1CDCD #C1CDCD } .punbb .formal fieldset .post-box, .punbb .info-box { border: 0px solid #C1CDCD } li.pa-online { border-left-color: #C1CDCD; } .punbb .post-sig dt { border-top-color: #C1CDCD !important; } /* CS3 Links ссылки на форуме -------------------------------------------------------------*/ /* CS3.1 все неактивные ссылки на форуме (без наведения)*/ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #404040; -webkit-transition: all 0.5s ease; -khtml-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; border-bottom: 0px none #000; text-decoration: none; } .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited { color: #404040 } /* CS3.2 все активные ссылки на форуме (при наведении)*/ .punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active { color: #528B8B; border-bottom: 0px none #000; text-decoration: none; } /* CS3.3 главное меню без наведения*/ #pun-navlinks a { color: #212121; border-bottom: 0px none #000; text-decoration: none; } /* CS3.4 главное меню при наведении*/ #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #0A0A0A; font-weight: bold; font-style: italic; border-bottom: 0px none #000; text-decoration: none; } #pun-pagelinks a:active, #pun-pagelinks a:focus { background-color: #333; color: #2e5c7c; } /* CS4 Post status icons -------------------------------------------------------------*/ Div.icon {background-image : url(http://s3.uploads.ru/BH9nx.png); background-repeat: no-repeat;} TR.inew Div.icon {background-image : url(http://s2.uploads.ru/mafME.png); background-repeat: no-repeat;} TR.isticky Div.icon {background-image : url(http://s3.uploads.ru/y9zhj.png); background-repeat: no-repeat;} TR.iclosed Div.icon {background-image : url(http://s3.uploads.ru/3vyTs.png); background-repeat: no-repeat;} TR.iredirect Div.icon {background-image : url(); background-repeat: no-repeat;} #pun-main div.catleft, #pun-main div.catright {display: none} /* CS5 Other - менюшки в объявлении -------------------------------------------------------------*/ #pun {background-color: #C1CDCD; background-position: top center; } #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; top: 20px; left: -150px;} A.navi:link, A.navi:active, A.navi:visited {background-color:#528B8B;font-family: small fonts;padding:12px;font-size: 8px;text-align:left;line-height: 10px;letter-spacing: 3px;color:#ffffff;text-transform: uppercase;display:block;width:150px;margin:1px;font-style:normal;} A.navi:hover {background-color:#528B8B;font-family: small fonts;padding:12px;font-size: 8px;text-align:right;line-height: 10px;letter-spacing: 3px;color:#f0f0f0;text-transform: uppercase;display:block;width:150px;margin:1px; text-decoration: none; font-style:normal;font-weight:normal;} <style type="text/css"> div.tab_container {display: block;margin: 5px;border: 1px solid black;} //основной блок div.tab_container ul.tabs li {float: left; margin: 5px; padding: 2px 5px;} //ссылки вверху таблицы div.tab_container div.tab_content {display: none;} //появляющиеся блоки с информацией /*---------------------*/ /* CS6 хз хз код -------------------------------------------------------------*/ /* Default list styling */ .tip { padding: 10px; /* расстояние текста от края окна */ color: #FFFFFF; /* цвет шрифта */ background-color: #528B8B; /* фоновый цвет окна */ display: none; position: absolute; z-index: 1000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } /*---------------------*/
Поделиться62013-08-03 16:56:43
первая колонка | вторая колонка | третья колонка |
Поделиться72016-10-11 21:25:28
Все что было на этом тестовике:
[*spoilerстиль]
Код:
/* 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 { table-layout: fixed; width: 100%; } /* A2.6 */ .checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;} /* A2.7 */ p[class="checkfield"] *, div[class="checkfield"] *, fieldset[class="radiofield"] * { height: 1.8em; vertical-align: middle } /* A3 Text setup -------------------------------------------------------------*/ /* A3.1 */ body { font-size: 100%; } /* A3.2 */ .punbb { font: normal 68.75% verdana, geneva, lucida, 'lucida grande', 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 { font-size: 1em; font-weight: bold; } .punbb th { font-size: 0.9em; font-weight: bold; } .punbb h4, .punbb table { 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: underline } /* 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 auto auto auto; width : 760px; padding: 0px px 0px 0px; border: none; border-top: none; } /* 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; } /* 5.7 */ #pun-post .topic { margin-top: 1em; } /* A5.8 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-style: none none solid none; border-width: 0px 0px 0px 0px } /* A5.9 */ .punbb .container { border-style: solid; border-width: 0px; } /* A5.10 */ #pun-main h1, .punbb .section h2, #pun-stats h2, #pun-debug h2 { padding: 12px 1em 12px 1em; border-style: solid solid none solid; border-width: 0px 0px 0px 0px; } #pun-main h2 { padding: 12px 1em 12px 1em; border-style: solid solid none solid; border-width: 0px 0px 0 0px; } /************************************************************* 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: 0px solid #fffdee; 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-top } /* B1.5 */ .punbb .post-content img.postimg { vertical-align: middle; } /* B1.6 */ .punbb .post-content .blockcode, .punbb .post-content blockquote { width: 100%; overflow: hidden; } /* B1.7 */ .punbb .post-content .scrollbox { width: 100%; overflow: auto; } /* B1.8 */ .punbb .post-content .quote-box, .punbb .post-content .code-box { margin: 0.4em 1.8em 1.4em 1.8em; padding: 1em; border: none; border: 1px #fffdee; border-radius: 10px; } /* B1.9 */ .punbb .-box cite, .punbb .code-box strong.legend { display: block; padding-bottom: 0.7em; font-size: 1.1em; font-weight: normal; font-style: normal; margin: 0; } /* B2 Information boxes -------------------------------------------------------------*/ /* B2.1 */ .punbb .info-box { padding: 1.1em 1.7em 1em 1.7em; border-style: solid; border-width: 0px; margin: 0 0 1.1em 0; } /* B2.2 */ .punbb .info-box * { padding: 0 0 0.7em 0; } /* B2.3 */ .punbb #pun-main .info-box .legend { font-size: 1.1em; font-weight: bold; } /* B3 Pagination and posting links -------------------------------------------------------------*/ /* B3.1 */ .punbb .linkst { float: left; position: relative; width: 100%; font-size: 1.1em; height: 0; } /* B3.2 */ .multipage { margin-top: 3em; } /* B3.3 */ .linkst .pagelink { position: absolute; top: -9.1em; left: 1em; width: 24em; } /* B3.4 */ .linkst .postlink { position: absolute; top: -5.1em; 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.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-style: solid; border-width: 0px; padding: 0 18px 0 18px; margin: 0 0 1em 0 } /* C1.5 */ .punbb fieldset legend { padding: 0; margin: 0 0 0 11px; font-size: 1.0em } /* C1.6 */ .punbb fieldset legend span { padding: 0 5px; margin: 0 0 0 -15px; } /* C1.7 */ .punbb fieldset fieldset { border-style: none; margin: 0; padding: 0 0 8px 0 } /* C1.8 */ .punbb .fs-box { padding: 1em 0 0.8em 0; } /* C1.9 */ .punbb .fs-box p, .punbb .fs-box fieldset { 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: normal } /* 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 4em 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; } .punbb .helplinks span INPUT { margin: 0px 2px 2px 0px; } /* 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 */ #pun-index .tcl h3 { font-size: 1.2em; font-weight: bold; } /* C2.9 */ .punbb td span.youposted { font-weight: bold; margin-left: -1em; position: absolute; } /* C2.10 */ .punbb td .modlist { display: block; padding-top: 0.3em } /* C2.11 */ .punbb .main td { border-style: solid none none solid; border-width: 0px 0 0 0px; padding: 0.8em 1em; } /* C2.12 */ .punbb .main th { padding: 5px 1em 6px 1em; border-left: none; border-top: none; border-bottom: none; } /* C2.13 */ .punbb .main .tcl { border-left-style: none; border-left-width: 0; } * html .tclcon {height: 1px} /* C2.14 */ .punbb td div.tclcon { margin-left: 105px; } /* C2.15 */ .punbb div.icon { float: left; display: block; width: 100px; height: 100px; padding-top: 1px; margin-top: 1px; } /* C3 Topics -------------------------------------------------------------*/ /* C3.1 */ .punbb .post .container { border-style: splid none solid none; border-width: 0px; margin-top: -1px; padding-bottom: 1px; } /* C3.2 */ .punbb .post h3 { border-style: solid solid none solid; border-width: 0px; } /* C3.3 */ .punbb .post h3 span { padding: 0.5em 1em; display: block; margin-left: 19em; border-left-style: solid; border-left-width: 0px } /* C3.4 */ .punbb .post h3 strong { float: right; width: 5em; text-align: right; font-weight: normal; } /* C3.5 */ .punbb .post .post-author { float: left; width: 19em; margin-top: -1.5em; overflow: hidden; } /* C3.6 */ .punbb .post .post-author ul, .punbb .post .post-author p { padding: 0 1em 1em 1em; line-height: 140%; } /* 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 { line-height: 0.8em; border-left-style: solid; border-left-width: 0.7em; padding-left: 0.4em; margin-top: 0.7em; } /* C3.11 */ .punbb .post-body { margin-left: 19em; border-left-style: solid; border-left-width: 0px; padding: 0 0 0px 0; } /* C3.12 */ .punbb .post-box { padding: 1em; } /*C3.13 */ .punbb fieldset .post-box { margin-bottom: 0.8em } /* C3.14 */ .punbb .post-links { margin-left: 19em; border-left-style: solid; border-left-width: 0px; } /* C3.15 */ .punbb .post-links ul { padding: 0 1em 0 0; height: 2em; line-height: 2em; margin-left: -19em; border-top-style: dashed; border-top-width: 0px; 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: normal; } /* C6.4 */ #viewprofile ul, #profilenav ul { border-style: solid; border-width: 0px; padding: 1.5em 18px 0.8em 18px; margin: 0 0 1em 0; } /* C6.5 */ #viewprofile h2, #profilenav h2 { background: #fffdee; border: none; 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: normal; } /*C6.9 */ #setmods dt { float: left; width: 14em; margin-left: -16em; padding: 0.8em 1em; font-weight: normal; 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 { border-style: solid; border-width: 0px; } /************************************************************* D - PUNBB SECTIONS OTHER THAN MAIN CONTENT **************************************************************/ /* D1 Logo and description -------------------------------------------------------------*/ /* D1.1 */ #pun-title { margin: 0; margin-top: 0px; position: relative; width: 878px; border-style: double; border: none; margin-left: -12px; background-image: url(http://s5.uploads.ru/ZzcQv.png); } /* D1.2 */ #pun-title h1 { display : block; height: 517px; margin: 0px 0px 0px 0px; } /* D1.3 */ #pun-title .container { border-style: none ; padding: 0.2em 1em 0.8em 1em;; } /* D1.4 */ #pun-title h1 span { display: none; } #pun-title TABLE { border: none; height: 517px; width: 100%; } #pun-title td.title-logo-tdr { border: none; width: 760px; } /* D2 Page navigation -------------------------------------------------------------*/ /* D2.1 */ #pun-pagelinks { position: absolute; top: 25px; 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 { border: none; margin: 0; margin-bottom: 0px; } #pun-navlinks .container { border: none; margin: 0; } /* D3.2 */ #pun-navlinks .container { padding-top: 270px; padding-left: 0px; height: 0px; width: 760px; /*должно соответствовать ширине форума*/ font-weight: bold; /*делает ссылки жирными*/ text-align: center; /*выравнивает по центру*/ font-size: 1.8em; font-family: book antiqua; letter-spacing: -1px; position: absolute!important; z-index: 1; top: 178px!important; /*должно соответствовать высоте шапки, впрочем настраиваете на свой вкус*/ } /* D.3 */ #pun-navlinks li { display: inline; padding-right: 0.8em; } /* D3.4 */ #pun-navlinks li a { font-size: 1.1em; } /* D4 User links -------------------------------------------------------------*/ /* D4.1 */ #pun-ulinks { margin-bottom: 10px; } /* D4.2 */ #pun-ulinks .container { padding-top: 0px; padding-left: 0px; height: 15px; width: 760px; /*должно соответствовать ширине форума*/ text-align: center; /*выравнивает по центру*/ z-index: 1; top: 303px!important; /*должно соответствовать высоте шапки +15-20 пикселей, впрочем настраиваете на свой вкус*/ font-size: 14px; /*меняет размер шрифта*/ } /* D4.3 */ #pun-ulinks li, #pun-ulinks li a { display: inline; white-space: nowrap; } /* D4.4 */ #pun-ulinks li a { padding: 0 0.3em 0 0.6em } /* D4.5 */ #pun-ulinks li.item1, #pun-ulinks li.item1 a { border-left-style: none; border-left-width: 0; padding-left: 0 } /* D5 Welcome box and Top Breadcrumbs -------------------------------------------------------------*/ /* D5.1 */ #pun-status, #pun-status .container { border-bottom: none; margin-bottom: 0; } /* D5.2 */ #pun-status .container { padding: 0.8em 1em 1em 1em; } /* D5.3 */ #pun-status span { white-space: nowrap; margin-right: 0.5em; } /* D5.4 */ #pun-crumbs1 { font-weight: bold; overflow: hidden; margin-top: 0; } /* D5.5 */ #pun-crumbs1 p.container { border-top: none; padding: 1em 1em 0.8em 1em; font-size: 1.1em; } /* D5.6 */ #pun-break1 { margin: 0 1em; border-style: solid none; border-width: 0px 0; height: 0; margin: -2px 1em; position: relative; z-index: 1; } /* D6 Announcement -------------------------------------------------------------*/ /* D6.1 */ #pun-announcement h2 { padding: 0; margin: 0 1em -3.5em 1em; border-style: none none solid none; border-width: 0 0 1px 0; position: relative; font-weight: bold; } /* D6.2 */ #pun-announcement h2 span { display: block; padding: 1em 0 0.8em 0; border-bottom-style: solid; border-bottom-width: 0px; } /* D6.3 */ #pun-announcement .container { padding: 4.3em 1em 1em 1em; } /* D7 Statistics -------------------------------------------------------------*/ /* D7.1 */ #pun-stats .container { padding: 3em 1em } /* D7.2 */ #pun-stats li.item1, #pun-stats li.item2 { float: left; clear: both; line-height: 150%; } /* D7.3 */ #pun-stats li.item3, #pun-stats li.item4 { text-align: right; line-height: 150%; } /* D7.4 */ li#onlinelist { margin-top: 1em; border-top-style: solid; border-top-width: 0px; float: left; width: 100%; line-height: 130%; } /* D7.5 */ li#onlinelist div { border-top-style: solid; border-top-width: 0px; padding: 0.7em 0 0 0; } /* 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; border-style: solid none; border-width: 0px 0; position: relative; height: 0; z-index: 1; } /* D8.9 */ div.punbb-admin #pun-about .container { border-top-style: solid; border-top-width: 0px; } /* D9 Help file -------------------------------------------------------------*/ /* D9.1 */ #pun-help .formal .info-box h3.legend { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 0; margin-bottom: 0.8em; } /* D9.2 */ #pun-help .formal .info-box h3.legend span { padding-bottom: 0.6em; display: block; border-bottom-style: solid; border-bottom-width: 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; }
[/spoiler]
[*spoilerцвет]
Код:
/* CS1 Background and text colours все фоны форума -------------------------------------------------------------*/ html, body {background-color: #7b0000; background-image: url(); background-repeat: no-repeat; background-attachment: fixed; background-position: top center; color: black;} BODY {background:fixed;} background-attachment: scroll; background-position: top center; /* CS1.1 тело форума*/ .punbb .section .container, .punbb .post-body, .punbb .post-links, .punbb td.tc2, .punbb td.tc3, .punbb .formal fieldset .post-box, #viewprofile li strong, #viewprofile li div, #setmods dd, .punbb .info-box, .punbb #pun-main .info-box .legend { background-color: #fffdee; color: #000000; } /* CS1.2 фон форума*/ .punbb .main .container, .punbb .post .container, .punbb .post h3, .punbb-admin #pun-admain .adcontainer { background-color: #fffdee; color: #000000; font-style: normal; } /* CS1.3 категории*/ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { background-position: center center; background-image: url(); background-color: #fffdee; background-repeat: no-repeat; height: 47px; color: #000000; text-shadow:1px 1px 2px White; font-size: x-large; font-style: normal; text-align: center; Font-family: lucida grande; font-weight: bolder; font-variant: small-caps; } /* CS1.4 шапка?*/ #pun-title, #pun-title .container, .punbb .modmenu .container { background-color: #fffdee; color: #000000; } /* CS1.5 полосы легенд*/ .punbb legend span, #viewprofile h2 span, #profilenav h2 span, .punbb-admin #pun-admain legend span { background-color: #fffdee; color: #000000 } /* CS1.6 строки форум|тем|сообщений.*/ .punbb .post h3 span, .punbb th, #viewprofile li, #setmods dl { background-color: #fffdee; color: #000000 } /* CS1.7 коды и цитаты */ .punbb .quote-box, .punbb .code-box { background-color: #ffffff; background-image: url(); color: #000000; font-weight: normal } /* CS1.8 главное меню*/ #pun-navlinks .container { background: none; color: #000000; text-align: center; } #pun-ulinks .container { background: #; text-align: center; } #pun th {color: #000000; background-color : #fffdee; } #pun .tc2 {color: #000000; background-color: #fffdee; border-radius:0px; } #pun .tc3 {color: #000000; background-color : #fffdee; border-radius:0px; } /* CS2 Border colours границы на форуме -------------------------------------------------------------*/ /* CS2.1 */ .punbb .container, .punbb .post-body, .post h3, #pun-title { border-color: #fffdee #fffdee #fffdee #fffdee } /* CS2.2 */ .punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info, .punbb .category, .punbb .post { border-color: #fffdee } /* CS2.3 */ #pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 { border-color: #fffdee; } /* CS2.4 */ .punbb td, .punbb fieldset, #viewprofile ul, #profilenav ul, .punbb .post .post-body, .punbb .post h3 span, .post-links ul, .post-links, .usertable table { border-color: #fffdee; } /* CS2.5 */ .punbb th { border-color: #fffdee } /* CS2.6 */ .punbb .quote-box, .punbb .code-box { border-color: Black Black Black Black; border-style: solid border-width: 0px 0 0 0; } #pun-ulinks li, #pun-announcement h2 span, li#onlinelist, #pun-help .formal .info-box h3.legend span { border-color: #fffdee } #pun-ulinks li a, #pun-announcement h2, li#onlinelist div, #pun-help .formal .info-box h3.legend { border-color: #fffdee } .punbb .divider { border-color: #fffdee #fffdee #fffdee #fffdee } .punbb .formal fieldset .post-box, .punbb .info-box { border: 0px solid #fffdee } li.pa-online { border-left-color: #fffdee; } .punbb .post-sig dt { border-top-color: #fffdee !important; } /* CS3 Links ссылки на форуме -------------------------------------------------------------*/ /* CS3.1 все неактивные ссылки на форуме (без наведения)*/ .punbb a, .punbb a:link, .punbb a:visited, .punbb-admin #pun-admain a, .punbb-admin #pun-admain a:link, .punbb-admin #punbb-admain a:visited { color: #000000; -webkit-transition: all 0.5s ease; -khtml-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; border-bottom: 0px none #000; text-decoration: none; } .punbb li.isactive a, .punbb li.isactive a:link, .punbb li.isactive a:visited { color: #000000 } /* CS3.2 все активные ссылки на форуме (при наведении)*/ .punbb a:hover, .punbb a:focus, .punbb a:active, .punbb-admin #pun-admain .nodefault, .punbb-admin #punbb-admain a:hover, .punbb-admin #punbb-admain a:focus, .punbb-admin #punbb-admain a:active { color: #bd0000; border-bottom: 0px none #000; text-decoration: none; } /* CS3.3 главное меню без наведения*/ #pun-navlinks a { color: #000000; border-bottom: 0px none #000; font-style: italic; font-weight: bolder; text-decoration: none; } /* CS3.4 главное меню при наведении*/ #pun-navlinks a:hover, #pun-navlinks a:focus, #pun-navlinks a:active { color: #bd0000; font-weight: bolder; font-style: italic; border-bottom: 0px none #000; text-decoration: none; } #pun-pagelinks a:active, #pun-pagelinks a:focus { background-color: #fffdee; color: #000000; } /* CS4 Post status icons -------------------------------------------------------------*/ Div.icon {background-image : url(http://s4.uploads.ru/VelpW.png); background-repeat: no-repeat;} TR.inew Div.icon {background-image : url(http://s4.uploads.ru/rqd4j.png); background-repeat: no-repeat;} TR.isticky Div.icon {background-image : url(http://s4.uploads.ru/GF0zy.png); background-repeat: no-repeat;} TR.iclosed Div.icon {background-image : url(http://s4.uploads.ru/GF0zy.png); background-repeat: no-repeat;} TR.iredirect Div.icon {background-image : url(); background-repeat: no-repeat;} #pun-main div.catleft, #pun-main div.catright {display: none} /* CS5 Other -------------------------------------------------------------*/ #pun {background-color: #fffdee; background-position: top center; } #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; top: 20px; left: -150px;} /*---------------------*/ /* CS6 хз хз код -------------------------------------------------------------*/ /* Default list styling */ .tip { padding: 10px; /* расстояние текста от края окна */ color: #000000; /* цвет шрифта */ background-color: #faf9f4; /* фоновый цвет окна */ display: none; position: absolute; z-index: 1000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } /*---------------------*/
[/spoiler]
[*spoilerверх]
Код:
<div id="resplash" style="display: none;"> <div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>Профилактика</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='/' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password' id='fld2' name='req_password' size='25' maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div> <script type="text/javascript"> var active = 1; if(GroupID != 1 && active == 1){ e10 = document.createElement('div') e10.innerHTML = document.getElementById("resplash").innerHTML; document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap')) document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>"); document.title= 'Профилактика'+document.title; } </script> <!--для меню--> <style> #menu span { padding: 0px 15px 0px; margin-left:25px; font-size: large; font-style: italic; Font-family: lucida grande; font-weight: bold; } #menu .tabactive { color: #7d0000; } #submenu { padding: 5px; height: 260px; text-align: center; font-size: 12px; width: 650px; } .submenutext { color: #00000; display: none; height: 60px; } #MenuTxT { background-color : #fffdee; } </style> <!--конец--> <!--убрать надпись "отредактировано"--> <style> .lastedit { display: none; } </style> <!--конец--> <!-- JampPanel--> <style> #JampPanel:hover{ margin-left:260px; } #JampPanel,#JampPanel .container{ border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; border:1px solid #7b0000; background-color:#F0F0F0; box-shadow: 0px 5px 5px #626262; -webkit-box-shadow:0px 5px 5px #626262; -khtml-box-shadow:0px 5px 5px #626262; -moz-box-shadow:0px 5px 5px #626262; } #JampPanel {opacity:0.86; position:fixed; z-index:1200; height:190px; top:8px; left:-200px; margin-left: 0px; background:#F0F0F0 url(http://s5.uploads.ru/rJhdw.png) 200px 2px no-repeat; transition-duration: 0.33s; -webkit-transition-duration: 0.33s; -moz-transition-duration: 0.33s; -o-transition-duration: 0.33s; width:230px; } #JampPanel .container{ padding:12px; height:300px; width:100%; margin:-1px 0 0 -60px; } #Zaslonyalka{ /*прикрывает область тени на стыке уха с container*/ position:absolute; height:190px;width:14px; background-color:#F0F0F0; margin: -12px 0 0 234px; } </style> <div id=JampPanel> <div class=container> <div id=Zaslonyalka></div><p style="text-align:center; line-height:10px; font-size:11px;"> <b>Баннеры</b><br> ...</align> </div> </div> <!--End//JampPanel--> <style> #pun {margin-top: 0px} #pun-title table tbody tr .title-logo-tdr {position: absolute; z-index: 1; left: 450px; top: 10px } </style> <style type="text/css"> #pun-announcement h2 {display: none} #pun-announcement .container {padding-top: 1em} </style>
[/spoiler]
[*spoilerниз]
Код:
<!--Спойлер - контейнер--> <script type="text/javascript"><!--Cкрипт Добавки Инфо-блока перед первой категорией --> $("td.#MenuTxT div.submenutext").hide(); <!--$(".tabs span:first").addClass("active").show(); --> $("td.#MenuTxT div.submenutext:first").show(); $("div.#menu span").click(function() { $("div.#menu span").removeClass("tabactive"); $(this).addClass("tabactive"); $("td.#MenuTxT div.submenutext").hide(); var activeDiv = $(this).attr("alt"); $("div."+activeDiv).fadeIn(); return false; }); </script><!--End/Cкрипт Добавки Инфо --> <!--Конец--> <!--выделить код--> <script type="text/javascript"> function select_text(elem) { if(window.getSelection) { var s=window.getSelection(); if(s.setBaseAndExtent){ s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1); } else { var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } } else if(document.getSelection){ var s=document.getSelection(); var r=document.createRange(); r.selectNodeContents(elem); s.removeAllRanges(); s.addRange(r); } else if(document.selection){ var r=document.body.createTextRange(); r.moveToElementText(elem); r.select(); } } </script> <script type="text/javascript"> var div = document.getElementById('pun-main').getElementsByTagName('div'); for(x in div){ if(div[x].className=='code-box'){ div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>'; } } </script> <!--конец--> <!--кнопка пиара--> <style>.Myimge {position:absolute;margin-top:-9px;margin-left: 90px;cursor:pointer;}</style> <script type="text/javascript"> PiarNik="Пиар"; PiarPas="1111"; var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\ <form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\ <fieldset>\ <input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\ <input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\ <input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\ <input type=\"submit\" class=\"button\" name=\"login\"/>\ </fieldset>\ </form>\ </div>\ <span id=spMyimg><img class=\"Myimge\" title=\"Быстрый вход для 'Пиарщиков'\" onclick=\"PiarIn()\" src=\"http://s3.uploads.ru/0YoLp.png\" onmouseover=\"this.src='http://s1.uploads.ru/i/jgG8r.png' \" onmouseout=\"this.src='http://s1.uploads.ru/i/jgG8r.png'\" /></span>"; if($("#navlogin").html()!=null){ $("#navlogin").append(L) //navlogin $("#PR_loginDiv #fld1").val(PiarNik) $("#PR_loginDiv #fld2").val(PiarPas) function PiarIn () {$("#PR_loginDiv input[type='submit']").click();} } </script> <!--конец--> <!--счетчик символов--> <script>var a,L,epl=$("#main-reply"),str='<small id="plng" style="border:1px solid;padding:2px 3px;margin:0 20px 0 10px;">Написано символов: <b>00</b> </small>';epl.parents("fieldset").find("legend").prepend(str);function epl3(){a=epl.val().length;if(a>9){L=''}else{L='0'};$("#plng b").text(L+a)};epl3();$(".pl-quote").click(function (){setTimeout('epl3()',100)});epl.bind('mouseout mousemove keydown keypress keyup',function(e){epl3()});</script> <!--конец--> <!--Спойлер--> <style type="text/css"> #button-spoiler { background-image:url('https://forumupload.ru/uploads/000a/45/08/94-4.png'); line-height:0; background-position:center; background-repeat:no-repeat; padding:0; } </style> <script type="text/javascript"> function tag_spoiler(){ var y = prompt("Введите текст на кнопке",''); if(y!='null' && y!='' && typeof(y)!='object' && typeof(y)!='undefined'){ var x = prompt("Введите текст на закрывающей кнопке",''); if(x=='null' || x=='' || typeof(x)=='object' || typeof(x)=='undefined') bbcode('[*spoiler'+y+']','[/spoiler]'); else bbcode('[*spoiler'+y+'|'+x+']','[/spoiler]');} else bbcode('[*spoiler]','[/spoiler]') } function addSpoiler(str,from,internal){ var pos=0,pos2=0,pos_c=0,pos_l=0,newpos=0,string='',close='',open=''; if((pos=str.indexOf("[*spoiler",from))==-1) return str; if((pos2=str.indexOf("[/spoiler]"),pos+9)==-1) return str; if(((pos_c=str.indexOf("]",pos+8))!=-1) && ((pos_c!=pos+8)&&(pos_c!=pos+9))){ string = str.substring(pos+9,pos_c); if((pos_l = string.indexOf("|"))!=-1){ close = string.substring(0,pos_l); open = string.substring(pos_l+1,string.length); } else{ close = string; open = string; } } else{ close = 'Открыть спойлер'; open = 'Скрыть'; } newpos=str.indexOf("[*spoiler",pos+9) if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true) if((pos2=str.indexOf("[/spoiler]",pos+9))==-1) return str; str=str.substring(0,pos)+makeSpoiler(str.substring(pos_c+1,pos2),open,close)+str.substring(pos2+10,str.length) if( str.indexOf("[*spoiler")!=-1 && internal==false) str=addSpoiler(str,0,false) return str; } function makeSpoiler(txt,open,close){ txt='<div class="quote-box" style="padding:1px;background: none; border: 0;"><cite style="width:100%;margin:0;"><input id="'+open+'" class="spoiler-button" style="width:200px;font-size:10px; margin:0;" type="button" value="'+close+'"></cite><blockquote class="quote-box" style="display:none; width: 90%;border: 1px solid black;margin:0;">'+txt+'</blockquote></div>' return txt; } $(document).ready(function(){ $("div.quote-box > cite > input.spoiler-button").click(function(){ $(this).parents("div.quote-box:first").find("blockquote.quote-box:first").toggle("slow"); var a = $(this).attr('value');$(this).attr('value',$(this).attr('id'));$(this).attr('id',a); }); }); if((document.URL.indexOf("viewtopic.php")!=-1) || (document.URL.indexOf("post.php")!=-1)){ elm=document.getElementById("pun-main").getElementsByTagName("div") for(x in elm) if(elm[x].className=="post-content"){ var post=elm[x] post.innerHTML=addSpoiler(post.innerHTML,0,false) } } if(form=document.getElementById("form-buttons")) form.getElementsByTagName("tr")[0].insertCell(16).innerHTML="<img id=\"button-spoiler\" title=\"Спойлер\" onclick=\"tag_spoiler('[*spoiler]','[/spoiler]')\" src=\"/i/blank.gif\" />" </script> <!--конец--> <!--Оповещение о новых ЛС--><script type="text/javascript"> var str = new String(document.getElementById("navpm").innerHTML) var str2 = new String(document.location) if( (str.indexOf("(") != -1) && (str2.indexOf("messages.php") == -1) ) { alert("У вас новое сообщение!") } </script> <!--конец--> <!--смайлы--> <script type="text/javascript"> var nabor2 = ['http://s1.uploads.ru/i/k/K/h/kKh5c.gif', 'http://s1.uploads.ru/i/t/2/9/t29KH.gif', 'http://s1.uploads.ru/i/C/0/Z/C0Z6b.gif', 'http://s1.uploads.ru/i/g/k/v/gkvCY.gif', 'http://s1.uploads.ru/i/1/s/S/1sSwT.gif', 'http://s1.uploads.ru/i/P/d/E/PdE72.gif', 'http://s1.uploads.ru/i/L/8/x/L8xo9.gif', 'http://s1.uploads.ru/i/h/Z/w/hZwIG.gif', 'http://s1.uploads.ru/i/t/4/E/t4EG0.gif', 'http://s1.uploads.ru/i/e/8/2/e82IE.gif', 'http://s1.uploads.ru/i/c/o/7/co7dS.gif', 'http://s1.uploads.ru/i/5/2/M/52MWn.gif', 'http://s1.uploads.ru/i/y/G/g/yGguo.gif', 'http://s1.uploads.ru/i/J/P/I/JPIdX.gif', 'http://s1.uploads.ru/i/k/l/f/klfa8.gif', 'http://s1.uploads.ru/i/9/I/w/9Iwe0.gif', 'http://s1.uploads.ru/i/L/v/G/LvG1E.gif', 'http://s1.uploads.ru/i/W/h/5/Wh5Ep.gif', 'http://s1.uploads.ru/i/L/W/0/LW0k7.gif', 'http://s1.uploads.ru/i/r/I/t/rItAU.gif', 'http://s1.uploads.ru/i/X/i/M/XiM2N.gif', 'http://s1.uploads.ru/i/I/e/y/IeyqV.gif', 'http://s1.uploads.ru/i/Z/P/F/ZPFDN.gif', 'http://s1.uploads.ru/i/F/B/t/FBtQo.gif', 'http://s1.uploads.ru/i/4/8/o/48oi2.gif', 'http://s1.uploads.ru/i/5/2/o/52oJX.gif', 'http://s1.uploads.ru/i/X/8/k/X8kdf.gif', 'http://s1.uploads.ru/i/V/9/P/V9Po5.gif', 'http://s1.uploads.ru/i/s/p/E/spEQ9.gif', 'http://s1.uploads.ru/i/n/6/L/n6LIe.gif', 'http://s1.uploads.ru/i/9/V/I/9VIqt.gif', 'http://s1.uploads.ru/i/u/O/M/uOMLa.gif', 'http://s1.uploads.ru/i/f/3/2/f32CP.gif', 'http://s1.uploads.ru/i/n/2/i/n2iER.gif', 'http://s1.uploads.ru/i/D/N/R/DNRYM.gif', 'http://s1.uploads.ru/i/V/m/6/Vm6Yx.gif', 'http://s1.uploads.ru/i/a/k/0/ak02E.gif', 'http://s1.uploads.ru/i/C/Z/m/CZmF7.gif', 'http://s1.uploads.ru/i/g/b/u/gbuBM.gif', 'http://s1.uploads.ru/i/d/8/f/d8f6v.gif', 'http://s1.uploads.ru/i/N/9/m/N9mar.gif', 'http://s1.uploads.ru/i/C/T/1/CT1cE.gif', 'http://s1.uploads.ru/i/I/o/l/IolHx.gif', 'http://s1.uploads.ru/i/k/X/o/kXoJF.gif', 'http://s1.uploads.ru/i/d/0/A/d0AM5.gif', 'http://s1.uploads.ru/i/w/m/n/wmnAe.gif', 'http://s1.uploads.ru/i/l/Y/u/lYucn.gif', 'http://s1.uploads.ru/i/t/A/O/tAOac.gif', 'http://s1.uploads.ru/i/a/8/p/a8pYS.gif', 'http://s1.uploads.ru/i/V/G/d/VGdiw.gif']; var nabor3 = ['http://s1.uploads.ru/i/2/O/H/2OHNh.gif', 'http://s1.uploads.ru/i/Y/6/K/Y6KBr.gif', 'http://s1.uploads.ru/i/s/6/a/s6aSM.gif', 'http://s1.uploads.ru/i/n/b/C/nbCIu.gif', 'http://s1.uploads.ru/i/Q/x/P/QxPf8.gif', 'http://s1.uploads.ru/i/h/w/O/hwO3Y.gif', 'http://s1.uploads.ru/i/6/M/d/6Mdt7.gif', 'http://s1.uploads.ru/i/J/Q/d/JQdEr.gif', 'http://s1.uploads.ru/i/8/w/z/8wz23.gif', 'http://s1.uploads.ru/i/Y/a/8/Ya8g4.gif', 'http://s1.uploads.ru/i/t/p/L/tpLvZ.gif', 'http://s1.uploads.ru/i/d/y/n/dyn8q.gif', 'http://s1.uploads.ru/i/V/2/k/V2koj.gif', 'http://s1.uploads.ru/i/U/B/E/UBETl.gif', 'http://s1.uploads.ru/i/t/3/7/t37lO.gif', 'http://s1.uploads.ru/i/g/r/s/grs6y.gif', 'http://s1.uploads.ru/i/H/E/K/HEKjD.gif', 'http://s1.uploads.ru/i/5/e/j/5ejNg.gif', 'http://s1.uploads.ru/i/Z/o/E/ZoEja.gif', 'http://s1.uploads.ru/i/K/e/y/Keys5.gif', 'http://s1.uploads.ru/i/1/J/M/1JMN7.gif', 'http://s1.uploads.ru/i/x/3/n/x3naw.gif', 'http://s1.uploads.ru/i/o/k/s/oksYX.gif', 'http://s1.uploads.ru/i/B/1/P/B1PmQ.gif', 'http://s1.uploads.ru/i/n/P/W/nPW7v.gif', 'http://s1.uploads.ru/i/j/r/b/jrb60.gif', 'http://s1.uploads.ru/i/W/X/g/WXgM5.gif', 'http://s1.uploads.ru/i/3/Q/k/3QkdI.gif', 'http://s1.uploads.ru/i/n/q/L/nqLM1.gif', 'http://s1.uploads.ru/i/V/e/C/VeCFt.gif', 'http://s1.uploads.ru/i/7/l/9/7l9ks.gif', 'http://s1.uploads.ru/i/H/R/l/HRle4.gif', 'http://s1.uploads.ru/i/6/J/E/6JEBX.gif', 'http://s1.uploads.ru/i/Z/h/y/ZhylY.gif', 'http://s1.uploads.ru/i/g/u/K/guKw2.gif', 'http://s1.uploads.ru/i/h/r/K/hrKTG.gif', 'http://s1.uploads.ru/i/k/i/X/kiXoc.gif', 'http://s1.uploads.ru/i/E/4/x/E4xYM.gif', 'http://s1.uploads.ru/i/c/n/I/cnIbZ.gif', 'http://s1.uploads.ru/i/y/W/4/yW4rV.gif', 'http://s1.uploads.ru/i/u/1/n/u1nCs.gif', 'http://s1.uploads.ru/i/I/4/n/I4nmU.gif', 'http://s1.uploads.ru/i/S/B/2/SB2Ib.gif', 'http://s1.uploads.ru/i/1/l/C/1lCr7.gif', 'http://s1.uploads.ru/i/w/W/u/wWu8b.gif', 'http://s1.uploads.ru/i/A/3/T/A3Tvr.gif', 'http://s1.uploads.ru/i/E/3/b/E3btF.gif', 'http://s1.uploads.ru/i/u/a/C/uaC2T.gif', 'http://s1.uploads.ru/i/K/0/G/K0GTZ.gif', 'http://s1.uploads.ru/i/v/P/i/vPiA7.gif', 'http://s1.uploads.ru/i/n/l/B/nlBe7.gif', 'http://s1.uploads.ru/i/r/c/v/rcves.gif', 'http://s1.uploads.ru/i/f/u/3/fu3FJ.gif', 'http://s1.uploads.ru/i/B/o/W/BoWSN.gif', 'http://s1.uploads.ru/i/1/H/g/1HgMq.gif', 'http://s1.uploads.ru/i/l/U/Q/lUQEB.gif', 'http://s1.uploads.ru/i/d/u/R/duRHX.gif', 'http://s1.uploads.ru/i/v/U/q/vUq9b.gif', 'http://s1.uploads.ru/i/o/t/f/otf8F.gif', 'http://s1.uploads.ru/i/H/z/T/HzT4k.gif']; $(document).ready(function() { $('#smilies-block').addClass('t1'); $('#smilies-area').prepend('<div id="wrapper"><ul class="tabs tabs1" onclick="return changeVisibility (\'smilies-area\', false)"><li class="t1 tab-current"><a>Раз</a></li><li class="t2"><a>Два</a></li><li class="t3"><a>Три</a></li></ul><div class="t2"></div><div class="t3"><br></div></div>'); $.each(nabor2, function(i) { $('div.t2').append('<img src="'+nabor2[i]+'" onclick=smile(\'[img]'+nabor2[i]+'[/img]\') />'); }); $.each(nabor3, function(i) { $('div.t3').append('<img src="'+nabor3[i]+'" onclick=smile(\'[img]'+nabor3[i]+'[/img]\') />'); }); $('ul.tabs.tabs1 li').click(function(){ var thisClass = this.className.slice(0,2); $('div.t1, div.t2, div.t3').hide(); $('div.' + thisClass).fadeToggle('slow'); $('ul.tabs.tabs1 li').removeClass('tab-current'); $(this).addClass('tab-current'); }); }); </script> <!--конец--> <!--Следование за курсором--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { //Tooltips $(".tip_trigger").hover(function(){ $(this).find('.tip').show(); //Show tooltip }, function() { $(this).find('.tip').hide(); //Hide tooltip }).mousemove(function(e) { var mousex = e.pageX + 20; //Get X coodrinates var mousey = e.pageY + 20; //Get Y coordinates var tipWidth = $(this).find('.tip').width(); //Find width of tooltip var tipHeight = $(this).find('.tip').height(); //Find height of tooltip //Distance of element from the right edge of viewport var tipVisX = $(window).width() - (mousex + tipWidth); var tipVisY = $(window).height() - (mousey + tipHeight); if ( tipVisX < 20 ) { //If tooltip exceeds the X coordinate of viewport mousex = e.pageX - tipWidth - 20; $(this).find('.tip').css({ top: mousey, left: mousex }); } if ( tipVisY < 20 ) { //If tooltip exceeds the Y coordinate of viewport mousey = e.pageY - tipHeight - 20; $(this).find('.tip').css({ top: mousey, left: mousex }); } else { $(this).find('.tip').css({ top: mousey, left: mousex }); } }); }); </script> <!--конец-->
[/spoiler]
[*spoilerобъявление]
Код:
<!-- Таблица 00 --> <center><table style="width: 650px;"> <tbody> <tr> <td> <div id="menu"><b> <span alt=#sm1 "style="cursor: pointer;">Добро пожаловать</span> <span alt=#sm2 "style="cursor: pointer;">Полезное</span> <span alt=#sm3 "style="cursor: pointer;">В игре</span> <span alt=#sm4 "style="cursor: pointer;">Партнерство</span> </b> </div> </td> </tr> <tr> <td id="MenuTxT" align="center" valign="top"> <div id="submenu" align="center"> <div id="sm1" class="submenutext" style="display:block; font-size:14px;"> <br/><br/> Добро пожаловать!<br> Мы рады приветствовать вас на ролевой Hotel Bounty!<br> Вашему вниманию представляется отель для богатых и влиятельных людей, расположенный в тихом городке Стиллуотер в США.<br> Аренда слуг, аукционы, на которых торгуют людьми, разнообразные бои на арене и многое другое с нетерпением ждет вас.<br> Рейтинг игры: NC-21.<br> Система ведения игры: локационно-эпизодическая.<br> Отель готов распахнуть перед вами свои двери.<br> Присоединяйтесь!<br><br> <b>Топы:</b> </div> <div id="sm2" class="submenutext" style="font-size:14px;"><br> <table cellspacing="10" cellpadding="15"><tr> <td> <a href="#" class="navi" target="frame"><i>Сюжет</i></a><br> <a href="#" class="navi" target="frame"><i>Правила</i></a><br> <a href="#" class="navi" target="frame"><i>FAQ</i></a><br> <a href="#" class="navi" target="frame"><i>Список ролей</i></a><br> <a href="#" class="navi" target="frame"><i>Список внешностей</i></a><br> <a href="#" class="navi" target="frame"><i>Поиск</i></a><br> <a href="#" class="navi" target="frame"><i>Упрощенка</i></a><br> <a href="#" class="navi" target="frame"><i>Акция 1.</i></a><br> <a href="#" class="navi" target="frame"><i>Акция 2.</i></a> </td> <td valign="top"><b>Администраторы:</b><br> <a href="http://" class="tip_trigger"><img src="http://s5.uploads.ru/mRlPj.png"> <span class="tip"> <font size="1"><b>Graf</b><br>главный администратор<br><img src="https://forumstatic.ru/files/0009/98/11/80172.png">665237975</font></span></a> <a href="http://" class="tip_trigger"><img src="http://s5.uploads.ru/En975.png"> <span class="tip"> <font size="1"><b>Sherilyn</b><br>зам. гл. администратора<br><img src="https://forumstatic.ru/files/0009/98/11/80172.png">387187013</font></span></a> <b>Модераторы:</b><br> <a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">место вакатно</font></span></a><a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">место вакатно</font></span></a><a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">место вакатно</font></span></a> <br> <b>Активисты:</b><br> <a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">главный флудер</font></span></a><a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">лучший игрок</font></span></a><a href="http://" class="tip_trigger"><img src="http://s4.uploads.ru/NWaCG.png"> <span class="tip"> <font size="1">супер помощник</font></span></a> </td> <td> <a href="#" class="navi" target="frame"><i>Оформление профиля</i></a><br> <a href="#" class="navi" target="frame"><i>Запись на пмж</i></a><br> <a href="#" class="navi" target="frame"><i>Поиск партнера по игре</i></a><br> <a href="#" class="navi" target="frame"><i>Поиск хозяина/слуги</i></a><br> <a href="#" class="navi" target="frame"><i>Заказ аватаров</a></i><br> <a href="#" class="navi" target="frame"><i>Вопросы/предложения</i></a><br> </td> </tr> </table> </div> <div id="sm3" class="submenutext" style="font-size:12px;"><br /><br /> <table><tr valign="top"><td width="26%"> <b>Дата:</b><br> <i>...</i> <br><br> <b>Время</b><br> <i>...</i> <br><br> <b>Погода</b><br> <i>...</i> </td> <td width=57%"> <b>События в игре:</b><br> <i>...</i> </td> <td width="60%"> <b>Лучший пост:</b><br> <i>...</i> </td> </tr> </table> </div> <div id="sm4" class="submenutext" style=" font-size:16px;"><br> <b>Партнеры:</b> <br><br><br><br><br><br><br><br><br><br><br><br> <a href="#"><b>Наша реклама</b></a> <a href="#"><b>Заявки на партнерство</b></a> <a href="#"><b>Баннерообмен</b></a> </div><!--конец контента кнопок--> </td> </tr> </tbody> </table></center><!-- End/Таблица 00 -->
[/spoiler]
Страница: 1