Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.56 KB | None | 0 0
  1. /* A: 21/07/2017 La commento perchè Zakwer dice che non serve a niente, ed io, in effetti confermo, un po dubbioso, forse premuroso
  2. #favourite_odds > div {
  3.     display: inline-block;
  4.     width: 100%;
  5. }
  6. */
  7.  
  8. #favourite_odds {
  9.   background: #fff;
  10. }
  11. #fo_menu_content > div {
  12.     width: 50%;
  13. }
  14. #oddfilter_container {
  15.     position: relative;
  16. }
  17. #fo_menu_content {
  18.     width: 100%;
  19. }
  20. #fo_menu_content > div {
  21.     float: left;
  22.     margin: 10px;
  23.     width: calc(50% - 20px);
  24. }
  25. #fo_menu_content ul {
  26.     display: table;
  27.     width: 100%;
  28. }
  29.  
  30. #odds_slider {
  31.   margin: 0 auto;
  32.   width: 70%;
  33.   background: #999;
  34. }
  35. #dates_slider {
  36.   margin: 0 auto;
  37.   width: 80%;
  38.   background: #999;
  39. }
  40.  
  41. #fo_menu_content ul > li {
  42.     display: inline-table;
  43.     margin: 5px;
  44. }
  45. #fo_menu_content ul#max_odd_labels > li {
  46.   width: calc(25% - 10px);
  47. }
  48. #fo_menu_content ul#max_date_labels > li {
  49.   width: calc(20% - 10px);
  50. }
  51. #fo_menu_content ul > li a {
  52.   background: [COLORE_PRINCIPALE_DARK];
  53.   color: [TESTO_GRADIENTE];
  54.   padding: 5px;
  55. }
  56. #fo_menu_content ul > li:hover a {
  57.   background: [COLORE_PRINCIPALE];
  58.   text-decoration: none;
  59. }
  60. #fo_groupmenu ul {
  61.   display: table;
  62.   text-align: center;
  63.   width: 100%;
  64. }
  65. #fo_groupmenu ul li {
  66.   display: inline-table;
  67.   margin: 5px;
  68.   width: calc(33.33% - 10px);
  69.   float: left;
  70. }
  71. #fo_groupmenu ul li a {
  72.   background: [COLORE_PRINCIPALE_DARK];
  73.   color: [TESTO_GRADIENTE];
  74.   display: block;
  75.   padding: 5px;
  76. }
  77. #fo_groupmenu ul > li:hover a {
  78.   background: [COLORE_PRINCIPALE];
  79.   text-decoration: none;
  80. }
  81.  
  82. #fo_content div ul > li {
  83.   border-bottom: 1px solid #000000;
  84.   display: inline-block;
  85.   width: 100%;
  86. }
  87. #fo_content div ul > li > div {
  88.   float: left;
  89. }
  90. #fo_content div ul > li > div:first-child {
  91.   width: 70%;
  92. }
  93. #fo_content div ul > li > div:last-child {
  94.   width: 30%;
  95. }
  96.  
  97. /*jquery_ui overwrites*/
  98. .ui-slider-horizontal .ui-slider-range {
  99.   background: green;
  100. }
  101. .ui-state-default, .ui-widget-content .ui-state-default,
  102. .ui-widget-header .ui-state-default,.ui-state-hover,
  103. .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
  104. .ui-state-focus, .ui-widget-content .ui-state-focus,
  105. .ui-widget-header .ui-state-focus,
  106. .ui-state-hover, .ui-widget-content .ui-state-hover,
  107. .ui-widget-header .ui-state-hover,
  108. .ui-state-focus,
  109. .ui-widget-content .ui-state-focus,
  110. .ui-widget-header .ui-state-focus{
  111.   background: rgba(0, 0, 0, 0) -moz-linear-gradient(90deg, #065e06 0%, #34c831 100%) repeat scroll 0 0;
  112.   border: 1px solid lightgreen;
  113.   color: white;
  114.   font-weight: bold;
  115.   cursor: pointer;
  116. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement