/* 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"; Uncategorized – Page 164 – s242.dai.uom.gr

Category: Uncategorized

  • $5 Minimum Put Casinos All of us Casinos with $5 Deposit davinci diamonds free app 2025

    The overall build of one’s casino is easy to help you browse, which is progressive and you will up-to-date. It really is user friendly, and if your encounter one items, it is possible to come to get to the customer support team through live talk 24 davinci diamonds free app /7. One of the most…

  • Supreme Play steht in der schwarzen Liste!! 3 Mitglieder sagten ‘Gefällt nicht’

    Content Verantwortungsbewusstes Aufführen Glücksspiel für jedes Provision Rabona Kasino: Live Spiele, Sportwetten, Spielbank ferner Pferderennen verbunden! Beibehalten Sie Ein Bares zurück, so lange Eltern auf keinen fall erlangen! Diese Zahlung werde bereits angefordert (von uns aktiv Rival) und der Gamer sollte coeur Geld früh besitzen. Zahlreiche Anbieter von Kasino Seiten grapschen unter diese Waren solch…

  • Where you can play highest limits blackjack on casino bejeweled 2 line?

    Articles Casino bejeweled 2 | Highest Put and Detachment Limits Found Exclusive Bonuses, Offers & Information Nice, Player-Amicable Incentives Other high RTP position online game away from NetEnt is actually Blood Suckers, presenting an old horror motif and you may an RTP out of 98%. Bovada Gambling enterprise app along with stands out with over…

  • Sail Cash Immediate Up to speed Borrowing from the bank

    Build your honors on this large wheel, second let someone step in or take a chance. And this, jurassic giants signs using your first images, you�ll need dictate just how much off of the draw you can be and you may to modify your capturing accordingly. Knowing the county of one’s devices plus the tricks…

  • Finest Baccarat miss kitty real money big win Online casinos: Play for Real cash BaccaratSuper

    Articles The Evaluation Standards to own Baccarat Playing Websites – miss kitty real money big win Bargain and you will Play Greatest 3 On the internet Baccarat Casinos The Finest Listing of the software program Team Within the roulette, players wager on where a basketball often home for the a spinning wheel, having numerous gambling…

  • Play at the best On the web Blackjack Gambling enterprises the real deal lightning link casino Money

    Content Ideas on how to Victory during the On line Black-jack: lightning link casino Everything you need to Find out about On line Black-jack Just how many porches are utilized in numerous sort of Solitaire credit game? What is an insurance Bet? A difference from fascinating blackjack headings is available in the newest gambling enterprise…

  • Are Bucks Festival real money position legit? Betting Pedia

    Although not, several casinos on the internet, and recommendations web sites like this one, give you the solution to is actually the newest Carnival Dollars slot to possess 100 percent free just before swinging onto a real income play. Playing Carnival Bucks slot for free causes it to be obvious that it online game is…

  • Had been ihr Hyperlink verrät

    Content Übersetzungen für abgrasen inoffizieller mitarbeiter Germanisch, Englisch-Verzeichnis FAQ-Grundstock erstellen: Had been man sagt, sie seien nachfolgende häufigsten Gern wissen wollen Ihrer Kunden? Welches potenz CrocoSlots zum besten Spielsaal in Österreich? Zugangs unter anderem Nutzungsbedingungen je elektronische Zeitschriften Kategorieseiten in Angeschlossen-Shops: Produktliste Irgendeiner schickt ihm im weiteren die Inter auftritt zu, die der Inter browser…

  • Enjoy Black-jack On the casino GoWild casino internet the real deal Money in 2025: Better Gambling enterprise Websites

    Posts Greatest Casinos on the internet to own To try out Blackjack inside 2025: casino GoWild casino Better Online slots the real deal Money And that says provides court web based casinos? You can play online blackjack for real currency when you’re to play in both New jersey, Pennsylvania, Michigan otherwise Western Virginia. Open a…

  • Eye of Horus Alles Wissenswerte Top paysafecard Casino -Sites zum beliebten Slot

    Content erreichbar 2025: Top paysafecard Casino -Sites Den Eye of Horus Prämie verwenden Eye of Horus, Gebührenfrei & wichtiger Verknüpfung dadurch Echtgeld verhalten Cube10 blogs Fazit: Eye of Horus seit 2021 zuletzt wiederum verfügbar Je unser Einzahlungen solltest du in der Angeschlossen-Spielothek PayPal unter anderem weitere Eulersche zahl-Wallets nützlichkeit beherrschen. Jedoch sollten dir Optionen wie…