Текущее время: 28 мар 2024, 21:16


Форум временно переведен в режим "Только для чтения". По вопросам технической поддержки, обращайтесь, пожалуйста на admin@getbb.ru

 

Часовой пояс: UTC + 3 часа [ Летнее время ]




Начать новую тему Ответить на тему  [ 1 сообщение ] 
Автор Сообщение
 Заголовок сообщения: The Beacon Light for PhpBB3
СообщениеДобавлено: 10 окт 2014, 09:50 
Продвинутый
Аватара пользователя

Зарегистрирован: 27 апр 2013, 05:19
Сообщений: 67
Откуда: Благовещенск
Очков репутации: 9

Добавить очки репутацииУменьшить очки репутации
Пол: Мужской
Скрин Стиля
КЛАЦ
До конца не делал, если захотите что то отдельно с VB форума, то пишите сюда

Замените файл стиля
Текст:
Код:
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:      subsilver2
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:   subBlue ( http://www.subBlue.com/ )
   Modified by:      Lider036 ( http://all-stateiki.ru/ )
   
   This is an alternative style for phpBB3 for those wishing to stay with
   the familiar subSilver style of phpBB version 2.x
   
   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
------------ */
* {
   /* Reset browsers default margin, padding and font sizes */
   margin: 0;
   padding: 0;
}

html {
   font-size: 100%;
}
li {
list-style: none;
}
body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   color: #323D4F;
   background-color: #FFFFFF;
   background: rgb(255,255,255) url(http://pawno-info.ru/images/styles/TheBeaconLight/style/pageBG.jpg);  -moz-border-radius: 5px; 
   -webkit-border-radius: 5px; 
   border-radius: 5px;
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
   margin: 0;
}

#wrapheader {
height: auto !important;
width: auto;
margin: 0px 35px 0px 35px;
padding: 0;
}

#wrapcentre {
   margin: 15px 25px 0 25px;
}

#wrapfooter {
   text-align: center;
   clear: both;
}

#wrapnav {
   width: 100%;
   margin: 0;
   background-color: #ECECEC;
   border-width: 1px;
   border-style: solid;
   border-color: #A9B8C2;
}

#logodesc {
   margin-bottom: 5px;
   padding: 5px 25px;
   background: #D9DFE4;
   border-bottom: 1px solid #4787A7;
}

#menubar {
   margin: 0 25px;
}

#datebar {
   margin: 10px 25px 0 25px;
}

#findbar {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
/*Modified by:      Lider036 ( http://all-stateiki.ru/ )*/
.forumrules {
   background-color: #F9CC79;
   border-width: 1px;
   border-style: solid;
   border-color: #BB9860;
   padding: 4px;
   font-weight: normal;
   font-size: 1.1em;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
   color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
--------------------- */
h1 {
   color: black;
   font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
   font-weight: bold;
   font-size: 1.8em;
   text-decoration: none;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.5em;
   text-decoration: none;
   line-height: 120%;
}

h3 {
   font-size: 1.3em;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 120%;
}

h4 {
   margin: 0;
   font-size: 1.1em;
   font-weight: bold;
}

p {
   font-size: 1.1em;
}

p.moderators {
   margin: 0;
   float: left;
   color: black;
   font-weight: bold;
}

.rtl p.moderators {
   float: right;
}

p.linkmcp {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.linkmcp {
   float: left;
}

p.breadcrumbs {
   margin: 0;
   float: left;
   color: black;
   font-weight: bold;
   white-space: normal;
   font-size: 1em;
}

.rtl p.breadcrumbs {
   float: right;
}

p.datetime {
   margin: 0;
   float: right;
   white-space: nowrap;
   font-size: 1em;
}
/*Modified by:      Lider036 ( http://all-stateiki.ru/ )*/
.rtl p.datetime {
   float: left;
}

p.searchbar {
   padding: 2px 0;
   white-space: nowrap;
}

p.searchbarreg {
   margin: 0;
   float: right;
   white-space: nowrap;
}

.rtl p.searchbarreg {
   float: left;
}

p.forumdesc {
   padding-bottom: 4px;
}

p.topicauthor {
   margin: 1px 0;
}

p.topicdetails {
   margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
   margin: 1px 0;
   color: red;
   font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
   color: green;
   font-weight:bold;
}

.postapprove img, .postreported img {
   vertical-align: bottom;
}

.postauthor {
   color: #000000;
}

.postdetails {
   color: #000000;
}

.postbody {
   font-size: 1.3em;
   line-height: 1.4em;
   font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
   margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
   margin: 0 1.5em 0 0;
}

.posthilit {
   background-color: yellow;
}

.nav {
   margin: 0;
   color: black;
   font-weight: bold;
}

.pagination {
   padding: 4px;
   color: black;
   font-size: 1em;
   font-weight: bold;
}

.cattitle {

}

.gen {
   margin: 1px 1px;
   font-size: 1.2em;
}

.genmed {
   margin: 1px 1px;
   font-size: 1.1em;
}

.gensmall {
   margin: 1px 1px;
   font-size: 1em;
}

.copyright {
   color: #444;
   font-weight: normal;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
   font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 1.3em;
   text-decoration: none;
}

/*Modified by:      Lider036 ( http://all-stateiki.ru/ )*/

/* Tables
------------ */
th {
background: #f2f2f2 none;
position: relative;
border-radius: 5px;
font: normal 12px tahoma;
border: 0.1px solid #c6c6c6;
color: #606368;
line-height: 26px;
}

td {
   padding: 2px;
}
td.profile {
   padding: 4px;
}

.tablebg {
background: #ddd;
padding: 6px 6px;
border-radius: 5px;
}

.catdiv {
   height: 28px;
   margin: 0;
   padding: 0;
   border: 0;
   background: white url('styles/subsilver2-modded/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
   background: white url('styles/subsilver2-modded/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
   margin: 0;
   padding: 0;
   text-indent: 4px;
   font: normal bold 11px tahoma;  line-height: 46px;   
   color: #434040;
   text-shadow: 1px 1px #fff;
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/barBG.png) repeat-x left top;
   height: 46px;
   border-radius: 12px;
}

.row1 {
color: #4e4e4e;
background: #ebebeb none repeat-x left bottom;
_background-image: none;
position: relative;
border-bottom: 0.1px solid #c6c6c6;
border-left: 0.1px solid #c6c6c6;
border-right: 0.1px solid #c6c6c6;
}

.row2 {
color: #4e4e4e;
background: #ebebeb none repeat-x left bottom;
_background-image: none;
position: relative;
border-bottom: 0.1px solid #c6c6c6;
border-left: 0.1px solid #c6c6c6;
border-right: 0.1px solid #c6c6c6;
}
/*Modified by:      Lider036 ( http://all-stateiki.ru/ )*/
.row3 {
   background-color: #C0C8D0;
   padding: 4px;
}

.spacer {
   background-color: #D1D7DC;
}

hr {
   height: 1px;
   border-width: 0;
   background-color: #D1D7DC;
   color: #D1D7DC;
}

.legend {
   text-align:center;
   margin: 0 auto;
}

/* Links
------------ */
a:link {
   color: #006597;
   text-decoration: none;
}

a:active,
a:visited {
   color: #005784;
   text-decoration: none;
}

a:hover {
   color: #D46400;

}

a.forumlink {
   color: #069;
   font-weight: bold;
   font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
   font-size: 1.2em;
}
/*Modified by:      Lider036 ( http://all-stateiki.ru/ )*/
a.topictitle {
   margin: 1px 0;
   font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 1.2em;
}

a.topictitle:visited {
   color: #5493B4;
   text-decoration: none;
}

th a,
th a:visited {
   color: #FFA34F !important;
   text-decoration: none;
}

th a:hover {

}


/* Form Elements
------------ */
form {
   margin: 0;
   padding: 0;
   border: 0;
}

input {
   color: #333333;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: normal;
   padding: 1px;
}

textarea {
   background-color: #FAFAFA;
   color: #333333;
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   font-size: 1.3em;
   line-height: 1.4em;
   font-weight: normal;
   border: 1px solid #A9B8C2;
   padding: 2px;
}

select {
   color: #333333;
   background-color: #FAFAFA;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   font-size: 1.1em;
   font-weight: normal;
   border: 1px solid #A9B8C2;
   padding: 1px;
}

option {
   padding: 0 1em 0 0;
}

option.disabled-option {
   color: graytext;
}

.rtl option {
   padding: 0 0 0 1em;
}

input.radio {
   border: none;
   background-color: transparent;
}

.post {
   background-color: white;
   border-style: solid;
   border-width: 1px;
}

.btnbbcode {
   color: #000000;
   font-weight: normal;
   font-size: 1.1em;
   font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
   background-color: #EFEFEF;
   border: 1px solid #666666;
}

.btnmain {
   font-weight: bold;
   background-color: #ECECEC;
   border: 1px solid #A9B8C2;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
}

.btnlite {
   font-weight: normal;
   background-color: #ECECEC;
   border: 1px solid #A9B8C2;
   cursor: pointer;
   padding: 1px 5px;
   font-size: 1.1em;
}

.btnfile {
   font-weight: normal;
   background-color: #ECECEC;
   border: 1px solid #A9B8C2;
   padding: 1px 5px;
   font-size: 1.1em;
}

.helpline {
   background-color: #DEE3E7;
   border-style: none;
}


/* BBCode
------------ */
.quotetitle, .attachtitle {
   margin: 10px 5px 0 5px;
   padding: 4px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #A9B8C2;
   color: #333333;
   background-color: #A9B8C2;
   font-size: 0.85em;
   font-weight: bold;
}

.quotetitle .quotetitle {
   font-size: 1em;
}

.quotecontent, .attachcontent {
   margin: 0 5px 10px 5px;
   padding: 5px;
   border-color: #A9B8C2;
   border-width: 0 1px 1px 1px;
   border-style: solid;
   font-weight: normal;
   font-size: 1em;
   line-height: 1.4em;
   font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
   background-color: #FAFAFA;
   color: #4B5C77;
}

.attachcontent {
   font-size: 0.85em;
}

.codetitle {
   margin: 10px 5px 0 5px;
   padding: 2px 4px;
   border-width: 1px 1px 0 1px;
   border-style: solid;
   border-color: #A9B8C2;
   color: #333333;
   background-color: #A9B8C2;
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   font-size: 0.8em;
}

.codecontent {
   direction: ltr;
   margin: 0 5px 10px 5px;
   padding: 5px;
   border-color: #A9B8C2;
   border-width: 0 1px 1px 1px;
   border-style: solid;
   font-weight: normal;
   color: #006600;
   font-size: 0.85em;
   font-family: Monaco, 'Courier New', monospace;
   background-color: #FAFAFA;
}

.syntaxbg {
   color: #FFFFFF;
}

.syntaxcomment {
   color: #FF8000;
}

.syntaxdefault {
   color: #0000BB;
}

.syntaxhtml {
   color: #000000;
}

.syntaxkeyword {
   color: #007700;
}

.syntaxstring {
   color: #DD0000;
}


/* Private messages
------------------ */
.pm_marked_colour {
   background-color: #000000;
}

.pm_replied_colour {
   background-color: #A9B8C2;
}

.pm_friend_colour {
   background-color: #007700;
}

.pm_foe_colour {
   background-color: #DD0000;
}


/* Misc
------------ */
img {
   border: none;
}

.sep {
   color: black;
   background-color: #FFA34F;
}

table.colortable td {
   padding: 0;
}

pre {
   font-size: 1.1em;
   font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
   white-space: nowrap;
}

.username-coloured {
   font-weight: bold;
}
/* Express News System */
span.right-column {
   float: right;
   width: auto;
}

span.left-column {
   float: left;
   width: auto;
}

#navbar .pageWrap {
   position:relative;
}
.navbar {
   background:none;
   position:relative;
   height:92px;
   font:   11px tahoma;
   color:#616161;
   width:100%;
   padding:0;
   margin:0;
}
.navLeft {
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/barLeft.png) no-repeat left top;
   height:92px;
}
.navRight {
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/barRight.png) no-repeat right top;
   height:92px;
   padding: 0 8px;
}
.navWrap {
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/barBG.png) repeat-x left top;
   height:92px;
   position: relative
}


