problema afisare banner
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1 • Distribuiţi
problema afisare banner
Buna ziua !
De curand, mi-am instalat o noua tema pe forum si am o problema cu afisarea bannerului ...
Dupa cum puteti observa, nu mi se afiseaza deloc...
Informatii folositoare :
Versiune forum : phpbb3
Cod CSS :
De curand, mi-am instalat o noua tema pe forum si am o problema cu afisarea bannerului ...
- Cod:
http://s12.postimg.org/i8hds6323/Untitled.png
Dupa cum puteti observa, nu mi se afiseaza deloc...
Informatii folositoare :
Versiune forum : phpbb3
Cod CSS :
- Cod:
@font-face {
font-family: 'BenchNine';
font-style: normal;
font-weight: 400;
src: local('BenchNine Regular'), local('BenchNine-Regular'), url(http://themes.googleusercontent.com/static/fonts/benchnine/v1/xmB9oJNpSFKa3qTF2JABPj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');}
body{
height: 100%;
background-attachment: fixed;
background-position: top center;
padding-top: 0;}
#hitskin_preview{display: none !important;}
body#phpbb{margin-top: 0 !important;}
img, .forabg, .forumbg, #fa_ticker_block, #page-header .navbar .corners-top, #page-header .navbar .corners-bottom, .panel.introduction, ul#picture_legend li {
zoom: 1;
clear: both;
position: relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);}
#wrap {
zoom: 1;
clear: both;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);}
#search-box #keywords, #page-footer .navbar .linklist, #search-box .button2 {
*color: white !important;
zoom: 1;
clear: both;
position: relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);}
#page-footer .navbar .linklist{
_height: 100px !important;}
linklist.navlinks li {
_padding-right: 15px !important;
_padding-left: 15px !important;}
#page-header .navbar .corners-top, #page-header .navbar .corners-bottom{
position: relative;}
#page-header {
margin-bottom: -21px;
zoom: 1;
display: inline !important; }
.postprofile, #search-box{ display: inline !important; position: relative; zoom: 1 !important;}
#fa_ticker_block{
margin-bottom: -40px;
display: inline !important; zoom: 1 !important;}
.linklist.navlinks li a{*font-size: 1.3em !important;}
::selection {
text-shadow: 1px 1px 3px black;
color: #fff4ed;
background: #bf3919 !important;}
::-moz-selection {
text-shadow: 1px 1px 3px black;
color: #fff4ed;
background: #bf3919 !important;}
::-webkit-selection{
text-shadow: 1px 1px 3px black;
color: #fff4ed;
background: #bf3919 !important;}
a.button1, a.button2, button.button2, input.button1, input.button2 {
cursor: pointer;
padding: 5px 7px;
margin-right: 4px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: solid 1px #c0c0c0;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
font-size: .875em;
font-weight: bold;
text-decoration: none;
color: #717171;
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
background: #fefefe;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);}
select, textarea, input[type="text"], input[type="password"] {
background-color: white;
border-color: #BBB #CCC #DDD;
border-radius: 5px 5px 5px 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) inset;}
input[type="text"], input[type="password"]{padding: 2px;}
#emptyidleft{margin-top: 40px;}
.linklist.navlinks{
position: absolute;
top: 0;
left:0;
width: 100%;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/menubg12.png) repeat-x top;
height: 67px;
border: 0;
padding-top: 13px;}
.linklist.navlinks li a{
text-transform: uppercase;
font-family: 'BenchNine';
font-size: 1.6em;
color: #a3a3a3;}
.linklist.navlinks li{
padding: 21px 7px 21px 10px;
height: 55px;
border-right: 1px solid #bfbfbf;
border-left: 1px solid white;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all .2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
.linklist.navlinks li:hover{
background-color: #616161;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#616161), to(#000000));
background: -webkit-linear-gradient(top, #616161, #000000);
background: -moz-linear-gradient(top, #616161, #000000);
background: -ms-linear-gradient(top, #616161, #000000);
background: -o-linear-gradient(top, #616161, #000000);}
.linklist.navlinks li a:hover{color: white;}
.linklist.navlinks li:first-child{border-left: 0;}
.linklist.navlinks li:last-child{border-right: 0;}
.conteneur_layout_IE{}
#wrap{padding-top: 220px;
background: url(http://upload.wikimedia.org/wikipedia/commons/e/e1/4_Bic_Cristal_pens_and_caps.jpg) no-repeat top center;}
#page-header .navbar{
height: 20px;
width: 926px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/top11.png) no-repeat;}
#page-body{
padding-bottom: 4px;
padding-top: 25px;
margin: 0;
width: 926px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/body10.png) repeat-y;}
#emptyidcc{display: inline-block;}
#outer-wrapper{
width: 880px;
margin-left: 23px;}
#page-footer .navbar{
padding: 0 6px;
padding-top: 30px;
height: 20px;
width: 926px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/bottom12.png) no-repeat;}
#search-box{
position: relative;
bottom: 230px;
right: 20px;}
#search-box #keywords{
color: rgba(255, 255, 255, 0.9);
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
border: 1px solid black;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/1px0510.png);
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
margin-right: 5px;
padding: 6px;
padding-right: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all .2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
#search-box #keywords:focus{
width: 200px;}
#search-box .button2{
box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
-webkit-box-shadow: 0 0 0;
font-size: 0px;
width: 15px !important;
height: 15px !important;
border: 0;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/search20.png) no-repeat;
padding: 0;
color: rgba(0, 0, 0, 0);
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: -24px;
margin-bottom: -2px;}
.forabg, .forumbg{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-image: url(http://i46.servimg.com/u/f46/11/96/49/61/mainti10.png);
background-position: center -15px;
background-color: #5A5A5A;
border: 1px solid black;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);}
ul.topiclist .header{
padding: 2px;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);}
.linklist + .forabg + .linklist + .h3{
margin-bottom: 0;
border: 0;
border: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://i46.servimg.com/u/f46/11/96/49/61/highli10.png') repeat-x 0 0;
font-size: 11px;
font-weight: bold;
padding: 8px;
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);}
#i_whosonline + p{
padding: 5px;
border: 1px solid #D8D8D8;
border-top: 0;
background: #FCFCFC;}
#i_whosonline + p + .clear + .h3{
margin-bottom: 0;
border: 0;
border: 1px solid #D8D8D8;
text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px;
background: #EEE url('http://i46.servimg.com/u/f46/11/96/49/61/highli10.png') repeat-x 0 0;
font-size: 11px;
font-weight: bold;
padding: 8px;
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.8);}
p.page-bottom:first-child {padding-top: 5px;}
.page-bottom + .page-bottom + .page-bottom {
border-bottom: 1px solid #D8D8D8;
padding-bottom: 5px;}
.page-bottom{
padding: 2px 5px;
background: #FCFCFC;
border-left: 1px solid #D8D8D8;
border-right: 1px solid #D8D8D8;}
#page-footer .navbar .linklist {
padding: 3px 7px;
width: 900px;
color: white;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
background: url(http://i46.servimg.com/u/f46/11/96/49/61/1px0510.png);
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}
#page-footer .navbar .linklist li a{color: white;}
.copyright{margin-top: 20px;}
.copyright a{
color: white;
font-size: 13px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);}
li.row{
background: white url(http://i46.servimg.com/u/f46/11/96/49/61/catbg110.png) repeat-x top;
border-top: 1px solid #DDD;}
.post .topic-title{
display: block;
width: 856px;
background: #404040;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.08)), color-stop(100%,rgba(255, 255, 255, 0)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 0%,rgba(255, 255, 255, 0) 100%);
text-shadow: black 0px -1px 0px;
padding: 0 10px;
height: 40px;
position: relative;
left: -9px !important;
top: -4px !important;
z-index: 0;}
.post .topic-title a{
bottom: -2px;
position: relative;}
.post .author{
position: relative;
margin-top: -24px !important;
color: white;}
.post .author img{display: none;}
.post .topic-title a, .post .author a, .post .author span{color: white !important;}
.post{
margin-bottom: 10px;
border: 1px solid #dddddd;
background: white;}
.postprofile{margin-top: 50px;}
.profile-icons{
position: relative;
z-index: 1;
margin-right: -220px !important;
margin-top: 2px !important;}
.buttons{float: right;}
.pathname-box, .nomargin.path{
float: none;
margin-left: 0px;
margin-top: 10px;}
.nomargin.path{
margin-bottom: 20px !important;}
.pathname-box .nav, .nomargin.path .nav{
padding: 5px 7px;
margin-right: 4px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: solid 1px #c0c0c0;
box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
font-size: .875em;
font-weight: bold;
text-decoration: none;
color: #717171;
text-shadow: 0px 1px 0px rgba(255,255,255, 1);
background: #fefefe;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);}
.pathname-box .nav:last-child, .nomargin.path .nav:last-child{
border: none;
background: #616161;
box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
-moz-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
color: #f0f0f0 !important;
text-shadow: 0px 0px 3px rgba(0,0,0, .5);}
.pagination {
float: left;
margin-top: 15px;}
.page-title a{
font-weight: bold;
font-size: 1.5em;
font-family: 'BenchNine';}
.forabg, .forumbg{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all .2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
.forabg:hover, .forumbg:hover{background-color: #464646;}
#fa_ticker_block{
float: right;
z-index: 999;
position: relative;
width: 875px;
margin-right: 25px;
background: #393939 url(http://i46.servimg.com/u/f46/11/96/49/61/nav_wr10.png) repeat;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;
-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 5px inset;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;}
#fa_ticker_block .module{
background: none;
color: white;
font-size: 11px;
text-shadow: 1px 1px 0 black;}
.panel.introduction{
margin: 10px 0;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background: #70320F url(http://i46.servimg.com/u/f46/11/96/49/61/mainti10.png) center -15px repeat-x;
border: 1px solid #421E09;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
margin-bottom: 4px;
padding: 0 5px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all .2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;}
.panel.introduction:hover{background-color: #8B3606;}
.panel .mes-txt{
padding: 5px;
margin-bottom: 0 !important;
margin-top: 10px;
background: white url(http://i46.servimg.com/u/f46/11/96/49/61/catbg110.png) repeat-x top;}
.introduction .h3{
margin-top: 5px;
padding-left: 5px;
border: 0;
color: white;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);}
#main-content .right.rightside:first-child{
font-size: 11px;
padding: 3px 0 3px 20px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/arrow-10.png) no-repeat left;}
.right.rightside + p{
float: left;
font-size: 11px;
padding: 3px 0 3px 20px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/clock10.png) no-repeat left;}
p + p + .clear + .linklist .rightside, p + p + .clear + div + .linklist .rightside{
padding: 3px 0 3px 20px;
background: url(http://i46.servimg.com/u/f46/11/96/49/61/finish11.png) no-repeat left;}
p + p + .page-title{
position: relative;
left: -230px;
top: 30px;
margin-bottom: 15px;}
.topic-actions .buttons{
margin-left: -70px;
bottom: -15px;
position: relative;}
.topic-actions .search-box{
margin-top: -5px;
margin-bottom: 10px;}
.topic-actions .search-box .inputbox.search.tiny{background: none;}
.pathname-box p a:empty{display: none;}
.topic-actions{
padding: 5px 15px 0;
background: #FCFCFC;
border: 1px solid #D6D6D6;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
-moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
overflow: hidden;
line-height: 37px;
margin-bottom: 15px;
clear: both;}
.pagination + .topic-actions, .forumbg + .topic-actions{
padding: 0;
background: none;
border: 0;
margin: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;}
.postprofile dl dd a img {margin-right: 3px;}
.postprofile dl dd a img{background: url(http://i24.servimg.com/u/f24/14/54/25/26/fundal13.png) no-repeat top;}
.postprofile dl dd a img:hover{background: url(http://i24.servimg.com/u/f24/14/54/25/26/fundal13.png) no-repeat 0 -20px;}
ul#picture_legend li{
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-webkit-transition: all .2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
color: white;
text-shadow: 1px 1px 0 black;
padding: 12px;
background: #393939 url(http://i46.servimg.com/u/f46/11/96/49/61/nav_wr10.png) repeat;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;
-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 5px inset;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;}
ul#picture_legend li:first-child:hover{
background-color: #8a1717;}
ul#picture_legend li:last-child:hover{
background-color: #1b5b94;}
ul#picture_legend li:hover{
background-color: #99870f;}
ul#picture_legend li img{
vertical-align: middle;
position: relative;
top: -3px;}
ul#picture_legend{padding: 10px 0;}
.postprofile{
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
padding: 10px 0;}
blockquote{
background: #F1E9DC url(http://i46.servimg.com/u/f46/11/96/49/61/snapba10.png) no-repeat 6px 8px;
border: 1px solid #DBDBCE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
text-shadow: 1px 1px 0 white;}
dl.codebox{
border: 0 !important;
color: white;
text-shadow: 1px 1px 0 black;
background: #393939 url(http://i46.servimg.com/u/f46/11/96/49/61/nav_wr10.png) !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;
-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 5px inset;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;}
dl.codebox dt {border-bottom: 1px dashed white;}
dl.codebox code{color: white;}
.attachbox{
background: #F1E9DC;
border: 1px solid #DBDBCE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
text-shadow: 1px 1px 0 white;}
.resizebox{
padding: 5px;
margin-bottom: 5px;
background: #FCFCFC url(http://i46.servimg.com/u/f46/11/96/49/61/magnif11.png) no-repeat 2px 2px;
width: 500px !important;
padding-left: 25px;
border: 1px solid #D6D6D6;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
-moz-box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;
box-shadow: rgba(0,0,0,0.05) 0px 1px 2px;}
.resizebox .resize_border{border: 0;}
#left, #right{display: none !important;}
#content-container div#container {float: none !important;}
.panel{
background: whiteSmoke url(http://i46.servimg.com/u/f46/11/96/49/61/second10.png) repeat-x 0 0;
text-shadow: white 0px 1px 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 1px 1px 0px white;
-moz-box-shadow: inset 1px 1px 0px white;
box-shadow: inset 1px 1px 0px white;
margin: 15px 0;
border: 1px solid #d1d1d1;}
#tabs ul li a{
margin-right: 5px;
color: white !important;
text-shadow: 1px 1px 0 black;
background: #393939 url(http://i46.servimg.com/u/f46/11/96/49/61/nav_wr10.png) repeat !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;
-moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 5px inset;
box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 5px inset;}
#tabs ul li.activetab a{font-style: italic;}
#tabs ul li a span, #tabs ul li a span:hover, #tabs ul li.activetab a span{color: white;}
#profile-advanced-layout{margin-top: 40px;}
#cp-main {
float: left;
margin-left: 5px;
width: 98%;}
#profile-advanced-details{background: none !important;}
.module{
background: #F1E9DC;
border: 1px solid #DBDBCE;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
text-shadow: 1px 1px 0 white;}
#profile-advanced-right{margin-top: 50px;}
#fa_ticker_block .module{border: 0 !important;}
.module .row3, .module .row2, .module .row1{background: none;}
table.table1 tbody th{color: black;}
.headerbar p{
text-shadow: 1px 1px 5px black;}
Re: problema afisare banner
Salut,
Te rog sa iti actualizezi profilul sau sa adaugi aici adresa forumului respectiv. Multumesc!
Te rog sa iti actualizezi profilul sau sa adaugi aici adresa forumului respectiv. Multumesc!
Re: problema afisare banner
- Spoiler:
- highway.forumz.ro
Re: problema afisare banner
Buna seara,
Intrati in Panou => Afisare => Imagini si culori => Culori => Foaie de stil css
Adaugati:
Intrati in Panou => Afisare => Imagini si culori => Culori => Foaie de stil css
Adaugati:
- Cod:
.linklist.navlinks {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
background: url('http://i46.servimg.com/u/f46/11/96/49/61/menubg12.png') repeat-x scroll center top transparent;
height: 67px;
border: 0px none;
padding-top: 13px;
}
#logo-desc {margin-top: 100px !important;}
#search-box {top: -60px;}
Re: problema afisare banner
Rezolvat !
Multumesc, Zeus !
Multumesc, Zeus !
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum