blackss32
Forum Replies Created
-
Forum: Themes and Templates
In reply to: post listthanks, i think this is as far as i’ll get, apart from being a poor reader, i cant see why:
.category {
background: #FFF url(images/grad.gif) repeat-x;
}is not working…
cheers.
Forum: Themes and Templates
In reply to: post listok thanks, all looks ok for now, just not sure where in the Stylesheet (style.css) i have to add the background color for the new category template. im not sure off what the code would look like either, font and stuff are ok just not the page background in category template.
Forum: Themes and Templates
In reply to: post listthanks m8, very close, the posts show up in the middle and the category list is gone from the right to the left lol.
Forum: Fixing WordPress
In reply to: Need help directing Wp to my domainis wordpress the only software you are installing on that server? if so i would have installed everything to the root not in a folder.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorahhh found it, thx.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorthanks jeromyboyd, i have one more font to change, the writing in the posts, sorry.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorah this works:
a {
color: #CC0033;
}a img {
border: none;
}a:visited {
color: ##BCBCBC;
}a:hover {
color: #ffffff;
}thanks heaps m8, cheers.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorim not sure what you mean without a code sorry m8.
i have used this code:
a:visited {
color: #ffffff;
}a:hover {
color: #000000;
}works ok apart from edit and contact are still blue.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorah got the hover working:
a:hover {
color: #147;
text-decoration: underline;
}but just need the font change
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorthanks, but im not the best with codes.
would it be pushing it to ask you for an example please?
of where and what to put.
thanks dude.Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorhi, thanks but still cant find it in style css
*/ /* global resets */ html, body, h1, h2, h3, h4, ul, ol, code, blockquote, p, img, table, th, td, hr, br {border: none; margin: 0; padding: 0;} /* general styles */ body {background: #000000 url(images/gradient.jpg) repeat-x; font: 75%/160% Verdana, Arial, Geneva, sans-serif; text-align: center;} h1, h2, h3, h4 {font-family: Georgia, "Times New Roman", Times, serif; margin-bottom: 10px;} p {margin-bottom: 25px;} ul, ol {margin-bottom: 10px;} table {border-collapse: collapse; margin: 0 auto 25px;} th, td {padding: 3px;} /* layout */ #wrap {background-color: #ffffff; color: #000000; width: 980px; margin: 10px auto; text-align: left;} #content {float: left; width: 650px; margin: 25px 0 25px 20px;} #sidebar {float: right; width: 250px; margin: 25px 20px 25px 0; padding: 0 10px} #footer {clear: both; text-align: center;} /* header */ #header h1, #header h2, #header h3 {font-size: 1.4em;} #header {background-color: #000000; border-bottom: 15px solid #000; margin: 0; padding: 0;} #header hr.clear {border: none; color: #; clear: both; line-height: 0;} #topnav {background-color: #000; padding: 5px; color: #33CC33; text-align: right;} #topnav a {color: #33CC33;} #header .benefits-banner {width: 450px; float: left; margin-left: 20px;} #header .ratings-banner {width: 450px; float: right; margin-right: 20px;} #header .ratings-banner ul {list-style: none;} /* content */ #content h1, #content h2, #content h3 {font-size: 2em;} #content ul, #content ol {margin: 0 0 25px 35px;} #content blockquote {margin: 10px 25px; padding: 10px; border: 1px solid #000000; background-color: #0D0D0D;} /* sidebar */ #sidebar {background-color: #0D0D0D; border: 1px solid #33CC33; text-align: right;} #sidebar h4 {border-bottom: 1px solid #ffffff; margin-top: 5px; font-weight: normal; font-size: 1.3em; text-align: right;} #sidebar ul {list-style: none; margin: 0 0 15px;} #sidebar ul li {margin-bottom: 5px;} #sidebar ul ul {margin: 0;} /* footer */ #bottomnav {background-color: #000; color: #33CC33; padding: 5px;} #bottomnav a {color: #33CC33;} .designer-credit {font-size: 0.8em; color: #CC0033; padding-bottom: 10px;} .designer-credit a {color: #BCBCBC;} /* img styling */ img.floatleft {float: left; margin-right: 8px;} img.floatright {float: right; margin-left: 8px;} img.centered {display: block; margin: 0 auto; text-align: center;} /* misc */ #wrap, #header, #content, #sidebar, #footer {overflow: hidden;} /* avoid theme breakage by large images or elements */ a.hilight {color: #CC0033 !important;} .center {text-align: center;} .justify {text-align: justify;} .right {text-align: right;} .left {text-align: left;}