.above_body {
padding: 0;
margin: 0px 35px 0px 35px;
}
.above_body {
background: none none repeat-x;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.doc_header {
height: 175px;
position: relative;
}
.doc_header {
border: ;
color: #a8a8a8;
position: relative;
min-height: 35px;
}
#logo {
position: absolute;
top: 20px;
}

#navtabs li.selected ul.floatcontainer {
   margin-top:8px;
}
#navtabs li.selected ul.floatcontainer a:link, #navtabs li.selected ul.floatcontainer a:visited {
   line-height:27px;
   height:27px;
}
.navbar a { color:#616161; }
.navbar a:hover { color:#616161; }

.navtabs ul li:first-child {
   text-indent: 0;
   margin-left:12px;
}
.navtabs {
   padding-right:0;
   background:none;
}
.navtabs ul {
   position:absolute;
   top:46px;
   right:0px;
   width:100%;
/* This is to fix RTL menu issue under Opera */
        direction:ltr;
}
.navtabs li {
   float:left;
   padding-right:2px;
   background:url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/navSplit.png) no-repeat top left;
}
.navtabs li li {
   background:none;
}
.navtabs ul li {
   border-left: 0;
   position: relative;
}
.navtabs li a {
   height:46px;
   line-height:46px;
}
.navtabs li a.navtab {
   display:block;
   min-width:60px;
   width:auto !important;
   width:60px;
   _min-width:75px;
   _width:auto !important;
   _width:75px;
   text-align:center;
   color:#616161;
   font: normal 15px BkoodakBold;
   text-decoration:none;
   line-height:46px;
   height:46px;
   padding:0 8px;
   background:none;
   text-shadow:1px 1px #f6f6f6;
}
.navtabs li:first-child a.navtab:hover,.navtabs li:first-child.selected a.navtab  {
   -webkit-border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
.navtabs li a.navtab:hover {
   background:#c24600 url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/navBG_hover.png) repeat center top;
   color:#616161;
}
.navtabs li.selected {
   color:#616161;
   height:46px;
}
.navtabs li.selected a.navtab {
   color:#616161;
   position:relative;
   top:-px;
   padding-top:px;
   z-index:10;

}
.navtabs li.selected li a,
.navbar_advanced_search li a {
   text-decoration:none;
   font:   12px tahoma;
   line-height:27px;
}
.navtabs li.selected li {
   padding:0 3px 0 0;
}
.navtabs li.selected li li {
   padding:0 2px;
}
.navtabs li.selected li a {
   color:#6c6c6c;
   text-shadow:1px 1px #f6f6f6;
   font-weight:400;
   padding:2px 3.33333333333px;
   z-index:3001;
}

.navbar_advanced_search li {
   height:27px;
   display:block;
   clear:both;
}

.navbar_advanced_search li a {
   color:#616161;
}

.navbar_advanced_search li a:hover {
   color:#616161;
   text-decoration:none;
}

.navtabs li.selected li a:hover {
   color:#c24600;
   text-decoration:none;
}

.navtabs li.selected .popupbody li > a {
   padding:0pxpx 10px;
   text-indent: 0;
   color: ;
}

.navtabs li.selected li a.popupctrl {
   -moz-border-radius:3px;
   -webkit-border-radius:3px;   
   border:solid px transparent;
   _border: none;
   background:transparent url(http://pawno-info.ru/http://pawno-info.ru/http://pawno-info.ru/http://pawno-info.ru/http://pawno-info.ru/http://pawno-info.ru/images/misc/arrow.png) no-repeat left center;
   padding-left:8px;
        _background-image:url('http://pawno-info.ru/images/misc/arrow.gif');
   color:#6c6c6c;
}
.navtabs li.selected li:hover a.popupctrl {
   background:#c24600 url(http://pawno-info.ru//images/misc/arrow.png) no-repeat left center;
}

.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
   background:#c24600 url(http://pawno-info.ru/images/misc/arrow.png) no-repeat left center;
   text-shadow:1px 1px #c24600;
}
.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active,
.navtabs li.selected li a:hover.popupctrl {
   color:#fff;
   text-shadow:1px 1px #c24600;
}

.pageWrap {
   width:auto;
   margin:0px 35px 0px 35px;
}
.pageTop {
   height: 150px;
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/pageTopBG.jpg) repeat-x top left;
   padding-top: 7px;
}
.socialBox {
   height: 49px;
   line-height: 49px;
   color: #575757;
   font-size:15px;
   font-weight: 700;
   font-style:normal
}
.socialLinks {
   float:right;
}
.socialBox span {
   padding-right:6px;
}
.socialBox img {
   vertical-align: middle;
}

/* Global Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchBox {
   position:absolute;
   top:9px;
   right:30px;   
}
.searchBoxInput {
   background: url(http://pawno-info.ru/images/styles/TheBeaconLight/style_orange/searchInput.png) no-repeat top right;
   width:113px;
   height:29px;
   float:left;
   padding-right:0px;
}
.searchinput {
   border:0;
   background:transparent;
   color: #777;
   width:100px;
   height:29px;
   line-height:0px;
   margin:0;
   padding:0 0 0 8px;
padding-left:10px;
}
.searchButton {
   float:right;
}
.searchBox a:link, .searchBox a:visited {
   color:#34558f;
}
.searchBox a:hover {
   color:#3c3c3c;
}
.globalsearch{position:absolute;width:180px;right:20px;top:0px;float:right;clear:left;text-align:right;line-height:1.0em;display:block}.navbar_search{position:relative;width:179;right:-21px;display:block}.navbar_search input{font-size:9px;vertical-align:middle;padding:1px}.globalsearch .textboxcontainer{height:26px;border-left:0px solid #5a7f97;display:inline-block;float:left;text-align:center}.globalsearch .textboxcontainer span{border-top:0px solid #Cedfeb;border-left:0px solid #Cedfeb;display:inline-block;height:22px;padding-left:2px;padding-right:2px;padding-top:3px;margin-bottom:1px;width:147px}.globalsearch input.textbox{width:120px}.toplinks form input.loginbutton{font-size:9px;padding:0 5px;border:solid 1px rgb(65,93,141)}.globalsearch .buttoncontainer{height:26px;border-left:0px solid #5a7f97;display:inline-block;border-right:0px solid #5a7f97;width:25px;overflow:hidden;float:right}.globalsearch .buttoncontainer span{border-top:0px solid #Cedfeb;border-left:0px solid #Cedfeb;height:23px;padding-left:4px;padding-top:2.5px;display:inline-block}.globalsearch .searchbutton{border:0;padding:0;width:22px;margin-top:-2px;margin-left:-2px}

.globalsearch .searchbutton {
border: 1px solid #555555 !important;
-moz-box-shadow: 0 0 2px #1a1a1a;
-webkit-box-shadow: 0 0 2px #1a1a1a;
box-shadow: 0 0 2px #1a1a1a;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin-left: -5px;
margin-top: -2px;
background: url(http://pawno-info.ru/images/SeamusLight/gradients/back3.png) top left repeat-x;
}

@charset "UTF-8";
/* CSS Document */

/**
* Custom CSS by PurevB.com
*/
/************************************************************************/
*{ -moz-box-shadow: none !important; -webkit-box-shadow: none !important; }

#fb_headerbox {
   padding-left:5px;
}
.wgo_block {
   margin:0;
}
.navbar {
   -moz-border-radius-bottomright: 0 !important;
   -moz-border-radius-bottomleft: 0 !important;
   -webkit-border-bottom-left-radius: 0 !important;
   -webkit-border-bottom-right-radius: 0 !important;
}
.announcements {
   margin-top:10px;
}
.highlight {
   background-image:none;
}
.navlinksBox {
   text-align: center;
   color: #5d5d5d;
   font-size: 11px;
        font-weight:700;
        margin-top: 8px;
        margin-bottom: 0;
        width:100%;
        clear:both;
}
.navlinksBoxWrap {
   padding: 10px 0;
}
.bodyWrap {
   background:#fff;
   margin:0 2px;   
}
.body_wrapper {
   padding:10px 0;
   margin:0;
}
.above_body {
   padding:0;
   margin: 0px 35px 0px 35px;
}
.threadbit .sticky, .threadbit .nonthread, .threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored, .wgo_block .wgo_subblock,
.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
   border-bottom: 1px solid #c6c6c6;}
.threadbit .sticky, .threadbit .nonthread, .threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored  {
   border-top:0;
}
.popupbody li > a,
.popupbody li > label {
   padding:8px 10px;
}
.formsubmit label {
   color:#3E3E3E;
}
.memberBox .toplinks ul.isuser .popupbody li {
   color:#3E3E3E;
}
.loginLeft {float:right;}
.loginLeft #fb_loginbtn {position:relative;top:4px;}
.toplinks #fb_loginbtn {position:relative;top:2px;}
#fb_loginbtn {margin-right:4px;}
.popupbody li > a,
.popupbody li > label {
   padding:8px 10px;
}
#memberlist #searchstats {color:#fff;}

.popupbody li > a,
.popupbody li > label {
   background:#fff;
}
.block .searchlisthead, .block .searchlisthead a {
color:#fff;
}
.forumdescription {
padding-top:3px;
}
.globalsearch {
width: 190px;
}

.globalsearch .buttoncontainer {
float: left;
}
.globalsearch input.textbox {
background-color:#fff;
color: #000;
margin-top: 9px;
border: 1px solid #CEACAC;
padding: 3px;
-moz-box-shadow: 0 0 2px #1a1a1a;
-webkit-box-shadow: 0 0 2px #1a1a1a;
box-shadow: 0 0 2px #1a1a1a;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
margin-right: -10px;
}
.globalsearch .searchbutton {
background-color:transparent;
}
/*@font-face {
*  font-family: 'BKoodakBold';
*  src: url('http://pawno-info.ru/images/styles/TheBeaconLight/fonts/BKoodakBold.eot?#') format('eot'),  /* IE6–8 */
*       url('http://pawno-info.ru/images/styles/TheBeaconLight/fonts/BKoodakBold.woff') format('woff'),  /* FF3.6+, IE9, *Chrome6+, Saf5.1+*/
*       url('http://pawno-info.ru/image/styles/TheBeaconLight/fonts//BKoodakBold.ttf') format('truetype');  /* Saf3—5, *Chrome4+, FF3.5, Opera 10+ */
}*/

@font-face {
  font-family: 'BYekan';
  src: url('http://pawno-info.ru/images/styles/TheBeaconLight/fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('http://pawno-info.ru/images/styles/TheBeaconLight/fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('http://pawno-info.ru/images/styles/TheBeaconLight/fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}



Замените Файлы шаблона
overall_header.html
Текст:
Код:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="alternate" type="application/rss+xml" title="{SITENAME}" href="/rss.php" />
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />

<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
   if ({S_NEW_PM})
   {
      popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
   }
<!-- ENDIF -->

function popup(url, width, height, name)
{
   if (!name)
   {
      name = '_popup';
   }

   window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
   return false;
}

function jumpto()
{
   var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
   var perpage = '{PER_PAGE}';
   var base_url = '{A_BASE_URL}';

   if (page !== null && !isNaN(page) && page > 0)
   {
      document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
   }
}

/**
* Find a member
*/
function find_username(url)
{
   popup(url, 760, 570, '_usersearch');
   return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
   var parent = document.getElementById(id);
   if (!parent)
   {
      eval('parent = document.' + id);
   }

   if (!parent)
   {
      return;
   }

   var rb = parent.getElementsByTagName('input');
   
   for (var r = 0; r < rb.length; r++)
   {
      if (rb[r].name.substr(0, name.length) == name)
      {
         rb[r].checked = state;
      }
   }
}

<!-- IF ._file -->

   /**
   * Play quicktime file by determining it's width/height
   * from the displayed rectangle area
   *
   * Only defined if there is a file block present.
   */
   function play_qt_file(obj)
   {
      var rectangle = obj.GetRectangle();

      if (rectangle)
      {
         rectangle = rectangle.split(',')
         var x1 = parseInt(rectangle[0]);
         var x2 = parseInt(rectangle[2]);
         var y1 = parseInt(rectangle[1]);
         var y2 = parseInt(rectangle[3]);

         var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
         var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
      }
      else
      {
         var width = 200;
         var height = 0;
      }

      obj.width = width;
      obj.height = height + 16;

      obj.SetControllerVisible(true);

      obj.Play();
   }
<!-- ENDIF -->

// ]]>
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">

<a name="top"></a>









<div class="pageTop"><div class="pageWrap">

   <div class="socialBox"><div class="socialLinks">
      <span></span>
      <a href="https://plus.google.com/110989126312661261997"><img alt="Google Plus" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/iconGoogle.png" title="Google Plus"></a>
      <a target="_blank" href="http://www.twitter.com/Pawno_Info"><img alt="Follow us on Twitter" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/iconTwitter.png" title="Follow us on Twitter"></a>
      <a target="_blank" href="http://www.facebook.com/profile.php?id=100005200157706"><img alt="Follow us on Facebook" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/iconFacebook.png" title="Follow us on Facebook"></a>
      <a target="_blank" href="http://www.youtube.com/channel/UCK8Dw7Pu7HaCRyhB6tSdyBg"><img alt="Watch us on YouTube" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/iconYoutube.png" title="Watch us on YouTube"></a>
   </div></div>

<div id="navbar" class="navbar">
<div class="navLeft"><div class="navRight"><div class="navWrap">
<ul id="navtabs" class="navtabs floatcontainer">
      
<li class="selected" id="vbtab_forum"><a class="navtab" href="/">Форум</a></li>

<li id="vbtab_whatsnew"><a class="navtab" href="/">Главная</a></li>
      
</ul>
<div id="globalsearch" class="globalsearch">
<form action="search.php?do=process" method="post" id="navbar_search" class="navbar_search">
<input type="hidden" name="securitytoken" value="guest">
<input type="hidden" name="do" value="process">
<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"></span></span>
<span class="buttoncontainer"><span><input type="image" alt="Submit" value="Search" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/searchButton.png"></span></span>
</form>
</div>   
</div></div></div>
</div>
</div></div>



<div class="above_body"> <!-- closing tag is in template navbar -->
<div class="floatcontainer doc_header" id="header">
<a id="logo" href="index.php" name="top"><img alt="Игровой портал All-Stateiki.Ru" src="http://pawno-info.ru/images/styles/TheBeaconLight/style/logo.png" title="Игровой портал Pawno-Info.Ru"></a>
            
</div>

            
</div>




<div id="wrapheader">


<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
   <div id="menubar">
      <table width="100%" cellspacing="0">
      <tr>
         <td class="genmed">
            <!-- IF not S_IS_BOT --><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_LOGIN_LOGOUT}</a>&nbsp;<!-- ENDIF -->
            <!-- IF U_RESTORE_PERMISSIONS --> &nbsp;<a href="{U_RESTORE_PERMISSIONS}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" width="12" height="13" alt="*" /> {L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
            <!-- ENDIF -->
            <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span><!-- ENDIF -->
            <!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->
            <!-- IF not S_IS_BOT -->
               <!-- IF S_USER_LOGGED_IN -->
                  <!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"><img src="{T_THEME_PATH}/images/icon_mini_message.gif" width="12" height="13" alt="*" /> {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a><!-- ENDIF -->
               <!-- ELSE --> &nbsp;<a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" width="12" height="13" alt="*" /> {L_REGISTER}</a>
               <!-- ENDIF -->
            <!-- ENDIF -->
         </td>
         <td class="genmed" align="{S_CONTENT_FLOW_END}">
            <a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}"><img src="{T_THEME_PATH}/images/icon_mini_gallery.gif" width="12" height="13" alt="*" /> {L_GALLERY}</a>&nbsp; &nbsp;
            <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a>
            <!-- IF S_DISPLAY_SEARCH -->&nbsp; &nbsp;<a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF -->
            <!-- IF not S_IS_BOT -->
               <!-- IF S_DISPLAY_MEMBERLIST -->&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->
               <!-- IF S_USER_LOGGED_IN -->&nbsp; &nbsp;<a href="{U_PROFILE}"><img src="{T_THEME_PATH}/images/icon_mini_profile.gif" width="12" height="13" alt="*" /> {L_PROFILE}</a><!-- ENDIF -->
            <!-- ENDIF -->
         </td>
      </tr>
      </table>
   </div>

   <div id="datebar">
      <table width="100%" cellspacing="0">
      <tr>
         <td class="gensmall"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ENDIF --></td>
         <td class="gensmall" align="{S_CONTENT_FLOW_END}">{CURRENT_TIME}<br /></td>
      </tr>
      </table>
   </div>
<!-- ENDIF -->
</div>

<div id="wrapcentre">
<!-- IF not $S_IN_PORTAL or not S_DISPLAY_MAINMENU -->

   <!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />

   <!-- INCLUDE breadcrumbs.html -->

   <br />
<!-- ENDIF -->


forumlist_body.html
Текст:
Код:
<table class="tablebg" cellspacing="1" width="100%">


<!-- BEGIN forumrow -->
   <!-- IF forumrow.S_IS_CAT -->
      <tr>
         <td class="cat" colspan="5"><h4><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></h4></td>
      </tr>
<tr>
   <th colspan="2">&nbsp;{L_FORUM}&nbsp;</th>
   <th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
   <th width="50">&nbsp;{L_POSTS}&nbsp;</th>
   <th>&nbsp;{L_LAST_POST}&nbsp;</th>
</tr>
   <!-- ELSEIF forumrow.S_IS_LINK -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <!-- IF forumrow.CLICKS -->
            <td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
         <!-- ELSE -->
            <td class="row2" colspan="3" align="center">&nbsp;</td>
         <!-- ENDIF -->
      </tr>
   <!-- ELSE -->
      <!-- IF forumrow.S_NO_CAT -->
         <tr>
            <td class="cat" colspan="2"><h4>{L_FORUM}</h4></td>
            <td class="catdiv" colspan="3">&nbsp;</td>
         </tr>
      <!-- ENDIF -->
      <tr>
         <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
         <td class="row1" width="100%">
            <!-- IF forumrow.FORUM_IMAGE -->
               <div style="float: {S_CONTENT_FLOW_BEGIN}; margin-{S_CONTENT_FLOW_END}: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: {S_CONTENT_FLOW_BEGIN};">
            <!-- ENDIF -->
            <a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
            <p class="forumdesc">{forumrow.FORUM_DESC}</p>
            <!-- IF forumrow.MODERATORS -->
               <p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.SUBFORUMS -->
               <p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
            <!-- ENDIF -->
            <!-- IF forumrow.FORUM_IMAGE --></div><!-- ENDIF -->
         </td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.TOPICS}</p></td>
         <td class="row2" align="center"><p class="topicdetails">{forumrow.POSTS}</p></td>
         <td class="row2" align="center" nowrap="nowrap">
            <!-- IF forumrow.LAST_POST_TIME -->
               <p class="topicdetails"><a href="{forumrow.U_LAST_TOPIC}" title="{forumrow.LAST_TOPIC_TITLE}">{forumrow.LAST_TOPIC_TITLE_SUBSTR}</a><a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SUBJECT_SUBSTR}</a></p>
               <p class="topicdetails">{forumrow.LAST_POST_TIME}</p>
               <p class="topicdetails">{forumrow.LAST_POSTER_FULL}
                  <a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a>
               </p>
            <!-- ELSE -->
               <p class="topicdetails">{L_NO_POSTS}</p>
            <!-- ENDIF -->
         </td>
      </tr>
   <!-- ENDIF -->
<!-- BEGINELSE -->
   <tr>
      <td class="row1" colspan="5" align="center"><p class="gensmall">{L_NO_FORUMS}</p></td>
   </tr>
<!-- END forumrow -->
</table>


Добавлено спустя 22 минуты 44 секунды

обновил скрин
КЛАЦ

Добавлено спустя 2 часа 42 минуты 4 секунды

Основа
SubSilver2

_________________
Вопрос должен быть задан чётко и ясно, чтобы на него нельзя было задать встречный вопрос All-Stateiki.Ru


Не в сети
 Профиль WWW Cпасибо сказано  
 
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему  [ 1 сообщение ] 

 

Часовой пояс: UTC + 3 часа [ Летнее время ]



 Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 3


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  

 
cron