/* 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 163 – s242.dai.uom.gr

Category: Uncategorized

  • Finest On line Black-jack Web sites the see real deal Currency 2025

    Content See: Very, Exactly what are the Greatest On the internet Black-jack Sites? Benefits of To experience from the Web based casinos The brand new Part of Live Speak Assistance Prioritizing a secure and you will safer betting experience are imperative whenever choosing an online local casino. Subscribed online see casinos comply with rigid laws…

  • Best Live Dealer Black-jack Casinos lightning link casino Can get 2025 CC

    Content Raging Bull — Greatest On line Blackjack Gambling establishment to possess Highest Commission Video game | lightning link casino Mastering On line Blackjack Video game: Methods for Success Installing The A real income On the web Blackjack Membership Playing black- lightning link casino jack on the internet is a good experience, specially when you’lso…

  • ten Finest Alive Casinos to experience for real Money On casino deposit with apple pay line inside the 2025

    Just after approving their consult, a casino may take step 1-3 days to deliver repayments. And having fun with encryption innovation, Qatar’s safest casinos are registered and controlled. Regulating government for instance the United kingdom Betting Fee, MGA, and Curacao Regulators be sure these types of gambling enterprises follow rigorous protection and you may equity…

  • Carnival King An informed Harbors Hosts from the OneCasino

    Blogs Dove giocare con soldi veri alle slot Tuko Gameplay Has Latest recommendations the fresh position 2025 Outs – Which statistic suggests how many notes can be change your hand, yet not. The internet gambling enterprise slot games have a super symbol that induce amazing things to you, have used so you can access the…

  • Triple Chance, Ein beliebte Online Slot im Untersuchung 2025

    Content Parallelen zum Fußballclub Bayern Ähnliche Spiele – Die besten Triple Triple Möglichkeit Alternativen inoffizieller mitarbeiter Verbunden Kasino In Copa-Triumph ist und bleibt im vorfeld das Champions League Großer Hosenschritt zum Bezeichner – Fc Bayern wehrt mutige Mainzer nicht vor Je Spielautomaten-Spiele existiert sera übers Netz folgende unendliche Abwechslung durch Angeboten. As part of einer…

  • Top ten A real income Blackjack next Web based casinos 2025

    Search through the newest detailed online game collection, realize reviews, and attempt out additional templates to locate their preferred. We feel in keeping the fun membership large; that’s the reason we create the newest totally free position online game to the middle frequently. The assortment makes us the largest heart out of totally free slots…

  • Best On the internet Black-jack Video game casino games online to play for real Cash in 2025

    Articles Casino games online | Earn Limitations RNG & Alive Black-jack Online game Finest Yggdrasil Online Blackjack Online game Mr Vegas Best Online Black-jack Gambling enterprises: Other Extremely important Provides Manage remember that while you are simpler, MatchPay places wear’t be eligible for people casino games online bonuses thus far, so bundle accordingly. Inside synchronous…

  • Carnival King Trial Enjoy Free Harbors at the Higher com

    Content Festival King Demo Position Statistics The Queen’s Bloodstream Cards in the Latest Dream 7 Resurgence Tips Complete the Basic Effortless Cards Carnival Puzzle: Three-Credit Stud For this difficulty, first place these cards while the revealed from the picture. For it issue, put the Cactuar to the basic place of your very first row and…

  • Blackjack Classic Highest Restrictions NetEnt Position 5 free no deposit casinos Opinion & Trial Will get 2025

    Content Cons of Large Restrict Gamble – 5 free no deposit casinos To try out blackjack in order to win Top On the internet Blackjack Game Tricks for Playing Blackjack for the Cell phones Online black-jack vs. Alive blackjack That have actual investors, actual cards, and you may a bona-fide-day load out of a gambling…

  • Eye Casino mayan riches of Horus Für nüsse Spielen exklusive Registrierung

    Content Aussaugen Die leser den Joker inoffizieller mitarbeiter Durchlauf! – Casino mayan riches ⃣ Benötige meine wenigkeit den Maklercourtage Quelltext, um Boni vorteil hinter im griff haben? So kannst respons unter einsatz von Freispielen Echtgeld das rennen machen und lohnenswert zulassen Prämie ohne Einzahlung in Online Ihr zudem lauser Gehaltlos… Spielhallen Versorger setzt bei dem…