Arkaplan ve Logo

Başlatan General Shepherd, 03 Ekm 2018, 23:26

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

General Shepherd

https://www.legionofepicrotea.com

Bu forum sitemde bulunan kısımın arkaplanını değiştirmek istiyorum.

Ve logo eklemek istiyorum, bir de en aşşada bulunan bazı kısımlar var dağ gibi onları da düzeltmek istiyorum..

General Shepherd

Bir oyun klanı için bir tasarım da olabilir daha dinamik fakat bunu beğendik ve bazı sorunlarımız da var...

YouTube ve Spoiler şeyleri yok mesela

tarantula901

#2
index cssde hızlı resım eklediniz o resimdeki kodu şu şekilde değiştir.

background-image: url(https://i.hizliresim.com/LDmYBb.jpg) !important;

Alıntı yapılan: General Shepherd - 03 Ekm 2018, 23:31Bir oyun klanı için bir tasarım da olabilir daha dinamik fakat bunu beğendik ve bazı sorunlarımız da var...

YouTube ve Spoiler şeyleri yok mesela

sitede arama yaparak inceleyerek size lazım olanları yapabilirsiniz. sitedeki konuları okumaya devam edin.
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

General Shepherd

Alıntı yapılan: General Shepherd - 03 Ekm 2018, 23:31Bir oyun klanı için bir tasarım da olabilir daha dinamik fakat bunu beğendik ve bazı sorunlarımız da var...

YouTube ve Spoiler şeyleri yok mesela


General Shepherd

Alıntı yapılan: tarantula901 - 03 Ekm 2018, 23:31index cssde hızlı resım eklediniz o resimdeki kodu şu şekilde değiştir.

background-image: url(https://i.hizliresim.com/LDmYBb.jpg) !important;

sitede arama yaparak inceleyerek size lazım olanları yapabilirsiniz. sitedeki konuları okumaya devam edin.

Söylediğinizi yaptım, fakat yinede arkaplanda yok bir değişiklik

tarantula901

Tema değiştiğiniz yaptığınız işlemler kullandığınız temada geçerli olur sadece
Sitenizde işlem yapmadan önce mutlaka yedek alın, yedek alın yedek almayı unutmayın her şeyden önce bu önemli

Pm'den ve Skype'den istenilen destekler ücretlidir. Ücret ödememek için lütfen sitede sorunuzu konu açarak sorabilirsiniz.

Ücretli Smf Destek İçin

General Shepherd

Alıntı yapılan: tarantula901 - 04 Ekm 2018, 19:54Tema değiştiğiniz yaptığınız işlemler kullandığınız temada geçerli olur sadece

yine de işe yaramıyor

gecitli

Tek bir <div> icine 7 tana background: url kulanamasiniz css hatasi verir.

body

{

background: #A1A399 url('../images/page.png') fixed;

background: url('images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -webkit-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -webkit-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -moz-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -moz-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -o-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -o-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -ms-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -ms-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

-svg-background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background-size: auto, 100% 287px, auto, 100% 287px, auto !important;

background-attachment: fixed, fixed, fixed, fixed, scroll !important;

margin:0 auto;

font-size: 14px;

font-family: Cuprum, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;

font-weight: normal;

font-style: normal;

line-height: 150%;

position: relative;

  /* width: 100%; */

min-height: 100%;

left: 0;

top: 25px;

padding-bottom: 20px;

cursor:default;

}
http://www.webtiryaki.com

webmaster forumu

Free & Premium Responsive Themes for SMF.

General Shepherd

Alıntı yapılan: gecitli - 05 Ekm 2018, 11:17Tek bir <div> icine 7 tana background: url kulanamasiniz css hatasi verir.

body

{

background: #A1A399 url('../images/page.png') fixed;

background: url('images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -webkit-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -webkit-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -moz-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -moz-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -o-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -o-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, -ms-linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), -ms-linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

-svg-background: url('../images/pageglare.png') no-repeat, linear-gradient(top, rgba(126, 129, 117, 0.12) 0, rgba(126, 129, 117, 0.12) 287px) no-repeat, url('../images/page.png'), linear-gradient(top, #85887C 0, #85887C 287px) no-repeat, #A1A399;

background-size: auto, 100% 287px, auto, 100% 287px, auto !important;

background-attachment: fixed, fixed, fixed, fixed, scroll !important;

margin:0 auto;

font-size: 14px;

font-family: Cuprum, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;

font-weight: normal;

font-style: normal;

line-height: 150%;

position: relative;

  /* width: 100%; */

min-height: 100%;

left: 0;

top: 25px;

padding-bottom: 20px;

cursor:default;

}

Ne yapmam gerekiyor tam olarka?