Advertisement
Katsiree

oddsN.css

Nov 21st, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.42 KB | None | 0 0
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('icomoon.eot?xlier6');
  4. src: url('icomoon.eot?xlier6#iefix') format('embedded-opentype'), url('icomoon.ttf?xlier6') format('truetype'), url('icomoon.woff?xlier6') format('woff'), url('icomoon.svg?xlier6#icomoon') format('svg');
  5. font-weight: normal;
  6. font-style: normal;
  7. font-display: block;
  8. }
  9.  
  10.  
  11. maincontent {
  12. background-color: #e9fbdb;
  13. FONT-FAMILY: Tahoma, Helvetica, sans-serif
  14. }
  15.  
  16. .oddsTableTitle {
  17. height: 22px;
  18. line-height: 22px;
  19. border-top: 3px #fff solid;
  20. border-bottom: 1px #f16e00 solid;
  21. background: linear-gradient(180deg, rgba(255, 195, 34, 1) 0%, rgba(240, 110, 0, 1) 79%, rgba(241, 110, 0, 1) 100%);
  22. color: #fff;
  23. font-size: 14px;
  24. font-weight: bold;
  25. text-align: left;
  26. text-transform: uppercase;
  27. }
  28.  
  29. #oddsTable_1_1_3_t .oddsTableTitle {
  30. height: 22px;
  31. line-height: 22px;
  32. border-top: 3px #fff solid;
  33. border-bottom: 1px #0017c4 solid !important;
  34. background: rgb(0, 46, 216) !important;
  35. background: linear-gradient(0deg, rgba(0, 46, 216, 1) 0%, rgba(0, 136, 252, 1) 100%) !important;
  36. color: #fff;
  37. font-size: 14px;
  38. font-weight: bold;
  39. text-align: left;
  40. text-transform: uppercase;
  41. }
  42.  
  43. /********* btn ************/
  44. .oddsBet,
  45. .oddsRow-morebet {
  46. cursor: pointer;
  47. }
  48.  
  49. .oddsRow-fav,
  50. .oddsRow-fav-s,
  51. .refreshrun,
  52. .btn-toggle,
  53. .tvimg_be,
  54. .LiveTV3_be,
  55. .Graph_be,
  56. .Forecast_bg,
  57. .close-x,
  58. .oddsRow-morebet,
  59. .pimgtu {
  60. cursor: pointer;
  61. font-family: 'icomoon' !important;
  62. speak: none;
  63. font-style: normal;
  64. font-weight: normal;
  65. font-variant: normal;
  66. text-transform: none;
  67. line-height: 1;
  68. font-size: 12px;
  69. -webkit-font-smoothing: antialiased;
  70. -moz-osx-font-smoothing: grayscale;
  71. float: right;
  72. }
  73.  
  74. span.oddsRow-fav,
  75. span.oddsRow-fav-s,
  76. span.refreshrun,
  77. span.btn-toggle,
  78. span.tvimg_be,
  79. span.Graph_be,
  80. span.Forecast_bg,
  81. span.close-x,
  82. span.oddsRow-morebet{
  83. width: 15px !important;
  84. }
  85.  
  86. span.LiveTV3_be{
  87. font-size: 11px;
  88. width: 12px !important;
  89. margin-top: 2px;
  90. }
  91.  
  92. span.tvimg_be{
  93. font-size: 11px;
  94. width: 12px !important;
  95. margin-right: 4px;
  96. }
  97.  
  98. span.pimgtu {
  99. font-size: 11px;
  100. top: 1px;
  101. position: relative;
  102. width: 12px !important;
  103. }
  104.  
  105. .oddsRow-img{margin-top: 9px !important;
  106. }
  107.  
  108.  
  109. .oddsRow-img span {
  110. height: 15px;
  111. }
  112.  
  113. .oddsRow-morebet:before {
  114. content: "\e906";
  115. font-size: 10px;
  116. }
  117.  
  118. .close-x:before {
  119. content: "\ea0f";
  120. }
  121.  
  122. .refreshrun:before {
  123. content: "\e903";
  124. color: #000;
  125. background-color: white;
  126. }
  127.  
  128. .oddsRow-fav:before {
  129. content: "\e916";
  130. color: #000;
  131. font-size: 14px;
  132. }
  133.  
  134. .oddsRow-fav-s:before {
  135. content: "\e917";
  136. color: #ffd200;
  137. font-size: 14px;
  138. }
  139.  
  140. .Graph_be:before {
  141. content: "\e912";
  142. color: #35ab28;
  143. margin-left: 3px;
  144. vertical-align: middle;
  145. }
  146.  
  147. .Forecast_bg:before {
  148. content: "\e915";
  149. color: #35ab28;
  150. vertical-align: middle;
  151. margin-left: 3px;
  152. }
  153.  
  154. .tvimg_be:before {
  155. content: "\e905";
  156. font-size: 1.2em;
  157. font-weight: bold;
  158. color: #767474;
  159. vertical-align: middle;
  160. }
  161.  
  162. .LiveTV3_be:before {
  163. content: "\e90c";
  164. font-size: 1.18em;
  165. color: #35ab28;
  166. vertical-align: middle;
  167. }
  168.  
  169. .pimgtu:before {
  170. content: "\e91a";
  171. font-size: 1.08em;
  172. color: #35ab28;
  173. vertical-align: middle;
  174. }
  175.  
  176. .btn-toggle:before {
  177. content: "\e901";
  178. color: #ed163a;
  179. }
  180.  
  181. .btn-toggle-right:before {
  182. content: "\e91b";
  183. }
  184.  
  185. .oddsRow-team {
  186. font-weight: bold;
  187. }
  188.  
  189. .oddsRow-img {
  190. float: right;
  191. margin-right: 3px;
  192. }
  193.  
  194. .chg span.cclick {
  195. background-image: url(../Img/bigshan.gif);
  196. }
  197.  
  198. .oddsBet span.cclick {
  199. width: 100%;
  200. display: inline-block;
  201. line-height: 1.3em;
  202. background-size: auto auto;
  203. border-radius: 3px !important;
  204. -webkit-border-radius: 3px !important;
  205. -moz-border-radius: 3px !important;
  206. -o-border-radius: 3px !important;
  207. }
  208.  
  209. /*********************/
  210. .odds-head {
  211. height: 39px;
  212. font-weight: 700 !important;
  213. font-size: 11px !important;
  214. color: #fff !important;
  215. font-family: Arial !important;
  216. background: #ff8722;
  217. }
  218.  
  219. .odds-head td {
  220. border-right: 1px solid #c75e06 !important;
  221. border-top: 0px solid #57ad57 !important;
  222. border-left: 0px solid #57ad57 !important;
  223. border-bottom: solid #c75e06 1px !important;
  224. }
  225.  
  226. #oddsTable_1_1_3_t .odds-head {
  227. height: 39px;
  228. font-weight: 700 !important;
  229. font-size: 11px !important;
  230. color: #fff !important;
  231. font-family: Arial !important;
  232. background: #0017c4;
  233. }
  234.  
  235. #oddsTable_1_1_3_t .odds-head td {
  236. border-right: 1px solid #3f6cff !important;
  237. border-top: 0px solid #3f6cff !important;
  238. border-left: 0px solid #3f6cff !important;
  239. border-bottom: solid #3f6cff 1px !important;
  240. }
  241.  
  242. .oddsLeague {
  243. background: #fed165;
  244. color: #000 !important;
  245. font-weight: bold;
  246. font-size: 14px;
  247. }
  248.  
  249. .oddsLeague>td {
  250. border-bottom: 1px solid #9a9a9a;
  251. }
  252.  
  253. #oddsTable_1_1_3_t .oddsLeague {
  254. background: #6bbbff;
  255. color: #000 !important;
  256. font-weight: bold;
  257. font-size: 14px;
  258. }
  259.  
  260. #oddsTable_1_1_3_t .oddsLeague>td {
  261. border-bottom: 1px solid #9a9a9a;
  262. }
  263.  
  264. .hiddenTeam .oddsRow-live>div,
  265. .hiddenTeam .oddsRow-team>div,
  266. .hiddenTeam span.oddsRow-fav,
  267. .hiddenTeam span.oddsRow-fav-s,
  268. .hiddenTeam span.oddsRow-morebet {
  269. display: none !important;
  270. }
  271.  
  272. .oddsRow-live-score {
  273. font-size: 13px;
  274. font-weight: bold;
  275. }
  276.  
  277. .ScoreColor {
  278. color: red;
  279. }
  280.  
  281. /*.Heading7 {
  282. FONT-WEIGHT: bold;
  283. FONT-SIZE: 12px;
  284. COLOR: #ee2c2c;
  285. }*/
  286. .Heading3 {
  287. FONT-WEIGHT: bold;
  288. FONT-SIZE: 11px;
  289. COLOR: #999999;
  290. }
  291.  
  292. .Heading5New {
  293. FONT-WEIGHT: normal !important;
  294. FONT-SIZE: 12px;
  295. COLOR: red;
  296. }
  297.  
  298. .oddsRow {
  299. background: #ffe7c2;
  300. border-bottom: solid #ff7e11 1px;
  301. }
  302.  
  303.  
  304. #oddsTable_1_1_3_t .oddsRow {
  305. background: #dce7fe;
  306. border-bottom: solid #3f6cff 1px;
  307. }
  308.  
  309. #oddsTable_1_1_3_t .oddsRow.altMatch1 {
  310. background: #abd1fe !important;
  311. border-bottom: solid rgba(167, 198, 169, 0.6) 1px;
  312. }
  313.  
  314. #oddsTable_1_1_3_t .oddsRow.altMatch2 {
  315. background: #e9f3ff !important;
  316. border-bottom: solid rgba(167, 198, 169, 0.6) 1px;
  317. }
  318.  
  319. .oddsRow>td {
  320. border-right: solid #ff7e11 1px;
  321. border-top: 1px solid #ff7e11;
  322. border-left: 1px solid #ff7e11;
  323. border-bottom: solid #ff7e11 1px;
  324. border-width: 1px;
  325. vertical-align: middle;
  326. font-weight: bold;
  327. }
  328.  
  329. #oddsTable_1_1_3_t .oddsRow>td {
  330. border-right: solid #3f6cff 1px;
  331. border-top: 1px solid #3f6cff;
  332. border-left: 1px solid #3f6cff;
  333. border-bottom: solid #3f6cff 1px;
  334. border-width: 1px;
  335. vertical-align: middle;
  336. font-weight: bold;
  337. }
  338.  
  339. .Give {
  340. FONT-WEIGHT: bold;
  341. FONT-SIZE: 11px;
  342. COLOR: #ee2c2c;
  343. }
  344.  
  345. .Take {
  346. FONT-WEIGHT: bold;
  347. FONT-SIZE: 11px;
  348. COLOR: #212121;
  349. }
  350.  
  351. .bold {
  352. FONT-WEIGHT: bold;
  353. FONT-SIZE: 12px;
  354. COLOR: #07800d;
  355. }
  356.  
  357. .PosOdds {
  358. FONT-WEIGHT: bold;
  359. FONT-SIZE: 12px;
  360. COLOR: #212121;
  361. }
  362.  
  363. .Negative {
  364. font-size: 1em;
  365. color: Red;
  366. }
  367.  
  368. .Draw {
  369. FONT-WEIGHT: bold;
  370. FONT-SIZE: 11px;
  371. COLOR: BLUE;
  372. }
  373.  
  374. .NegOdds {
  375. FONT-WEIGHT: bold;
  376. FONT-SIZE: 12px;
  377. COLOR: #ee2c2c;
  378. }
  379.  
  380. .PosOdds06 {
  381. FONT-WEIGHT: bold;
  382. FONT-SIZE: 12px;
  383. line-height: 1.4;
  384. }
  385.  
  386. .homeawayName {
  387. text-align: center;
  388. }
  389.  
  390. .HATIME {
  391. background-color: #ffffff;
  392. height: 23px;
  393. line-height: 23px;
  394. }
  395.  
  396. .HATIME td {
  397. border-right: 1px solid #bcec99;
  398. border-top: 1px solid #e6ffd4;
  399. border-left: 1px solid #fff;
  400. border-bottom: 1px solid #abd48f;
  401. }
  402.  
  403. .gtRCS {
  404. background: #e9fbdb;
  405. }
  406.  
  407. .gtRCS td {
  408. border-right: 1px solid #bcec99;
  409. border-top: 1px solid #e6ffd4;
  410. border-left: 1px solid #fff;
  411. border-bottom: 1px solid #abd48f;
  412. }
  413.  
  414. .heading8 {
  415. FONT-WEIGHT: normal;
  416. FONT-SIZE: 10px;
  417. COLOR: blue;
  418. BACKGROUND-COLOR: #C8EAA6;
  419. }
  420.  
  421. .PosOdds03 {
  422. FONT-WEIGHT: bold;
  423. FONT-SIZE: 9px;
  424. COLOR: black;
  425. }
  426.  
  427. .PosOdds04 {
  428. FONT-WEIGHT: bold;
  429. FONT-SIZE: 11px;
  430. COLOR: black;
  431. }
  432.  
  433. .HDPBG {
  434. BACKGROUND-COLOR: #FFFFFF;
  435. }
  436.  
  437. /*moorebet*/
  438. .MB_Header {
  439. font-weight: 700;
  440. font-size: 11px;
  441. color: #fff;
  442. height: 15px;
  443. background-color: #4c984c;
  444. }
  445.  
  446. .MB_GridHeader {
  447. background-color: #4c984c;
  448. color: #ffffff;
  449. }
  450.  
  451. .MB_Title {
  452. color: #eee;
  453. font-weight: bold;
  454. font-size: 13px;
  455. margin-left: 10px;
  456. text-transform: uppercase;
  457. }
  458.  
  459. .MB_GridItem {
  460. background-color: #E5F6D5;
  461. }
  462.  
  463. .MB_GridItem>td {
  464. border-right: solid #bcec99 1px;
  465. border-top: 1px solid #ffffff;
  466. border-left: 1px solid #ffffff;
  467. border-bottom: solid #abd48f 1px;
  468. }
  469.  
  470. .ModdsBet {
  471. display: inline-block;
  472. border-radius: 3px !important;
  473. -webkit-border-radius: 3px !important;
  474. -moz-border-radius: 3px !important;
  475. -o-border-radius: 3px !important;
  476. line-height: 1.4;
  477. margin: 1px;
  478. text-align: center;
  479. color: #01122b;
  480. width: 3.2em;
  481. min-width: 3.2em;
  482. font-weight: bold;
  483. }
  484.  
  485. div.ModdsBet.F1,
  486. div.ModdsBet.H1 {
  487. color: red !important;
  488. }
  489.  
  490. div.ModdsBet.FX,
  491. div.ModdsBet.HX {
  492. color: blue !important;
  493. }
  494.  
  495. .MB_Header {
  496. font-weight: 700;
  497. font-size: 11px;
  498. color: #fff;
  499. height: 15px;
  500. background-color: #4c984c;
  501. }
  502.  
  503. .ModdsBet span.cclick {
  504. width: 100%;
  505. display: block;
  506. }
  507.  
  508. .MB_GridItem span {
  509. font-weight: bolder;
  510. font-size: 12px;
  511. }
  512.  
  513. .MB_SubTitle {
  514. color: red;
  515. font-weight: normal !important;
  516. text-transform: uppercase;
  517. }
  518.  
  519. .MM_red {
  520. font-size: 12px;
  521. font-weight: bold;
  522. color: #ee2c2c;
  523. }
  524.  
  525. .oddsRow span {
  526. font-weight: bold;
  527. }
  528.  
  529. .oddsRow .oddsRow-img span {
  530. font-weight: normal;
  531. cursor: pointer;
  532. }
  533.  
  534. .M_Live {
  535. font-weight: normal !important;
  536. }
  537.  
  538. .M_Live font {
  539. font-weight: bold !important;
  540. }
  541.  
  542. .MB_GoalTable tr>td {
  543. border-right: solid #bcec99 1px;
  544. border-top: 1px solid #ffffff;
  545. border-left: 1px solid #ffffff;
  546. border-bottom: solid #abd48f 1px;
  547. }
  548.  
  549. .MB_GridItem td table tr {
  550. text-align: center;
  551. }
  552.  
  553. table.MB_OUTable td:last-child {
  554. text-align: right;
  555. padding-right: 22px;
  556. }
  557.  
  558. .list-group-item {
  559. display: block;
  560. border: 1px solid #ddd;
  561. background-color: #FAFAFA;
  562. border-top: 0;
  563. border-left: 0;
  564. border-right: 0;
  565. }
  566.  
  567. .list-group-item-heading {
  568. font-size: 11px;
  569. margin-bottom: 0;
  570. font-weight: bold;
  571. }
  572.  
  573. .list-group-item-text {
  574. font-size: 12px;
  575. color: rgba(0, 0, 0, 0.54);
  576. line-height: 16px;
  577. /* margin-top: 4px; */
  578. }
  579.  
  580. .score {
  581. font-weight: 900;
  582. color: #FF7043;
  583. display: inline;
  584. }
  585.  
  586. .betGTitle1 {
  587. font-size: 11px;
  588. font-weight: bold;
  589. color: black !important;
  590. }
  591.  
  592. .betProcess {
  593. overflow: hidden;
  594. padding: 0 !important;
  595. box-shadow: 0 0 rgba(0, 0, 0, 0.16) !important;
  596. bottom: auto !important;
  597. }
  598.  
  599. .input-box {
  600. width: 100%;
  601. height: 29px;
  602. }
  603.  
  604. .input-box>div {
  605. float: left;
  606. }
  607.  
  608. .input-group {
  609. width: 100px;
  610. }
  611.  
  612. .input-group-addon {
  613. font-size: 13px;
  614. font-weight: bold;
  615. line-height: 1;
  616. color: #555;
  617. }
  618.  
  619. .input-box .input-group .form-control_dh {
  620. text-align: center;
  621. font-weight: bold;
  622. font-size: 14px;
  623. padding-left: 0;
  624. width: 65px;
  625. border-radius: 2px;
  626. height: 26px;
  627. border-top-right-radius: 2px;
  628. border-bottom-right-radius: 2px;
  629. box-shadow: 2px 2px 10px #757272;
  630. border: 0;
  631. }
  632.  
  633. .btn-bet_dh {
  634. width: 30px;
  635. height: 40px;
  636. color: #fff9f4;
  637. background-image: url(../Img/bet_EN-US.png);
  638. background-size: 100% 100%;
  639. font-size: 12px;
  640. font-weight: bold;
  641. text-transform: uppercase;
  642. line-height: 16px;
  643. text-align: center;
  644. }
  645.  
  646. .btn-close_dh {
  647. width: 45px;
  648. height: 29px;
  649. color: #fff9f4;
  650. background-image: url(../Img/clear_EN-US.png);
  651. background-size: 100% 100%;
  652. font-size: 12px;
  653. font-weight: bold;
  654. text-transform: uppercase;
  655. line-height: 16px;
  656. }
  657.  
  658. .btn-group_dh.btn-quickBetFew_dh {
  659. margin-left: 2px;
  660. }
  661.  
  662. .odds-btndo {
  663. width: 100%;
  664. display: -ms-flexbox;
  665. display: -webkit-box;
  666. display: -ms-flex;
  667. display: -webkit-flex;
  668. display: flex;
  669. }
  670.  
  671. .dhshowbet .chip {
  672. min-width: 30px !important;
  673. height: 30px !important;
  674. }
  675.  
  676. .Chipchange {
  677. border-radius: 100%;
  678. width: 30px !important;
  679. margin-right: 10px;
  680. }
  681.  
  682. .ModdsBet>span {
  683. width: 100%;
  684. display: block;
  685. }
  686.  
  687. .Heading4 {
  688. FONT-WEIGHT: bold;
  689. FONT-SIZE: 14px;
  690. COLOR: #248c26;
  691. text-transform: uppercase;
  692. }
  693.  
  694. .CommandButton {
  695. BORDER-RIGHT: 1px double;
  696. BORDER-TOP: 1px window-inset;
  697. FONT-WEIGHT: bold;
  698. FONT-SIZE: 11px;
  699. BACKGROUND: #E5E5E5;
  700. BORDER-LEFT: 1px window-inset;
  701. COLOR: #000000;
  702. BORDER-BOTTOM: 1px double;
  703. HEIGHT: 20px;
  704. text-align: center;
  705. line-height: 20px;
  706. display: inline-block;
  707. width: 80px;
  708. }
  709.  
  710. .HHTheader {
  711. background: #4ea247;
  712. border-color: #4ea247;
  713. color: #ffffff;
  714. white-space: nowrap;
  715. text-overflow: ellipsis;
  716. overflow: hidden;
  717. }
  718.  
  719. .HHTinput input {
  720. width: 132px;
  721. height: 18px;
  722. border: 1px solid;
  723. }
  724.  
  725. .HHTtable td {
  726. border: 1px solid #bcec99;
  727. }
  728.  
  729. .SpecialHHT {
  730. background: #e8fdea !important;
  731. width: 180px;
  732. display: list-item;
  733. }
  734.  
  735. .HHTtable td.SpecialHHTTD {
  736. border: unset !important;
  737. width: 180px;
  738. color: red;
  739. font-weight: bold;
  740. }
  741.  
  742. .HHTtable td.SpecialHHTTD.Blue {
  743. border: unset !important;
  744. width: 180px;
  745. color: blue;
  746. font-weight: bold;
  747. }
  748.  
  749. .SubmitButton {
  750. display: inline-block;
  751. background: url(../Img/s1_bg.jpg) no-repeat;
  752. FONT-WEIGHT: bold;
  753. FONT-SIZE: 11px;
  754. HEIGHT: 30px;
  755. line-height: 30px;
  756. background-size: 100% 100%;
  757. text-align: center;
  758. COLOR: #000000;
  759. width: 64px
  760. }
  761.  
  762. .HHTtable4 .HHTinput input {
  763. width: 181px;
  764. height: 18px;
  765. border: 1px solid;
  766. }
  767.  
  768. .table_NOdds {
  769. border: 1px solid #adcd97;
  770. border-collapse: collapse;
  771. font-size: 12px;
  772. font-family: sans-serif, Tahoma, Helvetica;
  773. color: #000;
  774. }
  775.  
  776. .table_NOdds td {
  777. padding: 10px 10px;
  778. border: 1px solid #adcd97;
  779. }
  780.  
  781. #messginonbig {
  782. color: red;
  783. font-weight: bold;
  784. }
  785.  
  786. #messginonbig.Blue {
  787. color: blue !important;
  788. }
  789.  
  790. #messginonsmall {
  791. color: red;
  792. font-weight: bold;
  793. }
  794.  
  795. #messginonsmall.Blue {
  796. color: blue !important;
  797. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement