Cum scot bara STATISTICI
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3 • Distribuiţi
Pagina 2 din 3 • 1, 2, 3
Cum scot bara STATISTICI
Rezumarea primului mesaj :
Cum pot scoate aceasta bara? (STATISTICI) ?
Sau sa ii schimb numele in Parteneri si sa pun partenerii mai aproape
Cum pot scoate aceasta bara? (STATISTICI) ?
Sau sa ii schimb numele in Parteneri si sa pun partenerii mai aproape
Ultima editare efectuata de catre SASAN. in Dum Apr 29, 2012 7:37 pm, editata de 1 ori
Re: Cum scot bara STATISTICI
Tot nu merge,e activata gestiunea Javascript,dar dispare si bara de la cine este conectat,sau daca se poate pe aceeasi bara unde scrie Cine este conectat in dreapta barei sa scrie Statistici (daca intrati pe forum va dati seama la ce ma refer.)
Re: Cum scot bara STATISTICI
Incearca asta, tot in generalitati:
- Cod:
<style>
div.h3 { display: none;}
</style>
Re: Cum scot bara STATISTICI
Incearca asta:
- Cod:
div.h3 a[href="/statistics"] {
display: none !important;}
Re: Cum scot bara STATISTICI
Incearca asta:
Adauga in Generalitati:
Si acest cod in Gestiunea codurilor javascript:
- Cod:
div.h3:after {
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
Adauga in Generalitati:
- Cod:
<style>
.h3 { display: none;}
</style>
Si acest cod in Gestiunea codurilor javascript:
- Cod:
jQuery(document).ready(function() {
jQuery('#i_whosonline').after('<div class="h3"> Cine este conectat? </div>');
});
Re: Cum scot bara STATISTICI
Ok, deci revin
Adauga in Generalitati:
La mine functioneaza
Adauga in Generalitati:
- Cod:
<style>
div.h3 { display: none;}
</style>
- Cod:
.stats-1 {
color:#fff;
border-radius:4px;!important;
-moz-border-radius:4px!important;
-webkit-border-radius:4px!important;
text-shadow:0 1px 1px rgba(0,0,0,.3);
background:#cadceb url(http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png) repeat-x 0 -110px;
box-shadow:0 1px 4px rgba(0,0,0,0.3) inset, 0 0 0 1px rgba(255,255,255,0.05), 0 1px 0 rgba(255,255,255,0.08);
padding:5px;}
.stats-1:after {
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
- Cod:
jQuery(document).ready(function() {
jQuery('#i_whosonline').after('<div class="stats-1">Cine este conectat?</div>');
});
La mine functioneaza
Re: Cum scot bara STATISTICI
Tot asa arata,poti sa verifici.. nu inteleg ce are.. ca nu mai pot de nervi ..
Uite aici tot css'u,poate am vreun cod ce impiedica..
EDIT!
Se vede in partea dreapta Statistici,dar nu e bara albastra,e una deschisa,si STATISTICI nu scrie exact ca la Cine este conectat..
Stiu sunt o pacoste ) dar raman dator
Uite aici tot css'u,poate am vreun cod ce impiedica..
- Cod:
#logo {
-webkit-transition: All 1s ease;
-moz-transition: All 1s ease;
-o-transition: All 1s ease;
-webkit-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(0.9) skew(0deg) translate(0px);
}
#logo:hover{
-webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
#logo:active{-webkit-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);
-o-transform: rotate(0deg) scale(0.8) skew(0deg) translate(0px);}
body {
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #536482;
background-color: #ffffff;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/blue-b10.jpg');
background-attachment: fixed;
background-position: center top;
font-size: 10px;
height: auto;
padding: 0px 0px;
}
#wrap {
width: 1000px!important;
margin-top: 20px;
background-color: #fafcff;
border: 1px solid #;
padding: 20px;
-moz-box-shadow: 0 0 6px black;
-webkit-box-shadow: 0 0 6px black;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
margin-bottom: 20px;
}
#simple-wrap {
padding: 6px 10px;
}
/* Header-------------------------------------------------*/
.headerbar {
background: #0076b1 url(http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png) repeat-x 0 -110px;
margin-bottom: 0px;
padding: 0pt 5px;
-moz-border-radius-topleft: 4px!important;
-moz-border-radius-topright: 4px!important;
-moz-border-radius-bottomright: 0px!important;
-moz-border-radius-bottomleft: 0px!important;
-webkit-border-radius: 4px 4px 0px 0px!important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
* html .headerbar {
height: 1%;
/* Hack IE layout */
}
*+ html .headerbar {
min-height: 1px;
}
#logo-desc {
margin: 0px;
padding: 0px;
text-align: left;
}
#logo {
float: left;
padding: 5px;
}
a#logo:hover {
text-decoration: none;
}
#site-title,#site-title h1 {
font-family: ;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
padding-top: 15px;
}
#site-title h1 {
padding-top: 0;
}
#logo-desc p {
margin: 0px;
padding: 0px;
color: #FFFFFF;
}
/* Menu-------------------------------------------------*/
.navbar {
padding: 0px;
background: #cadceb url(http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png) repeat-x 0 -110px;
-moz-border-radius-topleft: 0px!important;
-moz-border-radius-topright: 0px!important;
-moz-border-radius-bottomright: 4px!important;
-moz-border-radius-bottomleft: 4px!important;
-webkit-border-radius: 0px 0px 4px 4px!important;
text-align: center!important;
}
ul.navlinks {
border-bottom: 0px solid #ffffff;
margin-top: -2px;
margin-bottom: -1px;
font-weight:normal;
}
ul.navlinks a {
font-family: tahoma,helvetica,arial,sans-serif
padding: 9px;
font-style: normal!important;
}
ul.navlinks a:hover {
text-decoration: none;
text-shadow: 0 0 4px rgba(255, 255, 255, 0.7);
padding: 9px;
color: #536482;
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
ul.borderless {
border-bottom: 0;
}
ul.linklist li {
list-style-type: none;
width: auto;
font-size: 1.1em;
line-height: 2.2em;
display: inline;
}
ul.linklist li a img {
vertical-align: middle;
}
.search-box {
display: none;
}
#search-box {
display: none;
/* For Opera */
}
* html #search-box {
margin-right: 35px;
}
#search-box #keywords {
width: 95px;
background-color: #ffffff;
}
#search-box input, {
border: 1px solid #BCBCBC;
}
#search-box input.button1 {
padding: 1px 5px;
}
/*input.search {
background-image: url('http://2img.net/i/fa/prosilver/icon_textbox_search.gif');
background-repeat: no-repeat;
background-position: left 1px;
padding-left: 17px;
}
*/
input.search {
background:url('http://2img.net/i/fa/sprite_prosilver_navbar.png') no-repeat top left;
background-position:0 -701px;
padding-left:17px;
}
ul.linklist li.rightside {
float: right;
}
ul.linklist li.footer-home {
float: left;margin-left: 6px;
}
p.rightside {
float: right;
margin-right: 5px;
}
table.forumline {
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
padding: 5px;
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.forabg {
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.forumbg {
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
span.corners-top, span.corners-bottom, span.corners-bottom span, span.corners-top span, #cp-main span.corners-top span, #cp-main span.corners-top, #cp-main span.corners-bottom span, #cp-main span.corners-bottom{background:none;}
.panel {
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
}
h1.page-title{
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
padding: 8px;color: white;margin: none;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-transform: uppercase;
border-bottom: 1px solid #0076b1;
font-size: 1.05em;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0,0,0, .3);
margin-bottom: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.h3 {
font-family: Verdana,Arial,Helvetica,sans-serif;
text-transform: uppercase;
border-bottom: 0px solid #0076b1;
margin: none;
padding-bottom: 2px;
padding: 8px;
font-size: 1.05em;
color: white;
margin-top: 20px;
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
text-shadow: 0 1px 1px rgba(0,0,0, .3);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.panel .h3 {
font-family: Verdana,Arial,Helvetica,sans-serif;
text-transform: uppercase;
border-bottom: 1px solid #0076b1;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 1.05em;
color: #0076b1;
margin-top: 0px;
background: none;
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
text-shadow: none;
box-shadow: none;
padding-left:0px;
}
.panel h1.page-title{
background: none;
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
font-style: normal;
color: #0076b1;
text-shadow: none;
padding: 4px;
margin-bottom: 3px;
box-shadow: none;
padding-left:0px;}
ul.topiclist .h3 {background: none;padding:none!important;margin:none;box-shadow: none;}
.h3 a {
color: white;
}
h1.page-title a {
color: white;
}
#page-footer .navbar {
padding: 0px;
background: #cadceb url(http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png) repeat-x 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
}
#page-footer ul.linklist li a{ margin: 0 0.5em 0 0;
padding: 5px;}
#page-footer ul.linklist li a:hover {
background: rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
border-radius: 3px;
padding: 5px;
color: #536482;
}
p.rightside {
display: none;
}
#logo-desc p {
display:none;
}
.hierarchy{box-shadow:none;background: none;margin:none!important;padding:none!important;text-shadow:none;margin-left: 0px!important;}
.post{
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;}
.module .h3{ text-transform: uppercase;
border-bottom: 1px solid #0076b1;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 1.05em;
color: #0076b1;
margin-top: 0px;
background: none;
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
text-shadow: none;
box-shadow: none;
padding-left:0px;}
.module .h3 a{
color: #0076b1;
}
form[name="jumpbox"] {display: none;}
.postprofile {
min-height: 270px;
border: 1px solid #C9C6C6;
padding: 1px;
border-radius: 5px;
background: white;
height: 550px;
position: relative;
top: -4px;
}
#search_menu {border:none; -moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;}
#bookmarks {display:none;}
ul.topiclist li.header{ text-shadow: 0 1px 1px rgba(0,0,0, .3);}
.module {
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;}
#profile-advanced-layout{margin-top: 20px;}
dl.faq dt{text-transform: uppercase;
border-bottom: 1px solid #0076b1;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 1.00em;
color: #0076b1;
margin-top: 0px;
}
button.button2,input.button1,input.button2 { padding: 4px 5px;
-webkit-border-radius: 3px 3px;
-moz-border-radius: 3px 3px;
border: solid 1px rgb(153, 153, 153);
background-image: url('http://i71.servimg.com/u/f31/14/41/92/25/4bff2711.png');
background-repeat: repeat-x;
background-position: bottom;
background-color: #ffffff;
color: #333;
text-decoration: none;
display: inline-block;
text-align: center;
text-shadow: 0px 1px 1px rgba(255,255,255,1);
cursor: default;
font-size: 11px;}
button.button2:hover,input.button1:hover,input.button2:hover {border: 1px solid #666666; color: #333;}
#preview .h3 {text-transform: uppercase;
border-bottom: 1px solid #0076b1;
margin-bottom: 3px;
padding-bottom: 2px;
font-size: 1.05em;
color: #0076b1;
margin-top: 0px;
background: none;
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
text-shadow: none;
box-shadow: none;
padding-left:0px;}
.row2, .row1, .row3, .panel{
border-radius: 4px;
background: #f1f1f1;
border: 1px solid #d7d7d7;
}
.postbody {
border: 1px solid #d7d7d7;
padding: 5px;
border-radius: 5px;
background: white;
min-height: 284px;
}
.inputbox{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #C8C7C2!important;
padding:6px;
margin-top:1px;
background-color: #ffffff;
-moz-box-shadow: 1px 1px 4px #ddd inset;
-webkit-box-shadow: 1px 1px 4px #ddd inset;
box-shadow: 1px 1px 4px #ddd inset;}
.inputbox:focus{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 1px solid #b7b6b3!important;
-moz-box-shadow: 2px 2px 5px #ddd inset;
-webkit-box-shadow: 2px 2px 5px #ddd inset;
box-shadow: 2px 2px 5px #ddd inset;}
#cp-main h1.page-title {padding: 6px;text-transform: none;box-shadow: none;padding-left:0px;}
#tabs a{ -moz-border-radius-topleft: 4px!important;
-moz-border-radius-topright: 4px!important;
-moz-border-radius-bottomright: 0px!important;
-moz-border-radius-bottomleft: 0px!important;
-webkit-border-radius: 4px 4px 0px 0px!important;}
#tabs .activetab a{border-bottom:0px solid #cadceb;
margin-bottom:0px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);}
#smiley-box, .smile-status-box{ background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
background-color: #cadceb;
border: none;padding: 6px;width:16%;}
#smiley-box iframe,.smile-status-box iframe{background-color:#cadceb;border:none;height:280px;overflow:auto;width:100%}
table.forumline td.catHead{font-size:.85em;font-weight:700;padding-bottom:7px;padding-top:4px;text-shadow: 0 1px 1px rgba(0,0,0, .3);}
.pagination{font-size: 11px;}
#hitskin_preview {display:none;}
.postprofile dl dt a img {
opacity: 0.6;
-htm-transition-duration: 1s;
-moz-transition-duration: 1s;
-o-transition-duration: 5ms;
-webkit-transition-duration: 1s;
transition-duration: 1s;
margin-left: 10%;
}
.postprofile dl dt a img:hover {
opacity: 1;
}
.header .posts{display:none;}
.header .topics{display:none;}
.header .views{display:none;}
.header .lastpost{display:none;}
.header .lastpost {
margin-left: 135px;
}
ul.topiclist dfn {
display: inline;
}
dd.posts, dd.topics, dd.views {
border: medium none;
font-size: 1.2em;
line-height: 2.2em;
text-align: center;
width: 9%;
}
#i_whosonline + p {
width: 550px;
border-radius: 2px;
background: url(http://photobase.ro/di-2CDD.png);
border: 1px solid #DDD;
padding-top: 10px;
padding-bottom: 10px;
}
#page-body p.page-bottom {
position: relative;
width: 350px;
top: -180px;
left: 570px;
border-radius: 2px solid #EDF2EF ;
padding: 1px;
margin-bottom: -40px;
height: 45px;
background: url(http://photobase.ro/di-2CDD.png);
border: 1px solid #DDD;
padding-top: 10px;
border-radius: 2px;
padding-bottom: 10px;
}
.stats-1 {
color:#fff;
border-radius:4px;!important;
-moz-border-radius:4px!important;
-webkit-border-radius:4px!important;
text-shadow:0 1px 1px rgba(0,0,0,.3);
background:#cadceb url(http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png) repeat-x 0 -110px;
box-shadow:0 1px 4px rgba(0,0,0,0.3) inset, 0 0 0 1px rgba(255,255,255,0.05), 0 1px 0 rgba(255,255,255,0.08);
padding:5px;}
.stats-1:after {
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
EDIT!
Se vede in partea dreapta Statistici,dar nu e bara albastra,e una deschisa,si STATISTICI nu scrie exact ca la Cine este conectat..
Stiu sunt o pacoste ) dar raman dator
Re: Cum scot bara STATISTICI
- Cod:
.stats-1 {
font-weight: bold;
text-transform: uppercase;
color:#fff;
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.stats-1:after {
text-shadow:0 1px 1px rgba(0,0,0,.3);
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
Sper ca se te va rezolva
Re: Cum scot bara STATISTICI
Crede'ma,nu fac in ciuda dar chiar nu merge..
Uite cum arata:
Tot ce am in css in legatura cu statisticile sunt urmatoarele coduri:
Uite cum arata:
Tot ce am in css in legatura cu statisticile sunt urmatoarele coduri:
- Cod:
#i_whosonline + p {
width: 550px;
border-radius: 2px;
background: url(http://photobase.ro/di-2CDD.png);
border: 1px solid #DDD;
padding-top: 10px;
padding-bottom: 10px;
}
#page-body p.page-bottom {
position: relative;
width: 350px;
top: -120px;
left: 570px;
border-radius: 2px solid #EDF2EF ;
padding: 1px;
margin-bottom: -40px;
height: 45px;
background: url(http://photobase.ro/di-2CDD.png);
border: 1px solid #DDD;
padding-top: 10px;
border-radius: 2px;
padding-bottom: 10px;
}
.stats-1 {
font-weight: bold;
text-transform: uppercase;
color:#fff;
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);
}
.stats-1:after {
text-shadow:0 1px 1px rgba(0,0,0,.3);
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
.stats-1:after {
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
Re: Cum scot bara STATISTICI
Adauga asta in CSS in locul codurilor tale de mai sus :
Editeaza tu background-ul
- Cod:
#page-body p.page-bottom {
position: relative;
width: 350px;
top: -120px;
left: 570px;
border-radius: 2px solid #EDF2EF ;
padding: 1px;
margin-bottom: -40px;
height: 45px;
background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
border: 1px solid #DDD;
padding-top: 10px;
border-radius: 2px;
padding-bottom: 10px;}
#i_whosonline + p {
margin-left: 60px;
margin-top: 50px;
width: 400px;
border-radius: 5px;
background: url(http://hitskin.com/themes/17/90/69/i_back_title.png);
border: 1px solid #DDD;
padding-top: 10px;
padding-bottom: 10px;}
.stats-1 {
padding: 5px;
font-weight: bold;
text-transform: uppercase;
color:#fff;
background-color: #0076b1;
background-image: url('http://i48.servimg.com/u/f48/17/38/32/57/gradie10.png');
background-repeat: repeat-x;
background-position: 0 -110px;
-moz-border-radius: 4px!important;
font-size: 15px;
-webkit-border-radius: 4px!important;
border:none;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(255, 255, 255, 0.08);}
.stats-1:after {
padding: 5px;
text-shadow:0 1px 1px rgba(0,0,0,.3);
content: 'Statistici';
float: right;
font-size: 15px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
margin-left: -30px;}
Editeaza tu background-ul
Ultima editare efectuata de catre Omu in Dum Apr 29, 2012 3:28 pm, editata de 1 ori
Pagina 2 din 3 • 1, 2, 3
Subiecte similare
» Cum sterg bara statistici si bara chatbox [phpBB3]
» Bara statistici
» Cerere cod din bara de la statistici.
» Cum pun codul de la radio in bara de sub statistici
» Cum scot bara cu forum gratuit ?
» Bara statistici
» Cerere cod din bara de la statistici.
» Cum pun codul de la radio in bara de sub statistici
» Cum scot bara cu forum gratuit ?
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 2 din 3
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum