Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #984 goes here! (Design, Template 984) |
Everything about design #984 goes here! |
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
|
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.
|
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
|
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.
|
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
|
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.
|
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
|
Hi,
I am using 984 template. I have created Informers for Video and used the Code <li></li> Attachments:
4814964.png
(4.5 Kb)
Post edited by tamilclashers - Friday, 2014-10-10, 6:14 AM
|
| |||