serenity_777_
Member
|
You need to study the code, Trust me eventually you'll be able to see which code is which. It's almost like a maze when looking into a website's source and custom style sheet. I understand that you cannot implement a forum style of your own. Which is why you are using AE forum's written code. But you don't need to copy the whole website's code. You can just simply copy the css style code. E.G: ----- body {color: #000000; font: 11px Verdana,Arial,Helvetica,sans-serif; background-color: #b90000; } .c3 {font: 10px Verdana,Helvetica,sans-serif;color:#000000;} .forumtitle {font: bold 16px Verdana,sans-serif;color:#FFA611;} .messagetitle {font: 18px Verdana,sans-serif;color:#FFA611;} a.navAnchor {color:#FFA611; text-decoration:underline;} a.navAnchor:hover {color:#000000; text-decoration:underline;} .c2 {font: 10px Verdana,Helvetica,sans-serif;color:#000000;} .head {font: bold 14px Verdana,sans-serif;} .high {background-color: Yellow;font: bold 11px Verdana,Arial,sans-serif;color: Black;border: 1px solid Black;} .info {font: 11px Verdana,sans-serif;} .msg {font: 11px Verdana,sans-serif;} .newpost {font: bold 12px Verdana,sans-serif;} .offline {color:red} .oldpost {font: 12px Verdana,sans-serif;} .online {color:green} .quote {border:1px Solid #ff0000; background-color:#F2D562; width:85%; margin:2px; padding:5px; color:#505050; font: 11px Verdana,sans-serif;} .spoiler {border:1px Solid #505050; background-color:#ffffff; width:85%; margin:2px; padding:5px; color:#ffffff; font: 11px Verdana,sans-serif;} .subhead {font: bold 12px Verdana,Arial,sans-serif;} .titlehead {font: bold 14px Verdana,sans-serif; line-height:150%;} .ultrasmall {font: 10px Verdana,sans-serif;} a {color:#841C00; text-decoration:none;} a:hover {color: #F1A027;text-decoration:underline} input {color : #000000;font: normal 11px Verdana,sans-serif;} pre {font: 11px "Courier New",monospace;} select {color : #000000;font: normal 11px Verdana,sans-serif;} td {font: 11px Verdana,Helvetica,sans-serif; color: #000000;} td.cat {background-image: url(image/catcell.gif)} textarea {color : #000000;font: normal 11px Verdana,Helvetica,sans-serif;} th {/* background-image: url(image/ticell.gif) */} .cborder {background-color: #000000; color: #000000; border: 1px solid #000000;} .ccurr {background-color: #977035; color: #000000;} .clist {background-color: #F8F8F8; color: #000000;} .cpage td {padding: 1px 3px 1px 3px;} .ctitle {background-color: #555555; color: #FFFFFF; font: 11px tahoma; white-space: nowrap;} ----- Ok, So you see the color codes "#FFFFFF, etc..? Those are codes to implement and show color. Simply change those Color codes around, However this is NOT an HTML code it is a Css code. Goodluck :)
|