/    Sign up×
Community /Pin to ProfileBookmark

background color help

I would like to make the background all black. it is bi-colored currently. I cannot find the hex code for the “blue” I am trying to change to black. Below is the website (if a link is permitted)
[url]http://www.companyscoming.net/index.html/[/url]

here is my css:

/* reset default browser values */

html, body, h1, h2, h3, h4, h5, h6 {margin:0px; padding:0px}
a, img {outline:0px; border:0px}

/* framework classes */

.layout {margin:0px; padding:0px}
.content {padding:15px}
.debug {border:1px dotted red}
.clear {clear:both}

/* typografy */

body {font-size:90%; text-align: center; font-family: sans-serif; line-height: 1.75}
h1 {font-size:2.5em;}
h2 {font-size:1.875em}

p, ul {font-size:0.875em}

/* xpage layout */

body{background: #090000 url(‘../img/bk.png’) repeat-x 0px 0px}
#xpage {width: 804px; margin: 30px auto 10px auto; text-align: left}
#xheader{height: 130px; background: url(‘../img/tp.png’) no-repeat bottom left}
#xfeatured{height: 198px; background: url(‘../img/space.jpg’) no-repeat top center; position: relative; top: -8px; padding: 0px 30px; overflow: hidden}
#xmeniu{height: 50px; background: url(‘../img/meniu.jpg’) no-repeat top center}
#xbody{background: url(‘../img/main.png’) repeat-y 0px 0px; padding-bottom: 20px}
#xmain {float: right; width: 530px; padding-right: 20px}
#xpanel {float: left; width: 200px; padding-left: 20px}
#xfooter {text-align: left; height: 53px; background: url(‘../img/ft.jpg’) no-repeat 0px 0px; padding: 10px 30px; font-size: 9pt}

/* custom style */

#xpage {color: #333333;}
#xheader #xlogo {width: 49%; float: left}
#xheader h1 {color: #fff; margin-top: 0px; padding-top: 0px;}
#xheader h1 span{color: #000;}
#xheader em {color: #111111; position: relative; top:16px}
#xheader a {color: #111111; text-decoration: none}
#xheader a:hover {text-decoration: underline}
#xheader #xlinks {float: right; width: 49%; margin-top: 45px; color: #0E1852; text-align: right}

#xfeatured {color: #fff; text-align: right; padding-top: 45px; height: 150px}

#xmeniu ul {margin: 0px; padding: 0px; list-style-type: none; padding-left: 30px}
#xmeniu ul li {width: 115px; height: 30px; float: left; text-align: center; padding-top: 6px;}
#xmeniu ul li a {width: 100%; height: 100%; display: block; padding-top: 5px; text-decoration: none; color: #fff}

#xmeniu ul li a:hover, #xmeniu ul li a.active {background: #fff url(‘../img/tab.jpg’) no-repeat; color: #333333}

#xpanel {color: #999}
#xpanel h3 {color: #707070; background: url(‘../img/gbull.jpg’) no-repeat left 12px ; padding-left: 20px; text-transform: lowercase}
#xpanel ul {border: 0px; padding: 0px; list-style-type: none; border-top: 1px dotted #999;}
#xpanel ul li {border-bottom: 1px dotted #999; padding: 3px}
#xpanel ul li a {text-decoration: none}

#xmain{color: #7A7A7A}
#xmain h1, #xmain h2 {color: #ffffff; background: url(‘../img/rbull.jpg’) no-repeat left 12px; padding-left: 20px}
#xmain img {float: left; margin: 0px 10px 10px 0px; border: 3px solid #eaeaea}

#xmain h1, #xmain h2, #xpanel h3 { padding-bottom: 5px; margin-top: 15px; font-size: 14pt}

#xfooter, #xfooter a {color: #0E1852; text-decoration: none; font-size: 8.5pt; cursor: default}

p {cursor: default}

a:link {color:#0E1852;} /* unvisited link */
a:visited {color:#333333;} /* visited link */
a:hover {color:#0E1852;} /* mouse over link */
a:active {color:#0E1852;} /* selected link */

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@pwinfreyApr 25.2011 — Change your body style to:
[CODE]
body {
background-color: #000;
}
[/CODE]
Copy linkTweet thisAlerts:
@crank01Apr 30.2011 — in styles.css u have this:

body {

background: url("images/back_all.gif") repeat-x scroll 0 0 #78952D;

Change #78952D;** to #000000

that should do the trick easily
×

Success!

Help @trauts14 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...