Problema poza fundal site
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1 • Distribuiţi
Problema poza fundal site
Buna ziua am si eu o mica problema sa-i spun asa am incarcat imaginea de fundal a site-ului si cand intru pe el nu mi-o afiseaza mai exact :
poza1:
poza2:
Din cate stiu eu trebuia sa apara pe parti o particica din imagine ca imi dau seama ca nu o sa se vada toata(din cate stiu).
Va multumesc mult. O zi frumoasa va doresc
poza1:
poza2:
Din cate stiu eu trebuia sa apara pe parti o particica din imagine ca imi dau seama ca nu o sa se vada toata(din cate stiu).
Va multumesc mult. O zi frumoasa va doresc
Ultima editare efectuata de catre Alexandru26 in Mar Noi 03, 2015 2:52 pm, editata de 1 ori
Re: Problema poza fundal site
Bună ziua,
Îmi puteți oferi foaia de stil CSS?
Se găsește în: Panou de administrare -> Afisare -> Imagini si culori -> Culori -> Foaia de stil CSS
Îmi puteți oferi foaia de stil CSS?
Se găsește în: Panou de administrare -> Afisare -> Imagini si culori -> Culori -> Foaia de stil CSS
Re: Problema poza fundal site
- Cod:
.post-options img, .messaging img, .nav img, .i_msg_newpost, #i_post, #i_post1, .i_icon_pm {
opacity:1;
webkit-transition:300ms;
transition:300ms;
background:none !important;
}
.post-options img:hover, .messaging img:hover, .nav img:hover, .i_msg_newpost:hover, #i_post:hover, #i_post1:hover, .i_icon_pm:hover {
opacity:0.7;
background:none !important;
}
a span[style="color:#000"] strong { color:#000 !important }
a {
text-decoration:none;
color:#3399cc !important;
webkit-transition:300ms;
transition:300ms;
font-weight:bold;
}
a:hover {
background:#39c;
border-radius:10px;
padding:3px;
height:20px;
text-align:center;
text-decoration:none !important;
color:#fff !important;
font-weight:bold;
}
a:active {
background:#000;
border-radius:10px;
padding:3px;
height:20px;
text-align:center;
text-decoration:none !important;
font-weight:bold;
color:#fff !important;
}
body {
background-image:url(http://i21.servimg.com/u/f21/18/94/79/66/title811.png);
background-repeat:repeat-x !important;
background-attachment:fixed !important;
background-position:top;
}
.qeel_val { font-size:0 }
.qeel_val strong {
font-size:20px;
background:#FFF;
border-radius:10px;
padding:10px;
text-align:center;
color:#3399cc !important;
}
.bodyline {
background-image:url(http://i21.servimg.com/u/f21/18/94/79/66/title711.png) !important;
background-repeat:repeat-x;
}
#pageDESC { display:none }
.forumline.whoison { border-spacing:0 }
.fa_vote, .fa_voted, .fa_count {
font-size:12px;
font-family:Verdana, Arial, Helvetica, Sans-serif;
display:inline-block !important;
width:auto !important;
transition:300ms;
}
.fa_voted, .fa_vote:hover { opacity:0.4 }
.fa_voted { cursor:default }
.fa_count {
font-weight:bold;
margin:0 3px;
cursor:default;
}
.fa_positive { color:#4A0 }
.fa_negative { color:#A44 }
.fa_votebar, .fa_votebar_inner {
background:#C44;
height:3px;
}
.fa_votebar_inner {
background:#4A0;
transition:300ms;
}
/* Warning buttons */
.mod_mess, .adm_mess {
margin: 5px auto;
width: 90%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.mod_mess a.postlink, .adm_mess a.postlink {
color: #FFF !important;
text-decoration: underline !important;
}
/* Administrator bb-Code - message block */
.adm_mess {
background: #e54858;
background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Administrator bb-Code - title */
.adm_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #B60505;
}
/* Administrator BB-Code - text presentation */
.adm_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
}
/* Moderator BB-Code - message block */
.mod_mess {
background: #5c93f5;
background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Moderator BB-Code - title */
.mod_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #0D4DD3;
}
/* Moderator BB-Code - text presentation */
.mod_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center;
}
.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;
}
a[href="/u4"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em #F781D8, 0 0 0.4em #F781D8, 0 0 0.5em #F781D8;
}
a[href="/u6"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em green, 0 0 0.3em green, 0 0 0.3em green;
}
a[href="/u6"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u7"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em blue, 0 0 0.3em blue, 0 0 0.3em blue;
}
.post td {
text-align:left;
color:#333;
}
.forumline {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #DEDEDE;
}
#groupLEGEND { font-size:0 }
#groupLEGEND b { font-size:11px }
#groupLEGEND b:after { content:", " }
#groupLEGEND b:last-child:after { content:none }
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
color:#280;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#DFD;
border-radius:6px;
border:1px solid #BDB;
padding:6px;
margin:6px;
}
img.i_icon_online { opacity:1 }
#voteLEFT, #voteRIGHT { display:none }
#info_close + form { display:none }
Re: Problema poza fundal site
Înlocuiți CSS-ul cu acesta:
- Cod:
.post-options img, .messaging img, .nav img, .i_msg_newpost, #i_post, #i_post1, .i_icon_pm {
opacity:1;
webkit-transition:300ms;
transition:300ms;
background:none !important;
}
.post-options img:hover, .messaging img:hover, .nav img:hover, .i_msg_newpost:hover, #i_post:hover, #i_post1:hover, .i_icon_pm:hover {
opacity:0.7;
background:none !important;
}
a span[style="color:#000"] strong { color:#000 !important }
a {
text-decoration:none;
color:#3399cc !important;
webkit-transition:300ms;
transition:300ms;
font-weight:bold;
}
a:hover {
background:#39c;
border-radius:10px;
padding:3px;
height:20px;
text-align:center;
text-decoration:none !important;
color:#fff !important;
font-weight:bold;
}
a:active {
background:#000;
border-radius:10px;
padding:3px;
height:20px;
text-align:center;
text-decoration:none !important;
font-weight:bold;
color:#fff !important;
}
.qeel_val { font-size:0 }
.qeel_val strong {
font-size:20px;
background:#FFF;
border-radius:10px;
padding:10px;
text-align:center;
color:#3399cc !important;
}
.bodyline {
background-image:url(http://i21.servimg.com/u/f21/18/94/79/66/title711.png) !important;
background-repeat:repeat-x;
}
#pageDESC { display:none }
.forumline.whoison { border-spacing:0 }
.fa_vote, .fa_voted, .fa_count {
font-size:12px;
font-family:Verdana, Arial, Helvetica, Sans-serif;
display:inline-block !important;
width:auto !important;
transition:300ms;
}
.fa_voted, .fa_vote:hover { opacity:0.4 }
.fa_voted { cursor:default }
.fa_count {
font-weight:bold;
margin:0 3px;
cursor:default;
}
.fa_positive { color:#4A0 }
.fa_negative { color:#A44 }
.fa_votebar, .fa_votebar_inner {
background:#C44;
height:3px;
}
.fa_votebar_inner {
background:#4A0;
transition:300ms;
}
/* Warning buttons */
.mod_mess, .adm_mess {
margin: 5px auto;
width: 90%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.mod_mess a.postlink, .adm_mess a.postlink {
color: #FFF !important;
text-decoration: underline !important;
}
/* Administrator bb-Code - message block */
.adm_mess {
background: #e54858;
background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Administrator bb-Code - title */
.adm_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #B60505;
}
/* Administrator BB-Code - text presentation */
.adm_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome-10.png) no-repeat left center;
}
/* Moderator BB-Code - message block */
.mod_mess {
background: #5c93f5;
background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Moderator BB-Code - title */
.mod_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #0D4DD3;
}
/* Moderator BB-Code - text presentation */
.mod_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i33.servimg.com/u/f33/17/37/83/89/gnome610.png) no-repeat left center;
}
.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;
}
a[href="/u4"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em #F781D8, 0 0 0.4em #F781D8, 0 0 0.5em #F781D8;
}
a[href="/u6"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em green, 0 0 0.3em green, 0 0 0.3em green;
}
a[href="/u6"] {
background: url("http://i45.servimg.com/u/f45/15/95/60/34/glitte10.gif");
}
a[href="/u7"]{
text-decoration: none !important;
text-shadow: 0 0 0.3em blue, 0 0 0.3em blue, 0 0 0.3em blue;
}
.post td {
text-align:left;
color:#333;
}
.forumline {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #DEDEDE;
}
#groupLEGEND { font-size:0 }
#groupLEGEND b { font-size:11px }
#groupLEGEND b:after { content:", " }
#groupLEGEND b:last-child:after { content:none }
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
color:#280;
font-size:16px;
font-weight:bold;
text-align:center;
background-color:#DFD;
border-radius:6px;
border:1px solid #BDB;
padding:6px;
margin:6px;
}
img.i_icon_online { opacity:1 }
#voteLEFT, #voteRIGHT { display:none }
#info_close + form { display:none }
Re: Problema poza fundal site
a mers. Va multumesc din suflet!
Subiecte similare
» Cerere poza fundal forum
» Poza de fundal sa se intinda pe tot ecranul
» cum incarc pe forum Link special+poza dai click si te trimite la site principal
» Poza de fundal la membri staff-ului
» cum pot face categoriile transparente astfel sa se vada poza de pe fundal
» Poza de fundal sa se intinda pe tot ecranul
» cum incarc pe forum Link special+poza dai click si te trimite la site principal
» Poza de fundal la membri staff-ului
» cum pot face categoriile transparente astfel sa se vada poza de pe fundal
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Administreaza prezentarea forumului :: Arhiva probleme privind designul forumurilor
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum