Вторник, 08.07.2025, 16:17
Приветствую Вас Гость | RSS

Мой сайт

Помогите разобраться с форумом :( - Форум

[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Модератор форума: alex-net  
Помогите разобраться с форумом :(
Dani_Filth Дата: Среда, 10.11.2010, 21:22 | Сообщение # 1
Сержант
Сообщений: 20
[ 0 ]
Замечания:
OffLine
Вобщем проблема заключается в том что на форуме не отображается розделительная полоса которая отделяет названия тем вот ссылка на сайт для болие лучшего понимания проблемы http://webmasterus.net.ru/forum

прилогаю код Общий вид страниц форума

Code
<html>
<head>
<title>$MODULE_NAME$</title>
<link media="screen" href="/style/main.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" href="/images/favicon.ico">
<?if($RSS_LINK$)?><link rel="alternate" type="application/rss+xml" title="RSS-канал" href="$RSS_LINK$" /><?endif?>
<script type="text/javascript" src="/js/animatedcollapse.js"></script>
<script type="text/javascript" src="/js/jquery.min.js"></script>
<script type="text/javascript">
animatedcollapse.addDiv('bannertop', 'fade=0,speed=200,persist=1')

animatedcollapse.ontoggle=function($, divobj, state){
if (divobj.id=="bannertop") //only react to these two collapsible DIVs
  document.getElementById(divobj.id+"-toggle").src=(state=="block")? "/images/bannerhide.png" : "/images/bannerhide2.png"
}

animatedcollapse.init()
</script>
</head>

<body class="pagebg">

<a name="top"></a>
<div class="wrapper toppad">
$GLOBAL_AHEADER$
<div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Личные сообщения<!--</s>-->($UNREAD_PM$)</a> ·
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s33.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->Новые сообщения<!--</s>--></a> ·  
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> ·  
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> ·  
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Поиск<!--</s>--></a> ·  
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
$BODY$</div><br />
<!-- РЕКЛАМНЫЙ БАННЕР -->
  <div class="cblock">
  <div class="bbr_head"><div></div></div>
  <div class="bbr_mid"><div class="bbr_mid">
  <div class="maincont" align="center"><img src="/images/_banner_.gif" alt="" /></div>
  </div></div>
  <div class="bbr_foot"><div></div></div>
  </div>
<!-- END РЕКЛАМНЫЙ БАННЕР -->
<!-- <body> --><!-- <body> --><div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Личные сообщения<!--</s>-->($UNREAD_PM$)</a> ·
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s33.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->Новые сообщения<!--</s>--></a> ·  
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Участники<!--</s>--></a> ·  
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Правила форума<!--</s>--></a> ·  
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Поиск<!--</s>--></a> ·  
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
$BODY$</div><!-- </body> --><!-- </body> -->
<!-- РЕКЛАМНЫЙ БАННЕР -->
  <div class="cblock">
  <div class="bbr_head"><div></div></div>
  <div class="bbr_mid"><div class="bbr_mid">
  <div class="maincont" align="center"><img src="/images/_banner_.gif" alt="" /></div>
  </div></div>
  <div class="bbr_foot"><div></div></div>
  </div>
<!-- END РЕКЛАМНЫЙ БАННЕР -->
</div></div>
  <div class="clr"></div>
  </div>

  </div></div></div>
<!-- END SHADOWS -->
$GLOBAL_BFOOTER$
</body>
</html>

И CSS

Code
/* General Style */
body {margin:0; padding:0; font-family:tahoma; font-size:11px; color:#444444; background:#f0f0f0 url(/newpuma/bg.png);}
a img {border:0;}

a:link,
a:active,
a:visited {color:#3e73b9; text-decoration:underline;}
a:hover {text-decoration:none;}

td {font-family:tahoma; font-size:11px;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:Trebuchet MS, sans-serif;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#7D7D7D}
a.noun:active {text-decoration:none; color:#7D7D7D}
a.noun:visited {text-decoration:none; color:#7D7D7D}
a.noun:hover {text-decoration:none; color:#000000}

hr {color:#CCCCCC;height:1px;border:none;background:#CCCCCC;}
label {cursor:pointer;}

.blocktitle {font-family:Trebuchet MS, sans-serif;color:#787878;font-size:12px;}

a.menu1:link {text-decoration:underline; color:#FAFAFA}
a.menu1:active {text-decoration:underline; color:#FAFAFA}
a.menu1:visited {text-decoration:underline; color:#FAFAFA}
a.menu1:hover {text-decoration:underline; color:#CCCCCC}
.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/813/4.gif') no-repeat 0px 3px;}

.mframe {border-left:1px solid #E5E7EA; border-right:1px solid #E5E7EA;}
.colgray {border-right:1px solid #E5E7EA;}
.colwhite {border-right:1px solid #FAFAFA;}
.msep {border-top:1px solid #FAFAFA;}
/* ------------- */

/* Menus */
ul.uz, ul.uMenuRoot {list-style: none; margin: 0 0 0 0; padding-left: 0px;}
li.menus {margin: 0; padding: 0 0 0 11px; background: url('/.s/t/813/5.gif') no-repeat 0px 3px; margin-bottom: .6em;}
/* ----- */

/* Site Menus */
.uMenuH li {float:left;padding:0 5px;}

.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a {font-size: 11px; padding: 3px 5px 3px 20px;}
.uMenuV li a:link {text-decoration:none; color:#000}
.uMenuV li a:active {text-decoration:none; color:#000}
.uMenuV li a:visited {text-decoration:none; color:#000}
.uMenuV li a:hover {text-decoration:none; color:#7d7d7d; background: url('/newpuma/arrow.gif') center left no-repeat;}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#000000; background: url('/newpuma/arrow.gif') center left no-repeat;}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#000000; background: url('/newpuma/arrow.gif') center left no-repeat;}
.uMenuV a.uMenuItemA:hover {text-decoration:none; color:#7d7d7d; background: url('/newpuma/arrow.gif') center left no-repeat;}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/t/813/7.gif') no-repeat 0 0;}
.uMenuV li {margin: 3px 0px;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0; }
.catName {font-family:tahoma;font-size:11px;}
.catNameActive {font-family:tahoma;font-size:11px;}
.catNumData {font-size:9px;color:#6E6E6E;}
.catDescr {font-size:9px; padding-left:10px;}
a.catName {font-size: 11px; padding: 3px 5px 3px 20px;}
a.catName:link {text-decoration:none; color:#000;}
a.catName:visited {text-decoration:none; color:#000;}
a.catName:hover {text-decoration:none; color:#7d7d7d; background: url('/newpuma/arrow.gif') center left no-repeat;}
a.catName:active {text-decoration:none; color:#000;}
a.catNameActive {color:#7d7d7d; background: url('/newpuma/arrow.gif') center left no-repeat;font-size: 11pt; padding: 3px 5px 3px 20px;}
a.catNameActive:link {text-decoration:none; color:#000000;}
a.catNameActive:visited {text-decoration:none; color:#000000;}
a.catNameActive:hover {text-decoration:none; color:#000000;}
a.catNameActive:active {text-decoration:none; color:#000000;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eTitle {font-family:tahoma;font-size:11pt;font-weight:normal;color:#7e7e7e; padding: 5px; }
.eTitle a:link {text-decoration:underline; color:#7e7e7e;}
.eTitle a:visited {text-decoration:underline; color:#7e7e7e;}
.eTitle a:hover {text-decoration:none; color:#555555;}
.eTitle a:active {text-decoration:underline; color:#7e7e7e;}

.eMessage {text-align:justify;padding:10px !important;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #CCCCCC}
.eDetails {border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;font-family:Trebuchet MS, sans-serif;color:#666666;padding:3px; text-align:left;font-size:8pt;background:#F6F6F6;}
.eDetails1 {border-top:1px solid #DDDDDD;border-bottom:1px solid #DDDDDD;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#666666;padding:3px; text-align:left;font-size:8pt;background:#F6F6F6;}
.eDetails2 {border-bottom:1px solid #DDDDDD;font-family:Trebuchet MS, sans-serif;color:#666666;padding:3px; text-align:left;font-size:8pt;background:#F6F6F6;}

.eRating {font-size:7pt;}

.eAttach {margin: 16px 0 0 0; padding: 0 0 0 15px; background: url('/.s/t/813/8.gif') no-repeat 0px 0px;}
/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {color:#FF0000;}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}
/* ------------------ */

/* Comments Style */
.cAnswer {padding-left:15px;padding-top:4px;font-style:italic;}

.cBlock1 {background:#F6F6F6;}
.cBlock2 {background:#FFFFFF; border:1px solid #F6F6F6;}
/* -------------- */

/* Comments Form Style */
.commTable {border:1px solid #CCCCCC;background:#FFFFFF;}
.commTd1 {color:#000000;}
.commTd2 {}
.commFl {color:#6E6E6E;width:100%;background:#FCFCFC;border:1px solid #CCCCCC;}
.smiles {border:1px inset;background:#FFFFFF;}
.commReg {padding: 10px 0 10px 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#6E6E6E;background:#FCFCFC;border:1px solid #CCCCCC;}
/* ------------------- */

/* Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/813/9.gif') no-repeat 0px 4px; font-family:Tahoma,Arial,Sans-Serif;}
a.archLink:link {text-decoration:underline; color:#6E6E6E;}
a.archLink:visited {text-decoration:underline; color:#6E6E6E;}
a.archLink:hover {text-decoration:none; color:#000000;}
a.archLink:active {text-decoration:none; color:#000000;}
/* ------------ */

/* Archive Style */
.archiveCalendars {text-align:center;color:#0000FF;}
.archiveDateTitle {font-weight:bold;color:#6E6E6E;padding-top:15px;}
.archEntryHr {width:250px;color:#DDDDDD;}
.archiveeTitle li {margin-left: 15px; padding: 0 0 0 15px; background: url('/.s/t/813/10.gif') no-repeat 0px 4px; margin-bottom: .6em;}
.archiveEntryTime {width:65px;font-style:italic;}
.archiveEntryComms {font-size:9px;color:#C3C3C3;}
a.archiveDateTitleLink:link {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:visited {text-decoration:none; color:#6E6E6E}
a.archiveDateTitleLink:hover {text-decoration:underline; color:#6E6E6E}
a.archiveDateTitleLink:active {text-decoration:underline; color:#6E6E6E}
.archiveNoEntry {text-align:center;color:#0000FF;}
/* ------------- */

/* Calendar Style */
.calMonth {}
.calWday {color:#FFFFFF; background:#A9A9A9; width:18px;}
.calWdaySe {color:#FFFFFF; background:#7D7D7D; width:18px;}
.calWdaySu {color:#FFFFFF; background:#7D7D7D; width:18px; font-weight:bold;}
.calMday {background:#FFFFFF;color:#000000;}
.calMdayA {background:#CCCCCC;font-weight:bold;}
.calMdayIs {background:#FFFFFF;color:#000000;font-weight:bold;border:1px solid #CCCCCC;}
.calMdayIsA {border:1px solid #000000; background:#FFFFFF;font-weight:bold;}
a.calMonthLink:link,a.calMdayLink:link {text-decoration:none; color:#000000;}
a.calMonthLink:visited,a.calMdayLink:visited {text-decoration:none; color:#000000;}
a.calMonthLink:hover,a.calMdayLink:hover {text-decoration:underline; color:#000000;}
a.calMonthLink:active,a.calMdayLink:active {text-decoration:underline; color:#000000;}
/* -------------- */

/* Poll styles */
.pollBut {width:110px;}

.pollBody {padding:7px; margin:0px; background:#FFFFFF}
.textResults {background:#E5E5E5}
.textResultsTd {background:#FFFFFF}

.pollNow {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.pollNowTd {}

.totalVotesTable {border-bottom:1px solid #E5E5E5; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;}
.totalVotesTd {background:#FFFFFF;}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */

.replaceTable {background:#fff;height:100px;width:300px;border:1px solid #363636;}

.legendTd {font-size:7pt;}
/* ------------ */

/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#CCCCCC;}
.gTableTop {padding:2px;background:#3faeec url(/newpuma/forum_title.png) repeat-x 0 0;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; height:28px;font-size:10pt; }
.gTableSubTop {padding:2px;background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FAFAFA;}
.gTableLeft {padding:2px;background:#F2F2F2;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F2F2F2}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}

a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#FFFFFF;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#2867AE;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#2867AE;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#2867AE;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#2867AE;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
/* -------------------------- */

/* forum Page switches */
.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#F2F2F2}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAA;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;height:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;height:20px;color:#6E6E6E;}

a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}

a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {border:1px solid #555555;}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {height:0px;background:#000000;}

.postTdTop {background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;border-right:1px solid #ccc;}
.postBottom {background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;height:20px;border-right:1px solid #ccc;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#F2F2F2; border-right:1px solid #ccc;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;background:#FFFFFF;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}

.pollQuestion {text-align:center;font-weight:bold;}  
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;}  
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/813/11.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
input {background: #fff; border: 1px solid #bcbcbc;}
.codeButtons, .loginButton, .searchSbmFl, .pollBut, .commSbmFl {font-size:8pt;background:#eaebed url(/newpuma/header_menu.png) repeat-x 0 -59px;color: #000; border: 1px solid #ccc;}
.codeCloseAll {font-size:8pt; background:#000;color: #fff; border: none;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;width:550px;height:150px}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */

/* SITES CSS */
#container_wrap {width:95%;min-width:1109px; margin:0 auto; border:1px solid #1e9fdd; border-top:0;}
#header {height:241px; background:url(/newpuma/header_c.png) repeat-x 0 0;}
#header_bg_l {height:241px; background:url(/newpuma/header_l.jpg) no-repeat 0 0;}
#header_bg_r {height:241px; background:url(/newpuma/header_r.jpg) no-repeat right 0;}
.header_logo {width:390px; height:65px; display:block; float:left; margin:94px 0 0 107px; background:url(/newpuma/logo.png) no-repeat 0 0;}
#header_nav {height:49px; background:url(/newpuma/header_menu.png) repeat-x 0 -49px;}
#header_nav_in {height:49px; padding:0 0 0 42px; background:url(/newpuma/header_menu.png) no-repeat 0 0;}
#header_menu_list {margin:0; padding:0; border:0; background:0;}
#header_menu_list tr td {height:47px; padding:2px 0 0 1px; font-family:arial; font-weight:bold; color:#41afed; text-align:center; vertical-align:middle; line-height:47px; background:url(/newpuma/header_menu.png) no-repeat 0 -98px;}
#header_menu_list tr td a,
#header_menu_list tr td a:link,
#header_menu_list tr td a:active,
#header_menu_list tr td a:visited {width:100%; height:47px; display:block; font-size:11px; font-weight:bold; color:#41afed; text-decoration:none;}
#header_menu_list tr td a:hover {text-decoration:none; background:url(/newpuma/header_menu.png) 0 -147px;}

#content_full {padding:1px 8px 10px 8px; overflow:hidden; background:#f0f0f0;}
#side_left {width:217px; float:left;}
#side_right {width:217px; float:right;}
#side_center {margin:0 217px; padding:5px 0 0 0;}

.block_full {width:217px; background:url(/newpuma/block_bg.png) repeat-y 0 0;}
.block_title {width:211px; height:25px; padding:15px 6px 0 0; font-weight:bold; color:#fff; text-align:center; background:url(/newpuma/block_bg.png) no-repeat -217px 0;}
.block_text {width:201px; padding:0 8px 10px 8px; background:url(/newpuma/block_bg.png) no-repeat -434px bottom;}

.block_nav_list {width:202px; display:block; margin:0 -2px -5px -2px; padding:0; list-style:none;}
.block_nav_list li a:link,
.block_nav_list li a:active,
.block_nav_list li a:visited {width:202px; height:18px; padding:5px 0 0 0; margin:3px 0; display:block; color:#444444; text-decoration:none; outline:none; background:url(/newpuma/block_nav_bg.png) no-repeat 0 -23px;}
.block_nav_list li a:hover {text-decoration:none; background-position:right -23px;}
.block_nav_list li a.expanded {background-position:0 0;}
.block_nav_list li a.expanded:hover {background-position:right 0;}

.block_nav_list li a span {display:block; padding:0 0 0 28px; background:url(/newpuma/block_nav_icon_1.png) no-repeat 7px -2px;}
.block_nav_list li a span#icons_2 {background-image:url(/newpuma/block_nav_icon_2.png);}
.block_nav_list li a span#icons_3 {background-image:url(/newpuma/block_nav_icon_3.png);}
.block_nav_list li a span#icons_4 {background-image:url(/newpuma/block_nav_icon_4.png);}
.block_nav_list li a span#icons_5 {background-image:url(/newpuma/block_nav_icon_5.png);}

.block_nav_list li ul {margin:0; padding:0; list-style:none; text-align:center; color:#b0afaf;}
.block_nav_list li ul li {}
.block_nav_list li ul li a:link,
.block_nav_list li ul li a:active,
.block_nav_list li ul li a:visited {width:auto; height:auto; display:inline; margin:0; padding:0 0 0 9px; color:#b0afaf; background:url(/newpuma/narrow.png) no-repeat 0 center;}
.block_nav_list li ul li a:hover {text-decoration:underline;}

.block_new_forum_list {width:191px; display:block; margin:0; padding:0 0 0 5px; list-style:none;}
.block_new_forum_list li {width:189px; display:block;}
.block_new_forum_list li a:link,
.block_new_forum_list li a:active,
.block_new_forum_list li a:visited {width:185px; padding:3px 2px 3px 2px; display:block; text-decoration:none; border:1px solid #fff; text-indent:24px; background:url(/newpuma/block_new_forum_list.png) no-repeat 5px 3px;}
.block_new_forum_list li a:hover {border:1px solid #a9d6fd;}

.search_form {width:204px; height:41px; margin:0 0 -5px 0; padding:0; overflow:hidden; background:url(/newpuma/search_input.png) no-repeat 0 0;}
.search_text {width:127px; height:25px; display:block; float:left; margin:4px 0 0 24px; font-family:tahoma; font-size:11px; color:#8d8d8d; line-height:25px; padding:0; border:0; background:0;}
.search_submit {width:36px; height:26px; display:block; float:right; font-size:1px; font-size:0px; margin:4px 13px 0 0; padding:0; border:0; background:0; cursor:pointer;}

.login_form_info {display:block; padding:10px 0 0 0; text-align:center;}
.login_form,
#frmLg549453 {width:197px; height:97px; display:block; margin:0 auto; padding:9px 0 0 0; background:url(/newpuma/login_bg.png) no-repeat;}
.login_form_in {overflow:hidden;}
.login_l,
.login_p,
.login_submit {display:block; margin:0; padding:0; border:0; background:0; font-family:tahoma; font-size:11px; color:#8d8d8d; text-align:center;}
.login_l {width:160px; height:24px; margin:0 0 2px 15px; line-height:20px;}
.login_p {width:160px; height:24px; margin:0 0 3px 15px; line-height:18px;}
.login_submit {width:56px; height:20px; float:right; margin:0 15px 0 0; font-size:1px; font-size:0px; color:#fff;}
.login_checkbox {margin:0; padding:0 0 0 12px; float:left; display:block;}

div.boxChecked {
  position:relative;
  background: url(/newpuma/login_checkbox.png) no-repeat 0 0px;
}
div.boxUnchecked {
  position:relative;
  background: url(/newpuma/login_checkbox.png) no-repeat 0 -30px;
}
div.boxChecked input, div.boxUnchecked input {
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 20px;
  height:20px;
  border:0;
  opacity: 0;
}
.login_checkbox label {
  cursor: pointer;
  padding:0 0 0 25px;
  display:block;
  position:absolute; left:0px; top:5px;
}
.login_links {clear:both; color:#22a0de; text-align:center;}
.login_links a:link,
.login_links a:active,
.login_links a:visited {color:#22a0de; text-decoration:none;}
.login_links a:hover {text-decoration:underline;}

.viewn_full {background:#fff url(/newpuma/viewn_bottom_bg_c.png) repeat-x 0 bottom;}
.viewn_title {background:url(/newpuma/viewn_title_bg.png) repeat-x 0 0;}
.viewn_title_bg_l {background:url(/newpuma/viewn_title_bg.png) no-repeat 0 -24px;}
.viewn_title_bg_r {height:19px; padding:5px 19px 0 19px; font-weight:bold; color:#fefefe; background:url(/newpuma/viewn_title_bg.png) no-repeat right -48px;}
.viewn_title_bg_r h4 {margin:0; padding:0; font-size:11px;}
.viewn_title_bg_r h4 a:link,
.viewn_title_bg_r h4 a:active,
.viewn_title_bg_r h4 a:visited {font-weight:bold; color:#fefefe; text-decoration:none;}
.viewn_title_bg_r h4 a:hover {text-decoration:underline;}
.viewn_title_static {height:6px !important; font-size:1px;}
.viewn_bg_l {background:url(/newpuma/viewn_bg_l.png) repeat-y 0 0;}
.viewn_bg_r {background:url(/newpuma/viewn_bg_r.png) repeat-y right 0;}
.viewn_bg_b_l {background:url(/newpuma/viewn_bottom_bg_l.png) no-repeat 0 bottom;}
.viewn_bg_b_r {padding:6px 12px 12px 12px; background:url(/newpuma/viewn_bottom_bg_r.png) no-repeat right bottom;}

.viewn_cont_static {overflow:hidden;}

.viewn_details_top {padding:0 5px 3px 5px; color:#3e73b9;}
.viewn_details_top a:link,
.viewn_details_top a:active,
.viewn_details_top a:visited {color:#444; text-decoration:none;}
.viewn_details_top a:hover {text-decoration:underline;}
.viewn_details_bottom {padding:5px 5px 3px 5px; overflow:hidden;color:#3e73b9;}
.viewn_details_bottom span {color:#444;}
.viewn_load_view {float:left;}
.viewn_link {float:right; font-weight:bold; color:#3e73b9;}

.viewn_cont {padding:0 5px; overflow:hidden;}
.viewn_img {display:block; float:left; margin:0 5px 5px 0; padding:0; border:1px solid #33a8e2;}

.viewn_banka_title,
.viewn_banka {text-align:center;}

.viewn_load_full {overflow:hidden;}
.viewn_load_rez {width:49.9999%;float:left;}
.viewn_load {width:306px; margin:0 auto; overflow:hidden;}
.viewn_load_img {float:left;border:1px solid #33a8e2;}
.viewn_load_thanks {padding:2px 0; float:left; clear:both; margin:0 0 0 40px;}
.viewn_load_cont {margin:0 0 0 166px;}
.viewn_load_title {width:129px; height:28px; padding:0 0 0 9px; font-weight:bold; color:#fff; line-height:28px; background:url(/newpuma/viewn_load_title.png) no-repeat 0 0;}
.viewn_load_title a:link,
.viewn_load_title a:active,
.viewn_load_title a:visited {font-weight:bold; color:#fff; text-decoration:none;}
.viewn_load_title a:hover {text-decoration:underline;}
.viewn_load_info {padding:2px 0 2px 5px; color:#3e73b9;}
.viewn_load_info span {color:#444444;}
.viewn_load_info span a:link,
.viewn_load_info span a:active,
.viewn_load_info span a:visited {text-decoration:none; color:#444444;}
.viewn_load_info span a:hover {text-decoration:underline;}

.viewn_inf {margin:-6px 0; padding:6px 0; overflow:hidden; background:url(/newpuma/viewn_inf_line.png) repeat-y center 0;}
.viewn_inf_l {width:49.999%; float:left;}
.viewn_inf_r {width:49.999%; float:left;}
.viewn_inf_title {display:block; margin:-4px 0 3px 0; font-weight:bold; text-align:center;}
.viewn_forum_list {margin:0; padding:0; list-style:none; text-align:center; line-height:17px;}
.viewn_forum_list li a:link,
.viewn_forum_list li a:active,
.viewn_forum_list li a:visited {color:#444; text-decoration:none;}
.viewn_forum_list li a:hover {text-decoration:underline;}
.viewn_inf_links {padding:8px 0; text-align:center;}
.viewn_inf_links a:link,
.viewn_inf_links a:active,
.viewn_inf_links a:visited {color:#3e73b9; font-weight:bold; text-decoration:none;}
.viewn_inf_links a:hover {text-decoration:underline;}

.viewn_users_list {margin:0; padding:0; list-style:none; text-align:center; line-height:17px;}
.viewn_users_list li a:link,
.viewn_users_list li a:active,
.viewn_users_list li a:visited {color:#444; text-decoration:none;}
.viewn_users_list li a:hover {text-decoration:underline;}
.viewn_users_list li a span {color:#3e73b9;}

#footer {border-top:1px solid #487898; background:#66befe url(/newpuma/header_c.png) repeat-x 0 0;}
#footer_bg_l {border-top:1px solid #9dd8fe; background:url(/newpuma/header_l.jpg) no-repeat 0 0;}
#footer_bg_r {padding:5px 14px 10px 14px; overflow:hidden; font-family:arial; font-size:10px; color:#fff; background:url(/newpuma/header_r.jpg) no-repeat right 0;}
#footer_text_l {width:80%; float:left;}
#footer_knopka_r {width:100px; float:right; text-align:right;}

/* SYSTEM CSS */
#pagesBlock1 {height:20px; padding:5px 0 0 0; margin:10px 0 10px 0;}
#pagesBlock1 b {padding:2px 4px;font-size:8pt; line-height:8pt; color:#fff; border:1px solid #f0ffff; background:#2aa4e2;text-decoration:none;}
#pagesBlock1 a:link,
#pagesBlock1 a:active,
#pagesBlock1 a:visited {padding:2px 4px;font-size:8pt; line-height:8pt; color:#fff;text-decoration:none; border:1px solid #f0ffff; background:#2aa4e2;}
#pagesBlock1 a:hover {text-decoration:none;background:#74c8f9;}

.pagesBlockuz2 {height:20px; padding:5px 0 0 0; margin:10px 0 10px 0;}
.pagesBlockuz2 b {padding:2px 4px;font-size:8pt; line-height:8pt; color:#fff; border:1px solid #f0ffff; background:#2aa4e2;text-decoration:none;}
.pagesBlockuz2 a:link,
.pagesBlockuz2 a:active,
.pagesBlockuz2 a:visited {padding:2px 4px;font-size:8pt; line-height:8pt; color:#fff;text-decoration:none; border:1px solid #f0ffff; background:#2aa4e2;}
.pagesBlockuz2 a:hover {text-decoration:none;background:#74c8f9;}

.forumContent,.forumContent td {font-family:verdana; font-size:8pt;}
.fNavLink:link,
.fNavLink:active,
.fNavLink:visited {color:#000;}
.forumLastPostTd {font-size:7pt !important;}

.posttdMessage img {max-width:740px;} /* а�АаКб� б�Иб�ИаНаА */  
.posttdMessage img {max-height:740px;} /* а�АаКб� аВб��Об�А */

red {color: red;}  
blu {color: blue;}  
gre {color: green;}  
bla {color: black}  
whi {color: white}  
gra {color: gray;}  
yel {color: yellow;}  
ora {color: orange;}  
pur {color: purple;}

h1 {font-size: 11px;}

Одним словом на Вас вся надежа... зарание спасибо за помощь Жду ответа help


http://diz-soft.pp.ua поможем веб-мастеру в создании сайта, шаблоны, скрипты, модули, хаки, раскрутка сайта, поднятие Тиц, Allsubmitter и базы, PR, продвижение в ТОР.
leo10 Дата: Суббота, 13.11.2010, 13:30 | Сообщение # 2
Злой модер=))
Сообщений: 451
[ 94 ]
Замечания:
OffLine
Она у тебя проста не видна. Нужно где-то в ХТМЛ-коде изменить цвет. по моему так


alex-net Дата: Суббота, 13.11.2010, 19:14 | Сообщение # 3
..::GOD::..
Сообщений: 1340
[ 5421 ]
Замечания:
OffLine
ARG_messi_ARG, где то в CSS надо, но я не могу найти
Code
border: 1px; color: "цвет границы"

или ее наоборот куда-то вставить нужно smile





Dani_Filth Дата: Суббота, 13.11.2010, 20:52 | Сообщение # 4
Сержант
Сообщений: 20
[ 0 ]
Замечания:
OffLine
спасибо буду пробовать

http://diz-soft.pp.ua поможем веб-мастеру в создании сайта, шаблоны, скрипты, модули, хаки, раскрутка сайта, поднятие Тиц, Allsubmitter и базы, PR, продвижение в ТОР.
Marques Дата: Понедельник, 15.11.2010, 16:05 | Сообщение # 5
Подполковник
Сообщений: 127
[ 18 ]
Замечания:
OffLine
Dani_Filth, я так думаю, что все дело в скрипте, чт оты установил в css. В нем и отредактируй все что надо. Скрипт - это тот, который при наведении мыши делает обводку поля..

Dani_Filth Дата: Среда, 17.11.2010, 21:40 | Сообщение # 6
Сержант
Сообщений: 20
[ 0 ]
Замечания:
OffLine
Marques дело в том что эту обводку я только что поставил дабы хоть както видеть граници тем , проблема по прежнему актуальна

Добавлено (17.11.2010, 21:40)
---------------------------------------------
alex-net получилось ты был прав!! СпС booze


http://diz-soft.pp.ua поможем веб-мастеру в создании сайта, шаблоны, скрипты, модули, хаки, раскрутка сайта, поднятие Тиц, Allsubmitter и базы, PR, продвижение в ТОР.
alex-net Дата: Четверг, 18.11.2010, 15:37 | Сообщение # 7
..::GOD::..
Сообщений: 1340
[ 5421 ]
Замечания:
OffLine
Dani_Filth, smile всегда рад помочь smile




  • Страница 1 из 1
  • 1
Поиск:

Copyright MyCorp © 2025
Сделать бесплатный сайт с uCoz