Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #793 goes here!
Everything about design #793 goes here!
Animorph
Posts: 2856
Reputation: 189

Message # 16 | 12:11 PM
PredatoR, please give me your blocks codes , if i read your post correct you just want to make your blocks wider ?
To busy building a passive income online ;)
PredatoR
Posts: 132
Reputation: 0

Message # 17 | 12:41 PM
Animorph , Where can i find this block code ? And you understand me good , i just wanna make my blocks wider , and all in block should be centrated automaticly .
Well just tell me where can i find my block codes and i will give you. If you mean > Control panel > Customize design > global blocks > first and second container .

Here is it > --->First Container<--- --->Second container<---



.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Post edited by PredatoR - Thursday, 2010-12-30, 12:47 PM
Animorph
Posts: 2856
Reputation: 189

Message # 18 | 2:42 PM
PredatoR, what i mean with block codes is the HTML that you made the changed blocks , if you provide that then i will help you as soon as possible , note it can take a long time before i can help today but i will help you so do not worry

Added (2010-12-30, 8:42 Am)
---------------------------------------------
PredatoR, sorry for this but i didn't get this working without ruining your whole template , your blocks will have to spread and it will move the content and i could not fix that

sorry , i guess you need to deal with your blocks


To busy building a passive income online ;)
PredatoR
Posts: 132
Reputation: 0

Message # 19 | 11:27 PM
Well , how i understand you .
You dont know how can i fix blocks (how can i make it wider) ?


.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Animorph
Posts: 2856
Reputation: 189

Message # 20 | 11:32 PM
PredatoR, that is the normal reason why i don't deal with custom templates , i am not sure why i can't make the blocks wider , thy are wider but the images and everything will move wrong and i could not fix that at the moment so i think that you need to try it yourself through CSS, i'm honestly also to tired to figure everything out why that would not work :/
To busy building a passive income online ;)
Post edited by Animorph - Thursday, 2010-12-30, 11:33 PM
PredatoR
Posts: 132
Reputation: 0

Message # 21 | 1:21 AM
Ahm thank you anyway , you helped me too much smile

Added (2011-01-30, 11:58 PM)
---------------------------------------------
How can i make Background image in 3 parts.

So first part should be allways on top , and never move and no-repeat
Second part should be in center and it should repeat only vertical
and 3th part should be on bottom and never move and no-repeat

My Images width is 1200 > and i need to place it in center , and under this image should be black collor .
So if someone have Monitor with more inches so left side and right side should be black collor and in center should be of course my bg image , so thats mean under bacground image should be background collor smile

My current background code is :

Code
body {
  margin: 0px;
  background: url(http://orion-gaming.ucoz.net/Site_Images/bg.jpg) no-repeat;
  font: 11px 'Verdana';
  color: #c9c9c9;
  text-align: center;
}

Added (2011-01-31, 7:21 PM)
---------------------------------------------
Can anyone help me please ?



.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Animorph
Posts: 2856
Reputation: 189

Message # 22 | 4:59 PM
PredatoR, well 3 times is possible , but it requires allot of custom coding , like making several classes etc in backgrond so what i can suggest you is to make 2 backgrounds instead of 3 , you just use the code you have now from the body and add a second code in there like this
Code

body {
   margin: 0px;
   background: url(http://orion-gaming.ucoz.net/Site_Images/bg.jpg) #c9c9c9 no-repeat;
   font: 11px 'Verdana';
   color: #c9c9c9;
   text-align: center;
}

add some width and height for the no-repeated image and let the colour make the rest of the background


To busy building a passive income online ;)
PredatoR
Posts: 132
Reputation: 0

Message # 23 | 11:29 PM
Thank you , but i find better way :

Code
body {
    margin: 0px;  
    background: url{http://orion-gaming.ucoz.net/Site_Images/bg.jpg} #000000
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;  
    font: 11px 'Verdana';
    color: #c9c9c9;
    text-align: center;
}


.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Hamsterstudio
Posts: 4
Reputation: 0

Message # 24 | 9:41 AM
Hi . I ve got problem with enteris : i modyfied css:"eTitle" but it change only in case when i click on tema.

this is how it shouldn t look:
http://i1189.photobucket.com/albums/z429/hamstersound/1.jpg

this is how its look after click on it (i want it same in the first case):
http://i1189.photobucket.com/albums/z429/hamstersound/2.jpg

Natashko
Posts: 3366
Reputation: 171

Message # 25 | 12:57 PM
Hamsterstudio,
Quote (Hamsterstudio)
i modyfied css:"eTitle" but it change only in case when i click on tema.

you need to make the same changes that you did but to #maincol_inside .eTitle a as well

The template of the website doesn't contain the required code $POWERED_BY$
To avoid blocking we recommend you to restore the code within 24 hours. Please, let us know about your actions. If we do not receive the answer from you – the website will be blocked.

Hamsterstudio
Posts: 4
Reputation: 0

Message # 26 | 3:27 PM
I hope it s now ok now . I add powered by in bottom. I forgot on it when i was editing template.

And thanks for help . smile

Added (2011-02-20, 9:27 Am)
---------------------------------------------
Pls how can i do that the title e.g in blog will not be able to click?

Post edited by Hamsterstudio - Wednesday, 2011-02-16, 1:39 PM
Animorph
Posts: 2856
Reputation: 189

Message # 27 | 5:46 PM
Hamsterstudio, yes

go to CP --> Design ---> Design management (templates) ---> your module ---> appearance of entries --->

Find

Code
<a href="$ENTRY_URL$">$TITLE$</a>

change to

Code
$TITLE$

To busy building a passive income online ;)
PredatoR
Posts: 132
Reputation: 0

Message # 28 | 10:01 AM
Hello

I want to move my left container little to left side and my right container little to right side .
Here is the website with the 2 images who will show you what i want to do .
http://proba321.ucoz.com/

So the first image shows you my current website
and the second image i made in photoshop to show you what i want to do .

Here is my website url http://insaneteam.ucoz.com/

Here is the download link of my current CSS code http://www58.zippyshare.com/v/36061631/file.html

If you dont understand something just write me a pm.

Thank you.



.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Natashko
Posts: 3366
Reputation: 171

Message # 29 | 1:12 PM
PredatoR, unfortunately, it involves a lot of custom coding. We do not provide help with it.
PredatoR
Posts: 132
Reputation: 0

Message # 30 | 9:42 AM
Natashko, Ok sad . But i hope someone will help . Last time Animorph helped me on similar problem .

Added (2011-03-03, 3:42 Am)
---------------------------------------------
I have a problem and i dont know where is the fu...g problem .

My content moves allone down when i log in..

Well when i am loged in my website looks so (Wrong) :

And when i am loged out my website looks (Normal) :

Can anyone tell me where is the problem , and how can i fix it ?
My website URL is : http://www.insaneteam.ucoz.com

________________________________________________________________________________

And i have problem with moving navigation menu (top_menu)
Here is the image what i want to do :

here is the CSS code :

Code

/*--------------------- Header start ---------------------*/

#header_all {
  width: 960px;
  margin: auto;
}

#header_left {
  float: left;
  width: 450px;
  text-align: left;
}

#top_menu {
  text-transform: uppercase;
  text-align: left;
  margin-top: 11px;
  margin-left: 10px;
}

#top_menu a {
  color: #2b2b2b;
  text-decoration: none;
  height: 41px;
  line-height: 41px;
  vertical-align: middle;
  text-shadow: #eeeeee 1px 1px 1px;
  font-weight: bold;
}

#top_menu a:hover {
  text-decoration: underline;;
}

.left {
  float: left;
  text-align: center;
  background: url(/.s/t/793/5.png);
  display: table-cell;
  width: 75px;
}

.center {
  float: left;
  text-align: center;
  background: url(/.s/t/793/6.png);
  display: table-cell;
  width: 109px;
}

.right {
  float: left;
  text-align: center;
  background: url(/.s/t/793/7.png);
  display: table-cell;
  width: 74px;
}

#header_right {
  float: left;
  width: 500px;
  text-align: right;
}

#date {
  color: #ffffff;
  margin-top: 10px;
}

#site_logo {
  height: 140px;
  width: 500px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font: 34px 'Verdana';
  color: #ffffff;
}

#who_is {
  color: #ffffff !important;
}

#who_is a {
  color: #666666;
}

/*--------------------- Header end ---------------------*/

Here is the ( Top part of website ) HTML Code :

Code

<div id="city">
<div id="header_all">
<div id="header_left">
<div id="top_menu">
<span class="left"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a></span>
<?if($USER_LOGGED_IN$)?><span class="center"><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a></span>
<?else?><span class="center"><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a></span><?endif?>
<?if($USER_LOGGED_IN$)?><span class="right"><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a></span>
<?else?><span class="right"><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a></span><?endif?>
</div>
</div>
<div id="header_right">
<div id="who_is">
<?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>-->, <i>$USERNAME$</i><?endif?> | <?if($RSS_LINK$)?><a href="$RSS_LINK$">RSS</a><?endif?>
</div>
</div>
</div>
</div>
<div id="boddy">
<div style="width: 960px; margin: auto; overflow: hidden;">
<table id="all" border="0" cellspacing="0" cellpadding="0" width="960">
<tr><td id="content_top"></td></tr>
<tr><td id="container">

Thank you .



.:[ If i helped you please pump up my Reputation and give me award :) ]:.
Post edited by PredatoR - Thursday, 2011-03-03, 9:51 AM
uCoz Community » For Webmasters » Design Customization » Everything about design #793 goes here!
Search: