• Page 3 of 3
  • «
  • 1
  • 2
  • 3
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about Design #822 goes here ! (Remade because other are closed or trashed)
Everything about Design #822 goes here !
Madhu
Posts: 5
Reputation: 0

Message # 31 | 9:11 AM
oooh my bad... wacko
am so sorry Natashko, actually i want to change that site menu to left...
Natashko
Posts: 3366
Reputation: 171

Message # 32 | 9:56 AM
Madhu, you've got to be kidding me. The menu is on the left now. And you have changed the design. Please, ask for help on this forum if you actually need it. Thank you.
Madhu
Posts: 5
Reputation: 0

Message # 33 | 10:09 AM
Natashko, bro i was checking the that design... juz now changed to the old one...
now please chkeck n tell me...
Natashko
Posts: 3366
Reputation: 171

Message # 34 | 11:12 AM
Madhu, I have checked your website. With the design that you use now it is not possible to switch your sidebar to the left with the help of Builder (it is one-columned design) It can be done with the help of custom coding. We do not provide help with it.
I suggest you select another design (with the left side bar or at least the two-columned design)
Madhu
Posts: 5
Reputation: 0

Message # 35 | 11:23 AM
Thank you Natashko for your support...
HellorHeaven
Posts: 31
Reputation: -2

Message # 36 | 4:42 PM
How Do I change the width of the body on the template? I can't finding the width in the body in css

Added (2011-05-30, 10:42 Am)
---------------------------------------------
hmmm.. no one is answering. Then I've another question. How to make a gap between the banner(900x300) and the main body?


Please Give Me A Reputation or Award, If My Post Helps You
With uCoz Since 2009
Natashko
Posts: 3366
Reputation: 171

Message # 37 | 1:12 PM
HellorHeaven,
Quote (HellorHeaven)
How Do I change the width of the body on the template? I can't finding the width in the body in css

please provide a screenshot of what exactly needs to be changed and in which way.
Quote (HellorHeaven)
hmmm.. no one is answering. Then I've another question. How to make a gap between the banner(900x300) and the main body?

Find in CP->Design->Design management (CSS): table.main-table {...} and embed border-top: 10px solid #31337; inside the brackets here {...}
tomyboy
Posts: 6
Reputation: 0

Message # 38 | 10:16 PM
how do i change forum colors ? cant find it any where.. http://samuraiclan.ucoz.com/

Added (2012-04-01, 2:52 PM)
---------------------------------------------
and text color like the text used on news message on homepage and text in the blocks on the site?

Added (2012-04-01, 4:16 PM)
---------------------------------------------
and if you see on http://samuraiclan.ucoz.com/ you in the header left a ' i want to delete it.. cant find the code to delete

Animorph
Posts: 2856
Reputation: 189

Message # 39 | 10:01 AM
Quote (tomyboy)
how do i change forum colors ? cant find it any where.. http://samuraiclan.ucoz.com/

go to CP ---> Design ---> Design management (CSS) ---> from this part in CSS you need to edit what you want:

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

/* General forum Table View */
.gTable {background:#8C8A82;}
.gTableTop {padding:2px;background:url('/.s/t/971/10.gif') #CCCCCC;color:#000000;font-weight:bold;height:20px;padding-left:17px;font-size:11px;}
.gTableSubTop {padding:2px;background:url('/.s/t/971/7.gif') #B0E300;border:1px solid #FFFFFF;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#EEEEEE;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;}
.gTableLeft {padding:2px;background:#FFFFFF;font-weight:bold;color:#9CCF00}
.gTableRight {padding:2px;background:#FFFFFF}
.gTableError {padding:2px;background:#D8D8D8; border:1px solid #FFFFFF;;color:#FF0000;}
/* ------------------------ */

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

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

.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:#9CCF00;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#9CCF00;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#B3B3B3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#9CCF00;}
/* -------------------- */

/* 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:#9CCF00;}
a.forumBarA:active {text-decoration:underline; color:#9CCF00;}
/* -------------------- */

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

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

/* forum Page switches */
.switches {background:#C2C2C2;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#9CCF00;font-weight:bold;color:#000000;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:#D8D8D8; border:1px solid #FFFFFF;}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AFAEAE;border:1px solid #FFFFFF;color:#FFFFFF;height:20px;font-size:10px;padding-left:40px;}
.threadsDetails {padding:2px;background:#BBBBBB;color:#000000;height:20px;font-size:10px;border:1px solid #FFFFFF;}
.forumOnlineBar {padding:2px;background:#AFAEAE;border:1px solid #FFFFFF;color:#FFFFFF;height:20px;font-size:10px;}

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:#9CCF00;}
a.threadLink:visited {text-decoration:none; color:#9CCF00;}
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 {}
.postPoll {background:#EEEEEE;text-align:center;}
.postFirst {background:#F5F9FD;border-bottom:3px solid #9AEA1D;}
.postRest1 {background:#EEEEEE;}
.postRest2 {background:#F5F9FD;}
.postSeparator {height:3px;background:#999999;}

.postTdTop {background:url('/.s/t/971/7.gif') #B0E300;color:#000000;height:20px;font-size:10px;}
.postBottom {background:#FFFFFF;color:#000000;height:20px;border:1px solid #BBBBBB;}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#EEEEEE;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#2D435B;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.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/971/19.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/971/19.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}

.codeButtons {font-size:7pt;background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;}
.codeCloseAll {font-size:7pt; background: #8D8A83;color:#DAD7CC;border:1px outset #615E58;font-weight:bold;}
.postNameFl,.postDescrFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postPollFl,.postQuestionFl {background:#EBEBEB;border:1px solid #9CCF00;width:400px}
.postResultFl {background:#EBEBEB;border:1px solid #9CCF00;width:50px}
.postAnswerFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}
.postTextFl {background:#EBEBEB;border:1px solid #9CCF00;width:550px;height:150px}
.postUserFl {background:#EBEBEB;border:1px solid #9CCF00;width:300px}

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

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


Quote (tomyboy)
and text color like the text used on news message on homepage and text in the blocks on the site?

go to CP ---> Design ---> Design management (CSS) ---> Find this code here you can edit your whole entry appearance:

Code
/* Entries Style */
.eBlock {}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#779F00; padding: 0 0 0 15px; background: url('/.s/t/971/13.gif') no-repeat 0px 3px;}

.eTitle a:link {text-decoration:underline; color:#779F00;}
.eTitle a:visited {text-decoration:underline; color:#779F00;}
.eTitle a:hover {text-decoration:none; color:#000000;}
.eTitle a:active {text-decoration:underline; color:#779F00;}

.eMessage {text-align:justify;padding-bottom:5px;}
.eText {text-align:justify;padding-bottom:5px;padding-top:5px;border-top:1px solid #C2C2C2}
.eDetails {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;background:#FFFFFF;}
.eDetails1 {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;background:#FFFFFF;}
.eDetails2 {border:1px solid #D7D7D7;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#1A1A1A;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;background:#FFFFFF;}

.eRating {font-size:7pt;}

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


This is for text in the Entry
Code
.eMessage {text-align:justify;padding-bottom:5px;}


Quote (tomyboy)
and if you see on http://samuraiclan.ucoz.com/ you in the header left a ' i want to delete it.. cant find the code to delete

Be more specific about this.

Note:
---> This is a thread where you can speak Dutch language , i can help you there i'm from belgium so our language is the same^^
http://forum.ucoz.com/forum/28-10160-4
---> this thread will give you all the information about how to edit your forum design
http://forum.ucoz.com/forum/9-2441-1

To busy building a passive income online ;)
tomyboy
Posts: 6
Reputation: 0

Message # 40 | 5:54 PM
Oh in my header there is ' sign on the left.. With builder on you can change in any text you want I just put a ' sign in there so it wont be seen but i was wrong, i just want to delete that part
Sunny
Posts: 9296
Reputation: 456

Message # 41 | 11:16 AM
tomyboy, provide a screenshot of what you want to delete. And are you sure the provided website address is correct?
I'm not active on the forum anymore. Please contact other forum staff.
tomyboy
Posts: 6
Reputation: 0

Message # 42 | 10:21 PM
http://samurai-clan.ucoz.net/ this is the link..

see file for screenshot the word THIS i want to delete
Attachments: 0831397.png (95.0 Kb)
Post edited by tomyboy - Tuesday, 2012-04-03, 10:22 PM
Sunny
Posts: 9296
Reputation: 456

Message # 43 | 11:33 AM
tomyboy, it is in Control Panel -> Customize design -> Top part of the website, between <!-- <logo> --> and <!-- </logo> -->
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Design Customization » Everything about Design #822 goes here ! (Remade because other are closed or trashed)
  • Page 3 of 3
  • «
  • 1
  • 2
  • 3
Search: