[FAQ] Шаблон форума, CSS и html, где что "ковырять"

Есть любые вопросы, связанные со стилями/темами для phpBB 3.0.x? Задайте их здесь!
Правила форума
Местная Конституция | Шаблон запроса | Документация (phpBB3) | Переход на 3.0.6 и выше | FAQ-3 (phpbb3) | Как задавать вопросы | Как устанавливать моды

Ваш вопрос может быть удален без объяснения причин, если на него есть ответы по приведённым ссылкам (а вы рискуете получить предупреждение ;) ).
Аватара пользователя
Добрый Кот
phpBB 1.4.4
Сообщения: 173
Стаж: 15 лет 7 месяцев
Откуда: UA, Amvrosievka, Donbass
Благодарил (а): 63 раза
Поблагодарили: 1 раз

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Добрый Кот »

Где и как изменить размеры текстового поля, которое имеется при создании новой темы? Лазил в стилях - не нашел, не разобрался. И еще такой вопрос: где изменить размер шрифта для текста, который будет набиратся в этом поле? Хотелось бы сделать немного поменьше, а то гигантское какое-то поле получается.

Шаблон: subsilver2
phpBB 3.0.7 PL1
Примечание: шаблона prosilver у меня НЕТ! Удален за ненадобностью.
Билл Гейтс тоже был хулиганом
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

Подскажите пожалуйста как сделать отступ полей одинаково, что бы шапку тоже косалось
У вас нет необходимых прав для просмотра вложений в этом сообщении.
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

В файле stylesheet.css примерно так:

Код: Выделить всё

#wrapheader {
    height: auto !important;
    padding: 0;
   width: 1020px;
   margin: 0 auto;
   
    
}
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

не выходит
вот скрин

а вот ксс мой

Код: Выделить всё


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

:focus {
	outline: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #323D4F;
	background: #fdfdfd url("{T_THEME_PATH}/images/background.gif") repeat-x;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 0 0 10px 0;
}

h1 {
	/* Forum name */
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #666;
	margin-top: 20px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #5493B4;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.2em;
	color: #666;
	margin-top: 20px;
}

.section-index h3, .section-viewforum h3, .section-viewtopic h3 {
	margin-bottom: 4px;
	padding: 7px 5px;
	color: #FFA34F;
	font-size: 1.1em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("{T_THEME_PATH}/images/cellpic4.gif") repeat-x;
}

.section-index h3 a, .section-viewforum h3 a, .section-viewtopic h3 a {
	color: #FFA34F;
}

.section-viewtopic .postbody h3, .section-viewtopic .postbody h3 a, .section-viewtopic .postbody h3 a.first {
	margin-top: 0;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.2em;
	color: #006597 !important;
	text-align: left;
}

.section-index h3, .section-index h3 a {
	margin-bottom: 0;
}

.section-portal .panel.bg3 h3 {
	border-bottom: 0;
	padding-top: 5px;
	padding-bottom: 4px;
	background: url("{T_THEME_PATH}/images/cellpic3.gif") repeat-x;
}

h4 {
	/* Forum and topic list titles */
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 1.3em;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
	padding: 2px 5px;
}

img {
	border-width: 0;
	max-width: 99%;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #A9B8C2;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #A9B8C2;
	margin: 10px 5px;
}

hr.divider {
	display: none;
}

p.right {
	text-align: right;
}

#preview p {
	margin-left: 5px;
}

/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 15px;
	min-width: 650px;
/*
	width: 800px; 
	margin: auto; 
	padding: 0 15px;
	border-left: 2px #D2D7F2 solid;
	border-right: 2px #A9AFE7 solid;
*/
}

#simple-wrap {
	padding: 6px 10px;
}

#page-body {
	margin: 4px 0;
	clear: both;
}

#simple-wrap #page-body {
	margin-top: 105px;
}

#page-footer {
	clear: both;
}

#page-footer h3 {
	margin-top: 20px;
}

#logo {
	float: left;
	width: auto;
}

a#logo:hover {
	text-decoration: none;
}

/* Search box
--------------------------------------------- */
#search-box {
	position: relative;
	margin-top: 30px;
	display: block;
	float: right;
	text-align: right;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 95px;
	background-color: #fdfdfd;
}

#search-box input {
	border: 1px solid #A9B8C2;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button2 {
	padding: 1px 3px;
	color: #555;
}

#search-box input.button2:hover {
	color: #000;
	border: 1px solid #A9B8C2;
}

#search-box li {
	text-align: right;
	margin-top: 4px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
	text-align: center;
}

#site-description p {
	padding: 0;
	border: 0;
	background: none;
	font-size: 1.2em;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	height: 105px;
	color: #333;
}

.navbar {
	margin: 10px 0;
	padding: 0;
}

#page-header .navbar {
	margin-bottom: 5px;
}

#page-footer .navbar {
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
}

.navbar ul.linklist, ul.linklist .rightside, .panel ul.linklist, .panel .pagination {
	border: 0;
	background: none;
}

.forabg, .forumbg {
	background: #49ACDC url("{T_THEME_PATH}/images/cellpic4.gif") 0 0 repeat-x;
	border: 1px solid #A9B8C2;
	margin-bottom: 4px;
	padding: 0;
	clear: both;
}

.panel {
	margin-bottom: 4px;
	padding: 0;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	color: #28313F;
}

#qr_showeditor_div, #qr_editor_div {
	margin-top: 5px;
}

.panel#qr_editor_div a.right-box {
	margin: 5px;
}

.section-mcp .panel.bg3, .section-ucp .panel.bg3 {
	padding: 0 10px 5px;
}

.panel.bg3 .panel.bg3 {
	padding: 0 5px 5px;
}

.section-posting .panel.bg2, .section-search .panel.bg3 {
	padding: 0;
	border: 0;
}

.panel .content p, .panel#message p, #confirm .panel p {
	border: 0;
	background: none;
	text-align: center;
}

.panel .content p.author {
	padding-left: 5px;
	text-align: left;
}

.post {
	padding-bottom: 5px;
	margin-bottom: -1px;
	border: 1px solid #A9B8C2;
	background: url("{T_THEME_PATH}/images/bg_post.gif") 0 100% repeat-x;
}

.post .inner {
	overflow: hidden;
}

.post:target .content {
	color: #000000;
}

.post:target h3 a {
	color: #D46400 !important;
}

.bg1 {background-color: #ECECEC;}
.bg2 {background-color: #DCE1E5;}
.bg3 {background-color: #D1D7DC;}

.bg1 .postprofile, .bg1.online .postprofile, .rtl .bg1 .postprofile, .rtl .bg1.online .postprofile {
	background-color: #DCE1E5;
}

.bg2 .postprofile, .bg2.online .postprofile, .rtl .bg2 .postprofile, .rtl .bg2.online .postprofile {
	background-color: #ECECEC;
}

.rowbg {
	margin: 5px 5px 2px 5px;
}

.ucprowbg {
	background-color: #DCDEE2;
}

.fieldsbg {
	/*border: 1px #DBDEE2 solid;*/
	background-color: #E7E8EA;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
	visibility: hidden;
}

span.corners-top, .cp-mini span.corners-top, .cp-mini span.corners-bottom {
	margin: 0 -5px;
}

span.corners-bottom {
	margin: 0 -5px;
	clear: both;
}

.panel.bg3 .panel span.corners-bottom, .panel.bg3 .panel span.corners-bottom span {
	height: 2px;
}

.headbg span.corners-bottom {
	margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
	margin: 0 -10px;
}

.rules span.corners-top {
	margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
	margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
#page-header li.icon-home > a:last-child {
	font-weight: bold;
}

ul.linklist {
	display: block;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #A9B8C2;
	background: #C7D0D7 url("{T_THEME_PATH}/images/cellpic1.gif") 0 100% repeat-x;
}

ul.linklist li {
	display: block;
	list-style-type: none;
	float: left;
	width: auto;
	margin-right: 5px;
	font-size: 1.1em;
	line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	text-align: right;
}

ul.leftside {
	float: left;
	margin-left: 0;
	margin-right: 5px;
	text-align: left;
}

ul.rightside {
	float: right;
	margin-left: 5px;
	margin-right: -5px;
	text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
	/* See tweaks.css */
}

table.table1 thead th {
	font-weight: bold;
	color: #FFA34F;
	line-height: 1.3em;
	font-size: 1.1em;
	padding: 5px 0 6px 3px;
}

table.table1 thead th span {
	padding-left: 7px;
}

table.table1 td {
	color: #666;
	font-size: 1.1em;
}

table.table1 tbody td {
	padding: 5px;
	border-top: 1px solid #f9f9f9;
}

table.table1 tbody th {
	padding: 5px;
	text-align: left;
	color: #666;
}

/* Specific column styles */
table.table1 .name		{ text-align: left; }
table.table1 .posts		{ text-align: center !important; width: 7%; }
table.table1 .joined		{ text-align: left; width: 15%; }
table.table1 .active		{ text-align: left; width: 15%; }
table.table1 .mark		{ text-align: center; width: 7%; }
table.table1 .info		{ text-align: left; width: 30%; }
table.table1 .info div	{ width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol	{ line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
	float: right;
	width: auto;
}

table.info td {
	padding: 3px;
}

table.info tbody th {
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts 
   Also see tweaks.css */
.column1 {
   float: left;
   clear: left;
   width: 48%;
   margin: 0 0 5px 5px;
}

#viewprofile .column1 {
   width: 50%;
   margin-left: 0;
}

#viewprofile .column1 dl {
   margin: 5px 0 5px 5px;
}

.column2 {
   float: right;
   clear: right;
   width: 48%;
   margin: 0 5px 5px 0;
}

#viewprofile .column2 {
   width: 50%;
   margin-right: 0;
}

#viewprofile .column2 dl {
   margin: 5px 5px 5px 0;
}

.column1 img {
	margin-top: 5px;
}

/* General classes for placing floating blocks */
.left-box {
	float: left;
	width: auto;
	text-align: left;
	margin-left: 10px;
}

.right-box {
	float: right;
	width: auto;
	text-align: right;
	margin-right: 10px;
}

dl.details {
	/*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
	font-size: 1.1em;
	margin-top: 3px;
}

dl.details dt {
	float: left;
	clear: left;
	width: 30%;
	text-align: right;
	color: #000000;
	display: block;
}

dl.details dd {
	margin-left: 0;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #536482;
	float: left;
	width: 65%;
}

.sep {
	color: #1198D9;
}

/* Pagination
---------------------------------------- */
.pagination {
	clear: both;
	line-height: 27px;
	height: 1%; /* IE tweak (holly hack) */
	text-align: right;
	padding: 0 5px;
	border: 1px solid #A9B8C2;
	border-bottom: 0;
	background: #C7D0D7 url("{T_THEME_PATH}/images/cellpic1.gif") 0 100% repeat-x;
}

.panel .pagination {
	clear: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #fff;
	background-color: #A9B8C2;
	border: 1px solid #999;
	font-size: 0.9em;
}

.pagination span a, .pagination span a:link, .pagination span a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #777;
	margin: 0 2px;
	padding: 0 2px;
	background-color: #f9f9f9;
	border: 1px solid #bbb;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:hover, .pagination span a:active {
	border-color: #999;
	background-color: #A9B8C2;
	color: #fff;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	line-height: 0;
	font-size: 0.9em;
	border: 0;
	background: url("{T_THEME_PATH}/images/icon_pages.gif") 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #f5f5f5;
}

.row .pagination span a:hover {
	border-color: #A9B8C2;
	background-color: #A9B8C2;
	color: #fff;
}

li.pagination span a:hover {
	background-color: #A9B8C2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
	float: right;
	width: auto;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 10px;
	text-align: right;
}

.copyright {
	padding: 0 5px 5px 5px;
	text-align: center;
	color: #555555;
}

.small {
	padding-left: 5px;
	font-size: 0.9em !important;
}

.titlespace {
	margin-bottom: 15px;
}

.headerspace {
	margin-top: 20px;
}

.error {
	color: #BC2A4D;
	font-weight: bold;
	font-size: 1em;
}

.reported {
	background-color: #F9CC79;
}

li.reported {
	background-color: #F9CC79 !important;
}

.sticky, .announce {
	/* you can add a background for stickies and announcements*/
}

div.rules {
	background-color: #F9CC79;
	color: #333;
	padding: 0 10px;
	margin: 10px 0;
	font-size: 1.1em;
	border: 1px solid #BB9860;
}

div.rules ul, div.rules ol {
	margin-left: 20px;
}

div.rules strong {
	color: red;
	font-size: 1.2em;
}

div.rules a:hover {
	color: red;
}

p.rules {
	padding: 5px;
	background-image: none;
	background-color: #E7E8EA;
	border: 1px solid #A9B8C2;
}

p.rules img {
	vertical-align: middle;
}

p.rules a {
	padding: 1px;
	vertical-align: middle;
	color: green;
}

.clear {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	background: transparent;
}

/* subsilver3 Link Styles
---------------------------------------- */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

a:link {color: #006597; text-decoration: none;}
a:visited {color: #006597; text-decoration: none;}
a:hover {color: #D46400; text-decoration: underline;}
a:active {color: #D46400; text-decoration: none;}

.section-index h3 a:link, .section-index h3 a:visited, .section-index h3 a:hover, .section-index h3 a:active
.section-viewforum h3 a:link, .section-viewforum h3 a:visited, .section-viewforum h3 a:hover, .section-viewforum h3 a:active
.section-viewtopic h3 a:link, .section-viewtopic h3 a:visited, .section-viewtopic h3 a:hover, .section-viewtopic h3 a:active {
	color: #FFA34F;
}

/* Coloured usernames */
.username-coloured {
	font-weight: bold;
	display: inline !important;
	padding: 0 !important;
}

/* Links on gradient backgrounds */
.forumbg .header a:link, .forabg .header a:link, th a:link, .forumbg .header a:visited, .forabg .header a:visited, th a:visited {
	color: #FFA34F;
}

.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
	text-decoration: underline;
}

.forumbg .header a:active, .forabg .header a:active, th a:active {
	text-decoration: none;
}

.navbg a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navbg a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navbg a:hover {
	color: #A8D8FF;
	text-decoration: underline;
}

.navbg a:active {
	color: #C8E6FF;
	text-decoration: none;
}

/* Links for forum/topic lists */
a.forumtitle, a.topictitle  {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #069;
	text-decoration: none;
}

a.forumtitle:hover, a.topictitle:hover {
	text-decoration: underline;
}

a.topictitle:visited {
	color: #5493B4;
}

/* Post body links */
.postlink {
	text-decoration: none;
	color: #368AD2;
	border-bottom: 1px solid #368AD2;
	padding-bottom: 0;
}

.postlink:visited {
	color: #5D8FBD;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
}

.postlink:hover {
	text-decoration: none;
	color: #D46400;
	background-color: #D1D7DC;
}

.postlink:active {
	color: #D46400;
}

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
	border: none;
	text-decoration: underline;
	background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
	font-weight: bold;
	color: #105289;
	text-decoration: none;
}

.postprofile a:hover, .postprofile dt.author a:hover {
	text-decoration: underline;
	color: #D46400;
}

.postprofile a:active {
	color: #105289;
}

/* Profile searchresults */	
.search .postprofile a {
	color: #105289;
	text-decoration: none; 
	font-weight: normal;
}

.search .postprofile a:hover {
	color: #D46400;
	text-decoration: underline; 
}

/* Back to top of page */
.back2top {
	clear: both;
	height: 11px;
	text-align: right;
	margin: 5px;
}

a.top {
	background: url("{IMG_ICON_BACK_TOP_SRC}") no-repeat top left;
	text-decoration: none;
	width: {IMG_ICON_BACK_TOP_WIDTH}px;
	height: {IMG_ICON_BACK_TOP_HEIGHT}px;
	display: block;
	float: right;
	overflow: hidden;
	letter-spacing: 1000px;
	text-indent: 11px;
}

a.top2 {
	background: url("{IMG_ICON_BACK_TOP_SRC}") no-repeat 0 50%;
	text-decoration: none;
	padding-left: 15px;
}

a#top, a#bottom {
	display: block;
}

/* Arrow links  */
a.up		{ background: url("{T_THEME_PATH}/images/arrow_up.gif") no-repeat left center; }
a.down		{ background: url("{T_THEME_PATH}/images/arrow_down.gif") no-repeat right center; }
a.left		{ background: url("{T_THEME_PATH}/images/arrow_left.gif") no-repeat 3px 60%; }
a.right		{ background: url("{T_THEME_PATH}/images/arrow_right.gif") no-repeat 95% 60%; }

a.up, a.up:link, a.up:active, a.up:visited {
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 0;
}

a.up:hover {
	background-position: left top;
	background-color: transparent;
}

a.down, a.down:link, a.down:active, a.down:visited {
	padding-right: 10px;
}

a.down:hover {
	background-position: right bottom;
	text-decoration: none;
}

a.left, a.left:active, a.left:visited {
	padding-left: 12px;
}

a.left:hover {
	text-decoration: none;
	background-position: 0 60%;
}

a.right, a.right:active, a.right:visited {
	padding-right: 12px;
}

a.right:hover {
	text-decoration: none;
	background-position: 100% 60%;
}

/* invisible skip link, used for accessibility  */
.skiplink {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
	float: right;
	margin: 3px;
}

/* subsilver3 Content Styles
---------------------------------------- */
ul.topiclist {
	display: block;
	list-style-type: none;
	margin: 0;
}

ul.forums, ul.topics {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1.gif") repeat-y;
}

.cplist li.row.bg1, .cplist li.row.bg2 {
	background-image: none;
}

.rtl ul.forums {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1_rtl.gif") 100% 0 repeat-y;
}

ul.topiclist li {
	display: block;
	list-style-type: none;
	color: #4C5D77;
	margin: 0;
}

ul.topiclist dl {
	position: relative;
}

ul.topiclist dt {
	display: block;
	float: left;
	width: 50%;
	font-size: 1.1em;
	padding: 4px 5px;
}

.section-index ul.topiclist dt, .section-viewforum ul.topiclist dt, .section-search  ul.topiclist dt {
	width: 55%;
}

ul.topiclist dd {
	display: block;
	float: left;
	border-left: 1px solid #A9B8C2;
	padding: 4px 0;
}

.rtl ul.topiclist dd {
	border-right: 1px solid #A9B8C2;
	border-left: 1px solid transparent;
}

ul.topiclist dfn {
	/* Labels for post/view counts */
	position: absolute;
	left: -999px;
	width: 990px;
}

ul.topiclist li.row dt a.subforum {
	background-image: none;
	background-position: 0 50%;
	background-repeat: no-repeat;
	position: relative;
	white-space: nowrap;
	padding: 0 0 0 12px;
}

ul.topiclist li.row dt a.subforum.read {
	background-image: url("{IMG_SUBFORUM_READ_SRC}");
}

ul.topiclist li.row dt a.subforum.unread {
	background-image: url("{IMG_SUBFORUM_UNREAD_SRC}");
}

.forum-image {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}

li.row {
	border-top: 1px solid #A9B8C2;
	overflow: hidden;
}

li.row dd.topics, li.row dd.posts, li.row dd.views, li.row dd.lastpost {
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}

li.row dd.topics, li.row dd.posts, li.row dd.views, li.row.bg1 dd.posts, li.row.bg1 dd.views {
	background-color: #DCE1E5;
}

li.row.bg1, .cplist.pmlist li.row.bg1 {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1.gif") repeat-y;
}

.rtl li.row.bg1, .rtl .cplist.pmlist li.row.bg1 {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1_rtl.gif") 100% 0 repeat-y;
}

li.row.bg2 {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1.gif") repeat-y;
}

.cplist.pmlist li.row.bg2 {
	background: #DCE1E5 url("{T_THEME_PATH}/images/bg2.gif") repeat-y;
}

.rtl li.row.bg2 {
	background: #ECECEC url("{T_THEME_PATH}/images/bg1_rtl.gif") 100% 0 repeat-y;
}

.rtl .cplist.pmlist li.row.bg2 {
	background: #DCE1E5 url("{T_THEME_PATH}/images/bg2_rtl.gif") 100% 0 repeat-y;
}

#postform li.row.bg1, #postform li.row.bg2 {
	background-image: none;
} 

li.row strong {
	font-weight: normal;
	color: #000000;
}

li.row:hover dd {
	border-left-color: #A9B8C2;
}

.rtl li.row:hover dd {
	border-right-color: #A9B8C2;
	border-left-color: transparent;
}

li.header dt, li.header dd {
	line-height: 1em;
	border-left-width: 0;
	margin-bottom: 4px;
	color: #FFA34F;
	padding-top: 8px;
	padding-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

li.header dd {
	margin-left: 1px;
}

li.header dl.icon {
	min-height: 0;
}

li.header dl.icon dt {
	/* Tweak for headers alignment when folder icon used */
	padding-left: 0;
	padding-right: 50px;
}

/* Forum list column styles */
ul.topiclist dd.searchextra {
	color: #333333;
}

dl.icon {
	min-height: 35px;
	background-position: 0 50%;		/* Position of folder icon */
	background-repeat: no-repeat;
}

dl.icon dt {
	padding-left: 50px;					/* Space for folder icon */
	background-repeat: no-repeat;
	background-position: 2px 90%;		/* Position of topic icon */
}

dd.posts, dd.topics, dd.views {
	width: 8%;
	text-align: center;
	line-height: 2.2em;
	font-size: 1.2em;
}

/* List in forum description */
dl.icon dt ol, dl.icon dt ul {
	list-style-position: inside;
	margin-left: 1em;
}

dl.icon dt li {
	display: list-item;
	list-style-type: inherit;
}

dd.lastpost {
	width: 25%;
	font-size: 1.1em;
	text-align: center;
}

.section-index dd.lastpost, .section-viewforum dd.lastpost, .section-search dd.lastpost {
	width: 20%;
}

dd.redirect {
	font-size: 1.1em;
	line-height: 2.5em;
}

dd.moderation {
	font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
	display: block;
	padding-left: 5px;
}

dd.time {
	width: auto;
	line-height: 200%;
	font-size: 1.1em;
}

dd.extra {
	width: 12%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.mark {
	float: right !important;
	width: 9%;
	text-align: center;
	line-height: 200%;
	font-size: 1.2em;
}

dd.info {
	width: 30%;
}

dd.option {
	width: 15%;
	line-height: 200%;
	text-align: center;
	font-size: 1.1em;
}

dd.searchby {
	width: 47%;
	font-size: 1.1em;
	line-height: 1em;
}

ul.topiclist dd.searchextra {
	margin-left: 5px;
	padding: 0.2em 0;
	font-size: 1.1em;
	color: #333333;
	border-left: none;
	clear: both;
	width: 98%;
	overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
	font-size: 1.1em;
	height: 28px;
	min-height: 28px;
}

div[class].topic-actions {
	height: auto;
}

/* Post body styles
----------------------------------------*/
.postbody {
	padding: 5px;
	line-height: 1.48em;
	color: #333333;
	width: 76%;
	float: right;
	clear: both;
}

.section-portal .postbody {
	width: 99% !important;
}

#postform  .postbody, #viewprofile .postbody  {
	float: none;
	width: 99%;
}

.postbody .ignore {
	font-size: 1.1em;
}

.postbody h3.first {
	/* The first post on the page uses this */
	font-size: 1.4em;
}

.postbody h3 {
	/* Postbody requires a different h3 format - so change it here */
	font-size: 1.3em;
	padding: 2px 0 0 0;
	margin: 0 0 0.3em 0 !important;
	text-transform: none;
	border: none !important;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 125%;
}

.postbody h3 img {
	/* Also see tweaks.css */
	vertical-align: bottom;
}

.postbody .content {
	font-size: 1.3em;
}

.search .postbody {
	width: 76%;
}

/* Topic review panel
----------------------------------------*/
#review {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 6px 4px;
	border: 1px solid #A9B8C2;
	border-bottom: 0;
	color: #FFA34F;
	text-align: left;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1C81B3 url("{T_THEME_PATH}/images/cellpic4.gif") repeat-x;
}

#review span.right-box a {
	color: #FFA34F;
}

#topicreview {
	overflow: auto;
	height: 300px;
}

#mcp .panel #topicreview {
	margin: 0 5px;
}

#topicreview .postbody {
	width: auto;
	float: none;
	margin: 0;
	height: auto;
}

#topicreview .post {
	padding-bottom: 10px;
	height: auto;
}

#topicreview h2 {
	border-bottom-width: 0;
}

.post-ignore {
	padding: 5px;
}

.post-ignore .postbody {
	display: none;
	padding: 0;
}

/* MCP Post details
----------------------------------------*/
#post_details {
	/* This will only work in IE7+, plus the others */
	overflow: auto;
	max-height: 300px;
}

#expand {
	clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
	min-height: 3em;
	overflow: hidden;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-bottom: 1px;
}

.content h2, .panel h2 {
	font-weight: bold;
	color: #FFA34F;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding: 6px 0;
	text-align: center;
	border-bottom: 1px solid #A9B8C2;
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
	background: #49ACDC url("{T_THEME_PATH}/images/cellpic4.gif") repeat-x;
}

.panel h3 {
	margin: 0;
	padding: 7px 5px;
	color: #FFA34F;
	font-size: 1.1em;
	text-align: center;
	border-bottom: 1px solid #A9B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #49ACDC url("{T_THEME_PATH}/images/cellpic4.gif") repeat-x;
}

