Warning [2] Undefined array key "cookiesecureflag" - Line: 2413 - File: inc/functions.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined property: MyLanguage::$today_rel - Line: 533 - File: inc/functions.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "awactialert" - Line: 914 - File: global.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined variable $unreadreports - Line: 31 - File: global.php(976) : eval()'d code PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined property: MyBB::$serverload - Line: 2825 - File: inc/functions.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ssid" - Line: 85 - File: showthread.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined variable $jumpsel - Line: 5 - File: inc/functions.php(3542) : eval()'d code PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Trying to access array offset on value of type null - Line: 5 - File: inc/functions.php(3542) : eval()'d code PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "cookiesecureflag" - Line: 2413 - File: inc/functions.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "cookiesecureflag" - Line: 2413 - File: inc/functions.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "threadviews_countguests" - Line: 761 - File: showthread.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined property: MyLanguage::$ratings_update_error - Line: 5 - File: showthread.php(815) : eval()'d code PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "ben" - Line: 2111 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "allowautourl" - Line: 598 - File: inc/class_parser.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "allowautourl" - Line: 598 - File: inc/class_parser.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "allowposticons" - Line: 905 - File: inc/functions_post.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "" - Line: 61 - File: inc/plugins/apgi.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "additional_images" - Line: 70 - File: inc/plugins/apgi.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined variable $reklam - Line: 497 - File: localutils.php PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxxWarning [2] Undefined array key "boardstats" - Line: 74 - File: showthread.php(1674) : eval()'d code PHP 8.1.2-1ubuntu2.26 (Linux)
An error xxx


Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Renk Renk Css Buton - MyBB
#1
Admin KP - Şablon & Stil - Kullandığınız Tema - Css ekleye tıklıyoruz..

Dosya adı: buton.css
İlişkilendirilen: Genel
Kendi içerimi Yaz'a tıklayıp aşağıdaki kodları ekliyoruz, hangi renk yapmak istiyorsanız onun kodunu eklemelisiniz..

>.< Css Kodları >.<

- Mor Buton -

EQzvRA.png



Kod:
.button { border-top: 1px solid #de8ad8; background: #6b2759; background: -webkit-gradient(linear, left top, left bottom, from(#9c4c9c), to(#6b2759)); background: -webkit-linear-gradient(top, #9c4c9c, #6b2759); background: -moz-linear-gradient(top, #9c4c9c, #6b2759); background: -ms-linear-gradient(top, #9c4c9c, #6b2759); background: -o-linear-gradient(top, #9c4c9c, #6b2759); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #663269; background: #663269; color: #ccc; } .button:active { border-top-color: #3b0840; background: #3b0840; }

- Yeşil Buton -

onYBOb.png

Kod:
.button { border-top: 1px solid #97f7c1; background: #65d69f; background: -webkit-gradient(linear, left top, left bottom, from(#3e9c72), to(#65d69f)); background: -webkit-linear-gradient(top, #3e9c72, #65d69f); background: -moz-linear-gradient(top, #3e9c72, #65d69f); background: -ms-linear-gradient(top, #3e9c72, #65d69f); background: -o-linear-gradient(top, #3e9c72, #65d69f); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #28785a; background: #28785a; color: #ccc; } .button:active { border-top-color: #1b5c3f; background: #1b5c3f; }

- Mavi Buton -

LdY9vZ.png

Kod:
.button { border-top: 1px solid #979cf7; background: #6865d6; background: -webkit-gradient(linear, left top, left bottom, from(#3e409c), to(#6865d6)); background: -webkit-linear-gradient(top, #3e409c, #6865d6); background: -moz-linear-gradient(top, #3e409c, #6865d6); background: -ms-linear-gradient(top, #3e409c, #6865d6); background: -o-linear-gradient(top, #3e409c, #6865d6); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #282c78; background: #282c78; color: #ccc; } .button:active { border-top-color: #1b1c5c; background: #1b1c5c; }

- Pembe Buton -

REbdpY.png

Kod:
.button { border-top: 1px solid #cf97f7; background: #a765d6; background: -webkit-gradient(linear, left top, left bottom, from(#7a3e9c), to(#a765d6)); background: -webkit-linear-gradient(top, #7a3e9c, #a765d6); background: -moz-linear-gradient(top, #7a3e9c, #a765d6); background: -ms-linear-gradient(top, #7a3e9c, #a765d6); background: -o-linear-gradient(top, #7a3e9c, #a765d6); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #642878; background: #642878; color: #ccc; } .button:active { border-top-color: #441b5c; background: #441b5c; }

- Sarı Buton -

dLGNjzy

Kod:
.button { border-top: 1px solid #f7ef97; background: #d6cd65; background: -webkit-gradient(linear, left top, left bottom, from(#9c973e), to(#d6cd65)); background: -webkit-linear-gradient(top, #9c973e, #d6cd65); background: -moz-linear-gradient(top, #9c973e, #d6cd65); background: -ms-linear-gradient(top, #9c973e, #d6cd65); background: -o-linear-gradient(top, #9c973e, #d6cd65); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #787728; background: #787728; color: #ccc; } .button:active { border-top-color: #5a5c1b; background: #5a5c1b; }

- Turuncu Buton -

WILpCUS

Kod:
.button { border-top: 1px solid #fc8f3c; background: #ff6200; background: -webkit-gradient(linear, left top, left bottom, from(#ed8c42), to(#ff6200)); background: -webkit-linear-gradient(top, #ed8c42, #ff6200); background: -moz-linear-gradient(top, #ed8c42, #ff6200); background: -ms-linear-gradient(top, #ed8c42, #ff6200); background: -o-linear-gradient(top, #ed8c42, #ff6200); padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: Georgia, serif; text-decoration: none; vertical-align: middle; } .button:hover { border-top-color: #ff6200; background: #ff6200; color: #ccc; } .button:active { border-top-color: #9e3200; background: #9e3200; }
eXpertBoss
☪
Ara
Cevapla }}}


[-]
Anahtar Kelimeler
Anahtar Kelimeler:
- - - - - - - - - - - - - - - - - - - - - - - - -
Konu İsmi: Renk Renk Css Buton - MyBB Yazar: #Captain
-> Renk Renk Css Buton - MyBB full indir - Renk Renk Css Buton - MyBB full dinle - Renk Renk Css Buton - MyBB full izle - Renk Renk Css Buton - MyBB download - Renk Renk Css Buton - MyBB yükle - Renk Renk Css Buton - MyBB free download - Renk Renk Css Buton - MyBB nasıl oluyor - Renk Renk Css Buton - MyBB ücretsiz indir - Renk Renk Css Buton - MyBB fragmani - Renk Renk Css Buton - MyBB film - Renk Renk Css Buton - MyBB müzik - Renk Renk Css Buton - MyBB mp3 - Renk Renk Css Buton - MyBB videoları - Renk Renk Css Buton - MyBB resimleri - Renk Renk Css Buton - MyBB dizileri - Renk Renk Css Buton - MyBB sorun - Renk Renk Css Buton - MyBB hatası - Renk Renk Css Buton - MyBB çözüm nedir - Renk Renk Css Buton - MyBB ne demek - Renk Renk Css Buton - MyBB nasıl - Renk Renk Css Buton - MyBB program - Renk Renk Css Buton - MyBB kurulum - Renk Renk Css Buton - MyBB yardım - Renk Renk Css Buton - MyBB kim - Renk Renk Css Buton - MyBB crack indir - Renk Renk Css Buton - MyBB ücretsiz indir - Renk Renk Css Buton - MyBB hackını indir - Renk Renk Css Buton - MyBB ücretsiz full indir - Renk Renk Css Buton - MyBB ücretsiz crack indir - Renk Renk Css Buton - MyBB ücretsiz hilesini indir - Renk Renk Css Buton - MyBB videolarını ücretsiz indir - Renk Renk Css Buton - MyBB müziklerini ücretsiz indir - Renk Renk Css Buton - MyBB hatasının çözümü - Renk Renk Css Buton - MyBB filmlerini ücretsiz indir - Renk Renk Css Buton - MyBB kurulumu nasıl - Renk Renk Css Buton - MyBB sorununun çözümü - Renk Renk Css Buton - MyBB hatasının çözümü - Renk Renk Css Buton - MyBB programını indir - Renk Renk Css Buton - MyBB programını ücretsiz indir - Renk Renk Css Buton - MyBB programını crack olarak indir - Renk Renk Css Buton - MyBB kurulumunu indir - Renk Renk Css Buton - MyBB ücretsiz full indir..

Hızlı Menü:


Şu anda bu konuyu okuyanlar: 1 Ziyaretçi


10tl.net Destek Forumu -

Vidinli.net Shopping Platform
Vidinli.net Shopping Platform
Vidinli.net Shopping Platform