Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:523:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:843:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant uid - assumed 'uid' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->Warning [2] Use of undefined constant cancp - assumed 'cancp' (this will throw an Error in a future version of PHP) - Line: 34 - File: inc/plugins/gizli_icerik.php PHP 7.4.3-4ubuntu2.20 (Linux)
(showthread.php:1133:build_postbit)->(functions_post.php:874:parse_message)->(class_parser.php:244:run_hooks)->(class_plugins.php:142:gizli_icerik_run)->(gizli_icerik.php:34:error_callback)->(class_error.php:153:error)->


Konuyu Oyla:
  • Toplam: 0 Oy - Ortalama: 0
  • 1
  • 2
  • 3
  • 4
  • 5
#CaptainRenk 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 }}}
Teşekkür verenler:
Teşekkür verenler:
Teşekkür verenler:


[-]
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 -

Online Shopping App
Online Shopping - E-Commerce Platform
Online Shopping - E-Commerce Platform
Feinunze Schmuck Jewelery Online Shopping