.panel .postbody h3 {
	padding-left: 0;
	color: #006597;
}

.panel p, .content p {
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.section-faq hr.dashed {
	display: none;
}

dl.faq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 5px;
	margin-top: 0.5em;
	margin-right: 5px;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}

dl.faq dt {
	font-weight: bold;
	color: #333333;
}

.content dl.faq {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	padding: 2px 5px;
	border: 1px solid #A9B8C2;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.bg1 .content dl.faq {
	background-color: #DCE1E5;
}

.bg2 .content dl.faq {
	background-color: #ECECEC;
}

.content li {
	list-style-type: inherit;
}

.content ul, .content ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

.posthilit {
	color: #D46400;
	padding: 0 2px 1px 2px;
	border-left: 1px solid #A9B8C2;
	border-right: 1px solid #A9B8C2;
}

.bg1 .posthilit {
	background-color: #DCE1E5;
}

.bg2 .posthilit {
	background-color: #ECECEC;
}

.announce, .unreadpost {
	/* Highlight the announcements & unread posts box */
	border-left-color: #BCBCBC;
	border-right-color: #BCBCBC;
}

/* Post author */
p.author {
	margin: 0 15em 0.6em 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}

/* Post signature */
.signature {
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px solid #A9B8C2;
	clear: left;
	line-height: 140%;
	overflow: hidden;
	width: 100%;
}

dd .signature {
	margin: 0;
	padding: 0;
	clear: none;
	border: none;
}

.signature li {
	list-style-type: inherit;
}

.signature ul, .signature ol {
	margin-bottom: 1em;
	margin-left: 3em;
}

/* Post noticies */
.notice {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: auto;
	margin-top: 1.5em;
	padding-top: 0.2em;
	font-size: 1.1em;
	border-top: 1px dashed #A9B8C2;
	clear: left;
	line-height: 130%;
}

/* Jump to post link for now */
ul.searchresults {
	list-style: none;
	text-align: right;
	margin-bottom: 4px;
	clear: both;
}

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #EFF1F2 url("{T_THEME_PATH}/images/quote.gif") 0 5px no-repeat;
	border: 1px solid #A9B8C2;
	font-size: 0.95em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0.5em 1px 1px 25px;
	overflow: hidden;
	padding: 5px;
	border-left-color: #fff;
	border-top-color: #fff;
	border-right-color: #bbb;
	border-bottom-color: #bbb;
}

.rtl blockquote {
	background-image: url("{T_THEME_PATH}/images/quote_rtl.gif");
	background-position: 100% 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #E9EDEF;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EFF1F2;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-left: 23px;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 24px;
}



/* Rolloff state */
.buttons div a {
	display: block;
	width: auto;
	padding: 3px 6px 2px 17px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
	background: transparent none 0 0 no-repeat;
	text-shadow: 1px 1px #fff, -1px -1px #ddd;
}

.buttons div a {
	background-image: url("{T_THEME_PATH}/images/big_button_bg.gif");
}

.rtl .buttons div.locked-icon a {
	background-image: url("{T_THEME_PATH}/images/big_button_rtl_bg.gif");
}

.buttons div a:hover, .buttons div.locked-icon a {
	background-position: 0 -25px;
}

* html .buttons div a:hover, * html .buttons div.locked-icon a:hover {
	background-position: 0 0;
}

.buttons div a:link, .buttons div a:visited {
	color: #004B8D;
}

.buttons a:link:first-letter, .buttons a:visited:first-letter  {
	color: #D46400;
}

.buttons div a:hover, .buttons div a:active {
	color: #D46400;
	text-decoration: none;
}

.buttons a:hover:first-letter, .buttons a:active:first-letter {
	color: #004B8D;
}

.buttons div a:hover {
	background-image: url("{T_THEME_PATH}/images/big_button_bg.gif");
}

.rtl .buttons div a {
	background-image: url("{T_THEME_PATH}/images/big_button_rtl_bg.gif");
}

.rtl .buttons div a:hover {
	background-image: url("{T_THEME_PATH}/images/big_button_rtl_bg.gif");
}

#cp-main .buttons div a {
	background-image: url("{T_THEME_PATH}/images/big_button_cp_bg.gif");
}

.rtl #cp-main .buttons div a {
	background-image: url("{T_THEME_PATH}/images/big_button_cp_rtl_bg.gif");
}

.rtl #cp-main .buttons div a:hover {
	background-image: url("{T_THEME_PATH}/images/big_button_cp_rtl_bg.gif");
}

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
	display: block;
	margin-top: 3px;
	overflow: hidden;
	height: 18px;
	text-indent: -5000px;
	text-align: left;
	background-repeat: no-repeat;
}

a.print {
	background: url("{T_THEME_PATH}/images/icon_print.gif");
	width: 22px;
}

a.sendemail {
	background-image: url("{T_THEME_PATH}/images/icon_sendemail.gif");
	width: 22px;
}

a.fontsize {
	width: 15px;
	font-weight: normal;
	background: url("{T_THEME_PATH}/images/icon_fontsize.gif") no-repeat;
}

/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image: none;
	padding: 1px 0 0 15px;
}

.sitehome						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-faq						{ background-image: url("{T_THEME_PATH}/images/icon_faq.gif"); }
.icon-members					{ background-image: url("{T_THEME_PATH}/images/icon_members.gif"); }
.icon-home						{ background-image: url("{T_THEME_PATH}/images/icon_home.gif"); }
.icon-ucp						{ background-image: url("{T_THEME_PATH}/images/icon_ucp.gif"); }
.icon-register					{ background-image: url("{T_THEME_PATH}/images/icon_register.gif"); }
.icon-logout					{ background-image: url("{T_THEME_PATH}/images/icon_logout.gif"); }
.icon-bookmark					{ background-image: url("{T_THEME_PATH}/images/icon_bookmark.gif"); }
.icon-bump						{ background-image: url("{T_THEME_PATH}/images/icon_bump.gif"); }
.icon-subscribe					{ background-image: url("{T_THEME_PATH}/images/icon_subscribe.gif"); }
.icon-unsubscribe				{ background-image: url("{T_THEME_PATH}/images/icon_unsubscribe.gif"); }
.icon-pages						{ background-image: url("{T_THEME_PATH}/images/icon_pages.gif"); }
.icon-search					{ background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }

/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
	padding-top: 10px;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0 6px 3px 0;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }

/* Positioning of moderator icons */
.postbody ul.profile-icons {
	float: right;
	width: auto;
	padding: 0;
}

.postbody ul.profile-icons li {
	margin: 0 3px;
}

/* Profile & navigation icons */
.email-icon, .email-icon a		{ background: url("{IMG_ICON_CONTACT_EMAIL_SRC}") top left no-repeat; }
.aim-icon, .aim-icon a			{ background: url("{IMG_ICON_CONTACT_AIM_SRC}") top left no-repeat; }
.yahoo-icon, .yahoo-icon a		{ background: url("{IMG_ICON_CONTACT_YAHOO_SRC}") top left no-repeat; }
.web-icon, .web-icon a			{ background: url("{IMG_ICON_CONTACT_WWW_SRC}") top left no-repeat; }
.msnm-icon, .msnm-icon a			{ background: url("{IMG_ICON_CONTACT_MSNM_SRC}") top left no-repeat; }
.icq-icon, .icq-icon a			{ background: url("{IMG_ICON_CONTACT_ICQ_SRC}") top left no-repeat; }
.jabber-icon, .jabber-icon a		{ background: url("{IMG_ICON_CONTACT_JABBER_SRC}") top left no-repeat; }
.pm-icon, .pm-icon a				{ background: url("{IMG_ICON_CONTACT_PM_SRC}") top left no-repeat; }
.quote-icon, .quote-icon a		{ background: url("{IMG_ICON_POST_QUOTE_SRC}") top left no-repeat; }

/* Moderator icons */
.report-icon, .report-icon a		{ background: url("{IMG_ICON_POST_REPORT_SRC}") top left no-repeat; }
.warn-icon, .warn-icon a			{ background: url("{IMG_ICON_USER_WARN_SRC}") top left no-repeat; } /* Need updated warn icon */
.edit-icon, .edit-icon a			{ background: url("{IMG_ICON_POST_EDIT_SRC}") top left no-repeat; }
.delete-icon, .delete-icon a		{ background: url("{IMG_ICON_POST_DELETE_SRC}") top left no-repeat; }
.info-icon, .info-icon a			{ background: url("{IMG_ICON_POST_INFO_SRC}") top left no-repeat; }

/* Set profile icon dimensions */
ul.profile-icons li.email-icon	{ width: {IMG_ICON_CONTACT_EMAIL_WIDTH}px; height: {IMG_ICON_CONTACT_EMAIL_HEIGHT}px; }
ul.profile-icons li.aim-icon	{ width: {IMG_ICON_CONTACT_AIM_WIDTH}px; height: {IMG_ICON_CONTACT_AIM_HEIGHT}px; }
ul.profile-icons li.yahoo-icon	{ width: {IMG_ICON_CONTACT_YAHOO_WIDTH}px; height: {IMG_ICON_CONTACT_YAHOO_HEIGHT}px; }
ul.profile-icons li.web-icon	{ width: {IMG_ICON_CONTACT_WWW_WIDTH}px; height: {IMG_ICON_CONTACT_WWW_HEIGHT}px; }
ul.profile-icons li.msnm-icon	{ width: {IMG_ICON_CONTACT_MSNM_WIDTH}px; height: {IMG_ICON_CONTACT_MSNM_HEIGHT}px; }
ul.profile-icons li.icq-icon	{ width: {IMG_ICON_CONTACT_ICQ_WIDTH}px; height: {IMG_ICON_CONTACT_ICQ_HEIGHT}px; }
ul.profile-icons li.jabber-icon	{ width: {IMG_ICON_CONTACT_JABBER_WIDTH}px; height: {IMG_ICON_CONTACT_JABBER_HEIGHT}px; }
ul.profile-icons li.pm-icon		{ width: {IMG_ICON_CONTACT_PM_WIDTH}px; height: {IMG_ICON_CONTACT_PM_HEIGHT}px; }
ul.profile-icons li.quote-icon	{ width: {IMG_ICON_POST_QUOTE_WIDTH}px; height: {IMG_ICON_POST_QUOTE_HEIGHT}px; }
ul.profile-icons li.report-icon	{ width: {IMG_ICON_POST_REPORT_WIDTH}px; height: {IMG_ICON_POST_REPORT_HEIGHT}px; }
ul.profile-icons li.edit-icon	{ width: {IMG_ICON_POST_EDIT_WIDTH}px; height: {IMG_ICON_POST_EDIT_HEIGHT}px; }
ul.profile-icons li.delete-icon	{ width: {IMG_ICON_POST_DELETE_WIDTH}px; height: {IMG_ICON_POST_DELETE_HEIGHT}px; }
ul.profile-icons li.info-icon	{ width: {IMG_ICON_POST_INFO_WIDTH}px; height: {IMG_ICON_POST_INFO_HEIGHT}px; }
ul.profile-icons li.warn-icon	{ width: {IMG_ICON_USER_WARN_WIDTH}px; height: {IMG_ICON_USER_WARN_HEIGHT}px; }

/* Fix profile icon default margins */
ul.profile-icons li.edit-icon	{ margin: 0 0 0 3px; }
ul.profile-icons li.quote-icon	{ margin: 0; }
#topicreview ul.profile-icons li.quote-icon	{ margin-left: 10px; }
.rtl #topicreview ul.profile-icons li.quote-icon	{ margin-right: 10px; margin-left: 0; }
ul.profile-icons li.info-icon, ul.profile-icons li.report-icon	{ margin: 0 3px 0 0; }

/* subsilver3 Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-menu {
	margin-top: 1em;
	margin-bottom: 5px;
}

#cp-main .content {
	padding: 0;
}

#cp-main h2 {
	font-size: 1.6em;
	font-weight: normal;
	background: none;
	border: 0;
	text-align: left;
	clear: both;
}

#cp-main .post h3, #mcp .panel h3 {
	background: none;
	text-align: left;
	color: #666;
}

#mcp .panel h3#review {
	margin-top: 0;
	color: #FFA34F;
	border: 0;
	background: #1C81B3 url("{T_THEME_PATH}/images/cellpic4.gif") repeat-x;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
	border-color: #A4B3BF;
}

#cp-main ul.topiclist {
	margin: 0 5px;
	border: 1px solid #A9B8C2;
	border-bottom: 0;
}

#cp-main ul.topiclist li.header {
	background: #C7D0D7 url("{T_THEME_PATH}/images/cellpic1.gif") 0 100% repeat-x;
}

#cp-main li.header dt, #cp-main li.header dd {
	line-height: 1.6em;
	padding-top: 3px;
	padding-bottom: 4px;
}

#cp-main  .clearfix.post {
	background-image: none;
}

#cp-main .panel p {
	font-size: 1.2em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#cp-main .panel ol {
	margin-left: 2em;
	font-size: 1.1em;
}

#cp-main .panel li.row {
	border-top: 0;
	border-bottom: 1px solid #A9B8C2;
}

ul.cplist {
	margin-bottom: 5px;
	border-top: 1px solid #A9B8C2;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
	color: #666;
	margin-bottom: 0;
}

#cp-main table.table1 {
	margin-bottom: 1px;
	border-spacing: 0;
}

#ucp-main table.table1 {
	padding: 2px;
}

#cp-main table.table1 thead th {
	color: #666;
	font-weight: bold;
	border-bottom: 1px solid #A9B8C2;
	padding: 5px;
}

#cp-main table.table1 tbody th {
	font-style: italic;
	background-color: transparent !important;
	border-bottom: none;
}

#cp-main table.table1 tbody td {
	border-top: 0;
	border-bottom: 1px solid #A9B8C2;
}

#cp-main .pagination {
	float: right;
	width: auto;
	padding-top: 1px;
}

#cp-main .postbody p {
	font-size: 1.1em;
}

#cp-main .panel.bg3.pm-message {
	margin: 10px 0;
	width: auto;
	float: none;
}

.pm-message h2 {
	padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
	margin-top: 0;
}

#cp-main .panel .postbody h3 {
	text-align: left;
	background: none;
}

#cp-main .buttons {
	margin-left: 5px;
}

#cp-main ul.linklist {
	margin: 0;
}

#cp-main .panel ul.linklist {
	clear: both;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
	width: 99%;
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
	line-height: normal;
	margin-top: 10px;
	border: 1px solid #A9B8C2;
	border-bottom: 0;
	background: #3D88AE url("{T_THEME_PATH}/images/cellpic3.gif") repeat-x;
}

#tabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#tabs a {
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	border-right: 1px solid #A9B8C2;
}

#tabs .activetab a, #tabs a:hover {
	background: #03699C;
}

#tabs a span {
	float: left;
	display: block;
	padding: 6px 10px 7px 5px;
	color: #A9B8C2;
	white-space: nowrap;
}

#tabs .activetab a span {
	color: #FFA34F;
}

#tabs .activetab a:hover span {
	color: #A9B8C2;
}

/* Mini tabbed menu used in MCP
----------------------------------------*/
#minitabs {
	line-height: normal;
	margin-top: -20px;
}

#minitabs ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#minitabs li {
	float: right;
	padding: 4px 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	background-color: #DDE2E6;
	border: 1px solid #A9B8C2;
	border-bottom: none;
	margin-left: 2px;
}

#minitabs li:hover {
	background-color: #ECECEC;
}

#minitabs a:hover {
	color: #006597;
	text-decoration: none;
}

#minitabs li.activetab {
	background-color: #ECECEC;
}

#minitabs li.activetab a {
	color: #FE7A01;
} 

#minitabs li.activetab a:hover {
	color: #006597;
}

/* UCP navigation menu
----------------------------------------*/
/* Container for sub-navigation list */
#navigation {
	margin: 5px 0;
	padding: 5px 0;
	border: 1px solid #A9B8C2;
	border-left: 0;
	background: #D4DBE3 url("{T_THEME_PATH}/images/cellpic2.jpg") 100% 0 repeat-y;
}

#navigation hr, dl.mini hr {
	display: none;
}

.rtl #navigation {
	background: #D4DBE3 url("{T_THEME_PATH}/images/cellpic2_rtl.jpg") 0 0 repeat-y;
}

#navigation ul {
	display: inline;
	list-style: none;
}

/* Default list state */
#navigation li {
	font-weight: bold;
	display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
	padding: 5px;
	margin: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #006597;
	border-left: 1px solid #A9B8C2;
	border-right: 1px solid #A9B8C2;
	background-color: #DCE1E5;
}

#navigation a:hover {
	background-color: #ECECEC;
}

#navigation #active-subsection a {
	text-decoration: none;
	color: #FE7A01;
	background-color: #ECECEC;
}

#navigation #active-subsection a:hover {
	color: #006597;
}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
	margin-top: 1em;
	border-bottom: none;
	padding: 0;
	margin-left: 10px;
	color: #333333;
}

#cp-main .panel h3 {
	clear: both;
}

#cp-main .panel .postbody h3 {
	clear: none;
}

#cp-main .post#preview {
	width: 99.9%;
	float: left;
	background-image: none;
}

#cp-main .panel, #cp-main .pm {
	background-color: #ECECEC;
}

#viewfolder .panel {
	padding-top: 5px;
	border-top: 0;
}

/* Friends list */
.cp-mini {
	float: left;
	padding: 5px;
	margin: 0 5px 10px 0;
	background: #D4DBE3 url("{T_THEME_PATH}/images/cellpic2.jpg") 100% 0 repeat-y;
	border: 1px solid #A9B8C2;
}

.rtl .cp-mini {
	background: #D4DBE3 url("{T_THEME_PATH}/images/cellpic2_rtl.jpg") 0 repeat-y;
}

dl.mini dt {
	margin-bottom: 6px;
	font-weight: bold;
	color: #425067;
}

dl.mini dd {
	display: inline;
	padding-top: 4px;
}

.friend-online {
	font-weight: bold;
}

.friend-offline {
	font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
	line-height: 2.5em;
}

/* PM panel adjustments */
.pm-panel-header {
	margin: 0; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #A4B3BF;
}

.reply-all {
	display: block; 
	padding-top: 4px; 
	clear: both;
	float: left;
}

.pm-return-to {
	padding-top: 23px;
}

#cp-main .pm-message-nav {
	margin: 0; 
	padding: 2px 10px 5px 10px; 
	border: 1px solid #A4B3BF;
	border-top: 0;
	background: #eaeaea url("{T_THEME_PATH}/images/bg_button.gif") repeat-x;
}

/* PM Message history */
.current {
	color: #D46400 !important;
}

/* Defined rules list for PM options */
ol.def-rules {
	padding-left: 0;
}

ol.def-rules li {
	line-height: 180%;
	padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
	border: solid 3px #ECECEC;
	border-width: 0 3px;
}

.pmlist li.bg2 {
	border: solid 3px #DCE1E5;
	border-width: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
	border-left-color: #BC2A4D;
	border-right-color: #BC2A4D;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
	border: solid 3px #FF6600;
	border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
	border: solid 3px #A9B8C2;
	border-width: 0 3px;	
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
	border: solid 3px #5D8FBD;
	border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
	border: solid 3px #000000;
	border-width: 0 3px;
}

.pm-legend {
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	margin-bottom: 3px;
	padding-left: 3px;
}

/* Avatar gallery */
#gallery label {
	position: relative;
	float: left;
	margin: 10px;
	padding: 5px;
	width: auto;
	background-color: #f1f1f1;
	border: 1px solid #A9B8C2;
	text-align: center;
}

#gallery label:hover {
	background-color: #f9f9f9;
}

/* subsilver3 Form Styles
---------------------------------------- */
/* General form styles
----------------------------------------*/
fieldset {
	border-width: 0;
	padding: 5px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}

input {
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 0 3px;
	font-size: 1em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

select {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	cursor: pointer;
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
	color: #333;
}

option {
	padding-right: 1em;
}

option.disabled-option {
	color: graytext;
}

textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	width: 60%;
	padding: 2px;
	font-size: 1em;
	line-height: 1.4em;
}

label {
	cursor: default;
	padding-right: 5px;
	color: #555;
}

label input {
	vertical-align: middle;
}

label img {
	vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
	padding: 4px 0;
}

fieldset dl.panel {
	border: 0;
}

fieldset dt {
	float: left;	
	width: 40%;
	text-align: left;
	display: block;
}

fieldset dd {
	margin-left: 41%;
	vertical-align: top;
	margin-bottom: 3px;
}

/* Specific layout 1 */
fieldset.fields1 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields1 dd {
	margin-left: 15em;
	border-left-width: 0;
}

fieldset.fields1 {
	background-color: transparent;
}

fieldset.fields1 div {
	margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
	margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
	width: 15em;
	border-right-width: 0;
}

fieldset.fields2 dd {
	margin-left: 16em;
	border-left-width: 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #444;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}

/* Hover effects */
#timezone {
	width: 95%;
}

* html #timezone {
	width: 50%;
}

/* Quick-login on index page */
fieldset.quick-login {
	text-align: center;
	border: 1px solid #A9B8C2;
	background: #eaeaea url("{T_THEME_PATH}/images/bg_button.gif") repeat-x;
}

.rtl fieldset.quick-login {
	background: #D4DBE3 url("{T_THEME_PATH}/images/cellpic2_rtl.jpg") 0 0 repeat-y;
}

fieldset.quick-login input {
	width: auto;
}

fieldset.quick-login input.inputbox {
	width: 15%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f9f9f9;
}

fieldset.quick-login label {
	white-space: nowrap;
	padding-right: 2px;
}

/* Display options on viewtopic/viewforum pages  */
#viewtopic {
	margin-top: 10px;
}

fieldset.display-options {
	text-align: center;
	margin: 3px 0 5px 0;
}

fieldset.display-options label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.display-options a {
	margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
	text-align: right;
	line-height: 2em;
	white-space: nowrap;
	padding-right: 1em;
}

fieldset.display-actions label {
	white-space: nowrap;
	padding-right: 2px;
}

fieldset.sort-options {
	line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
	margin: 5px 0 3px 0;
	float: right;
}

fieldset.forum-selection2 {
	margin: 13px 0 3px 0;
	float: right;
}

/* Jumpbox */
fieldset.jumpbox {
	text-align: right;
	margin-top: 15px;
	height: 2.5em;
}

fieldset.quickmod {
	text-align: right;
	height: 2.5em;
}

/* Submit button fieldset */
fieldset.submit-buttons {
	padding: 5px 0 7px 0;
	text-align: center;
	border: 1px solid #A9B8C2;
	background: #C7D0D7 url("{T_THEME_PATH}/images/cellpic1.gif") 0 100% repeat-x;
}

#confirm .panel fieldset.submit-buttons, #search_memberlist .panel fieldset.submit-buttons {
	border-top: 1px solid #A9B8C2;
	border: 0;
}

.panel.bg3 fieldset.submit-buttons {
	margin-bottom: 3px;
}

.panel.bg3 .panel fieldset.submit-buttons, #report .panel fieldset.submit-buttons, #post .panel fieldset.submit-buttons {
	margin-bottom: -2px;
	border: 0;
}

.panel#qr_editor_div fieldset.submit-buttons {
	border: 0;
	border-top: 1px solid #A9B8C2;
	border-bottom: 1px solid #A9B8C2;
}

.panel#qr_showeditor_div fieldset.submit-buttons {
	margin-bottom: -1px;
}

.panel .bg2 fieldset.submit-buttons, .panel#qr_showeditor_div fieldset.submit-buttons, #agreement fieldset.submit-buttons, #register fieldset.submit-buttons {
	border: 0;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
	margin: 15px 0 2px 0;
}

#format-buttons input, #format-buttons select {
	vertical-align: middle;
}

/* Main message box */
#message-box {
	width: 80%;
}

#message-box textarea {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	width: 450px;
	height: 270px;
	min-width: 100%;
	max-width: 100%;
	font-size: 1.2em;
	color: #333333;
}

/* Emoticons panel */
#smiley-box {
	width: 18%;
	float: right;
}

#smiley-box img {
	margin: 3px;
}

/* Input field styles
---------------------------------------- */
.inputbox {
	background-color: #fcfcfc;
	border: 1px solid #A9B8C2;
	color: #333333;
	padding: 2px;
	cursor: text;
}

.inputbox:hover, .inputbox:focus, fieldset.quick-login input.inputbox:hover, fieldset.quick-login input.inputbox:focus {
	background-color: #fff;
}

input.inputbox	{ width: 85%; }
input.medium		{ width: 50%; }
input.narrow		{ width: 25%; }
input.tiny		{ width: 125px; }

textarea.inputbox {
	width: 85%;
}

.autowidth {
	width: auto !important;
}

/* Form button styles
---------------------------------------- */
#qr_showeditor_div input.button2 {
	margin-top: 4px;
	border: 0;
	background: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #006597;
}

#qr_showeditor_div input.button2 {
	text-shadow: 0 0 0 transparent;
}

#qr_showeditor_div input.button2:hover {
	color: #D46400;
}

input.button1, input.button2 {
	font-size: 1em;
}

a.button1, input.button1, input.button3, a.button2, input.button2 {
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #555;
	background: #eaeaea url("{T_THEME_PATH}/images/bg_button.gif") repeat-x;
	text-shadow: 1px 1px #fff, -1px -1px #ddd;
}

a.button1, input.button1 {
	font-weight: bold;
	border: 1px solid #A9B8C2;
}

input.button3 {
	padding: 0;
	margin: 0;
	line-height: 5px;
	height: 12px;
	background-image: none;
	font-variant: small-caps;
}

/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #A9B8C2;
}

/* <a> button in the style of the form buttons */
a.button1, a.button1:link, a.button1:visited, a.button1:active, a.button2, a.button2:link, a.button2:visited, a.button2:active {
	text-decoration: none;
	color: #222;
	padding: 2px 8px;
	line-height: 250%;
	vertical-align: text-bottom;
}

/* Hover states */
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
	border: 1px solid #BCBCBC;
	border-color: #839CB4;
	color: #222;
}

input.disabled {
	font-weight: normal;
	color: #666666;
}

/* Topic and forum Search */
.search-box {
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 2px;
	float: left;
}

input.search {
	background: url("{T_THEME_PATH}/images/icon_textbox_search.gif") 0 50% no-repeat;
	padding-left: 17px;
}

.full { width: 95%; }
.medium { width: 50%;}
.narrow { width: 25%;}
.tiny { width: 10%;}

/* subsilver3 Style Sheet Tweaks

These style definitions are mainly IE specific 
tweaks required due to its poor CSS support.
-------------------------------------------------*/

* html table, * html select, * html input { font-size: 100%; }
* html hr { margin: 0; }

table.table1 {
	width: 99%;		/* IE < 6 browsers */
	/* Tantek hack */
	voice-family: ""}"";
	voice-family: inherit;
	width: 100%;
}
html>body table.table1 { width: 100%; }	/* Reset 100% for opera */

* html ul.topiclist li { position: relative; }
* html .postbody h3 img { vertical-align: middle; }

/* Form styles */
html>body dd label input { vertical-align: text-bottom; }	/* Align checkboxes/radio buttons nicely */

* html input.button1, * html input.button2 {
	padding-bottom: 0;
	margin-bottom: 1px;
}

* html .buttons div a:hover, * html #cp-main .buttons div a:hover {
	background-position: 0 0;
}

* html .buttons div.locked-icon a:hover {
	background-position: 0 -25px;
}

/* Misc layout styles */
* html .column1, * html .column2 { width: 45%; }

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html 
#tabs:after, #minitabs:after, .post:after, .navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
	height: 1%;
	overflow: hidden;
}

/* viewtopic fix */
* html .post {
	height: 25%;
	overflow: hidden;
}

/* navbar fix */
* html .clearfix, * html .navbar, ul.linklist {
	height: 4%;
	overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
	From http://www.dustindiaz.com/min-height-fast-hack */
* html li.row {
	overflow: visible;
}

dl.icon {
	min-height: 35px;
	height: auto !important;
	height: 35px;
}

* html li.row dl.icon dt {
	height: 35px;
	overflow: visible;
}

* html li.row dd.topics, * html li.row dd.posts, * html li.row dd.views, * html li.row dd.lastpost {
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: transparent;
}

* html #search-box {
	width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
	margin-left: 30%;
	float: none;
}

* html dl.details dd {
	margin-left: 30%;
	float: none;
}

/* Headerbar height fix for IE7 and below */
* html #site-description p {
	margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
	margin-bottom: 1.0em;
}

* html #minitabs li {
	width: 100px;
	text-align: center;
}

* html #message-box textarea {
	width: 100%;
}

/* Additional stylesheet content */
Добавлено спустя 14 минут 20 секунд:
и всё помощь пропала?
У вас нет необходимых прав для просмотра вложений в этом сообщении.
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

Стиль субсильвер2 ?

Добавлено спустя 1 минуту 30 секунд:
Вот субсильвера2;

Код: Выделить всё

/*  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:        psoTFX and the phpBB team ( http://www.phpbb.com )
    
    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%;
}

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;
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
    margin: 0;
}

#wrapheader {
    height: auto !important;
    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 {
    background-color: #C1CAD2;
    background-image: url('./images/background.gif');
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 0 25px 15px 25px;
}
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Последний раз редактировалось Evgesh 29.08.2011 12:20, всего редактировалось 1 раз.
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

Нет субсильвер3

Добавлено спустя 19 секунд:
на основе proSilver
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

Тогда пробуйте так;

Код: Выделить всё

/* Main blocks
---------------------------------------- */
#wrap {
   padding: 0 20px;
   min-width: 650px;
   width: 1020px;
   margin: 0 auto;
   
}
Добавлено спустя 1 минуту 44 секунды:
Не забывайте обновлять тему
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

Evgesh писал(а):Тогда пробуйте так;
я же скрин кинул, там картинка не отступает от полей, пробывал
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

Дайте ссылку где могу глянуть?
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

Код: Выделить всё

body {

    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    color: #323D4F;

    background: #fdfdfd url("./styles/subsilver3/theme/images/background.gif") repeat-x;
    /*font-size: 62.5%;          This sets the default font size to be equivalent to 10px */
    font-size: 10px;
    margin: 0 auto;
    padding: 0 0 10px 0;
     
  
}
Тут за место background: #fdfdfd url("./styles/subsilver3/theme/images/background.gif") repeat-x; поставьте свой логотип и все. :D Других вариантов неувидел.

Добавлено спустя 1 минуту 7 секунд:
Или уберите эту строку.
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

мда...спасибо за помощь
Последний раз редактировалось FEAR93 29.08.2011 13:14, всего редактировалось 1 раз.
Причина: Устное предупреждение. Флуд, грубое нарушение правил форума.
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Evgesh
phpBB 2.0.3
Сообщения: 360
Стаж: 15 лет 4 месяца
Откуда: Красноярский край,Богучаны
Благодарил (а): 32 раза
Поблагодарили: 43 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Evgesh »

В течении дня может и окажут вам помощь.
Аватара пользователя
Добрый Кот
phpBB 1.4.4
Сообщения: 173
Стаж: 15 лет 7 месяцев
Откуда: UA, Amvrosievka, Donbass
Благодарил (а): 63 раза
Поблагодарили: 1 раз

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Добрый Кот »

Мне кто-нибудь поможет?
Билл Гейтс тоже был хулиганом
Игорёк
phpBB 1.4.4
Сообщения: 155
Стаж: 15 лет 9 месяцев
Благодарил (а): 16 раз
Поблагодарили: 2 раза

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Игорёк »

Подскажите пожалуйста как пропустить данную страничку, что бы при нажатий кнопки регистрация, ссылка переводила сразу к делу без всяких согласий. Заранием благодарен
http://www.velokarnavaltlt.ru/ - форум ВелоКарнавал г.Тольятти
Аватара пользователя
Sheer
Former team member
Сообщения: 12113
Стаж: 19 лет 7 месяцев
Откуда: Калининград не Кенигсберг
Благодарил (а): 54 раза
Поблагодарили: 2756 раз

Re: [FAQ] Шаблон форума, CSS и html, где что "ковырять"

Сообщение Sheer »

Изображение
Общие ошибки новичков (07.11.2005) & Как задавать вопросы
Мини FAQ
Если ничто другое не помогает, прочтите, наконец, инструкцию!
"Никакая инструкция не может перечислить всех обязанностей должностного лица, предусмотреть все отдельные случаи и дать вперёд соответствующие указания, а поэтому господа инженеры должны проявить инициативу и, руководствуясь знаниями своей специальности и пользой дела, принять все усилия для оправдания своего назначения".
Циркуляр Морского технического комитета №15 от 29.11.1910 г.

Вернуться в «Стили для phpBB 3.0.x»