3 Attachment(s)
[HELP] Moving Logo in Panel
How Can I move my logo to here
Original:
Attachment 132188
To This One I edit this on Paint
Attachment 132189
Main.css
Code:
@charset "utf-8";
body {
background-color: #000;
margin: 0px;
padding: 0px;
background-image: url(../images/main_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}
.clear {clear:both;}
a {
cursor pointer;
}
#log_div {
display: none;
}
.header {
background-image;
height: 170px;
}
.header .header_container {
background-image: url(../images/header.png);
height: 89px;
width: 1000px;
margin-right: auto;
margin-left: auto;
padding-top: 37px;
background-repeat: no-repeat;
background-position: 0px 0px;
}
.header .menu_container {
width: 913px;
font-family: Basic Sans Heavy SF;
font-size: 7px;
margin-right: auto;
margin-left: auto;
background-image: url(../images/menu_bg.jpg);
height: 45px;
border-radius: 10px;
}
.header_container .logo_container {
float: left;
width: 180px;
text-align: center;
}
.header_container .user_hello {
float: right;
width: 180px;
margin-top: 1px;
font-family: Verdana;
font-size: 11px;
color: #FFF;
text-align: center;
text-transform: capitalize;
}
.server_status_container a {
color: #ff0000;
font-weight: bold;
}
.header_container .member_container {
float: right;
width: 500px;
margin-top: 15px;
margin-left: 30px;
height: 30px;
text-align: right;
}
.header_container .acc_panel_container {
float: right;
margin-left: 2px;
width: 500px;
margin-top: 5px;
margin-left: 54px;
height: 20px;
text-align: right;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #FFF;
margin-right: 10px;
}
.header_container .acc_panel_container a {
color: #ff0000;
text-decoration: none;
}
.member_container .label {
color: #ffffff;
font-family: Arial;
font-size: 10px;
text-transform: capitalize;
font-weight: bold;
float: left;
margin-top: 7px;
width: 50px;
}
.member_container .login_input {
background-image: url(../images/login.jpg);
margin-top: 4px;
margin-left: 5px;
height: 20px;
font-size: 11px;
color: #707070;
padding-left: 1px;
float: left;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
height: 26px;
width: 106px;
}
.member_container .login_btn {
background-image: url(../images/login_btn.jpg);
width: 61px;
height: 24px;
float: left;
margin-top: .5px;
margin-left: 3px;
font-family: Verdana;
font-size: 9px;
color: #FFF;
text-align: center;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding-top: 3px;
padding-bottom: 4px;
}
.member_container .Signup_btn {
background-image: url(../images/signup_btn.jpg);
width: 61px;
height: 24px;
float: left;
margin-top: .5px;
margin-left: 3px;
font-family: Verdana;
font-size: 9px;
color: #FFF;
text-align: center;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding-top: 3px;
padding-bottom: 4px;
}
.container .center_container {
width: 913px;
margin-right: auto;
margin-left: auto;
background-color: #080808;
background-image;
background-repeat: no-repeat;
background-position: top;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.left_container {
width: 245px;
float: left;
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #000000 0%, #202022 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #000000 0%, #202022 100%);
/* Opera */
background-image: -o-linear-gradient(top, #000000 0%, #202022 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000000), color-stop(1, #202022));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #000000 0%, #202022 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to bottom, #000000 0%, #202022 100%);
}
.left_container .left_bg {
background-image;
background-repeat: no-repeat;
}
.cw_container {
width: 228px;
margin-right: auto;
margin-left: auto;
padding-top: 10px;
}
.cw_container .cw_top {
width: 220px;
background-image: url(../images/rank.jpg);
border-bottom-color: #ff0000;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #2d2d2d;
height: 27px;
font-family: Arial;
font-size: 13px;
color: #ffffff;
font-weight: bold;
padding-top: 12px;
padding-left: 8px;
}
.cw_container .cw_body {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #47494d;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-bottom: 10px;
}
.cw_body .cw_box {
margin-right: 10px;
margin-left: 10px;
padding-top: 5px;
padding-bottom: 7px;
background-image;
background-position: center bottom;
background-repeat: repeat-x;
}
.cw_box .g_name {
font-family: Verdana;
font-size: 11px;
color: #ff0000;
float: left;
font-weight: bold;
width: 130px;
}
.cw_box .g_leader {
float: left;
font-family: Verdana;
font-size: 10px;
color: #ffffff;
width: 115px;
margin-top: 2px;
}
.cw_box .tax {
font-family: Verdana;
font-size: 10px;
color: #808070;
float: left;
font-weight: bold;
margin-top: 2px;
width: 70px;
}
.cw_box .g_mmbr {
font-family: Verdana;
font-size: 10px;
color: #808070;
font-weight: bold;
width: 75px;
float: left;
margin-top: 2px;
text-align: right;
}
.cw_box .g_lvl {
font-family: Verdana;
font-size: 10px;
color: #808070;
float: left;
margin-top: 2px;
font-weight: bold;
width: 30px;
text-align: right;
}
.cw_box .cw_img {
float: left;
margin-right: 5px;
}
.cw_box a {
color: #ffffff;
}
.top_rank_container {
width: 228px;
margin-right: auto;
margin-left: auto;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 10px;
}
.left_labelbox {
height: 37px;
background-image: url(../images/rank.jpg);
border-radius: 4px;
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
padding-top: 10px;
padding-left: 8px;
float: right: 10px;
}
.top_rank_body {
}
.top_rank_body .tr_box {
margin-right: 10px;
margin-left: 10px;
padding-top: 5px;
padding-bottom: 7px;
background-image: url(../images/line_left.jpg);
background-position: center bottom;
background-repeat: repeat-x;
}
.top_rank_body .tr_box:hover {
background-color: #212121;
margin-bottom: 15px;
}
.tr_box .rank {
background-color: #191919;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
float: left;
width: 55px;
text-align: center;
font-size: 10px;
font-weight: bold;
color: #FFffff;
font-family: Verdana;
padding-top: 3px;
padding-bottom: 3px;
border: 1px solid #333333;
}
.tr_box .rank_name {
font-family: Verdana;
font-size: 11px;
margin-top: 2px;
margin-left: 5px;
color: #ffffff;
font-weight: bold;
float: left;
width: 145px;
}
.tr_box .rank_img {
float: left;
margin-top: 5px;
}
.tr_box .rank_detail {
float: left;
margin-top: 5px;
margin-left: 5px;
width: 140px;
font-family: Verdana;
font-size: 11px;
color: #FFF;
}
.rank_detail .rank_school {
float: right;
width: 10px;
padding-top: 13px;
padding-right: 3px;
padding-bottom: 13px;
padding-left: 3px;
background-color: #2f2f2f;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-khtml-border-radius: 2px;
border-radius: 2px;
text-align: center;
}
.rank_detail .rank_rb-lvl {
float: left;
width: 100px;
}
.rank_detail .rank_guild {
float: left;
width: 120px;
}
.left_view_more {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 10px;
background-image: url(../images/movre_btn.jpg);
height: 18px;
width: 71px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.rigth_container {
width: 668px;
float: left;
}
.banner_container {
height: 312px;
width: 646px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
}
#carousel {
width: 646px;
height: 312px;
overflow: scroll;
}
#carousel ul {
list-style: none;
width: 646px;
height: 312px;
margin: 0;
padding: 0;
position: relative;
}
#carousel li {
display: inline;
float: left;
width: 646px;
height: 312px;
}
.textholder {
text-align: left;
font-size: 11px;
padding: 6px;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
font-family: Verdana;
color: #FFF;
height: 30px;
}
.new_item_container {
width: 646px;
margin-right: auto;
margin-left: auto;
margin-top: 33px;
}
.new2_item_container {
width: 646px;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
margin-bottom: 10px;
}
.right_top {
height: 29px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #202123;
background-image: url(../images/rank2.jpg);
border-top-right-radius: 4px;
border-top-left-radius: 4px;
font-family: Arial;
color: #FFF;
font-size: 12px;
font-weight: bold;
padding-top: 13px;
padding-left: 10px;
}
.latest_item_container {
padding: 10px;
}
.new_item_box {
float: left;
width: 120px;
margin-right: 1px;
margin-left: 2px;
border: 1px solid #000000;
margin-bottom: 2px;
}
.new_item_box:hover {
background-color: #202124;
}
div.item_img
{
overflow: hidden;
position: relative;
width: 100px;
height: 80px;
margin: 5px;
border: 1px solid #ffffff;
}
div.item_img img
{
position: absolute;
top: -1px;
left: -2px;
}
.new_item_box .item_detail {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #1e1e1e;
font-family: Verdana;
font-size: 11px;
padding-left: 3px;
}
.item_detail .item_name {
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #ff0000;
width: 100%;
text-align: center;
}
.item_detail .item_price {
margin-top: 2px;
margin-bottom: 2px;
color: #FFF;
}
.item_detail .item_limit-stock {
color: #CCC;
font-size: 10px;
}
.item_detail .buy_btn {
font-family: Arial;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
color: #FFF;
background-color: #191919;
border: 1px solid #ffffff;
font-size: 11px;
font-weight: bold;
width: 50px;
border-radius: 4px;
margin-left: 33px;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-bottom: 3px;
}
.news_container {
width: 646px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}
.news_box {
height: 120px;
background-image: url(../images/broken_line.jpg);
background-repeat: repeat-x;
background-position: center bottom;
margin: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}
.dl_box {
background-image: url(../images/broken_line.jpg);
background-repeat: repeat-x;
background-position: center bottom;
margin: 5px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}
.dl_box .news_detail {
float: left;
font-family: Verdana;
font-size: 11px;
color: #999;
border-radius: 4px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
margin-top: 3px;
background-color: #222;
margin-left: 5px;
}
div.news_img{
overflow: hidden;
position: relative;
width: 200px;
height: 100px;
margin: 1px;
float: left;
}
div.news_img img{
position: absolute;
top: -1px;
left: -2px;
}
.news_box .news_title {
float: left;
width: 450px;
margin-top: 5px;
margin-left: 5px;
}
.news_box .news_title a {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.news_box .news_detail {
float: left;
font-family: Verdana;
font-size: 11px;
color: #999;
border-radius: 4px;
width: 300px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
margin-top: 3px;
background-color: #222;
margin-left: 5px;
}
.news_box .news_discription {
font-family: Verdana;
font-size: 11px;
color: #CCC;
float: left;
margin-top: 5px;
width: 460px;
margin-left: 5px;
margin-bottom: 3px;
}
.news_view {
font-family: Verdana;
font-size: 11px;
color: #FFF;
padding: 10px;
}
.read_more {
background-image: url(../images/read_more.jpg);
height: 18px;
width: 71px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
margin-right: 1px;
margin-left: 300px;
margin-top: 140px;
border: 1px solid #000000;
}
.pager_container {
font-family: Verdana;
font-size: 11px;
color: #999;
margin-right: 5px;
margin-left: 5px;
border-radius: 4px;
padding-bottom: 5px;
}
.pager_container a {
color: #FFF;
text-decoration: none;
}
.shoppager_container {
font-family: Verdana;
font-size: 11px;
color: #999;
margin-right: 5px;
margin-left: 5px;
border-radius: 4px;
background-image: url(../images/broken_line.jpg);
background-repeat: repeat-x;
background-position: top;
margin-top: 5px;
padding-top: 5px;
}
.shoppager_container a {
color: #FFF;
text-decoration: none;
}
.bottom_page {
height: 25px;
width: 980px;
margin-right: auto;
margin-left: auto;
background-color: #090909;
font-family: Verdana;
font-size: 11px;
color: #FFF;
padding-top: 9px;
text-align: center;
margin-bottom: 30px;
}
/* Custom Theme */
#superbox-overlay{background:#000;}
#superbox .close a{
float:right;
line-height:20px;
background:#000;
cursor:pointer;
width: 33px;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 5px;
}
#superbox .close a span{
color:#fff;
font-family: Arial;
font-size: 9px;
text-transform: uppercase;
}
#superbox .nextprev a{float:left;margin-right:5px;padding:0 5px;line-height:20px;background:#333;cursor:pointer;color:#fff;}
#superbox .nextprev .disabled{background:#ccc;cursor:default;}
.tooltip{
position:absolute;
background-image:url(../images/context_bg.png);
color:#FFF;
padding:6px;
font-size:10px;
font-family:Verdana, Arial;
background-repeat: repeat;
border: thin solid #333;
}
.tooltip p{
margin: 0px;
}
.tooltip-image{
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:3px;}
.tooltip span{font-weight:700;
color:#ffea00;}
.facebook {
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
width: 228px;
background-color: #FFF;
}
.ctg_container {
background-color: #000;
}
.not{
padding:0;
list-style:none;
width:100%;
margin: 0;
}
.not li a{
height:23px;
display:block;
font-size:13px;
font-weight:bold;
color:white;
text-decoration:none;
background-repeat: repeat-x;
background-position: top;
background-image: url(../images/new_box_bg.jpg);
font-family: Arial;
text-transform: uppercase;
width:156pt;
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #1a1a1a;
padding-top: 13px;
padding-left: 20px;
}
.locations {
float: none;
font-family: Verdana;
font-size: 11px;
color: #999;
border-radius: 4px;
width: 615px;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 5px;
padding-left: 5px;
background-color: #222;
margin-bottom: 5px;
}
.locations a {
font-family: Verdana;
font-size: 11px;
color: #999;
text-decoration: none;
}
.search_btn {
background-image: url(../images/signup_btn.jpg);
width: 61px;
height: 23px;
float: left;
margin-top: 3px;
margin-left: 5px;
font-family: Verdana;
font-size: 11px;
color: #FFF;
text-align: center;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
padding-top: 3px;
padding-bottom: 4px;
}
.search_input {
background-image: url(../images/login.jpg);
height: 26px;
width: 106px;
margin-top: 4px;
margin-left: 8px;
height: 20px;
font-family: Verdana;
color: #ffffff;
font-size: 11px;
padding-left: 5px;
float: left;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.footer_r {
background-image: url(../images/footer_r_img.jpg);
height: 64px;
width: 6px;
float: right;
}
.account_btn {
background-image: url(../images/login.jpg);
}