CSS Question
I used the Aion CSS from an older topic, and this is my current forum. http://mmohub.lefora.com
I want to change the header "the betrayed" to MMO Hub. Any way i could do that? Here is the CSS..
body {
background-color:#52213E;
background-image:url(
);
background-position:center center;
background-attachment:fixed;
}
#start_conversation a {display:none;}
#forum_title {display:none;}
#forum_description {display:none;}
a {color:#ffffff;font-weight:bold;}
#page, #header, #main, #content {
background-color:transparent;
}
#content {background-image:url(
);border:1px solid #E9F3FC;}
#sidebar {background-image:url(
);border:1px solid #FEDEE1;width:298px;}
.widget .title_wrapper {background-color:#000000;}
.forum_table tr.category_group {background-color:#000000;}
#content .button_link {background-color:#000000;}
#content .item_subtitle {color:#E9F3FC;}
.forum_table thead tr {color:#E9F3FC;}
.forum_table tr.category_group td {border-top:2px solid #E9F3FC;}
.forum_table td.col-numeric {color:#E9F3FC;}
#content .item_subtitle a {color:#ffffff;}
.widget .post_info a, .post_info {color:#FEDEE1;}
#posts_wrapper {background-color:transparent;}
#content #thread-list-page .views, .digg .total-replies,.digg .total-replies .count {color:#FFFFFF;}
#content #thread-list-page .new .digg .total-replies,
#content #thread-list-page .new .digg .total-replies .count,
#content #thread-list-page .new .item_title a,
#content #thread-list-page .new .views {color:#FFFF8D;}
#content #thread-list-page .new_replies .digg .total-replies .count,
#content #thread-list-page .new_replies .digg .total-replies,
#content #thread-list-page .new_replies .item_title a,
#content #thread-list-page .visited.new_replies .views {color:#ACB7FD;}
#content #thread-list-page .visited.no_new_replies.item_title ,
#content #thread-list-page .visited.no_new_replies.views ,
#content #thread-list-page .visited.no_new_replies/*.total-replies*/ {color:#FFFFFF;opacity:1;}
.thread-list .headings {border-bottom:2px solid #E9F3FC;}
.sticky-marker {color:#000000;background-color:#E9F3FC;}
.topic_category_row a, #content .linkuser, .post_col_head a {color:#E9F3FC;}
.posts_user_status, .posts_user_stat, .post_col_head, .post_footer_text {color:#FFFFFF;}
.banner_text span {color:#000000;}
.awesomeForm legend, .awesomeForm label.single_section {color:#ffffff;}
.awesomeForm .help {color:#E9F3FC;}
.mod_notice {background-color:#E9F3FC;color:#000000;}
.mod_notice a {border-bottom:1px solid #FF0000;color:#FF0000;}
#content .button_link {background-color:#E9F3FC;color:#000000;}
#content .button_link a {color:#000000;}
.info_block a {color:#ffffff;}
.memberlist div.member_block a.user_name {color:#ffffff;}
.info_block:hover a {border-bottom:1px solid #ffffff;}
.forum_table tbody tr td {border-bottom:1px solid #E9F3FC;}
.forum_table tr.category_group {background-color:transparent;}
#admin_topic_panel {
background-color:transparent;
background-image:url(
);
border:4px solid #E9F3FC;
}
#community_menu a.title {
background-image:url(
)/* 0 0 no-repeat */;
color:#ffffff;
width:100px;
}
#community_menu a.title:hover {background-position: -100px 0;color:#FFFFFF;border-bottom:none;}
#forum_body #community_menu #app_forum a, #headlines_body #community_menu #app_headlines a, #members_body
#community_menu #app_members a, #stats_body #community_menu #app_stats a {
background-position: -200px 0;color:#000000;border:none;}
#forum_body #community_menu #app_forum a:hover, #headlines_body #community_menu #app_headlines a:hover,
#members_body #community_menu #app_members a:hover, #stats_body #community_menu #app_stats a:hover {
background-position: -300px 0;color:#000000;border-bottom:none;}
:-moz-any-link:focus {
text-decoration:none;
outline-color:none;
outline-style:none;
outline-width:0px;
}
#community_menu a:hover {
text-decoration:none;
}
#nav {margin-bottom:15px;}
.mini_text_badge {background-color:#E9F3FC;color:#000000;}
.viewmark {background-color:#E9F3FC;}
.new .post_col_head a {color:black;}
#viewmark_text {color:#000000;}
#header {
background-image:url(
);
background-position:top center;
background-repeat:no-repeat;}
#footer, #footer a {color:#ffffff;}
.internal-stats h3 {color:#ffffff;}
.internal-stats .meter {background-color:#ffffff;}
.statz {background-color:#ffffff;color:#000000;}
#content .statz.num_members a {color:#ff0000;}
Yeah, just changing the url for background-image in #header (just at the bottom of your post) should do it....
Or you could just remove the background image and replace the forum title and description by removing the following lines near the start of the CSS :
#forum_title {display:none;}
#forum_description {display:none;}
Also, is there anyway i could get the sidebar on the left side of the screen? That would be nice.
#content-wrapper {
margin-left:-670px;
}
#sidebar {
margin-left:-990px;
}
Locked Topic
You must be a member to post in this forum