/* Button ---------------------------------------------------------- */ .wpb_vc_button { .wpb_element_wrapper { background-image: none; padding-left: 10px; height: auto; min-height: inherit; } .wpb_button { display: inline-block; position: relative; padding: 5px 10px 4px; margin-bottom: 0; color: #333333; text-align: center; vertical-align: middle; cursor: default; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); border: 1px solid #cccccc; border-bottom-color: #b3b3b3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05); i.icon { margin-bottom: -3px; margin-left: 10px; top: -2px; position: relative; width: 16px; height: 16px; } } // Button sizes .btn-large { padding: 9px 14px 7px; font-size: 110%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; i.icon { margin-bottom: -3px; margin-left: 14px; top: -1px; } } .btn-small { padding: 5px 9px 3px; font-size: 90%; i.icon { margin-left: 8px; margin-bottom: -4px; top: -3px; } } .btn-mini { padding: 3px 6px 2px; font-size: 85%; i.icon { display: none !important; } } // Button colors .btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .btn-primary { //Blue background-color: #0074cc; background-image: -moz-linear-gradient(top, #0088cc, #0055cc); background-image: -ms-linear-gradient(top, #0088cc, #0055cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0055cc); background-image: -o-linear-gradient(top, #0088cc, #0055cc); background-image: linear-gradient(top, #0088cc, #0055cc); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-info { //Turqoise background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(top, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-success { //Green background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -ms-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(top, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } .btn-warning { //Orange background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -ms-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(top, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-inverse { //Black background-color: #414141; background-image: -moz-linear-gradient(top, #555555, #222222); background-image: -ms-linear-gradient(top, #555555, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222)); background-image: -webkit-linear-gradient(top, #555555, #222222); background-image: -o-linear-gradient(top, #555555, #222222); background-image: linear-gradient(top, #555555, #222222); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .btn-danger { //Red background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(top, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0); border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } } @import "../lib/wpb_icon.less"; Post – s242.dai.uom.gr

Category: Post

  • Betclic Aplikacja Odkryj Swoje Szanse na Wygraną w Zakładach Online!

    Betclic Aplikacja: Odkryj Swoje Szanse na Wygraną w Zakładach Online! Zalety korzystania z betclic aplikacja Łatwość rejestracji i logowania Wsparcie dla użytkowników Personalizacja zakładów Funkcje betclic aplikacja Zdarzenia na żywo Bezpieczeństwo i przejrzystość Bonusy i promocje w betclic aplikacja Jak maxymalizować zyski? Co powinieneś wiedzieć o ryzyku? Opinie na temat betclic aplikacja Perspektywy rozwoju Ostateczne…

  • Discover the Ultimate Betting Experience with Mostbet Apk!_11

    Discover the Ultimate Betting Experience with Mostbet Apk! Getting to Know the Mostbet App Installing Mostbet Apk Features of Mostbet Apk Betting Options Available Promotions and Bonuses Customer Support and Assistance Responsible Gambling Security Features of the Application Conclusion Discover the Ultimate Betting Experience with Mostbet Apk! In today’s digital age, online betting has become…

  • Unleash Your Strategy Discover the Exciting World of Daman Game!_5

    Unleash Your Strategy: Discover the Exciting World of Daman Game! The History of Daman Game Understanding the Basic Rules Strategies to Win at Daman Common Mistakes Players Make Variations of Daman Game Playing Daman Online Daman Tournaments and Community Events The Future of Daman Game Conclusion Unleash Your Strategy: Discover the Exciting World of Daman…

  • Unleashing the Power of Vincispin Revolutionize Your Gameplay Today!

    Unleashing the Power of Vincispin: Revolutionize Your Gameplay Today! Understanding the Core Mechanics of Vincispin Feature Highlights of Vincispin Benefits of Vincispin in Modern Gaming Impact on Player Engagement Challenges to Consider with Vincispin Future of Vincispin and Gaming Implementing Vincispin into Your Gameplay Helpful Resources for Players Conclusion: The Future is Bright with Vincispin…

  • Unlock 500+ Exciting Games Download Spinmama Today!

    Unlock 500+ Exciting Games: Download Spinmama Today! Why Choose Spinmama? Understanding the Spinmama Download Process Features of Spinmama Security and Support Systems in Spinmama Games Available on Spinmama Maximizing Your Experience on Spinmama How to Get Started with Spinmama Conclusion Unlock 500+ Exciting Games: Download Spinmama Today! In the modern gaming landscape, providing players with…

  • Is Quantum AI Trading the Future of Investing_7

    Is Quantum AI Trading the Future of Investing? The Mechanics of Quantum AI Trading Benefits of Quantum AI Trading Challenges in Quantum AI Trading The Role of Artificial Intelligence in Quantum Trading Ethical Considerations in Quantum AI Trading Future Trends in Quantum AI Trading Preparing for the Quantum Trading Era Conclusion Is Quantum AI Trading…

  • Pinco Casino Kazanmanın En Eğlenceli Yolu!

    Pinco Casino: Kazanmanın En Eğlenceli Yolu! Oyun Çeşitleri Kazanma Stratejileri Güvenlik ve Lisanslama Pinco Casino’nun Kullanıcı Şartları Bonuslar ve Promosyonlar Müşteri Destek Hizmetleri Öne Çıkan Destek Kanalları Sonuç Pinco Casino: Kazanmanın En Eğlenceli Yolu! Pinco Casino, modern kumar dünyasının yükselen yıldızlarından biridir. İnternetten erişim imkanı sunan bu platform, kullanıcılarına hem eğlenceli vakit geçirme hem de…

  • П®≠™Ѓ УІ≠†©в•, ѓЃз•ђг нвЃ ≠†ѓа†ҐЂ•≠®• бв†ЂЃ ≠†бвЃпй®ђ ва•≠§Ѓђ Ґ бЃҐа•ђ•≠≠Ѓђ ђ®а•!

    Пинко: Узнайте, почему это направление стало настоящим трендом в современном мире! История и происхождение Пинко Философия и ценности бренда Театральный стиль и креативность Актуальные коллекции Пинко Как выбрать идеальную вещь от Пинко Влияние на рынок моды Будущее Пинко на рынке Пинко в культурном контексте Влияние на общество Заключение Пинко: Узнайте, почему это направление стало настоящим…

  • Discover the Ultimate Betting Experience with Mostbet Apk!_7

    Discover the Ultimate Betting Experience with Mostbet Apk! Getting Started with Mostbet Apk Installation Process for Mostbet Apk Exploring Betting Options Promotions and Bonuses on Mostbet Apk Understanding Security Features Customer Support Services Making Deposits and Withdrawals Mobile Experience and User Interface Conclusion Discover the Ultimate Betting Experience with Mostbet Apk! In the rapidly evolving…

  • 1Вин: Все секреты и нюансы успешной игры на платформе!

    1Вин: Все секреты и нюансы успешной игры на платформе! Обзор игр на платформе 1вин Слоты и их преимущества Настольные игры: стратегии и советы Бонусы и акции на 1вин Особенности приветственного бонуса Регулярные акции и специальные предложения Стратегии управления бюджетом Техника распределения ставок Избегание распространенных ошибок Социальные аспекты игры на 1вин пример участия в турнирах Сообщество…