New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova  
uCoz Support Forum by uCozers » uCoz » Design Customization » Pleas help nav bar bug (sml[Default])
Pleas help nav bar bug
BirdmanDate: Friday, 2011 April 08, 6:17 PM | Message # 1
Font size: A | A |
Private
Group: User
Message: 7
[ ]
Offline
Hmm, I realy dont know whats wrong I tried everything.
Attachments: 9569415.png (104.1 Kb)
 
jackassDate: Friday, 2011 April 08, 8:00 PM | Message # 2
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Birdman, I'm not sure if anyone can help you without code and / or sites link!

 
BirdmanDate: Friday, 2011 April 08, 8:30 PM | Message # 3
Font size: A | A |
Private
Group: User
Message: 7
[ ]
Offline
http://kosepub.ucoz.com site link and what code u need nav code ?

Added (2011 April 08, 8:30 PM)
---------------------------------------------
and here is site page txt where the nav code is http://kosepub.ucoz.com/sitepage.txt

 
jackassDate: Friday, 2011 April 08, 9:10 PM | Message # 4
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Birdman, I will need link, where you get this template, so that I can test it, or you can wait for someone else who can help you

 
BirdmanDate: Friday, 2011 April 08, 9:31 PM | Message # 5
Font size: A | A |
Private
Group: User
Message: 7
[ ]
Offline
This tongue
http://www.upload.ee/files/1256735/RIP_by_69kA__.7z.html
 
jackassDate: Friday, 2011 April 08, 11:56 PM | Message # 6
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
I will try it tomorrow, since in Latvia now is late wink

Will try to find time...


 
jackassDate: Sunday, 2011 April 10, 4:28 PM | Message # 7
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
Birdman, I don't know what you did, but for me it's all working fine!

I tested it on the Wamp Server, so you need to remove from links this part

Code
file:///C:/wamp/www/rip/

now it's looks like this
Code
file:///C:/wamp/www/rip//img/verx.png

Need to be like this
Code
/img/verx.png

Here is code for index pages

Code
<HTML><HEAD>

<TITLE>SITE NAME</TITLE>
<link type="text/css" rel="StyleSheet" href="file:///C:/wamp/www/rip/css.css" />
</head><BODY style="background-color:#000; margin:0px; padding:0px;">

   <table cellpadding="100" cellspacing="0" border="0" id="logoBar" align="center">
   <tr><td><h1 class="logo"><!-- <logo> --><!-- </logo> --></h1></td></tr>
</table>

<!-- Max (<li>...</li> )8 tükki -->
<center>

   <div id="nav">
<ul>
   <li><a href="/"> Avaleht </a></li>
   <li><a href="/forum"> Foorum </a></li>
   <li><a href="/index/0-3"> Kontakt </a></li>
</ul>
   </div>
   <!-- / END-NAVIGATION -->
<table cellpadding="0" cellspacing="0" border="0" id="contentBlock" align="center">
   <tr>
   <td valign="top" class="column">
     
<!-- <block6826> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Menu<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> --><style>
.blockmenu {
height:15px;
width: 100%;
font: normal 10px Arial, Helvetica, sans-serif;
text-align: left;
}
.blockmenu a:link,
.blockmenu a:visited {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:15px;
display:block;
font-weight:normal;
background: url(file:///C:/wamp/www/rip//img/15.bmp);
border-top: 1px solid #151515;
border-right: 1px solid #151515;
border-bottom: 1px solid #151515;
border-left: 1px solid #151515;
text-align: left;
}
.blockmenu a:hover {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:15px;
display:block;
font-weight:normal;
border: 1px solid #151515;
background: #000000 url("file:///C:/wamp/www/rip//img/9.gif") no-repeat left center;
text-align: left;
}

form {
padding:0px;
margin:0px;
}

input{
vertical-align:middle;
font-size:8pt;
font-family:verdana,arial,helvetica;
color:#D8D8D8;
background:#151515;
}

</style>

<SPAN class="blockmenu">

<a href="/">Avaleht</a>
<a href="/forum">Foorum</a>
<a href="/index/liikmed/0-16/">Liikmed</a>
<a href="/index/tiim/0-7/">Tiim</a>
<a href="/index/tulemused/0-15">Tulemused</a>
<a href="/index/jututuba/0-14/">Jututuba</a>

</SPAN><!-- </bc> --></td></tr></table>
<!-- </block6826> -->

<!-- <block3753> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Kasulikud lingid<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> --><style>
.blockmenu {
height:15px;
width: 100%;
font: normal 10px Arial, Helvetica, sans-serif;
text-align: left;
}
.blockmenu a:link,
.blockmenu a:visited {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:15px;
display:block;
font-weight:normal;
background: url(file:///C:/wamp/www/rip//img/15.bmp);
border-top: 1px solid #151515;
border-right: 1px solid #151515;
border-bottom: 1px solid #151515;
border-left: 1px solid #151515;
text-align: left;
}
.blockmenu a:hover {
color:#ffffff;
text-decoration:none;
padding-left:16px;
line-height:15px;
display:block;
font-weight:normal;
border: 1px solid #151515;
background: #000000 url("file:///C:/wamp/www/rip//img/9.gif") no-repeat left center;
text-align: left;
}

form {
padding:0px;
margin:0px;
}

input{
vertical-align:middle;
font-size:8pt;
font-family:verdana,arial,helvetica;
color:#D8D8D8;
background:#151515;
}

</style>

<SPAN class="blockmenu">

   <a href="http://eesti.ucoz.com">Eesti ucoz toetusleht</a>
<a href="http://gametracker.com">Gametracker</a>
<a href="http://www.game-monitor.com">Gamemonitor</a>
<a href="http://www.gamebanana.com">Gamebanana</a>
<a href="http://www.eesti.ucoz.org">Euc</a>

</SPAN><!-- </bc> --></td></tr></table>
<!-- </block3753> -->

<!-- <block3417> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Reklaam<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> --><div align="center"><a href="http://sinulehelink" target="blank"><img src="file:///C:/wamp/www/rip//img/1.gif" title="" border="0" width="160" height="250"></a></div><!-- </bc> --></td></tr></table>
<!-- </block3417> -->

<!-- <block8278> -->

<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Küsitlus<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> -->
$POLL$
<!-- </bc> --></td></tr></table>

<!-- </block8278> -->

   <td valign="top">
<!-- <body> -->
$CONTENT$
<!-- </body> -->

<td valign="top" class="column">
     
<!-- <block1> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Profiil<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> -->
<script type="text/javascript">
?$(document).ready(function(){$("#doskapocheta").click(function(){$("div#doskapoch").show("slow"); $("div#userminiprof").hide("slow");});});//
$(document).ready(function(){$("#backprofil").click(function(){$("div#userminiprof").show("slow"); $("div#doskapoch").hide("slow");});});
</script>

<div id="userminiprof">

<?if($USER_LOGGED_IN$)?>

$LOGIN_FORM$

<!-- </bc> --></td></tr></table>
<!-- </block1> -->

<!-- <block3417> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Reklaam<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> --><div align="center"><a href="http://sinulehelink" target="blank"><img src="file:///C:/wamp/www/rip//img/1.gif" title="" border="0" width="160" height="250"></a></div><!-- </bc> --></td></tr></table>
<!-- </block3417> -->

<!-- <block4664> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle">
<b><!-- <bt> -->Extm.clan.su<!-- </bt> --></b></td></tr><tr><td class="boxContent"><!-- <bc> -->

</DIV>
<!-- </bc> --></td></tr></table>
<!-- </block4664> -->

<!-- <block3> -->
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b><!-- <bt> -->Statistika<!-- </bt> --></b></td></tr><tr><td class="boxContent"><div align="center"><!-- <bc> -->
<br>$COUNTER$<br><hr>$ONLINE_COUNTER$<br>$ONLINE_USERS_LIST$
<!-- </bc> --></div></td></tr></table>
<!-- </block3> -->

   </td>
   </tr>
</table>

<table class="dataBar1" align="center" border="0" cellpadding="10" cellspacing="0" height="420" width="3">
   <tbody><tr>
   <td><!-- <copy> -->Kõik õigused kaitstud (c) 2011<!-- </copy> --></td>
   <td align="right"> <span class="pbDmuc_g">$POWERED_BY$</span></td>
   </tr>
</tbody></table>

</BODY></HTML>

I removed some codes, so this is a clean design!
Don't forget to replace css link with yours

Code
<link type="text/css" rel="StyleSheet" href="file:///C:/wamp/www/rip/css.css" />

and here is CSS

Code
/* General Style */
body {margin:0;padding:0;background:url('/img/fon.png') #000000;}
.dataBar {width:1024px;height:40px;background:url('file:///C:/wamp/www/rip//img/verx.png') no-repeat;font-size:7pt;}
.dataBar1 {width:1024px;height:60px;background:url('file:///C:/wamp/www/rip//img/niz.png') no-repeat;font-size:7pt;}
#logoBar {width:1024px;height:215px;background:url('file:///C:/wamp/www/rip//img/Shapka.png') no-repeat;}
#contentBlock {width:1024px;background:url('file:///C:/wamp/www/rip//img/4.png') repeat-y;}
.column {width:200px;padding:15px 5px 1px 5px;}
.boxTable {width:200px;margin-bottom:10px;background:url('/img/5.png') repeat-y;}
.boxTitle {height:45px;background:url('file:///C:/wamp/www/rip//img/blok.png') no-repeat;color:#FFFFFF;font-size:7pt;font-weight:bold;padding-left:60px;padding-bottom:-8px;}
.boxContent {padding:7px;background:url('file:///C:/wamp/www/rip//img/7.png') bottom no-repeat;}
#navBar {text-align:center;padding:2px 15px 3px 15px;font-size:7pt;background:url('file:///C:/wamp/www/rip//.s/t/882/8.gif') center no-repeat;}
h1.logo {font-size:26pt;font-weight:bold;color:#000000;}

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

td, body {font-family:verdana,arial,helvetica; font-size:8pt; color:#FFFFFF;}
form {padding:0px;margin:0px;}
input,textarea,select {vertical-align:middle; font-size:8pt; font-family:verdana,arial,helvetica;}
.copy {font-size:7pt;}

a.noun:link {text-decoration:none; color:#FFFFFF}
a.noun:active {text-decoration:none; color:#FFFFFF}
a.noun:visited {text-decoration:none; color:#FFFFFF}
a.noun:hover {text-decoration:none; color:#FFFFFF}
.mframe1 {padding:2 10 30 10px;}
hr {color:#282318;height:1px;}
label {cursor:pointer;cursor:hand}

.blocktitle {font-family:Verdana,Sans-Serif;color:#FFFFFF;font-size:13px;font-weight:bold; padding-left:22px; background: url('/.s/t/882/9.gif') no-repeat 5px 2px;}

.menut0 {}
.menut {padding:2 3 3 15px;}
.mframe {padding:2 0 30 30px;}
.bannerTable {width:468;height:60;}

.menu1 {font-weight:bold;font-size:8pt;font-family:Arial,Sans-Serif;}
a.menu1:link {text-decoration:underline; color:#CCCCCC}
a.menu1:active {text-decoration:underline; color:#CCCCCC}
a.menu1:visited {text-decoration:underline; color:#CCCCCC}
a.menu1:hover {text-decoration:none; color:#FFFFFF}
/* ------------- */

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

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

.uMenuV .uMenuItem {font-weight:normal;}
.uMenuV li a:link {text-decoration:none; color:#FFFFFF}
.uMenuV li a:active {text-decoration:none; color:#FFFFFF}
.uMenuV li a:visited {text-decoration:none; color:#FFFFFF}
.uMenuV li a:hover {text-decoration:none; color:#FFFFFF}

.uMenuV .uMenuItemA {font-weight:bold;}
.uMenuV a.uMenuItemA:link {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:visited {text-decoration:none; color:#FFFFFF}
.uMenuV a.uMenuItemA:hover {text-decoration:underline; color:#FFFFFF}
.uMenuV .uMenuArrow {position:absolute;width:10px;height:10px;right:0;top:3px;background:url('/.s/img/wd/1/ar1.gif') no-repeat 0 0;}
.uMenuV li {margin: 0; padding: 0 0 0 17px; background: url('/.s/t/882/10.gif') no-repeat 0px 2px; margin-bottom: .6em;}
/* --------- */

/* Module Part Menu */
.catsTd {padding: 0 0 6px 17px; background: url('/.s/t/882/10.gif') no-repeat 0px 2px;}
.catNumData {font-size:7pt;color:#ffffff;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#FFFFFF;}
a.catName:visited {text-decoration:none; color:#FFFFFF;}
a.catName:hover {text-decoration:none; color:#FFFFFF;}
a.catName:active {text-decoration:none; color:#FFFFFF;}
a.catNameActive:link {text-decoration:none; color:#FFFFFF;}
a.catNameActive:visited {text-decoration:none; color:#FFFFFF;}
a.catNameActive:hover {text-decoration:underline; color:#FFFFFF;}
a.catNameActive:active {text-decoration:none; color:#FFFFFF;}
/* ----------------- */

/* Entries Style */
.eBlock {}
.eMessage {color:#FFFFFF;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#FFFFFF; padding: 3px 3px 3px 10px; background:url('/img/new.png');border:0px solid #000000;}
.eTitle a:link {text-decoration:none; color:#FFFFFF;}
.eTitle a:visited {text-decoration:none; color:#FFFFFF;}
.eTitle a:hover {text-decoration:underline; color:#FFFFFF;}
.eTitle a:active {text-decoration:none; color:#FFFFFF;}

.eText {text-align:justify; padding:5px;border-top:1px dashed #ffffff;color:#D2CBC0;}

.eDetails {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {border-top:1px dashed #282318;border-bottom:1px dashed #282318;color:#98938B;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}

.eRating {font-size:7pt;}

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

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

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

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

/* Comments Form Style */
.commTable {border:1px solid #000000;background:#303030;}
.commTd1 {color:#FFFFFF;font-weight:bold;padding-left:5px;}
.commTd2 {padding-bottom:2px;}
.commFl {width:100%;color:#FFFFFF;background:#232323;border:1px solid #282318;}
.smiles {}
.commReg {padding: 10 0 10 0px; text-align:center;}
.commError {color:#FF0000;}
.securityCode {color:#ffffff;background:#0B0B0B;border:1px solid #282318;}
/* ------------------- */

/* News/Blog Archive Menu */
.archUl {list-style: none; margin:0; padding-left:0;}
.archLi {padding: 0 0 3px 10px; background: url('/.s/t/882/12.gif') no-repeat 0px 4px;}
.archActive {color:#FFFFFF;}
a.archLink:link {text-decoration:underline; color:#FFDB83;}
a.archLink:visited {text-decoration:underline; color:#FFDB83;}
a.archLink:hover {text-decoration:none; color:#FFFFFF;}
a.archLink:active {text-decoration:none; color:#FFDB83;}
/* ---------------------- */

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

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

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

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

.pollNow {background:#FFFFFF}
.pollNowTd {background:#700000}

.totalVotesTable {background:#FFFFFF}
.totalVotesTd {background:#700000}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:#ff0000;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;}
/* ---------------- */

/* Other Styles */
.replaceTable {background:#111111;height:100px;width:300px;border:1px solid #282318;}
.replaceBody {background:url('file:///C:/wamp/www/rip//img/2.gif') #000000;}

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

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

/* General forum Table View */
.gTable {background:#000000;width:100%;margin-left:1%;margin:right:1%;}
.gTableTop {padding:2px;height:30px; background:url('file:///C:/wamp/www/rip//img/Forum1.png'); color:#ffffff;font-family:Verdana,Sans-Serif;font-size:13px;font-weight:bold; padding-left:22px;padding-top:10px;}
.gTableSubTop {padding:1px;background:url('file:///C:/wamp/www/rip//img/46.gif') #000000;color:#ffffff;height:20px;font-size:10px;border:0px solid #000000;}
.gTableBody {padding:0px;background:#232323;border:0px solid #000000;}
.gTableBody1 {padding:0px;background:#232323;border:0px solid #000000;}
.gTableBottom {padding:2px;background:#232323;border:0px solid #202020;}
.gTableLeft {padding:2px;background:#232323;font-weight:bold;color:#ffffff;border:0px solid #202020;}
.gTableRight {padding:2px;background:#232323;color:#ffffff;border:0px solid #202020;}
.gTableError {padding:2px;background:#ffffff;color:#BC0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#232323;border:0px solid #515151;}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#232323;border:0px solid #515151;}
.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:#BC0000;font-weight:bold;}
/* ------------- */

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

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

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

/* forum Fast Navigation Menu */
.fastNavMain {background:#B20000;color:#FFFFFF;}
.fastNavCat {background:#232323;color:#FFFFFF;}
.fastNavCatA {background:#232323;color:#FFFFFF;}
.fastNavForumA {background:#404040;color:#FFFFFF;}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#232323;padding-right:10px;font-size:7pt;border: 0px solid #191919;}
.switches {background:#515151;border: 1px solid #191919;}
.switch {background:#232323;width:15px;font-size:7pt;}
.switchActive {background:#717171;font-weight:bold;color:#ffffff;width:15px;border: 1px solid #717171;}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#ffffff;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#ffffff;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FFFFFF;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#ffffff;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#232323;border:0px solid #515151;}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#232323;border:0px solid #515151;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#666666;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#515151;height:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px;border:0px solid #202020;}
.threadsDetails {padding:2px;background:#515151;height:20px;color:#FFFFFF;border:0px solid #202020;}
.forumOnlineBar {padding:2px;background:#232323;height:20px;color:#FFFFFF;border:0px solid #202020;}

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

.threadPinnedLink,.threadLink {font-weight:bold;}
a.threadLink:link {text-decoration:underline; color:#ffffff;}
a.threadLink:visited {text-decoration:underline; color:#ffffff;}
a.threadLink:hover {text-decoration:none; color:#FFFFFF;}
a.threadLink:active {text-decoration:underline; color:#ffffff;}

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

/* Posts View */
.postTable {background:#000000}
.postPoll {background:#000000;text-align:center;}
.postFirst {background:#000000;border-bottom:1px solid silver;}
.postRest1 {background:#000000;}
.postRest2 {background:#000000;}
.postSeparator {height:2px;background:#FFFFFF;}

.postTdTop {background:#232323;color:#FFFFFF;border:0px solid #202020;}
.postBottom {background:#232323;height:20px;color:#FFFFFF;border:0px solid #202020;}
.postUser {font-weight:bold;}
.postTdInfo {background:#232323;text-align:center;padding:5px;border:0px solid #202020;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#FFFFFF;}
.posttdMessage {background:#232323;padding:5px;border:0px solid #202020;}

.postPoll {padding:5px;}
.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:#232323;font-size:9px;border:0px solid #515151;}
.quoteMessage {background:#232323;font-size:9px;border:0px solid #515151;}

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

.statusBlock {padding-top:3px;}
.statusOnline {color:#FFFFFF;font-weight:bold;}
.statusOffline {color:#ADADAD;}
/* ---------- */

/* 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('file:///C:/wamp/www/rip//img/22.png') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('file:///C:/wamp/www/rip//img/22.png') no-repeat 0px 4px;}
/* ----------------------- */

/* Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #000000;color:#FFFFFF;border:1px outset #FFFFFF;}

.codeButtons {font-size:7pt;background: #232323;color:#ffffff;border:1px outset #000000;}
.codeCloseAll {font-size:7pt;background: #000000;color:#FFFFFF;border:1px outset #ffffff;font-weight:bold;}
.postNameFl,.postDescrFl {background:#000000;color:#FFFFFF;border:1px solid #FFFFFF;width:400px}
.postPollFl,.postQuestionFl {background:#000000;color:#FFFFFF;border:1px solid #FFFFFF;width:400px}
.postResultFl {background:#000000;color:#FFFFFF;border:1px solid #FFFFFF;width:50px}
.postAnswerFl {background:#000000;color:#FFFFFF;border:1px solid #FFFFFF;width:300px}
.postTextFl {background:#303030;border:1px solid #000000;width:550px;height:150px;color:#FFFFFF;}
.postUserFl {background:#000000;color:#FFFFFF;border:1px solid #FFFFFF;width:300px}

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

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

/*===================================*\
   * Navigation Bar
   \*===================================*/
   #nav   
   {
   background: #000000 url('file:///C:/wamp/www/rip//img/15.png') center center repeat-x;
   height:35px;
   width:1024;
   }
   #nav ul   
   {
   width:1000;
   list-style:none;
   margin:0 auto;
   padding:0;
   }
   #nav li   
   {
   text-align:center;
   float:left;
     
   }
   #nav li a   
   {
   color:#FFFFFF;
   text-decoration:;
   display:block;
   height:20px;
   width:100px;
   padding-top:10px;
   }
   #nav li a:hover   
   {
   text-decoration:underline;
   }
     
   }
   /*===================================*\
   * Main Content Area
   \*===================================*/

All images must be in the folder called img

This is how it looks

Attachments: 8800988.png (198.0 Kb)


 
uCoz Support Forum by uCozers » uCoz » Design Customization » Pleas help nav bar bug (sml[Default])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager