Hello! I've been searching the forums and websites to piece together my profile from what I can figure out. There are a couple of things I'm struggling with though.
My first question is with the Subeta header (Subeta Navigation: Home - News - Games ETC) I want those links a different color than all the other links on my page but I can't quite figure that out.
My second question is how can I center the comment box (under my friends) because it's driving me insane that it's slightly off there, haha!
I have a decent knowledge of code but nothing extensive. My code below is categorized and simple but that's the only way I can remember what does what XD
CLICK HERE FOR MY CODE
<style>
/** Subeta Header Nav **/
,.comment_table,.header,.block,.info_block {background-image: none; border:0px;} body {background-repeat:no-repeat;}
{background-color: transparent; font-size: 8px; position: absolute; top: 5px; left:10px; color: transparent;}
/** Background **/
body
{background-color: transparent;
background-image: url(https://78.media.tumblr.com/d457948b5852c6d5fa5fe4db906945b1/tumblr_oz4g2zyLJW1wuajbto1_1280.png);
background-repeat: no repeat;
height: Height of imagepx !important;
width: width of the image
background-position: top left;
position:absolute;}
.header
{background-color:transparent;
border-bottom:none;
text-align:right;}
/** Special Font Cases **/
body,html,
{font-size: 12px;
color:
;}
a {text-decoration:none!important; color:
!important; }
a:hover {color:
!important;}
b {color:
;}
i {font-family:georgia, times new roman, serif;}
{left:10px; width:250px!important; height:600px!important; position:absolute; padding-left:0px; top: 180px;}
{left:550px; width:250px!important; height:600px!important; position:absolute; padding-left:0px; top: 15px;}
{left:910px; width:300px!important; height:600px!important; position:absolute; padding-left:0px; top: 15px;}
/** Pet Images **/
.avatar_head {height:100px!important;}
/** Comment Box **/
.textbox {text-align:left; background-color:
; color:
; border:0px!important; height: 70px!important;}
.forminput {text-align:left; color:
; background-color:
; border:0px!important;}
/** Various **/
img {height: 70px; width: 70px; border: 0px solid
;}
{font-size:9px;}
{font-size:8px;}
img {height: 70px; width: 70px; border: 0px solid
;}
{font-size:9px;}
img {height: 70px; width: 70px; padding:0px;}
{font-size:8px;}
</style>