Advertisement
Guest User

style.css

a guest
Nov 17th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.70 KB | None | 0 0
  1. @import url(http://allfont.ru/css/?fonts=ds-digital);
  2. @font-face {
  3. font-family: ubuntu;
  4. src: local("Ubuntu"),
  5. url(../ubuntu/ubuntu_regular.ttf);
  6. }
  7. @font-face {
  8. font-family: Roboto;
  9. src: local("Roboto"),
  10. url(../ubuntu/roboto.ttf);
  11. url(../ubuntu/roboto.svg);
  12. url(../ubuntu/roboto.woff);
  13. url(../ubuntu/roboto.eot);
  14. url(../ubuntu/roboto.woff2);
  15. }
  16.  
  17. html, body, .comingcontainer{ height: 100%; margin: 0; padding: 0; overflow: hidden; }
  18.  
  19. body { line-height: 1; }
  20.  
  21. var screenHeight = screen.height;
  22. if (screenHeight < 800) {
  23. $('body').css('zoom', 0.8);
  24. } else {
  25. $('body').css('zoom', 1);
  26. }
  27.  
  28. /* Media Queries
  29. ================================================== */
  30.  
  31. @media only screen and (max-width: 1200px) {
  32.  
  33. }
  34. @media only screen and (max-width: 959px) {
  35.  
  36. }
  37.  
  38.  
  39. @media only screen and (min-width: 768px) and (max-width: 959px) {
  40.  
  41. }
  42.  
  43.  
  44. @media only screen and (max-width: 767px) {
  45.  
  46. }
  47.  
  48.  
  49. @media only screen and (min-width: 480px) and (max-width: 767px) {
  50. .checkbacksoon p span { font-size: 150px; line-height: 160px; }.error {font-size: 14px;}.search {width: 220px;}
  51.  
  52. @media only screen and (max-width: 479px) {
  53. .checkbacksoon p span { font-size: 150px; line-height: 160px; }.error {font-size: 14px;}.search {width: 220px;}
  54. }
  55. #leftbox{
  56. margin-left: auto;
  57. margin-right: auto;
  58. float: none;
  59. display: block;
  60. width: 97%;
  61. }
  62. #content{max-width: none; min-height: 0px; width: 95%; float: none; display: block; margin-left: auto; margin-right: auto;}
  63. #rightbox{ margin-left: auto;
  64. margin-right: auto;
  65. float: none;
  66. display: block;
  67. width: 97%;}
  68. .wrap{width: 100%;}
  69. }
  70.  
  71. html {
  72. height: 80%;
  73. }
  74. body {
  75. height: 100%;
  76. margin: 0;
  77. color: #000;
  78. font-family: "Roboto","Arial",sans-serif ;
  79. min-width: 1186px;
  80. background:url(../images/bg.jpg);
  81. background-size: cover;
  82. background-attachment: fixed;
  83. }
  84. .flexcroll {
  85. scrollbar-face-color: #ff9c00;
  86. scrollbar-shadow-color: #ff9c00;
  87. scrollbar-highlight-color: #ff9c00;
  88. scrollbar-3dlight-color: #ff9c00;
  89. scrollbar-darkshadow-color: #ff9c00;
  90. scrollbar-track-color: #ff9c00;
  91. scrollbar-arrow-color: #ff9c00;
  92. }
  93.  
  94. #header {
  95. background:#CCC;
  96. width:100%;
  97. height:58px;
  98. background-size: cover;
  99. background-attachment: fixed;
  100. display:inline-block;
  101. overflow:hidden;
  102. }
  103.  
  104. .buttons {
  105. position:relative;
  106. }
  107.  
  108. #button a {
  109. font-family:Trebuchet MS;
  110. text-decoration:none;
  111. color:#fff;
  112. font-size:25px;
  113. display:inline-block;
  114. padding:13px 10px;
  115. display:inline-block;
  116. position:relative;
  117. margin-left:10px;
  118. }
  119.  
  120. #button a:hover {
  121. color:#ff5400;
  122. }
  123.  
  124. #qinfo {
  125. background:#fff;
  126. width:600px;
  127. height:300px;
  128. margin-top:35px;
  129. margin-left:35px;
  130. border-top-left-radius: 8px;
  131. }
  132.  
  133. #latestwinner {
  134. background:#fff;
  135. width:350px;
  136. height:300px;
  137. margin-top:-300px;
  138. margin-left:635px;
  139. border-top-right-radius: 8px;
  140. }
  141.  
  142. .qinfostyle {
  143. width:560px;
  144. height:230px;
  145. margin-top:5px;
  146. margin-left:auto;
  147. margin-right:auto;
  148. }
  149.  
  150. .lwinfo {
  151. width:231px;
  152. height:200px;
  153. margin-top:-0px;
  154. float:right;
  155. display:inline
  156. }
  157.  
  158. #footer {
  159. background: rgba(0, 0, 0, 0.2);
  160. width:100%;
  161. height:58px;
  162. position: fixed;
  163. font-family:TSISQUILISDA;
  164. text-align:center;
  165. bottom: 0;
  166. color:#fff;
  167. }
  168.  
  169.  
  170. .barbbbb{
  171. height: 35px;
  172. border-top-right-radius: 8px;
  173. color: #FF5400;
  174. padding:8px;
  175. }
  176.  
  177. .players-percent {
  178. overflow: hidden;
  179. position: relative;
  180. width: 950px;
  181. height: 100px;
  182. background-color: rgba(0, 0, 0, 0.2);
  183. margin-left:35px;
  184. }
  185. .players-tape {
  186. height: 100px;
  187. position: relative;
  188. text-align: center;
  189. width: 50%;
  190. z-index: 90;
  191. }
  192. .players-percent-block {
  193. display: inline-block;
  194. height: 80px;
  195. margin: 10px 6px;
  196. position: relative;
  197. overflow:auto;
  198. width: 80px;
  199. }
  200. .players-percent-block img {
  201. height: 80px;
  202. left: 0;
  203. position: absolute;
  204. overflow:auto;
  205. top: 0;
  206. width: 80px;
  207. }
  208. .players-percent-text {
  209. background: none repeat scroll 0 0 rgba(33, 49, 55, 0.85);
  210. color: #8ec7d2;
  211. height: 24px;
  212. left: 0;
  213. position: absolute;
  214. top: 56px;
  215. width: 80px;
  216. }
  217.  
  218. .content .jackpot .ico_enter_btn {
  219. background: url(../img/ico2.png) 0px 16px no-repeat;
  220. display: inline-block;
  221. vertical-align: top;
  222. width: 28px;
  223. height: 36px;
  224. }
  225. .content .jackpot .enter_btn:hover {
  226. opacity: 0.9;
  227. }
  228. .content .jackpot .enter_btn:active {
  229. position: relative;
  230. bottom: -1px;
  231. }
  232. .content .jackpot .aut {
  233. font: 400 14px/17px "Roboto","Arial",sans-serif ;
  234. display: block;
  235. }
  236. .content .jackpot .aut a {
  237. text-decoration: none;
  238. color: #fff;
  239. }
  240. .content .jackpot .aut a:hover {
  241. text-decoration: underline;
  242. }
  243. .content .items {
  244. margin: 0 0 20px;
  245. }
  246. .content .items ul {
  247. margin: 0;
  248. padding: 0;
  249. overflow: hidden;
  250. list-style: none;
  251. }
  252. .content .items li {
  253. padding: 0 0 0 10px;
  254. float: left;
  255. width: 221px;
  256. -webkit-transition: 0.5s all ease;
  257. -o-transition: 0.5s all ease;
  258. transition: 0.5s all ease;
  259. }
  260. /*.content .items li:hover {
  261. opacity: 0.85;
  262. }*/
  263. .content .items li:first-child {
  264. padding: 0;
  265. }
  266. .content .items li a {
  267. text-decoration: none;
  268. display: block;
  269. }
  270. .content .items li .visual {
  271. background: rgba(45, 47, 59, 0.9);
  272. text-align: center;
  273. padding: 7px 0 12px 0;
  274. }
  275. .content .items li .text {
  276. text-align: center;
  277. position: relative;
  278. padding: 15px 0;
  279. background: #fff;
  280. border-radius: 5px;
  281. }
  282. .content .items li .text:before {
  283. content: '';
  284. display: block;
  285. position: absolute;
  286. width: 0px;
  287. height: 0;
  288. border-left: 7px solid transparent;
  289. border-right: 7px solid transparent;
  290. border-bottom: 6px solid #222531;
  291. top: -6px;
  292. left: 50%;
  293. margin: 0 0 0 -6px;
  294. }
  295. .content .items li .text strong {
  296. font-size: 25px;
  297. color: #FF5400;
  298. font-family: "Roboto","Arial",sans-serif ;
  299. font-weight: normal;
  300. }
  301. .content .items li .text p{
  302. color: #0000;
  303. margin-top: 5px;
  304. font-family: "Roboto","Arial",sans-serif ;
  305. font-size: 17px;
  306. }
  307. .here {
  308. padding: 0 0 15px;
  309. }
  310. .content h2 {
  311. background: #363636;
  312. text-align: center;
  313. color: #ffad08;
  314. font: 500 30px/30px "Roboto","Arial",sans-serif ;
  315. padding: 12px 0 8px;
  316. margin: 0;
  317. border-radius: 5px 5px 0 0;
  318. }
  319. .content .lists .box {
  320. margin: 0 0 18px;
  321. }
  322. .content .lists .box h3 {
  323. font: 700 18px/18px "Roboto","Arial",sans-serif ;
  324. color: #678098;
  325. margin: 0 29px 9px 0;
  326. padding: 0 0 8px;
  327. border-bottom: 1px #454a5d dashed;
  328. }
  329. .content .lists .box h3 span {
  330. color: #45B6AF;
  331. margin: 0 6px 0 0px;
  332. }
  333. .content .lists .box ul {
  334. margin: 0;
  335. padding: 0;
  336. list-style-type: none;
  337. }
  338. .content .lists .box li {
  339. padding: 0 0 18px;
  340. }
  341. .content .lists .box ul li ul {
  342. margin: 0;
  343. padding: 18px 0 0 37px;
  344. }
  345. .content .lists .box ul li ul li {
  346. font: 500 18px/18px "Roboto","Arial",sans-serif ;
  347. color: #678098;
  348. position: relative;
  349. }
  350. .content .lists .box ul li ul li:before {
  351. content: '';
  352. position: absolute;
  353. display: block;
  354. width: 3px;
  355. height: 3px;
  356. top: 10px;
  357. left: -19px;
  358. border-radius: 50%;
  359. background: #fff;
  360. }
  361. .content .lists .box ul li ul li:last-child {
  362. padding: 0
  363. }
  364. .content .lists .box li p {
  365. font: 500 18px/18px "Roboto","Arial",sans-serif ;
  366. color: #678098;
  367. margin: 0;
  368. }
  369. .content .lists .box li p span {
  370. color: #e63f24;
  371. margin: 0 6px 0 0px;
  372. }
  373. .content .lists {
  374. background: #fff;
  375. padding: 20px 12px 1px 12px;
  376. border-bottom-left-radius: 5px;
  377. border-bottom-right-radius: 5px;
  378. }
  379. .content .lists .box p {
  380. font: 500 18px/18px "Roboto","Arial",sans-serif ;
  381. color: #678098;
  382. margin: 10px 0 15px;
  383. }
  384. .content .lists .box .user {
  385. color: #45B6AF;
  386. }
  387. .content .lists .chat2 {
  388. margin: 0 0 18px;
  389. }
  390. .content .lists .btn_holder {
  391. padding: 14px 0 0 0;
  392. border-top: 1px dashed #484d61;
  393. margin: 15px 10px;
  394. }
  395. .content .lists .btn {
  396. background: #FF5400;
  397. font: 400 18px/47px "Roboto","Arial",sans-serif ;
  398. display: block;
  399. border-radius: 5px;
  400. width: 515px;
  401. text-align: center;
  402. text-decoration: none;
  403. margin: 0 auto;
  404. }
  405. .content .lists .btn:hover{
  406. opacity: 0.8;
  407. }
  408. .content .lists .btn:active {
  409. position: relative;
  410. bottom: -1px;
  411. }
  412. .content .history_game {
  413. background: #fff;
  414. border-radius: 5px;
  415. }
  416. .content .history_game h2,
  417. .content h2 {
  418. text-align: center;
  419. color: #678098;
  420. font: 500 25px/24px "Roboto","Arial",sans-serif ;
  421. padding: 12px 0px 8px;
  422. margin: 0px;
  423. background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  424. }
  425. .content .history_game > ul {
  426. margin: 0;
  427. padding: 19px 26px 11px 23px;
  428. list-style: none;
  429. }
  430. .content .history_game > ul > li {
  431. background: #f2f6f9 none repeat scroll 0% 0%;
  432. border-radius: 5px;
  433. padding: 7px 13px 5px 19px;
  434. margin: 0px 0px 12px;
  435. position: relative;
  436. }
  437. .content .history_game > ul:after,
  438. .content .history_game > ul > li:after {
  439. clear: both;
  440. display: block;
  441. content: '';
  442. }
  443.  
  444. #prograsd {
  445. width: 300px;
  446. height: 300px;
  447. padding-bottom: 5px;
  448. font-size: 25pt;
  449. font-weight: bold;
  450. }
  451. .promo-cover{
  452. overflow:hidden;
  453. margin:0;
  454. }
  455. .scrollbar{
  456. background:#f2f6fa;
  457. position:absolute;
  458. top:0;
  459. bottom:0;
  460. right:0;
  461. width:11px;
  462. overflow:hidden;
  463. border-radius:3px;
  464. }
  465. .handle{
  466. background:#d7dce2;
  467. width:11px;
  468. height:54px;
  469. position:absolute;
  470. top:0;
  471. left:0;
  472. z-index:2;
  473. border-radius:3px;
  474. }
  475. .promo-cover ul{
  476. margin:0;
  477. padding:0;
  478. list-style:none;
  479. color:#000;
  480. font-size: 15px;
  481. line-height:18px;
  482. }
  483. .promo-cover ul li{
  484. overflow:hidden;
  485. /* background:#fafafa; */
  486.  
  487. position:relative;
  488. }
  489. .promo-cover ul li.active{
  490. border-radius:5px;
  491. }
  492.  
  493. .promo-cover .head{
  494. overflow:hidden;
  495. }
  496. .promo-cover .icon{
  497. width:50px;
  498. height:50px;
  499. overflow:hidden;
  500. border-radius:5px;
  501. float:left;
  502. margin:0 10px 0 0;
  503. margin-left: 5px;
  504. }
  505. .promo-cover .title{
  506. overflow:hidden;
  507. padding:10px 50px 0 0;
  508. font-size: 15pt;
  509. margin-top: 8px;
  510. }
  511.  
  512. .promo-cover .title a{
  513. text-decoration:none;
  514. color: #82949a;
  515. font-family:'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
  516. }
  517. .promo-cover .title a:hover{
  518. text-decoration:underline;
  519. }
  520. .promo-cover .title span{
  521. font-family:'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
  522. }
  523.  
  524.  
  525. .drop-box{
  526. margin:0;
  527. padding: 0px !important;
  528. list-style:none;
  529. overflow:hidden;
  530. display:none;
  531. margin-bottom: 1px;
  532. }
  533. .drop-box li{
  534. float:left;
  535. /*margin:0 5px 6px 0 !important;*/
  536. }
  537. .drop-box a{
  538. display:block;
  539. /*background:#a6b2b6;*/
  540. width:85px;
  541. height:85px;
  542. line-height:5px;
  543. text-align:center;
  544. text-decoration:none;
  545. }
  546. .drop-box a img{
  547. vertical-align:middle;
  548. max-height:90%;
  549. max-width:90%;
  550. }
  551.  
  552. .fixed {
  553. position: fixed;
  554. bottom: 10px;
  555. left: 10px;
  556. }
  557. .fixed .btn {
  558. background: #2d303b;
  559. display: block;
  560. position: relative;
  561. text-decoration: none;
  562. padding: 14px 18px;
  563. border-radius: 5px;
  564. font: 300 21px/21px "Roboto","Arial",sans-serif ;
  565. color: #f4f4f4;
  566. margin: 0;
  567. }
  568. .fixed .btn:hover {
  569. opacity: 0.8;
  570. }
  571. .fixed .visual {
  572. position: absolute;
  573. top: -83px;
  574. right: -86px;
  575. z-index: 5;
  576. }
  577.  
  578. .game {
  579. background: #fff;
  580. padding: 0px;
  581. border-radius: 5px;
  582. }
  583. .game .box {
  584. overflow: hidden;
  585. clear: both;
  586. }
  587. .game .box .number {
  588. text-align: center;
  589. margin: 20px auto;
  590. }
  591. .game .box .number p {
  592. font: 500 25px/25px "Roboto","Arial",sans-serif ;
  593. color: #678098;
  594. }
  595. .game .box .number p span {
  596. color: #FF3F3F;
  597. }
  598. .game .box .sound {
  599. float: right;
  600. text-decoration: none;
  601. background: #343434;
  602. -webkit-transition: 0.5s all ease;
  603. -o-transition: 0.5s all ease;
  604. transition: 0.5s all ease;
  605. }
  606. .game .box .sound span {
  607. font: 500 12px/26px "Roboto","Arial",sans-serif ;
  608. color: #fff;
  609. margin: 0;
  610. padding: 4px 11px 3px 9px;
  611. }
  612. .game .box .sound:hover {
  613. opacity: 0.8;
  614. }
  615. .game .box .sound .ico {
  616. background:url(../img/ico5.png) 0 6px no-repeat;
  617. display: inline-block;
  618. vertical-align: top;
  619. width: 17px;
  620. height: 17px;
  621. }
  622.  
  623. .game .box .sound .icoOn {
  624. background:url(../img/ico8.png) 0 6px no-repeat;
  625. display: inline-block;
  626. vertical-align: top;
  627. width: 17px;
  628. height: 17px;
  629. }
  630.  
  631. .game .progress {
  632. overflow: hidden;
  633. margin: 0px 15px 15px;
  634. padding: 10px;
  635. border-radius: 3px;
  636. }
  637. .game .progress .visual {
  638. position: relative;
  639. padding: 0px 28px 0px 14px;
  640. }
  641. .game .progress .num {
  642. font: 700 50px/50px "Roboto","Arial",sans-serif ;
  643. position: absolute;
  644. color: #fff;
  645. top: 50%;
  646. left: 50%;
  647. width: 134px;
  648. margin: -20px 0 0 -73px;
  649. webkit-text-shadow: 1px 4px 0px #1f4e8c;
  650. text-shadow: 1px 4px 0px #1f4e8c;
  651. }
  652. .game .progress div {
  653. float: left;
  654. text-align: center;
  655. }
  656. .game .progress .amount {
  657. width: 522px;
  658. padding: 10px 0px;
  659. background: #dadada;
  660. border-radius: 3px;
  661. margin-bottom: 10px;
  662.  
  663. }
  664. .game .progress .amount .end_game {
  665. font: 400 18px/18px "Roboto","Arial",sans-serif;
  666. color: #7e7e7e;
  667. display: block;
  668. }
  669. .game .progress .amount .end_game .ico {
  670. background:url(../img/ico6.png) 0 0px no-repeat;
  671. display: inline-block;
  672. vertical-align: top;
  673. width: 24px;
  674. height: 22px
  675. }
  676. .game .progress .amount .end_game span {
  677. color: #FF3F3F;
  678. font-family: "Roboto","Arial",sans-serif ;
  679. }
  680. .game .progress p {
  681. font: 400 30px/30px "Roboto","Arial",sans-serif ;
  682. color: #3A3F42;
  683. margin: 0 0 11px
  684. }
  685. .game .progress .count {
  686. background: #3B3F51;
  687. border-radius: 7px;
  688. margin: 0 0 11px;
  689. overflow: hidden;
  690. }
  691. .game .progress .amount .count {
  692. width: 481px;
  693. height: 40px;
  694. }
  695. .game .progress .rate .count {
  696. width: 318px;
  697. margin: 0;
  698. }
  699. .game .progress .count span {
  700. font: 400 25px/40px "Roboto","Arial",sans-serif ;
  701. color: #FF3F3F;
  702. }
  703. .game .progress .rate {
  704. padding: 0px 5px 0 5px;
  705.  
  706. }
  707. .game .btn_game {
  708. font: 700 35px/73px "Roboto","Arial",sans-serif ;
  709. webkit-text-shadow: 1px 2px 0px #346f2c;
  710. text-shadow: 1px 2px 0px #346f2c;
  711. margin: 0 auto;
  712. width: 820px;
  713. height: 76px;
  714. color:#fff;
  715. text-decoration: none;
  716. text-align: center;
  717. display: block;
  718. border-radius: 5px;
  719. border-bottom: 4px #188608 solid;
  720. background: #5bc24c;
  721. -webkit-transition: 0.5s all ease;
  722. -o-transition: 0.5s all ease;
  723. transition: 0.5s all ease;
  724. }
  725. .game .btn_game:hover {
  726. opacity: 0.8;
  727. }
  728. .game .btn_game:active {
  729. position: relative;
  730. bottom: -1px;
  731. }
  732. .game .btwn_game {
  733. font: 400 18px/50px "Roboto","Arial",sans-serif ;
  734. margin: 15px auto;
  735. width: 522px;
  736. height: 50px;
  737. color: #fff;
  738. text-decoration: none;
  739. text-align: center;
  740. display: block;
  741. border-radius: 3px;
  742. background: #FF5400;
  743. }
  744. .game .btwn_game:hover {
  745. opacity: 0.8;
  746. }
  747. .game .btwn_game:active {
  748. position: relative;
  749. bottom: -1px;
  750. }
  751.  
  752. .bankbbas{
  753. position: absolute;
  754. top: 56%;
  755. left: 40%;
  756. font-family: sans-serif;
  757. font-size: 25px;
  758. padding: 2px 2px;
  759. border-radius: 1px;
  760. color: #ff5400;
  761. width: 105px;
  762. }
  763.  
  764. #progbar {
  765. width:500px;
  766. height:360px;
  767. float:right;
  768. margin-top:-11.5%;
  769. margin-right:18%;
  770. display:inline-block;
  771. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement