Advertisement
mrkameren

Theme CSS

Mar 10th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. .white-text-class {
  2. font: #ffffff;
  3. }
  4.  
  5. .footable > thead > tr > th.th-group {
  6. background-color: #607d8b;
  7. background-image: none;
  8. font-family: Helvetica;
  9. color:#ffffff;
  10. }
  11.  
  12. .footable > thead > tr > th,
  13. .footable > thead > tr > td,
  14. #ee_filter_table > tfoot > tr > td,
  15. #ee_filter_table > tfoot > tr > th {
  16. background-color: #607d8b;
  17. background-image: none;
  18. }
  19.  
  20. #rcorners3 {
  21. border-radius: 25px;
  22. padding: 1px;
  23. background: #eeeeee;
  24. }
  25.  
  26. #rcorners4 {
  27. border-radius: 25px;
  28. border: 2px solid #bbbbbb;
  29. background: #ffffff;
  30. padding: 5px;
  31. }
  32.  
  33. .footable > tr > td:hover {
  34. background: #cccccc;
  35. list-style: none;
  36. }
  37. .footable > tbody > tr > td {
  38. text-align: left;
  39. vertical-align: middle;
  40. }
  41.  
  42. .footable tr{
  43. background: #ffffff;
  44. font-size: 15px;
  45. }
  46.  
  47. .footable tr:nth-child(odd){
  48. background: #eeeeee;
  49. }
  50.  
  51. .footable tr:nth-child(even){
  52. background: #ffffff;
  53. }
  54.  
  55. .ee-table-view-datetime-list {
  56. list-style: none;
  57. }
  58.  
  59. .footable > thead > tr > th.th-group {
  60. font-size: 18px;
  61. font-weight: normal;
  62. }
  63.  
  64. .event_title:a {
  65. text-decoration: none;
  66. color: #000000;
  67. }
  68.  
  69. #spco-go-to-step-payment_options-btn {
  70. border-top: 1px solid #96d1f8;
  71. background: #2F9422;
  72. padding: 10px 10px;
  73. -webkit-border-radius: 5px;
  74. -moz-border-radius: 5px;
  75. border-radius: 15px;
  76. -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  77. -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  78. box-shadow: rgba(0,0,0,1) 0 1px 0;
  79. text-shadow: rgba(0,0,0,.4) 0 1px 0;
  80. color: white;
  81. font-size: 14px;
  82. text-decoration: none;
  83. vertical-align: middle;
  84. }
  85.  
  86. #spco-go-to-step-payment_options-btn:hover {
  87. border-top-color: #28597a;
  88. background: #28597a;
  89. color: #ccc;
  90. }
  91.  
  92. #spco-go-to-step-payment_options-btn:active {
  93. border-top: 1px solid #96d1f8;
  94. background: #2F9422;
  95. padding: 10px 10px;
  96. -webkit-border-radius: 5px;
  97. -moz-border-radius: 5px;
  98. border-radius: 15px;
  99. -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  100. -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  101. box-shadow: rgba(0,0,0,1) 0 1px 0;
  102. text-shadow: rgba(0,0,0,.4) 0 1px 0;
  103. color: white;
  104. font-size: 14px;
  105. text-decoration: none;
  106. vertical-align: middle;
  107. }
  108.  
  109. .single-navigation {
  110. border-top: none;
  111. border-bottom: none;
  112. margin-bottom: 10px;
  113. }
  114.  
  115. .fusion-meta-info {
  116. border-top: none;
  117. border-bottom: none;
  118. }
  119.  
  120. .fusion-mobile-menu-icons a {
  121. font-size: 25px;
  122. margin-left: 20px;
  123. margin-top: 15px;
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement