Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] Hello how can i am install this system can u help me punbb?



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
  • Description:
[Archived] Hello how can i am install this system can u help me punbb? Untitl11punbb please tell how i am hide category icon same like your forum thanku punbb

  • Information:
Forum:www.mobileask.forumotion.infoVersion:PUNBB
Type:Request a codeTags:Hello,install,system,punbb?

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
hello punbb this is work but is not peroper same this forum 1 diffrence

icon not growing not effect in icon all icons silent

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

4
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Go to your ACP->Display->Colors-CSS Stylesheet tab

Find this element:
Code:

.hierarchy {
and add the following code in this element:
Code:

margin-left: 65px;

then find this element:
Code:

.forumimg img {
and change the margin-left to
Code:
margin-left: -40px;


Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

5
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
hello dark avenger look like this?

1st code

Code:
.hierarchy {margin-left: 65px;

2nd code

Code:
.forumimg img {margin-left: -40px;

its correct?

i am put the code but not effect Neutral

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

6
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Can you post your CSS here to make the changes?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

7
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
Code:
[panda=css]html, body {
font: normal 13px helvetica, arial, sans-serif;
background-color: #d8dde8;
color: #5a5a5a;
}
.pun {
background: #fff;
padding: 10px 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0,0,0,0.1);
}
.pun, .main_width {
margin: 0 auto;
width: 87%;
min-width: 960px;
}
img, .input_check, .input_radio {
vertical-align: middle;
}
a:link {text-decoration: none;}
#pun-visit, .main-box, #pun-about, .pun .paged-foot, .pun .paged-head {
background-color: transparent;
border: 0px;
}
#pun-about {font-size: 0.8em;}
#pun-intro, #pun-navlinks, #pun-about form {display: none;}
/*header*/
#header_bar {
background: #323232 url(http://www.blirk.net/wallpapers/1366x768/christmas-wallpaper-80.jpg) repeat-x bottom;
padding: 0;
text-align: right;
}
#branding, #header_bar, #primary_nav {
min-width: 980px;
}
#user_navigation {
color: #9f9f9f;
font-size: 11px;
}
#user_link {
font-size: 12px;
color: white;
padding: 0 12px;
height: 36px;
line-height: 36px;
display: inline-block;
margin-right: 15px;
outline: 0;
}
#user_navigation {
overflow: visible;
}
#user_navigation .ipsList_inline li {
margin: 0;
}
.ipsList_inline > li:first-child {
margin-left: 0;
}
#user_navigation a {
color: #fff;
}
#user_navigation.not_logged_in {
height: 26px;
padding: 6px 0 4px;
}
#user_navigation #register_link {
background: #7BA60D;
color: white;
display: inline-block;
padding: 3px 8px;
border: 1px solid #7BA60D;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
#user_link:hover, #notify_link:hover, #inbox_link:hover {
background-color: #323232;
}
#user_navigation #sign_in {
  margin-right: 8px;
}
#notify_link {
background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_n11.png) no-repeat top;
}
#inbox_link {
background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_i11.png) no-repeat top;
}
#notify_link, #inbox_link {
vertical-align: middle;
width: 18px;
height: 15px;
padding: 13px 24px 8px 12px;
position: relative;
}
.ipsList_inline > li {
display: inline-block;
margin: 0 3px;
}
ol, ul {
list-style: none;
}
.attach {float: right;}
/*branding*/
#branding {
background: #0F3854 url(http://i81.servimg.com/u/f81/17/45/75/97/brandi10.png) repeat-x;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#logo {
display: inline;
}
.clickable {
  cursor: pointer;
}
#search {
margin: 20px 0;
}
#search_wrap {
position: relative;
background: #fff;
display: block;
padding: 0 26px 0 4px;
height: 26px;
line-height: 25px;
-moz-border-radius: 3px 4px 4px 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 3px;
border-radius: 3px 4px 4px 3px;
-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
min-width: 230px;
}
#main_search {
margin-top: 5px;
font-size: 12px;
border: 0;
padding: 0;
color: #b0b0b0;
background: transparent;
width: 130px;
outline: 0;
}
#main_search:focus {
color: #5a5a5a;
}
input, select {
font: normal 13px helvetica,arial,sans-serif;
}
#search_options {
font-size: 10px;
height: 20px;
line-height: 20px;
margin: 3px 3px 3px 0;
padding: 0 6px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #EAEAEA;
display: inline-block;
float: right;
max-width: 80px;
text-overflow: ellipsis;
overflow: hidden;
}
#search .submit_input {
background: #7BA60D url(http://i81.servimg.com/u/f81/17/45/75/97/search10.png) no-repeat 50%;
text-indent: -3000em;
padding: 0;
border: 0;
border: 1px solid #7BA60D;
display: block;
width: 26px;
height: 26px;
position: absolute;
right: 0;
top: 0;
bottom: 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
}
#adv_search {
width: 16px;
height: 16px;
background: url(http://i81.servimg.com/u/f81/17/45/75/97/advanc10.png) no-repeat right 50%;
text-indent: -3000em;
display: inline-block;
margin: 4px 0 4px 4px;
}
fieldset {
border: 0px groove threedface;
}
/*navegação*/
#primary_nav {
background: #204066;
font-size: 13px;
padding: 4px 0 0 0;
}
#community_app_menu > li {
margin: 0px 3px 0 0;
}
#community_app_menu > li > a {
color: #c5d5e2;
background: #1c3b5f;
display: block;
padding: 6px 15px 8px;
text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
background: #173455;
color: #fff;
}
#community_app_menu > li.active > a {
background: #fff;
color: #0b5794;
font-weight: bold;
margin-top: 0;
text-shadow: none;
}
#primary_nav #quickNavLaunch {
padding: 6px 8px 8px;
}
#quickNavLaunch span {
background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_q10.png) no-repeat top;
width: 13px;
height: 13px;
display: inline-block;
}
/*table*/
.collapsed {
opacity: 0.8;
}
.main .main-head.collapsed {
border-radius: 4px 4px 4px 4px;
opacity: 0.2;
}
.main .main-head, .main .main-foot {
background: #2c5687 url(http://i78.servimg.com/u/f78/17/31/71/58/mainti10.png) repeat-x top;
color: #fff;
padding: 10px 10px 11px;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528cbc;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528cbc;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
margin-top: 15px;
}
.main .main-foot {
margin-top: 0px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-radius: 0 0 4px 4px;
}
.main .main-head .page-title h2 {
font-size: 16px;
font-weight: 300;
}
.pun .main-content {
  background: #ebf0f3;
  padding: 9px;
}
.pun table.table {
background: #fff;
border: 1px solid #dbe4ef;
}
.table .tc_icon {
padding: 10px 5px!important;
vertical-align: middle;
width: 30px;
}
.pun table.table .tc_forum {
height: 42px;
min-height: 24px;
}
.pun tbody.statused span.stats {
margin-right: 10px;
margin-left: -25px;
}
.pun tbody.statused span.status {
position: relative!important;
}
.pun .main table td.tc2, .pun .main table td.tc3 {
background-color: white;
}
.pun table.table td.tc3 {
text-align: right;
width: 15%;
}
.pun table.table td {
background: white;
padding: 10px;
border: 0px;
border-bottom: 1px solid #f3f3f3;
}
.hierarchy {
font-size: 15px!important;
font-weight: 400!important;
}
/*lastpost*/
.mini_ava {
float: left;
}
.mini_ava img {
width: 30px;
height: 30px;
margin: 8px 5px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.mini_ava img:hover {
border-color: #a1a1a1;
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
/*module*/
.module .main-head {
font: normal 14px helvetica, arial, sans-serif;
color: #204066;
padding: 5px 10px;
background: #DBE2EC;
border: 0px;
border-radius: 0px;
-webkit-box-shadow: inset 0px 0px 0;
-moz-box-shadow: inset 0px 0px 0;
box-shadow: inset 0px 0px 0;
}
.module .main-content {background: #F7FBFC; border: 0px;}
/*stats*/
#onlinelist {background: white;border-top: 3px solid #d8d8d8;}
#onlinechat {background: white;border-top: 0px;}
#statistics {
margin: 0 auto !important;
text-align: center !important;
display: table;
background: none;
}
.statHide{display:none !important;}
.statsPers li span a {
text-decoration: none !important;
}
.statsPers li > span {
display: inline-block;
background: #e2e2e2;
color: #4a4a4a;
padding: 2px 6px;
font-weight: bold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-right: 3px;
}
.statsPers li {
float: left;
color:#4a4a4a;
margin: 2px 10px;
}
.statsPers {
list-style: none;
display: block;
margin: 0px auto;
width: 100%;
}
/*footer*/
#footer_utilities {
padding: 10px;
font-size: 11px;
position: relative;
}
#footer_utilities .ipsList_inline>li>a {
margin-right: 0px;
padding: 4px 10px;
}
#footer_utilities .ipsList_inline > li > a.rss_feed {padding: 0px;}
#footer_utilities a {color: #225985;}
#footer_utilities a:hover {color: #328586;}
#footer_utilities .ipsList_inline > li > a {
margin-right: 0px;
padding: 4px 10px;
}
#backtotop {
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
margin-left: -12px;
position: absolute;
display: inline-block;
background: #bdbdbd;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}
#backtotop img {margin-top: 5px;}
#backtotop:hover{background:#af286d;color:#fff;opacity:1;}
#copyright {
color: #848484;
text-align: right;
text-shadow: 0px 1px 0px #fff;
}
#copyright a {
color: #848484;
}
/*post*/
.post h3 {
background: #D8DDE8;
padding: 0 10px;
height: 36px;
line-height: 36px;
font-weight: normal;
font-size: 16px;
}
span.post_id {
margin-left: 4px;
}
.post_date {
padding: 0 0 10px 0;
font-size: 12px;
color: #a4a4a4;
}
.desc.blend_links a {
font: normal 12px helvetica, arial, sans-serif;
color: #777777;
}
.post_id a img.small {
max-height: 12px;
margin-left: 3px;
margin-top: -2px;
opacity: 0.5;
}
.post_online {display: inline-block;}
.pun .post .user {
margin-left: -16em;
margin-top: -0.9em;
}
.pun .post {background: white;}
.pun .postmain {
background-color: white;
border-left: 0px;
margin-left: 14em;
}
.pun .post .user {
width: 155px;
font-size: 12px;
text-align: center;
line-height: 150%;
margin-left: -170px;
margin-top: -0.6em;
}
.pun .user .user-ident .user-basic-info {
  font-size: 11px;
  color: #a4a4a4;
  text-align: center;
  font-weight: normal;
}
.postfoot {
border-top: 0px;
margin-left: -14em;
}
/*user img*/
.user-basic-info a img {
height: 90px;
width: 90px;
padding: 1px;
border: 1px solid #D5D5D5;
background: white;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.user-basic-info a img:hover {
border-color: #A1A1A1;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
/*quick reply*/
#pun-qpost {
  background: #ebf0f3;
  padding: 9px;
  padding-top: 1px;
}
#pun-qpost .main-head {
font: 300 26px/1.3 Helvetica, Arial, sans-serif;
color: #323232;
font-size: 18px;
background: white;
border-top: 1px solid #dbe4ef;
border-left: 1px solid #dbe4ef;
border-right: 1px solid #dbe4ef;
border-radius: 0px;
-webkit-box-shadow: inset 0px 0px 0;
-moz-box-shadow: inset 0px 0px 0;
box-shadow: inset 0px 0px 0;
}
#pun-qpost a.exthelp {display: none;}
.pun .frm-form, .main .main-content.frm {
background-color: white;
}
.pun .post {
  border: 1px solid #dbe4ef;
}
.pun .main-content {
  border: 1px solid #dbe4ef;
  border-top: 0px;
}
#pun-qpost .frm-buttons {
border-top: 0px;
text-align: right;
}
/*chatbox*/
#chatbox_header.main-head {
background: #2c5687 url(http://i78.servimg.com/u/f78/17/31/71/58/mainti10.png) repeat-x top;
padding: 6px 8px 6px;
-moz-border-radius: 4px 4px 0 0;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: inset 0px 1px 0 #528cbc;
-moz-box-shadow: inset 0px 1px 0 #528cbc;
box-shadow: inset 0px 1px 0 #528cbc;
border-width: 1px 1px 0 1px;
border-color: #316897;
border-style: solid;
}
.chatbox-title, .chatbox-title a.chat-title {
color: #fff;
font-size: 13px;
font-weight: 300;
}
.chatbox-options {margin: .3em .3em .5em;}
.chatbox-options li, .chatbox-options li a, .chatbox-options li label {
color: #fff;
}
#chatbox_members {
  top: 40px;
  border-right: 1px solid #ccc;
}
#chatbox p:first-child {
border-top: 1px solid #d5dde5;
}
#chatbox p {
background: #f1f6f9;
border-right: 1px solid #d5dde5;
border-left: 1px solid #d5dde5;
border-bottom: 1px solid #d5dde5;
line-height: 1.2em;
}
#chatbox_footer {
  padding-bottom: 6px;
  border-top: 1px solid #d5dde5;
  background: #f1f6f9;
}
#chatbox_footer .right {
  /*display: none !important;*/
  float: left;
}
#chatbox_messenger_form .right {margin-left: 8px;font-size:0}
input#message.post {
color: #5a5a5a;
border-width: 1px;
border-style: solid;
border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
background: #fff;
padding: 4px;
min-width: 395px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#message, #submit_button {
margin-left: 15px;
}
.fontbutton {
background: #EFF1F3;
border-color: #DEE0E2;
color: #464646;
-moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
}
#divsmilies img + img{visibility:visible!important}
#chatbox_messenger_form div.right img{visibility:hidden}
#simple-wrap {
  background:white;
}
#divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
background-position: center;
background-repeat: no-repeat;
}
#divbold {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
}
#divitalic {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
}
#divunderline {
background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
}
#divstrike {
background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
}
#divcolor {
background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
}
#divsmilies {
background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
}
.main-content.chatbox {padding: 0px;}
#chatbox{
  margin: 10px 0 10px 0;
  border: 1px solid #DCE2EC;
  border-bottom: 6px solid #DCE2EC;
  background: #ebf0f3;
  padding: 8px;
}
input[type="submit"] {
text-decoration: none;
border-width: 1px;
border-style: solid;
padding: 4px 10px;
cursor: pointer;
}
input[type="submit"] {
background: #212121 url(http://i78.servimg.com/u/f78/17/31/71/58/topic_10.png) repeat-x top;
color: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
border-color: #212121;
}
/*crumbs*/
p.crumbs a {
  color: #777!important;
  font: normal 13px helvetica, arial, sans-serif;
}

#pun-about form, #pun-intro, #pun-navlinks { display:block !important }

.pun .user-ident .username {
    text-align: center;
    position: relative;
}

  /*ipbperfilcss*/
    .usernam-ipb ,.usernam-ipb span {
        color: #7A7A7A!important;  
        font-size: 20px!important;  
        font-weight: bold!important;  
        line-height: 1.7!important;
    }
    .usernam-ipb em {
        display: none!important;
    }
    .ipb-profile .mod-left {
        width: 150px;  
        margin-left: -150px;
        float: left;
    }
    .ipb-profile {
        background: #EBF0F3;
        padding: 9px;
        clear: both;
        padding-left: 188px;
        overflow: hidden;  
        color: #5A5A5A;      
        font-family: helvetica, arial, sans-serif!important;  
        font-size: 11px;
    }
    .mod-center {
    width: 98%;
    float: left;
    background: #FFF;
    border: 1px solid #E4E4E4;
    padding: 9px;
    position: relative;
    margin: auto;
    }
    .ipb-m-title h2 {
        padding: 8px 10px;  background: #F5F5F5;  color: #868686;  font-size: 11px; margin: 0;  
        font-weight: bold;
        font-family: helvetica!important;
    display:none;}
    .co-ipb {
    background: #FFF;
    margin-bottom: 10px;
    border: 1px solid #DDD;
    margin: 5px;
    min-height: 600px;
    }
    .ipb-profile dt, .ipb-profile dt span {
        color: #5A5A5A!important;
        font-weight: bold!important;
    }
    .m-info-ipb dt {
        display: inline-block;
        width: 200px;
        text-align: right;
        padding-right: 10px;
    }
    .m-info-ipb dd {
        display: inline-block;
        width: 350px;
    }
    .profi-add-ipb a.mainmenu + br + a.mainmenu ,.main-ipb-f .clear ,.m-info-ipb .separator {
        display: none;
    }
    .m-info-ipb dl {
        line-height: 1.3;  font-size: 11px;  background: #FEFEFE;  border: 1px solid #EEE;  padding: 8px;  border-left: 0;  border-right: 0;  margin-bottom: -1px;
    }
    .ipb-tab-us ul li a span {
        display: block;  padding: 10px 8px;  outline: 0;  font-size: 11px;  color: #8D8D8D;  -webkit-transition: background-color 0.1s ease-in-out;  -moz-transition: background-color 0.3s ease-in-out;
    }
    .ipb-tab-us ul li {
    background: #F6F8FB;
    color: #808080;
    border-bottom: 1px solid #DBE4EF;  font-size: 13px;
    }
    .ipb-tab-us ul li :hover {
    background: #EAEFF5;
    color: #808080;
    }
    .ipb-tab-us {
        width: 149px !important;  margin-top: 10px;  border-top: 1px solid #DBE4EF;
    border-left: 1px solid #DBE4EF;
    }
    .ipb-profile li ,.ipb-tab-us ul {
        list-style: none;
    }
    .ipb-tab-us ul li.activetab {
        background: white;
        width: 150px;
        position: relative;
    z-index: 9;}
    .profile-ava img {
        background: #FFF;  padding: 1px;  border: 1px solid #D3D3D3;  max-width: 138px;  max-height: 138px;
    }
    .estoyenline-i {
    background: #7BA60D;
    }
    .ofline-ipb {
    background: #B3B3B3;
    padding: 0 5px;}
    .estoyenline-i, .ofline-ipb{
    display: inline-block;
    height: 17px;
    line-height: 17px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 2px;
    vertical-align: middle;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.22);
    }
    .pun .co-ipb .main-content {
    background: #FFF;
    border: 0;
    }
    .co-ipb#friends ol li {
    padding: 8px 0 0 0;
    margin: 5px 0 0 0;
    min-width: 80px;
    height: 70px;
    list-style: none;
    width: 100px;
    display: inline-table;
    text-align: center;
    }
    .co-ipb#friends ol li .avatar {
    display: block;
    border: 0;
    background: 0;
    text-align: center;
    width: 100%;
    }
    #friends ol li .message-text ,.co-ipb#friends .message-footer li {
    display: none;
    }
    .co-ipb ol li .avatar img:hover {
    border-color: #7D7D7D;
    }
    .co-ipb ol li .avatar img {
    background: #FFF;
    padding: 1px;
    border: 1px solid #D3D3D3;
    height: 50px;
    width: 50px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);}
    #contacto h2#contacto ,#profilewall #wallcomment ,#friends h2#friends ,#estadisticas #estadisgene, .co-ipb #estadis {
    display: block;
    }
    #estadisticas h2#estadis ,#contacto h2#estadis ,.co-ipb#profilewall h2#estadis ,.co-ipb#friends h2#estadis {
    display: none;
    }
    #estadisticas .m-info-ipb ul li {
        line-height: 1.3;  font-size: 11px;  background: #FEFEFE;  border: 1px solid #EEE;  padding: 8px;  border-left: 0;  border-right: 0;  margin-bottom: -1px;
    }
    #estadisticas fieldset legend {
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    font: bold 14px helvetica,arial,sans-serif;
    padding: 8px 10px;
    color: #204066;
    background: #D8DDE8;
    }
    .co-ipb#contacto .contact-ips ,#profilewall .main-content ,#estadisticas .main-content {
        background: #EBF0F3;
        padding: 9px;
    }
    #estadisticas .main-content .stats-field.genmed {
        overflow: hidden;
        margin-bottom: 24px;
        background: #FFF;  
    }
    #estadisticas .main-content .stats-field.genmed ul {
        padding: 9px;
        border: 1px solid #DBE4EF;
    }
    .co-ipb#contacto h2#contacto ,#wallcomment ,#estadisgene {
        background: #2C5687 url(http://i.imgur.com/Lcy9BkS.png) repeat-x top;  
        color: #FFF;  padding: 10px 10px 11px;            border-radius: 4px 4px 0 0;      
        box-shadow: inset 0px 1px 0 #528CBC;  border-width: 1px 1px 0 1px;  
        border-color: #316897;  
        border-style: solid;  font-size: 11px;
        text-shadow: none;
    }
    #profilewall ,#estadisticas {
        border-radius: 4px 4px 0 0;
        border: none;
    }
    .pun .co-ipb a {
        color: #225985;
    }
    .pun .co-ipb a:hover {
        color: #328586;
    }
    .co-ipb#friends ol li .avatar img:hover {
        border-color: #7D7D7D;
    }
    #estadisticas .m-info-ipb {
        border: 1px solid #DDD;
    }
    #estadisgene span {
        background: #244156;  opacity: 1;  
        color: #FFF;  padding: 4px 10px;  font-weight: bold;      border-radius: 10px;      box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
    }£panda_selector_1417834603325_90_m_panda£{display:none;}
    .mensajeprofile ol li.clearfix {
        background: #FFF;  border: 1px solid #DBE4EF;
        padding: 9px;
        margin-bottom: 9px;
        position: relative;  
    }
    .mensajeprofile .avatar {
        border: 0;
        background: 0;
        display: inline;
        float: left;
    }
    .mensajeprofile ol li .message-block {
        overflow: hidden;
        margin-left: 65px;
        padding: 0;
    }
    .mensajeprofile ol li .message-block .message-header a {
        font-weight: bold;  font-size: 14px;
    }
    .mensajeprofile .message-date {
        position: absolute;
        bottom: 5px;
        color: #A4A4A4;  font-size: 12px;
        background: transparent url("http://i.imgur.com/8WDJvOf.png") no-repeat left;
        padding-left: 20px;
    }
    .mensajeprofile .message-text {
        margin: 5px 0;
        font-size: 14px;  word-wrap: break-word;
    }
    #profilewall .message-footer {
        float: right;
    }
    #profilewall .message-footer li {
        display: inline;
        margin-right: 10px;
    }
    .co-ipb .pagination b {
        background: #7BA60D;  color: #FFF;  font-weight: bold;      border-radius: 2px;  
        padding: 4px 5px;
    }
    .co-ipb .pagination a {
        display: inline-block;    color: #999;
        background: none;
        padding: 4px 5px;
    }
    .co-ipb .pagination a:hover {
        background: #ECECEC;      border-radius: 2px;
    }
    .co-ipb .pagination {
        background: white;
        border-radius: 5px 5px 0 0;
        padding: 4px 10px;
    }
    #friends .message-header em {
    display: block;
    }
    h2#friends {
    font: normal 14px helvetica,arial,sans-serif;
    padding: 8px 10px;
    background: #DBE2EC;
    color: #204066;
    }
    .co-ipb#contacto ,.co-ipb#friends {
    border: 0;
    }
    .contact-ips dl dt {
        display: inline-block;
        width: 140px;
        text-align: right;
    }
    .contact-ips dl dd {
        width: 600px;
        display: inline-block;
        padding-left: 10px;
        vertical-align: middle;
    }
    .lass-activiti {
    display: inline-block;
    margin-left: 10px;color: #C4C4C4;
    }
    .coin-ipb span {
        font-size: 20px;  font-weight: bold;  display: block;
    }
    .coin-ipb #sub {
        text-align: center;  font-weight: normal;
    }
    .coin-ipb {
        float: none;  margin: 0 0 5px 0;  
        padding: 10px;  text-align: center;  font-weight: normal;  display: block;
        background: #80B700;
        border-radius: 3px;
        color: white;font-size: 13px;
    }
    .repu-ipb {
        background: #DEDEDE;  color: #6E6E6E;    
        float: none;  margin: 0 0 5px 0;  padding: 10px;  text-align: center;  font-weight: normal;  display: block;      border-radius: 3px;  
        font-size: 13px;
    }
    .repu-ipb span {
        font-size: 20px;  font-weight: bold;  display: block;
    }
    .band-right {
        margin-left: 612px;
      top: -35px;
    position: relative;
    }
    .co-ipb#profile {
        border: 0;
    }
    .co-ipb#profile .in-ipb {
        width: 600px;
        border: 1px solid #EEE;
        float: left;
        border-top: 0;
    }
    h2#estadis {
        width: 580px;
        font: normal 14px helvetica, arial, sans-serif;  padding: 8px 10px;  
        background: #DBE2EC;  color: #204066;
        border: 1px solid #DBE2EC;
    }
    .module-ipb-right h2 {
        font: normal 14px helvetica, arial, sans-serif;  padding: 8px 10px;  background: #DBE2EC;  color: #204066;
    }
    .main-ipb-f {
        padding: 9px;
    }
    .main-ipb-f .clear + a.mainmenu {
        display: block;
        text-align: center;
    }
    .main-ipb-f .friend-block {
        display: inline-block;
        float: none;
    }
    .main-ipb-f .avatar img {
        padding: 1px;  border: 1px solid #D5D5D5;  background: #FFF;      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);  
    }
    .main-ipb-f .avatar {
        border: 0;
        background: none;
        width: auto;
    }
    .main-ipb-f div.clear + a.mainmenu[href^="/u"], non.main-ipb-f .friend_list_online_status img {
    display: none;
    }
    .profi-add-ipb a#search-i {
        background: #E6E6E6 url("http://i.imgur.com/tS9vehw.png") no-repeat 5px;
    }
    .rating-profile {
        margin: 10px 0 20px 0;
    }
    .register-date {
        margin-bottom: 10px;
        font: normal 13px helvetica,arial,sans-serif;
    }
    .profi-add-ipb {
    position: absolute;
    right: 30px;
    top: 95px;
    color: rgba(0, 0, 0, 0);
    }
    .profi-add-ipb br {
        display: none;
    }
    .pun .profi-add-ipb a {
        display: inline-block;
        background: #E6E6E6 url("http://i.imgur.com/5MlMsua.png") no-repeat 5px;
        height: 17px;
    line-height: 17px;
        padding: 2px 2px 2px 25px;        
        border: 1px solid rgb(207, 207, 207);      
        box-shadow: 0px 7px 21px rgba(255, 255, 255, 0.76) inset, 0px 1px 0px rgba(0, 0, 0, 0.41);      border-radius: 3px;  color: #616161;    white-space: nowrap;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;
        margin-right: 15px;font-size: 12px;
    }
    .pun .profi-add-ipb a:hover {
        border: 1px solid #A0A0A0;
    }
    .pun .profi-add-ipb a#men {
    background: #E6E6E6 url("http://i.imgur.com/LE1LFBD.png") no-repeat 5px;
    }
    .pun .nav-ipb-top a {
        color: rgb(85, 85, 85);
    }
    .nav-ipb-top {
        position: relative;
        margin-left: -140px;
        margin-bottom: 10px;
    }
    .nav-ipb-top span {
    margin: 0 5px;
    }
    .mod-center {
    padding-bottom: 50px;
    }
    #word-link {
        position: absolute;
        bottom: 19px;
        right: 26px;
        z-index: 999!important;
        color: #777;
        font: normal 9px helvetica;
        text-align: right;
    }
    .co-ipb div.activetab {
    display: block!important;
    }£panda_selector_1417834603325_188_m_panda£{opacity: 1!important;}

#soloinvitadostopde32 {
position: fixed;
top: 1px;
z-index: 99999999!important;
  margin-left: -150px;
}
#soloinvitadostopde32 a {
cursor: pointer;
display: inline-block;
height: 16px;
line-height: 26px;
margin: 0 6px;
  font-size: 20pt;
font-family: 'Monotype Corsiva';
font-weight: bold;
  color: #fff;
}
#soloinvitadostopde32 a#fa_notifications1 {
  background-repeat: no-repeat;
background-image: url('http://cdn1.iconfinder.com/data/icons/crystalproject/32x32/filesystems/Globe.png');
background-size: 30px;
width: 30px;
  height: 27px;}
#str {
display: block;
overflow: hidden;
padding: 20px 10px;
}#str label {
display: block;
}
#str input {
background-color: #424242;
border: 1px solid #000;
color: #5C5E61;
font-family: Arial, sans-serif;
font-size: 14px;
margin-bottom: 5px;
width: 250px;
}
input[type="password"], input[type="text"], textarea {
-webkit-border-radius: 3px;
background-color: #fff;
border: 1px solid #CCC;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
color: #515151;
cursor: text;
display: inline-block;
line-height: 18px;
padding: 4px;
}
#login_remember_p {
font-family: helvetica;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
}
#str .login_remember_p {
display: inline-block;
position: relative;
width: auto!important;
}
#buttonlogin input.mainoption {
background: -moz-linear-gradient(top,#97C92F,#71A00E);
border: 4px solid #000;
box-shadow: none;
color: #000;
display: block;
margin-top: 10px;
padding: 10px 0;
width: 100%;
}
 
#fa_search {
position: fixed;
z-index: 99999!important;
top: 1px;
margin-left: 150px!important;
}
#fa_icon {
  display: none !important;
}
#fa_service {
display: none !important;
}
#soloinvitadostopde {
position: fixed;
right: 20px;
top: 1px;
z-index: 99999999!important;
}
#soloinvitadostopde a {
background: #EAEAEA;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #000!important;
cursor: pointer;
display: inline-block;
height: 16px;
line-height: 16px;
margin: 0 3px;
padding: 7px 10px;
}
#soloinvitadostopde a#fa_notifications {
background: #badcf3;
}
.sutlogin {
background: rgb(223, 223, 223);
border: 1px solid #242424;
border-radius: 0 0 3px 3px;
color: #606364;
font-family: arial;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
margin-top: 7px;
padding: 0;
position: absolute;
right: 110px;
top: 30px;
width: 291px;
z-index: 999;
}
body #fa_toolbar #live_notif .fa_notification {
background: -moz-linear-gradient(top,rgba(0, 163, 255, 0.74) ,rgba(0, 153, 255, 0.77))!important;}
body #fa_toolbar #live_notif {
position: fixed!important;
bottom: 10px!important;
left: 10px!important;
}
body #fa_toolbar #live_notif .fa_notification {
background: -webkit-linear-gradient(top, rgba(0, 163, 255, 0.74), rgba(0, 153, 255, 0.77))!important;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.31);
opacity: 1!important;
border: 1px solid #017FBB;
}body #fa_toolbar #fa_menu:hover :visited{
background: transparent!important;
}
html body #fa_right a#fa_notifications.rightHeaderLink {
background: rgb(186, 220, 243);
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #000!important;
display: inline-block!important;
height: 16px;
line-height: 16px;
padding: 7px 5px;
}
body #fa_toolbar_hidden {
display: none!important;
}
body #fa_hide {
display: none!important;
}
body #fa_menu,body #fa_notifications {
border-left: 1px solid #333;
}
body #fa_toolbar {
position: fixed;
border-top: 1px solid #333;
box-shadow: 0 1px #000, 0 2px 1px rgba(0, 0, 0, .4);
background-color: #2c5687;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 13px;
font-style: normal;
padding: 0px;
border-bottom: 7px solid #EAEAEA;
background: #2c5687;
}
body #fa_magnifier {
display: none!important;
}
body #fa_search #fa_textarea {
color: #ddd;
outline: none;
background-image: url("http://i.imgur.com/nVk5EZS.png");
background-repeat: no-repeat;
background-position: 4px center;
width: 150px;
line-height: 0px;
text-indent: 0px !important;
padding-left: 24px!important;
background-color: rgb(17, 17, 17);
border-left: 4px solid rgb(84, 90, 99);
margin: 0px;
height: 32px;
border-right: 1px solid #333;
-webkit-transition: 0.5s;
-moz-transition-duration: 0.5s;
-htm-transition-duration: 0.5s;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
border-radius: 0px;
top: -2px;
position: relative;
}
body #fa_search #fa_textarea:focus {
width: 220px;
background-image: url("http://i.imgur.com/1jpriTU.png");
background-color: white;
color: rgb(40, 44, 49);
}
body #fa_toolbar #fa_right a.rightHeaderLink ,body #fa_share {
display: none!important;
}
#fa_toolbar #fa_menulist {
padding: 0px;
background: #EAEAEA;
border-radius: 0 0 3px 3px;
min-width: 340px;
margin-top: 7px;}
#fa_toolbar #fa_menulist li {
display: block;
background-color: transparent;
border: none;
height: 42px;
line-height: 42px;
padding-left: 20px;
margin-left: 150px;
}
#fa_toolbar #fa_menulist li:hover {
padding-left: 14px;
border-left: 6px solid #3995cd;
color: #fff;
background: #3a3a3a;
}
#fa_toolbar #fa_right .fa_separator {
display: none!important;
}
#fa_toolbar #fa_menulist :link, #fa_toolbar #fa_menulist :visited {
color: #999!important;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
display: block!important;}
#fa_toolbar #fa_menulist :hover:link, #fa_toolbar #fa_menulist :hover:visited {
background: none!important;
color: white!important;
}
#fa_toolbar #fa_right.notification #notif_list {
right: 0px!important;
}
body #fa_right.welcome #fa_menu #fa_welcome {
background: -ms-linear-gradient(top,#77AC0B,#71a00e);
background: -o-linear-gradient(top,#77AC0B,#71a00e);
background: linear-gradient(top,#77AC0B,#71a00e);
background: -webkit-linear-gradient(top, rgb(119, 172, 11) 0%,#71a00e 100%);
background: -moz-linear-gradient(top,#77AC0B,#71a00e);}
body #fa_toolbar #fa_welcome {
background: #EAEAEA;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
color: #000!important;
}
body #fa_toolbar > #fa_right.notification > #fa_notifications {
background: -webkit-linear-gradient(top, rgb(221, 110, 0%,#ff811f 100%);
background: -moz-linear-gradient(top,#DD6E08 ,#ff811f);
background: -ms-linear-gradient(top,#DD6E08 ,#ff811f);
background: -o-linear-gradient(top,#DD6E08 ,#ff811f);
background: linear-gradient(top,#DD6E08 ,#ff811f);}
body #fa_toolbar #fa_right #notif_list li {
border-top: 1px solid #faf9f9!important;
border-bottom: 1px solid #cbcbcb!important;
position: relative;
background-image: -webkit-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: -moz-linear-gradient(#f1f0f1,#e4e4e4);
background-image: -ms-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: -o-linear-gradient(top,#f1f0f1,#e4e4e4);
background-image: linear-gradient(top,#f1f0f1,#e4e4e4);}
body #fa_toolbar #fa_right #notif_list li.see_all {
background: black;
border: 1px solid black!important;
text-align: center;
}
body #fa_toolbar #fa_right #notif_list li hr {
border: none;
}
body #fa_toolbar #fa_right #notif_list li .contentText a {
color: #1E79A4!important;
text-decoration: none!important;
}
body #fa_toolbar #fa_right #notif_list li .contentText a:hover {
color: #d85724!important;
}
#fa_right {
float: right;
font-size: 14px;
margin-right: 20px;
}

#moderation_tool {
margin:0 0 8px;
}
#moderation_tool.act_mod p {
-moz-border-radius:3px;
-moz-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
-moz-transition:all .2s ease-in-out;
-webkit-border-radius:3px;
-webkit-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
-webkit-transition:all .2s ease-in-out;
cursor:pointer;
webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background:0;
background-image:0;
border:1px solid #D9DBDD;
border-radius:3px;
box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
color:#616161;
display:inline-block;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fa',endColorstr='#edeeef',GradientType=0);
font-size:12px;
height:22px;
line-height:22px;
white-space:nowrap;
padding:0 10px;
}
#popw {
background-color:rgba(70,70,70,0.6);
-webkit-box-shadow:0 8px 15px rgba(0,0,0,0.7);
-moz-box-shadow:0 8px 15px rgba(0,0,0,0.7);
box-shadow:0 8px 15px rgba(0,0,0,0.7);
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
display:none;
z-index:999;
margin-top:16px;
position:absolute;
padding:4px;
}
#popw .mod_hover {
background-image:url(http://i38.servimg.com/u/f38/18/24/85/15/bottom10.png);
width:31px;
height:16px;
top:-16px;
left:5px;
z-index:999;
position:absolute;
}
#popw .popwinner {
background:#fff;
max-height:465px;
width:190px;
overflow:auto;
-webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
-moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
box-shadow:0 0 3px rgba(0,0,0,0.4);
overflow-x:hidden;
}
#popw .popwinner li {
background:#f8f8f8;
list-style-type:none;
border-bottom:1px solid #eaeaea;
text-align:center;
padding:3px 4px;
}
#popw .popwinner li a {
color:#333!important;
}

.topic-warning-block {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIXuytpYfI/AAAAAAAADcI/I4Tm0W5gDQk/lock_32.png);
  color: #750000 !important;
  background-color: #D26067;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px 1px 1px #AAA;
}

.pun .profi-add-ipb a#men1 {
    background: #E6E6E6 url("http://i.imgur.com/HpmZxWv.png") no-repeat 5px;
    }

/***image in category***/
.forumimg img {
    background: none repeat scroll 0px 0px rgb(255, 255, 255) !important;
    border-bottom: 2px solid rgb(204, 204, 204) !important;
    border-left: 1px solid #CCC;
    border-radius: 4px;
    border-right: 1px solid #CCC;
    border-top: 2px solid rgb(204, 204, 204) !important;
    height: 38px !important;
    margin-left: -45px;
    margin-top: -17px;
    padding: 0px !important;
    width: 38px !important;
}

here css

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

8
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Replace all of your css code with the following code:

Code:

        html, body {
        font: normal 13px helvetica, arial, sans-serif;
        background-color: #d8dde8;
        color: #5a5a5a;
        }
        .pun {
        background: #fff;
        padding: 10px 10px;
        line-height: 120%;
        -webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
        box-shadow: 0 5px 9px rgba(0,0,0,0.1);
        }
        .pun, .main_width {
        margin: 0 auto;
        width: 87%;
        min-width: 960px;
        }
        img, .input_check, .input_radio {
        vertical-align: middle;
        }£panda_selector_1420752338930_43_m_panda£{text-decoration: none;}
        #pun-visit, .main-box, #pun-about, .pun .paged-foot, .pun .paged-head {
        background-color: transparent;
        border: 0px;
        }£panda_selector_1420752338930_47_m_panda£{font-size: 0.8em;}
        #pun-intro, #pun-navlinks, #pun-about form {display: none;}
        /*header*/
        #header_bar {
        background: #323232 url(http://www.blirk.net/wallpapers/1366x768/christmas-wallpaper-80.jpg) repeat-x bottom;
        padding: 0;
        text-align: right;
        }
        #branding, #header_bar, #primary_nav {
        min-width: 980px;
        }
        #user_navigation {
        color: #9f9f9f;
        font-size: 11px;
        }
        #user_link {
        font-size: 12px;
        color: white;
        padding: 0 12px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        margin-right: 15px;
        outline: 0;
        }
        #user_navigation {
        overflow: visible;
        }
        #user_navigation .ipsList_inline li {
        margin: 0;
        }
        .ipsList_inline > li:first-child {
        margin-left: 0;
        }
        #user_navigation a {
        color: #fff;
        }
        #user_navigation.not_logged_in {
        height: 26px;
        padding: 6px 0 4px;
        }
        #user_navigation #register_link {
        background: #7BA60D;
        color: white;
        display: inline-block;
        padding: 3px 8px;
        border: 1px solid #7BA60D;
        -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2), 0px 1px 4px rgba(0,0,0,0.4);
        box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2), 0px 1px 4px rgba(0, 0, 0, 0.4);
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
        }
        #user_link:hover, #notify_link:hover, #inbox_link:hover {
        background-color: #323232;
        }
        #user_navigation #sign_in {
          margin-right: 8px;
        }
        #notify_link {
        background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_n11.png) no-repeat top;
        }
        #inbox_link {
        background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_i11.png) no-repeat top;
        }
        #notify_link, #inbox_link {
        vertical-align: middle;
        width: 18px;
        height: 15px;
        padding: 13px 24px 8px 12px;
        position: relative;
        }
        .ipsList_inline > li {
        display: inline-block;
        margin: 0 3px;
        }
        ol, ul {
        list-style: none;
        }£panda_selector_1420752338930_85_m_panda£{float: right;}
        /*branding*/
        #branding {
        background: #0F3854 url(http://i81.servimg.com/u/f81/17/45/75/97/brandi10.png) repeat-x;
        border-bottom: 1px solid #1B3759;
        min-height: 64px;
        }
        #logo {
        display: inline;
        }
        .clickable {
          cursor: pointer;
        }
        #search {
        margin: 20px 0;
        }
        #search_wrap {
        position: relative;
        background: #fff;
        display: block;
        padding: 0 26px 0 4px;
        height: 26px;
        line-height: 25px;
        -moz-border-radius: 3px 4px 4px 3px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 3px;
        border-radius: 3px 4px 4px 3px;
        -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
        min-width: 230px;
        }
        #main_search {
        margin-top: 5px;
        font-size: 12px;
        border: 0;
        padding: 0;
        color: #b0b0b0;
        background: transparent;
        width: 130px;
        outline: 0;
        }
        #main_search:focus {
        color: #5a5a5a;
        }
        input, select {
        font: normal 13px helvetica,arial,sans-serif;
        }
        #search_options {
        font-size: 10px;
        height: 20px;
        line-height: 20px;
        margin: 3px 3px 3px 0;
        padding: 0 6px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #EAEAEA;
        display: inline-block;
        float: right;
        max-width: 80px;
        text-overflow: ellipsis;
        overflow: hidden;
        }
        #search .submit_input {
        background: #7BA60D url(http://i81.servimg.com/u/f81/17/45/75/97/search10.png) no-repeat 50%;
        text-indent: -3000em;
        padding: 0;
        border: 0;
        border: 1px solid #7BA60D;
        display: block;
        width: 26px;
        height: 26px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
        -moz-box-shadow: inset 0px 1px 0 rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 0.2);
        }
        #adv_search {
        width: 16px;
        height: 16px;
        background: url(http://i81.servimg.com/u/f81/17/45/75/97/advanc10.png) no-repeat right 50%;
        text-indent: -3000em;
        display: inline-block;
        margin: 4px 0 4px 4px;
        }
        fieldset {
        border: 0px groove threedface;
        }
        /*navegação*/
        #primary_nav {
        background: #204066;
        font-size: 13px;
        padding: 4px 0 0 0;
        }
        #community_app_menu > li {
        margin: 0px 3px 0 0;
        }
        #community_app_menu > li > a {
        color: #c5d5e2;
        background: #1c3b5f;
        display: block;
        padding: 6px 15px 8px;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
        }
        #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
        background: #173455;
        color: #fff;
        }
        #community_app_menu > li.active > a {
        background: #fff;
        color: #0b5794;
        font-weight: bold;
        margin-top: 0;
        text-shadow: none;
        }
        #primary_nav #quickNavLaunch {
        padding: 6px 8px 8px;
        }
        #quickNavLaunch span {
        background: url(http://i78.servimg.com/u/f78/17/31/71/58/icon_q10.png) no-repeat top;
        width: 13px;
        height: 13px;
        display: inline-block;
        }
        /*table*/
        .collapsed {
        opacity: 0.8;
        }
        .main .main-head.collapsed {
        border-radius: 4px 4px 4px 4px;
        opacity: 0.2;
        }
        .main .main-head, .main .main-foot {
        background: #2c5687 url(http://i78.servimg.com/u/f78/17/31/71/58/mainti10.png) repeat-x top;
        color: #fff;
        padding: 10px 10px 11px;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: inset 0px 1px 0 #528cbc;
        -moz-box-shadow: inset 0px 1px 0 #528cbc;
        box-shadow: inset 0px 1px 0 #528cbc;
        border-width: 1px 1px 0 1px;
        border-color: #316897;
        border-style: solid;
        margin-top: 15px;
        }
        .main .main-foot {
        margin-top: 0px;
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-radius: 0 0 4px 4px;
        }
        .main .main-head .page-title h2 {
        font-size: 16px;
        font-weight: 300;
        }
        .pun .main-content {
          background: #ebf0f3;
          padding: 9px;
        }
        .pun table.table {
        background: #fff;
        border: 1px solid #dbe4ef;
        }
        .table .tc_icon {
        padding: 10px 5px!important;
        vertical-align: middle;
        width: 30px;
        }
        .pun table.table .tc_forum {
        height: 42px;
        min-height: 24px;
        }
        .pun tbody.statused span.stats {
        margin-right: 10px;
        margin-left: -25px;
        }
        .pun tbody.statused span.status {
        position: relative!important;
        }
        .pun .main table td.tc2, .pun .main table td.tc3 {
        background-color: white;
        }
        .pun table.table td.tc3 {
        text-align: right;
        width: 15%;
        }
        .pun table.table td {
        background: white;
        padding: 10px;
        border: 0px;
        border-bottom: 1px solid #f3f3f3;
        }
        .hierarchy {
        font-size: 15px!important;
        font-weight: 400!important;
        margin-left: 63px;
        }
        /*lastpost*/
        .mini_ava {
        float: left;
        }
        .mini_ava img {
        width: 30px;
        height: 30px;
        margin: 8px 5px;
        padding: 1px;
        border: 1px solid #D5D5D5;
        background: white;
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        }
        .mini_ava img:hover {
        border-color: #a1a1a1;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
        }
        /*module*/
        .module .main-head {
        font: normal 14px helvetica, arial, sans-serif;
        color: #204066;
        padding: 5px 10px;
        background: #DBE2EC;
        border: 0px;
        border-radius: 0px;
        -webkit-box-shadow: inset 0px 0px 0;
        -moz-box-shadow: inset 0px 0px 0;
        box-shadow: inset 0px 0px 0;
        }£panda_selector_1420752338930_163_m_panda£{background: #F7FBFC; border: 0px;}
        /*stats*/
        #onlinelist {background: white;border-top: 3px solid #d8d8d8;}
        #onlinechat {background: white;border-top: 0px;}
        #statistics {
        margin: 0 auto !important;
        text-align: center !important;
        display: table;
        background: none;
        }£panda_selector_1420752338930_171_m_panda£{display:none !important;}
        .statsPers li span a {
        text-decoration: none !important;
        }
        .statsPers li > span {
        display: inline-block;
        background: #e2e2e2;
        color: #4a4a4a;
        padding: 2px 6px;
        font-weight: bold;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-right: 3px;
        }
        .statsPers li {
        float: left;
        color:#4a4a4a;
        margin: 2px 10px;
        }
        .statsPers {
        list-style: none;
        display: block;
        margin: 0px auto;
        width: 100%;
        }
        /*footer*/
        #footer_utilities {
        padding: 10px;
        font-size: 11px;
        position: relative;
        }
        #footer_utilities .ipsList_inline>li>a {
        margin-right: 0px;
        padding: 4px 10px;
        }£panda_selector_1420752338930_185_m_panda£{padding: 0px;}
        #footer_utilities a {color: #225985;}
        #footer_utilities a:hover {color: #328586;}
        #footer_utilities .ipsList_inline > li > a {
        margin-right: 0px;
        padding: 4px 10px;
        }
        #backtotop {
        width: 24px;
        height: 24px;
        line-height: 20px;
        left: 50%;
        margin-left: -12px;
        position: absolute;
        display: inline-block;
        background: #bdbdbd;
        text-align: center;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        opacity: 0.4;
        outline: 0;
        }£panda_selector_1420752338930_195_m_panda£{margin-top: 5px;}
        #backtotop:hover{background:#af286d;color:#fff;opacity:1;}
        #copyright {
        color: #848484;
        text-align: right;
        text-shadow: 0px 1px 0px #fff;
        }
        #copyright a {
        color: #848484;
        }
        /*post*/
        .post h3 {
        background: #D8DDE8;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
        font-weight: normal;
        font-size: 16px;
        }
        span.post_id {
        margin-left: 4px;
        }
        .post_date {
        padding: 0 0 10px 0;
        font-size: 12px;
        color: #a4a4a4;
        }
        .desc.blend_links a {
        font: normal 12px helvetica, arial, sans-serif;
        color: #777777;
        }
        .post_id a img.small {
        max-height: 12px;
        margin-left: 3px;
        margin-top: -2px;
        opacity: 0.5;
        }£panda_selector_1420752338930_213_m_panda£{display: inline-block;}
        .pun .post .user {
        margin-left: -16em;
        margin-top: -0.9em;
        }£panda_selector_1420752338930_217_m_panda£{background: white;}
        .pun .postmain {
        background-color: white;
        border-left: 0px;
        margin-left: 14em;
        }
        .pun .post .user {
        width: 155px;
        font-size: 12px;
        text-align: center;
        line-height: 150%;
        margin-left: -170px;
        margin-top: -0.6em;
        }
        .pun .user .user-ident .user-basic-info {
          font-size: 11px;
          color: #a4a4a4;
          text-align: center;
          font-weight: normal;
        }
        .postfoot {
        border-top: 0px;
        margin-left: -14em;
        }
        /*user img*/
        .user-basic-info a img {
        height: 90px;
        width: 90px;
        padding: 1px;
        border: 1px solid #D5D5D5;
        background: white;
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        }
        .user-basic-info a img:hover {
        border-color: #A1A1A1;
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
        }
        /*quick reply*/
        #pun-qpost {
          background: #ebf0f3;
          padding: 9px;
          padding-top: 1px;
        }
        #pun-qpost .main-head {
        font: 300 26px/1.3 Helvetica, Arial, sans-serif;
        color: #323232;
        font-size: 18px;
        background: white;
        border-top: 1px solid #dbe4ef;
        border-left: 1px solid #dbe4ef;
        border-right: 1px solid #dbe4ef;
        border-radius: 0px;
        -webkit-box-shadow: inset 0px 0px 0;
        -moz-box-shadow: inset 0px 0px 0;
        box-shadow: inset 0px 0px 0;
        }£panda_selector_1420752338930_235_m_panda£{display: none;}
        .pun .frm-form, .main .main-content.frm {
        background-color: white;
        }
        .pun .post {
          border: 1px solid #dbe4ef;
        }
        .pun .main-content {
          border: 1px solid #dbe4ef;
          border-top: 0px;
        }
        #pun-qpost .frm-buttons {
        border-top: 0px;
        text-align: right;
        }
        /*chatbox*/
        #chatbox_header.main-head {
        background: #2c5687 url(http://i78.servimg.com/u/f78/17/31/71/58/mainti10.png) repeat-x top;
        padding: 6px 8px 6px;
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-radius: 4px 4px 0 0;
        -webkit-box-shadow: inset 0px 1px 0 #528cbc;
        -moz-box-shadow: inset 0px 1px 0 #528cbc;
        box-shadow: inset 0px 1px 0 #528cbc;
        border-width: 1px 1px 0 1px;
        border-color: #316897;
        border-style: solid;
        }
        .chatbox-title, .chatbox-title a.chat-title {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        }£panda_selector_1420752338930_249_m_panda£{margin: .3em .3em .5em;}
        .chatbox-options li, .chatbox-options li a, .chatbox-options li label {
        color: #fff;
        }
        #chatbox_members {
          top: 40px;
          border-right: 1px solid #ccc;
        }
        #chatbox p:first-child {
        border-top: 1px solid #d5dde5;
        }
        #chatbox p {
        background: #f1f6f9;
        border-right: 1px solid #d5dde5;
        border-left: 1px solid #d5dde5;
        border-bottom: 1px solid #d5dde5;
        line-height: 1.2em;
        }
        #chatbox_footer {
          padding-bottom: 6px;
          border-top: 1px solid #d5dde5;
          background: #f1f6f9;
        }
        #chatbox_footer .right {
          /*display: none !important;*/
          float: left;
        }£panda_selector_1420752338930_263_m_panda£{margin-left: 8px;font-size:0}
        input#message.post {
        color: #5a5a5a;
        border-width: 1px;
        border-style: solid;
        border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
        background: #fff;
        padding: 4px;
        min-width: 395px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        }
        #message, #submit_button {
        margin-left: 15px;
        }
        .fontbutton {
        background: #EFF1F3;
        border-color: #DEE0E2;
        color: #464646;
        -moz-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
        }£panda_selector_1420752338930_271_m_panda£{visibility:visible!important}
        #chatbox_messenger_form div.right img{visibility:hidden}
        #simple-wrap {
          background:white;
        }
        #divbold, #divcolor, #divitalic, #divsmilies, #divstrike, #divunderline {
        background-position: center;
        background-repeat: no-repeat;
        }
        #divbold {
        background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-bold.png);
        }
        #divitalic {
        background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-italic.png);
        }
        #divunderline {
        background-image: url(http://cdn2.iconfinder.com/data/icons/oxygen/16x16/actions/format-text-underline.png);
        }
        #divstrike {
        background-image: url(http://cdn1.iconfinder.com/data/icons/bnw/16x16/actions/text_strike.png);
        }
        #divcolor {
        background-image: url(http://2img.net/i/fa/wysiwyg/color_swatch.png);
        }
        #divsmilies {
        background-image: url(http://i26.servimg.com/u/f26/12/56/56/12/emotic10.png);
        }£panda_selector_1420752338930_291_m_panda£{padding: 0px;}
        #chatbox{
          margin: 10px 0 10px 0;
          border: 1px solid #DCE2EC;
          border-bottom: 6px solid #DCE2EC;
          background: #ebf0f3;
          padding: 8px;
        }
        input[type="submit"] {
        text-decoration: none;
        border-width: 1px;
        border-style: solid;
        padding: 4px 10px;
        cursor: pointer;
        }
        input[type="submit"] {
        background: #212121 url(http://i78.servimg.com/u/f78/17/31/71/58/topic_10.png) repeat-x top;
        color: #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
        box-shadow: inset 0 1px 0 0 #5c5c5c, 0px 2px 3px rgba(0,0,0,0.2);
        border-color: #212121;
        }
        /*crumbs*/
        p.crumbs a {
          color: #777!important;
          font: normal 13px helvetica, arial, sans-serif;
        }£panda_selector_1420752338930_301_m_panda£{ display:block !important }
        .pun .user-ident .username {
            text-align: center;
            position: relative;
        }
          /*ipbperfilcss*/
            .usernam-ipb ,.usernam-ipb span {
                color: #7A7A7A!important; 
                font-size: 20px!important; 
                font-weight: bold!important; 
                line-height: 1.7!important;
            }
            .usernam-ipb em {
                display: none!important;
            }
            .ipb-profile .mod-left {
                width: 150px; 
                margin-left: -150px;
                float: left;
            }
            .ipb-profile {
                background: #EBF0F3;
                padding: 9px;
                clear: both;
                padding-left: 188px;
                overflow: hidden; 
                color: #5A5A5A;     
                font-family: helvetica, arial, sans-serif!important; 
                font-size: 11px;
            }
            .mod-center {
            width: 98%;
            float: left;
            background: #FFF;
            border: 1px solid #E4E4E4;
            padding: 9px;
            position: relative;
            margin: auto;
            }
            .ipb-m-title h2 {
                padding: 8px 10px;  background: #F5F5F5;  color: #868686;  font-size: 11px; margin: 0; 
                font-weight: bold;
                font-family: helvetica!important;
            display:none;}
            .co-ipb {
            background: #FFF;
            margin-bottom: 10px;
            border: 1px solid #DDD;
            margin: 5px;
            min-height: 600px;
            }
            .ipb-profile dt, .ipb-profile dt span {
                color: #5A5A5A!important;
                font-weight: bold!important;
            }
            .m-info-ipb dt {
                display: inline-block;
                width: 200px;
                text-align: right;
                padding-right: 10px;
            }
            .m-info-ipb dd {
                display: inline-block;
                width: 350px;
            }
            .profi-add-ipb a.mainmenu + br + a.mainmenu ,.main-ipb-f .clear ,.m-info-ipb .separator {
                display: none;
            }
            .m-info-ipb dl {
                line-height: 1.3;  font-size: 11px;  background: #FEFEFE;  border: 1px solid #EEE;  padding: 8px;  border-left: 0;  border-right: 0;  margin-bottom: -1px;
            }
            .ipb-tab-us ul li a span {
                display: block;  padding: 10px 8px;  outline: 0;  font-size: 11px;  color: #8D8D8D;  -webkit-transition: background-color 0.1s ease-in-out;  -moz-transition: background-color 0.3s ease-in-out;
            }
            .ipb-tab-us ul li {
            background: #F6F8FB;
            color: #808080;
            border-bottom: 1px solid #DBE4EF;  font-size: 13px;
            }
            .ipb-tab-us ul li :hover {
            background: #EAEFF5;
            color: #808080;
            }
            .ipb-tab-us {
                width: 149px !important;  margin-top: 10px;  border-top: 1px solid #DBE4EF;
            border-left: 1px solid #DBE4EF;
            }
            .ipb-profile li ,.ipb-tab-us ul {
                list-style: none;
            }
            .ipb-tab-us ul li.activetab {
                background: white;
                width: 150px;
                position: relative;
            z-index: 9;}
            .profile-ava img {
                background: #FFF;  padding: 1px;  border: 1px solid #D3D3D3;  max-width: 138px;  max-height: 138px;
            }
            .estoyenline-i {
            background: #7BA60D;
            }
            .ofline-ipb {
            background: #B3B3B3;
            padding: 0 5px;}
            .estoyenline-i, .ofline-ipb{
            display: inline-block;
            height: 17px;
            line-height: 17px;
            font-size: 9px;
            font-weight: bold;
            text-transform: uppercase;
            color: #FFF;
            border-radius: 2px;
            vertical-align: middle;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.22);
            }
            .pun .co-ipb .main-content {
            background: #FFF;
            border: 0;
            }
            .co-ipb#friends ol li {
            padding: 8px 0 0 0;
            margin: 5px 0 0 0;
            min-width: 80px;
            height: 70px;
            list-style: none;
            width: 100px;
            display: inline-table;
            text-align: center;
            }
            .co-ipb#friends ol li .avatar {
            display: block;
            border: 0;
            background: 0;
            text-align: center;
            width: 100%;
            }
            #friends ol li .message-text ,.co-ipb#friends .message-footer li {
            display: none;
            }
            .co-ipb ol li .avatar img:hover {
            border-color: #7D7D7D;
            }
            .co-ipb ol li .avatar img {
            background: #FFF;
            padding: 1px;
            border: 1px solid #D3D3D3;
            height: 50px;
            width: 50px;
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);}
            #contacto h2#contacto ,#profilewall #wallcomment ,#friends h2#friends ,#estadisticas #estadisgene, .co-ipb #estadis {
            display: block;
            }
            #estadisticas h2#estadis ,#contacto h2#estadis ,.co-ipb#profilewall h2#estadis ,.co-ipb#friends h2#estadis {
            display: none;
            }
            #estadisticas .m-info-ipb ul li {
                line-height: 1.3;  font-size: 11px;  background: #FEFEFE;  border: 1px solid #EEE;  padding: 8px;  border-left: 0;  border-right: 0;  margin-bottom: -1px;
            }
            #estadisticas fieldset legend {
            font-size: 13px;
            font-weight: bold;
            width: 100%;
            font: bold 14px helvetica,arial,sans-serif;
            padding: 8px 10px;
            color: #204066;
            background: #D8DDE8;
            }
            .co-ipb#contacto .contact-ips ,#profilewall .main-content ,#estadisticas .main-content {
                background: #EBF0F3;
                padding: 9px;
            }
            #estadisticas .main-content .stats-field.genmed {
                overflow: hidden;
                margin-bottom: 24px;
                background: #FFF; 
            }
            #estadisticas .main-content .stats-field.genmed ul {
                padding: 9px;
                border: 1px solid #DBE4EF;
            }
            .co-ipb#contacto h2#contacto ,#wallcomment ,#estadisgene {
                background: #2C5687 url(http://i.imgur.com/Lcy9BkS.png) repeat-x top; 
                color: #FFF;  padding: 10px 10px 11px;            border-radius: 4px 4px 0 0;     
                box-shadow: inset 0px 1px 0 #528CBC;  border-width: 1px 1px 0 1px; 
                border-color: #316897; 
                border-style: solid;  font-size: 11px;
                text-shadow: none;
            }
            #profilewall ,#estadisticas {
                border-radius: 4px 4px 0 0;
                border: none;
            }
            .pun .co-ipb a {
                color: #225985;
            }
            .pun .co-ipb a:hover {
                color: #328586;
            }
            .co-ipb#friends ol li .avatar img:hover {
                border-color: #7D7D7D;
            }
            #estadisticas .m-info-ipb {
                border: 1px solid #DDD;
            }
            #estadisgene span {
                background: #244156;  opacity: 1; 
                color: #FFF;  padding: 4px 10px;  font-weight: bold;      border-radius: 10px;      box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.2);
            }£panda_selector_1420752338930_389_m_panda£{display:none;}
            .mensajeprofile ol li.clearfix {
                background: #FFF;  border: 1px solid #DBE4EF;
                padding: 9px;
                margin-bottom: 9px;
                position: relative; 
            }
            .mensajeprofile .avatar {
                border: 0;
                background: 0;
                display: inline;
                float: left;
            }
            .mensajeprofile ol li .message-block {
                overflow: hidden;
                margin-left: 65px;
                padding: 0;
            }
            .mensajeprofile ol li .message-block .message-header a {
                font-weight: bold;  font-size: 14px;
            }
            .mensajeprofile .message-date {
                position: absolute;
                bottom: 5px;
                color: #A4A4A4;  font-size: 12px;
                background: transparent url("http://i.imgur.com/8WDJvOf.png") no-repeat left;
                padding-left: 20px;
            }
            .mensajeprofile .message-text {
                margin: 5px 0;
                font-size: 14px;  word-wrap: break-word;
            }
            #profilewall .message-footer {
                float: right;
            }
            #profilewall .message-footer li {
                display: inline;
                margin-right: 10px;
            }
            .co-ipb .pagination b {
                background: #7BA60D;  color: #FFF;  font-weight: bold;      border-radius: 2px; 
                padding: 4px 5px;
            }
            .co-ipb .pagination a {
                display: inline-block;    color: #999;
                background: none;
                padding: 4px 5px;
            }
            .co-ipb .pagination a:hover {
                background: #ECECEC;      border-radius: 2px;
            }
            .co-ipb .pagination {
                background: white;
                border-radius: 5px 5px 0 0;
                padding: 4px 10px;
            }
            #friends .message-header em {
            display: block;
            }
            h2#friends {
            font: normal 14px helvetica,arial,sans-serif;
            padding: 8px 10px;
            background: #DBE2EC;
            color: #204066;
            }
            .co-ipb#contacto ,.co-ipb#friends {
            border: 0;
            }
            .contact-ips dl dt {
                display: inline-block;
                width: 140px;
                text-align: right;
            }
            .contact-ips dl dd {
                width: 600px;
                display: inline-block;
                padding-left: 10px;
                vertical-align: middle;
            }
            .lass-activiti {
            display: inline-block;
            margin-left: 10px;color: #C4C4C4;
            }
            .coin-ipb span {
                font-size: 20px;  font-weight: bold;  display: block;
            }
            .coin-ipb #sub {
                text-align: center;  font-weight: normal;
            }
            .coin-ipb {
                float: none;  margin: 0 0 5px 0; 
                padding: 10px;  text-align: center;  font-weight: normal;  display: block;
                background: #80B700;
                border-radius: 3px;
                color: white;font-size: 13px;
            }
            .repu-ipb {
                background: #DEDEDE;  color: #6E6E6E;   
                float: none;  margin: 0 0 5px 0;  padding: 10px;  text-align: center;  font-weight: normal;  display: block;      border-radius: 3px; 
                font-size: 13px;
            }
            .repu-ipb span {
                font-size: 20px;  font-weight: bold;  display: block;
            }
            .band-right {
                margin-left: 612px;
              top: -35px;
            position: relative;
            }
            .co-ipb#profile {
                border: 0;
            }
            .co-ipb#profile .in-ipb {
                width: 600px;
                border: 1px solid #EEE;
                float: left;
                border-top: 0;
            }
            h2#estadis {
                width: 580px;
                font: normal 14px helvetica, arial, sans-serif;  padding: 8px 10px; 
                background: #DBE2EC;  color: #204066;
                border: 1px solid #DBE2EC;
            }
            .module-ipb-right h2 {
                font: normal 14px helvetica, arial, sans-serif;  padding: 8px 10px;  background: #DBE2EC;  color: #204066;
            }
            .main-ipb-f {
                padding: 9px;
            }
            .main-ipb-f .clear + a.mainmenu {
                display: block;
                text-align: center;
            }
            .main-ipb-f .friend-block {
                display: inline-block;
                float: none;
            }
            .main-ipb-f .avatar img {
                padding: 1px;  border: 1px solid #D5D5D5;  background: #FFF;      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); 
            }
            .main-ipb-f .avatar {
                border: 0;
                background: none;
                width: auto;
            }
            .main-ipb-f div.clear + a.mainmenu[href^="/u"], non.main-ipb-f .friend_list_online_status img {
            display: none;
            }
            .profi-add-ipb a#search-i {
                background: #E6E6E6 url("http://i.imgur.com/tS9vehw.png") no-repeat 5px;
            }
            .rating-profile {
                margin: 10px 0 20px 0;
            }
            .register-date {
                margin-bottom: 10px;
                font: normal 13px helvetica,arial,sans-serif;
            }
            .profi-add-ipb {
            position: absolute;
            right: 30px;
            top: 95px;
            color: rgba(0, 0, 0, 0);
            }
            .profi-add-ipb br {
                display: none;
            }
            .pun .profi-add-ipb a {
                display: inline-block;
                background: #E6E6E6 url("http://i.imgur.com/5MlMsua.png") no-repeat 5px;
                height: 17px;
            line-height: 17px;
                padding: 2px 2px 2px 25px;       
                border: 1px solid rgb(207, 207, 207);     
                box-shadow: 0px 7px 21px rgba(255, 255, 255, 0.76) inset, 0px 1px 0px rgba(0, 0, 0, 0.41);      border-radius: 3px;  color: #616161;    white-space: nowrap;  -webkit-transition: all 0.2s ease-in-out;  -moz-transition: all 0.2s ease-in-out;
                margin-right: 15px;font-size: 12px;
            }
            .pun .profi-add-ipb a:hover {
                border: 1px solid #A0A0A0;
            }
            .pun .profi-add-ipb a#men {
            background: #E6E6E6 url("http://i.imgur.com/LE1LFBD.png") no-repeat 5px;
            }
            .pun .nav-ipb-top a {
                color: rgb(85, 85, 85);
            }
            .nav-ipb-top {
                position: relative;
                margin-left: -140px;
                margin-bottom: 10px;
            }
            .nav-ipb-top span {
            margin: 0 5px;
            }
            .mod-center {
            padding-bottom: 50px;
            }
            #word-link {
                position: absolute;
                bottom: 19px;
                right: 26px;
                z-index: 999!important;
                color: #777;
                font: normal 9px helvetica;
                text-align: right;
            }
            .co-ipb div.activetab {
            display: block!important;
            }£panda_selector_1420752338930_487_m_panda£{opacity: 1!important;}
        #soloinvitadostopde32 {
        position: fixed;
        top: 1px;
        z-index: 99999999!important;
          margin-left: -150px;
        }
        #soloinvitadostopde32 a {
        cursor: pointer;
        display: inline-block;
        height: 16px;
        line-height: 26px;
        margin: 0 6px;
          font-size: 20pt;
        font-family: 'Monotype Corsiva';
        font-weight: bold;
          color: #fff;
        }
        #soloinvitadostopde32 a#fa_notifications1 {
          background-repeat: no-repeat;
        background-image: url('http://cdn1.iconfinder.com/data/icons/crystalproject/32x32/filesystems/Globe.png');
        background-size: 30px;
        width: 30px;
          height: 27px;}
        #str {
        display: block;
        overflow: hidden;
        padding: 20px 10px;
        }#str label {
        display: block;
        }
        #str input {
        background-color: #424242;
        border: 1px solid #000;
        color: #5C5E61;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
        width: 250px;
        }
        input[type="password"], input[type="text"], textarea {
        -webkit-border-radius: 3px;
        background-color: #fff;
        border: 1px solid #CCC;
        border-radius: 3px;
        box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
        color: #515151;
        cursor: text;
        display: inline-block;
        line-height: 18px;
        padding: 4px;
        }
        #login_remember_p {
        font-family: helvetica;
        font-size: 11px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        }
        #str .login_remember_p {
        display: inline-block;
        position: relative;
        width: auto!important;
        }
        #buttonlogin input.mainoption {
        background: -moz-linear-gradient(top,#97C92F,#71A00E);
        border: 4px solid #000;
        box-shadow: none;
        color: #000;
        display: block;
        margin-top: 10px;
        padding: 10px 0;
        width: 100%;
        }
       
        #fa_search {
        position: fixed;
        z-index: 99999!important;
        top: 1px;
        margin-left: 150px!important;
        }
        #fa_icon {
          display: none !important;
        }
        #fa_service {
        display: none !important;
        }
        #soloinvitadostopde {
        position: fixed;
        right: 20px;
        top: 1px;
        z-index: 99999999!important;
        }
        #soloinvitadostopde a {
        background: #EAEAEA;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #000!important;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        margin: 0 3px;
        padding: 7px 10px;
        }
        #soloinvitadostopde a#fa_notifications {
        background: #badcf3;
        }
        .sutlogin {
        background: rgb(223, 223, 223);
        border: 1px solid #242424;
        border-radius: 0 0 3px 3px;
        color: #606364;
        font-family: arial;
        font-size: 13px;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        margin-top: 7px;
        padding: 0;
        position: absolute;
        right: 110px;
        top: 30px;
        width: 291px;
        z-index: 999;
        }
        body #fa_toolbar #live_notif .fa_notification {
        background: -moz-linear-gradient(top,rgba(0, 163, 255, 0.74) ,rgba(0, 153, 255, 0.77))!important;}
        body #fa_toolbar #live_notif {
        position: fixed!important;
        bottom: 10px!important;
        left: 10px!important;
        }
        body #fa_toolbar #live_notif .fa_notification {
        background: -webkit-linear-gradient(top, rgba(0, 163, 255, 0.74), rgba(0, 153, 255, 0.77))!important;
        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.31);
        opacity: 1!important;
        border: 1px solid #017FBB;
        }body #fa_toolbar #fa_menu:hover :visited{
        background: transparent!important;
        }
        html body #fa_right a#fa_notifications.rightHeaderLink {
        background: rgb(186, 220, 243);
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #000!important;
        display: inline-block!important;
        height: 16px;
        line-height: 16px;
        padding: 7px 5px;
        }
        body #fa_toolbar_hidden {
        display: none!important;
        }
        body #fa_hide {
        display: none!important;
        }
        body #fa_menu,body #fa_notifications {
        border-left: 1px solid #333;
        }
        body #fa_toolbar {
        position: fixed;
        border-top: 1px solid #333;
        box-shadow: 0 1px #000, 0 2px 1px rgba(0, 0, 0, .4);
        background-color: #2c5687;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        padding: 0px;
        border-bottom: 7px solid #EAEAEA;
        background: #2c5687;
        }
        body #fa_magnifier {
        display: none!important;
        }
        body #fa_search #fa_textarea {
        color: #ddd;
        outline: none;
        background-image: url("http://i.imgur.com/nVk5EZS.png");
        background-repeat: no-repeat;
        background-position: 4px center;
        width: 150px;
        line-height: 0px;
        text-indent: 0px !important;
        padding-left: 24px!important;
        background-color: rgb(17, 17, 17);
        border-left: 4px solid rgb(84, 90, 99);
        margin: 0px;
        height: 32px;
        border-right: 1px solid #333;
        -webkit-transition: 0.5s;
        -moz-transition-duration: 0.5s;
        -htm-transition-duration: 0.5s;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 12px;
        border-radius: 0px;
        top: -2px;
        position: relative;
        }
        body #fa_search #fa_textarea:focus {
        width: 220px;
        background-image: url("http://i.imgur.com/1jpriTU.png");
        background-color: white;
        color: rgb(40, 44, 49);
        }
        body #fa_toolbar #fa_right a.rightHeaderLink ,body #fa_share {
        display: none!important;
        }
        #fa_toolbar #fa_menulist {
        padding: 0px;
        background: #EAEAEA;
        border-radius: 0 0 3px 3px;
        min-width: 340px;
        margin-top: 7px;}
        #fa_toolbar #fa_menulist li {
        display: block;
        background-color: transparent;
        border: none;
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        margin-left: 150px;
        }
        #fa_toolbar #fa_menulist li:hover {
        padding-left: 14px;
        border-left: 6px solid #3995cd;
        color: #fff;
        background: #3a3a3a;
        }
        #fa_toolbar #fa_right .fa_separator {
        display: none!important;
        }
        #fa_toolbar #fa_menulist :link, #fa_toolbar #fa_menulist :visited {
        color: #999!important;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        display: block!important;}
        #fa_toolbar #fa_menulist :hover:link, #fa_toolbar #fa_menulist :hover:visited {
        background: none!important;
        color: white!important;
        }
        #fa_toolbar #fa_right.notification #notif_list {
        right: 0px!important;
        }
        body #fa_right.welcome #fa_menu #fa_welcome {
        background: -ms-linear-gradient(top,#77AC0B,#71a00e);
        background: -o-linear-gradient(top,#77AC0B,#71a00e);
        background: linear-gradient(top,#77AC0B,#71a00e);
        background: -webkit-linear-gradient(top, rgb(119, 172, 11) 0%,#71a00e 100%);
        background: -moz-linear-gradient(top,#77AC0B,#71a00e);}
        body #fa_toolbar #fa_welcome {
        background: #EAEAEA;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #000!important;
        }
        body #fa_toolbar > #fa_right.notification > #fa_notifications {
        background: -webkit-linear-gradient(top, rgb(221, 110, 0%,#ff811f 100%);
        background: -moz-linear-gradient(top,#DD6E08 ,#ff811f);
        background: -ms-linear-gradient(top,#DD6E08 ,#ff811f);
        background: -o-linear-gradient(top,#DD6E08 ,#ff811f);
        background: linear-gradient(top,#DD6E08 ,#ff811f);}
        body #fa_toolbar #fa_right #notif_list li {
        border-top: 1px solid #faf9f9!important;
        border-bottom: 1px solid #cbcbcb!important;
        position: relative;
        background-image: -webkit-linear-gradient(top,#f1f0f1,#e4e4e4);
        background-image: -moz-linear-gradient(#f1f0f1,#e4e4e4);
        background-image: -ms-linear-gradient(top,#f1f0f1,#e4e4e4);
        background-image: -o-linear-gradient(top,#f1f0f1,#e4e4e4);
        background-image: linear-gradient(top,#f1f0f1,#e4e4e4);}
        body #fa_toolbar #fa_right #notif_list li.see_all {
        background: black;
        border: 1px solid black!important;
        text-align: center;
        }
        body #fa_toolbar #fa_right #notif_list li hr {
        border: none;
        }
        body #fa_toolbar #fa_right #notif_list li .contentText a {
        color: #1E79A4!important;
        text-decoration: none!important;
        }
        body #fa_toolbar #fa_right #notif_list li .contentText a:hover {
        color: #d85724!important;
        }
        #fa_right {
        float: right;
        font-size: 14px;
        margin-right: 20px;
        }
        #moderation_tool {
        margin:0 0 8px;
        }
        #moderation_tool.act_mod p {
        -moz-border-radius:3px;
        -moz-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
        -moz-transition:all .2s ease-in-out;
        -webkit-border-radius:3px;
        -webkit-box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
        -webkit-transition:all .2s ease-in-out;
        cursor:pointer;
        webkit-touch-callout:none;
        -webkit-user-select:none;
        -khtml-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
        background:0;
        background-image:0;
        border:1px solid #D9DBDD;
        border-radius:3px;
        box-shadow:0 1px 0 rgba(255,255,255,1) inset,0 1px 0 rgba(0,0,0,0.3);
        color:#616161;
        display:inline-block;
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fa',endColorstr='#edeeef',GradientType=0);
        font-size:12px;
        height:22px;
        line-height:22px;
        white-space:nowrap;
        padding:0 10px;
        }
        #popw {
        background-color:rgba(70,70,70,0.6);
        -webkit-box-shadow:0 8px 15px rgba(0,0,0,0.7);
        -moz-box-shadow:0 8px 15px rgba(0,0,0,0.7);
        box-shadow:0 8px 15px rgba(0,0,0,0.7);
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        display:none;
        z-index:999;
        margin-top:16px;
        position:absolute;
        padding:4px;
        }
        #popw .mod_hover {
        background-image:url(http://i38.servimg.com/u/f38/18/24/85/15/bottom10.png);
        width:31px;
        height:16px;
        top:-16px;
        left:5px;
        z-index:999;
        position:absolute;
        }
        #popw .popwinner {
        background:#fff;
        max-height:465px;
        width:190px;
        overflow:auto;
        -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4);
        -moz-box-shadow:0 0 3px rgba(0,0,0,0.4);
        box-shadow:0 0 3px rgba(0,0,0,0.4);
        overflow-x:hidden;
        }
        #popw .popwinner li {
        background:#f8f8f8;
        list-style-type:none;
        border-bottom:1px solid #eaeaea;
        text-align:center;
        padding:3px 4px;
        }
        #popw .popwinner li a {
        color:#333!important;
        }
        .topic-warning-block {
          border: 1px solid;
          margin: 10px 0px;
          padding: 15px 10px 15px 50px;
          background-repeat: no-repeat;
          background-position: 10px center;
          background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIXuytpYfI/AAAAAAAADcI/I4Tm0W5gDQk/lock_32.png);
          color: #750000 !important;
          background-color: #D26067;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          text-align: center;
          font-weight: bold;
          font-size: 18px;
          text-shadow: 1px 1px 1px #AAA;
        }
        .pun .profi-add-ipb a#men1 {
            background: #E6E6E6 url("http://i.imgur.com/HpmZxWv.png") no-repeat 5px;
            }
        /***image in category***/
        .forumimg img {
            background: none repeat scroll 0px 0px rgb(255, 255, 255) !important;
            border-bottom: 2px solid rgb(204, 204, 204) !important;
            border-left: 1px solid #CCC;
            border-radius: 4px;
            border-right: 1px solid #CCC;
            border-top: 2px solid rgb(204, 204, 204) !important;
            height: 38px !important;
            margin-left: -40px;
            margin-top: -17px;
            padding: 0px !important;
            width: 38px !important;
        }

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

9
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
http://mobileask.forumotion.info/forum

dark its not work

and my logo delete :-s

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

10
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
bump

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

11
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Have as I can see the board index has been justified, but have you remove your skin templates? It looks like you have been removed your overall_header template.

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

12
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
i am not add use overall header

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

13
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
bump

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

14
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
There is no menu on your top of your forum http://prntscr.com/5rswwr that means the overall_header modified or something is going wrong with overall_header template.
You must add this template because the users cannot see any menu on the top of your page and this issue looks like malfunction.

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

15
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
hei

Dark i am not modified my template bro

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

16
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
bump

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

17
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
bump

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

18
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
What exactly do you want to do?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

19
Offline

  RoyalLand

RoyalLand
Punbb Rookie
Punbb Rookie
sir my banner hide 1st solve this issue

and one more thing my forum icon not scrolling

Powered by PunBB
Currently 0 users have thanked RoyalLand for this post:

20
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

21
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum