Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #984 goes here! (Design, Template 984)
Everything about design #984 goes here!
rebelion
Posts: 130
Reputation: 4

Message # 91 | 9:43 PM
ipwnu123, the dimensions are 449 x 129 pixels.
project-implement.com join rsps 508/525
Natashko
Posts: 3366
Reputation: 171

Message # 92 | 1:20 PM
ipwnu123, 449*124 to be exact cool
dragan_93
Posts: 16
Reputation: 0

Message # 93 | 9:49 PM
How can i change site width?
lilu
Posts: 70
Reputation: 6

Message # 94 | 3:41 PM
dragan_93, provide please the URL to your website
dragan_93
Posts: 16
Reputation: 0

Message # 95 | 11:46 PM
Here is the URL: http://hartmann.ucoz.com/.
lilu
Posts: 70
Reputation: 6

Message # 96 | 4:07 PM
dragan_93, if you mean the scroll that appears - it is because of your nonstandard menu (it is too wide).

Hope it will help smile
dragan_93
Posts: 16
Reputation: 0

Message # 97 | 1:52 AM
Yes that's the problem. smile Thanks. smile
Post edited by dragan_93 - Saturday, 2012-02-18, 1:52 AM
steven4u
Posts: 81
Reputation: 8

Message # 98 | 9:56 PM
hello ,
I want to change the Entry color like that :
Entry Background --------> White
Entry text --------> Black

Here's an Image :


sorry i did not use the search !!
thanks for your time

A person who never made a mistake never tried anything new
Sunny
Posts: 9296
Reputation: 456

Message # 99 | 2:00 PM
Quote (steven4u)
Entry text --------> Black


You need to edit the class .eMessage in CP -> Customize Design -> CSS. By default it's not there, so you'll need to add it to your CSS, e.g.

Code
.eMessage {color:#000000;}


Quote (steven4u)
Entry Background --------> White


The class .eBlock -> background parameter.

I'm not active on the forum anymore. Please contact other forum staff.
steven4u
Posts: 81
Reputation: 8

Message # 100 | 4:47 PM
Sunny,
yes i did change theses parameters but its not working !
can you explain it in details please !!

here's my CSS:
Code
/* Entries Style */
.eBlock {border-top:1px solid #000000;border-bottom:1px solid #000000;background:#393939;}
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#CCCCCC; padding: 0 0 0 18px; background: url('/.s/t/984/10.gif') no-repeat 0 1px;}
.eTitle a:link {text-decoration:underline; color:#CCCCCC;}
.eTitle a:visited {text-decoration:underline; color:#CCCCCC;}
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}
.eTitle a:active {text-decoration:underline; color:#CCCCCC;}

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

.eDetails {background:#353535;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}
.eDetails1 {background:#353535;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}
.eDetails2 {background:#353535;color:#666666;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/984/11.gif') no-repeat 0px 0px;}
/* --------------- */

A person who never made a mistake never tried anything new
Post edited by steven4u - Tuesday, 2013-03-05, 4:54 PM
Sunny
Posts: 9296
Reputation: 456

Message # 101 | 9:51 AM
Quote (Sunny)
You need to edit the class .eMessage in CP -> Customize Design -> CSS. By default it's not there, so you'll need to add it to your CSS


I don't see that you've added eMessage to your code. Provide also your website address.

I'm not active on the forum anymore. Please contact other forum staff.
steven4u
Posts: 81
Reputation: 8

Message # 102 | 11:15 AM
Sunny,
Ok i'm not good in CSS , So here's my Website :ScaryDownload.ucoz.com
all i want to do is to change :(inverse colors)
Entry Background --------> White
Entry text --------> Black
if you need my CSS then just tell me

A person who never made a mistake never tried anything new
Sunny
Posts: 9296
Reputation: 456

Message # 103 | 4:56 PM
steven4u, I've edited your CSS code from your previous message

Code
/* Entries Style */  
.eBlock {border-top:1px solid #000000;border-bottom:1px solid #000000;background:#FFFFFF;}  
.eTitle {font-family:Verdana,Arial,Sans-Serif;font-size:13px;font-weight:bold;color:#CCCCCC; padding: 0 0 0 18px; background: url('/.s/t/984/10.gif') no-repeat 0 1px;}  
.eTitle a:link {text-decoration:underline; color:#CCCCCC;}  
.eTitle a:visited {text-decoration:underline; color:#CCCCCC;}  
.eTitle a:hover {text-decoration:none; color:#FFFFFF;}  
.eTitle a:active {text-decoration:underline; color:#CCCCCC;}  

.eMessage {color:#000000;}

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

.eDetails {background:#FFFFFF;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:7pt;}  
.eDetails1 {background:#FFFFFF;color:#666666;padding-bottom:5px;padding-top:3px;text-align:left;font-size:8pt;}  
.eDetails2 {background:#FFFFFF;color:#666666;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/984/11.gif') no-repeat 0px 0px;}  
/* --------------- */

I'm not active on the forum anymore. Please contact other forum staff.
steven4u
Posts: 81
Reputation: 8

Message # 104 | 7:17 PM
Sunny,
It's not working , and i've already tryed to change that background to : "background:#FFFFFF" and it's still the same !
you can visit my website again to see , i'm using your edited Css code !
thank's For your time man !
and if you have any other way to change it please tell me !

A person who never made a mistake never tried anything new
tamilclashers
Posts: 3
Reputation: 0

Message # 105 | 6:14 AM
Hi,

I am using 984 template. I have created Informers for Video and used the
Code
<li></li>
function. The "." appears slightly to the left of the global blocks. Is it possible to move the "." inside the global block?
Attachments: 4814964.png (4.5 Kb)
Post edited by tamilclashers - Friday, 2014-10-10, 6:14 AM
uCoz Community » For Webmasters » Design Customization » Everything about design #984 goes here! (Design, Template 984)
Search: