Advertisement
Guest User

Beta ETF2L Light

a guest
Jun 3rd, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("beta.etf2l.org") {
  4. }
  5. a {
  6. text-shadow: none;
  7. }
  8.  
  9. #sidebar-top a {
  10. color: #222;
  11. }
  12.  
  13. #sidebar-top a:hover {
  14. color: #333;
  15. }
  16.  
  17. #sidebar-top span.label.label-default b a{
  18. color: #EEE;
  19. }
  20.  
  21. #sidebar-top.shadow header ul.nav.nav-tabs li a:hover {
  22. color: #EEE;
  23. }
  24.  
  25. #sidebar-top #tf2pickup h5 a {
  26. color: #EEE;
  27. }
  28.  
  29. /*RIGH MENU---------------------------1--------------------------------------------*/
  30.  
  31. .widget .media {
  32. background-color: #EEE;
  33. }
  34.  
  35. .widget h3, .widget h2 {
  36. background-color: #324159;
  37. padding-left: 10px;
  38. }
  39.  
  40. .widget ul li {
  41. background-color: #EEE;
  42. color: #222;
  43. }
  44.  
  45. .widget ul li:nth-child(2n) {
  46. background: #DDD none repeat scroll 0% 0%;
  47. }
  48.  
  49. .widget a {
  50. color: #222;
  51. }
  52.  
  53. .widget a:hover {
  54. color: #333;
  55. }
  56.  
  57. .widget table {
  58. background-color: #EEE;
  59. }
  60.  
  61. .widget table tbody tr:nth-child(2n) {
  62. background: #DDD none repeat scroll 0% 0%;
  63. }
  64.  
  65. .table tfoot tr td {
  66. background-color: #324159;
  67. }
  68.  
  69. .table tfoot tr td a {
  70. color: #EEE;
  71. text-shadow: none;
  72. }
  73.  
  74. .table tfoot tr td a:hover {
  75. color: #EEE;
  76. text-shadow: none;
  77. }
  78.  
  79. .widget table tbody td {
  80. color: #222;
  81. }
  82.  
  83. .widget .tag {
  84. color: #222;
  85. }
  86.  
  87. .widget .tag:hover {
  88. color: #333;
  89. }
  90.  
  91. /*BLOG-----------------------------------------------------------------------*/
  92.  
  93. .posts article header {
  94. background-color: #324159;
  95. }
  96.  
  97. .posts h4 a {
  98. position: relative;
  99. left: 24px;
  100. padding-right: 24px;
  101. }
  102.  
  103. .hentry h2 {
  104. display: inline;
  105. font-size: 20px;
  106. }
  107.  
  108. div.posts article header h4.enry-title a {
  109.  
  110. }
  111. /*FORUM-----------------------------------------------------------------------*/
  112.  
  113. .table-list.table-light.table .rowgroup-odd tr {
  114. background-color: #EEE;
  115. }
  116.  
  117. .table-list.table-light.table .rowgroup tr{
  118. background-color: #DDD;
  119. }
  120.  
  121. .table tbody + tbody a {
  122. color: #222;
  123. }
  124.  
  125. .table tbody + tbody a:hover {
  126. color: #333;
  127. }
  128.  
  129. .table tbody + tbody tr td {
  130. color: #222;
  131. }
  132.  
  133. .table tbody + tbody tr td:hover {
  134. color: #333;
  135. }
  136.  
  137. .table.table-light.shadow tbody tr {
  138. background-color: #EEE;
  139. }
  140.  
  141. .table.table-light.shadow tbody tr:nth-child(2n) {
  142. background-color: #DDD;
  143. }
  144.  
  145. .table.table-light.shadow tbody tr a {
  146. color: #222;
  147. }
  148.  
  149. .table.table-light.shadow tbody tr a:hover {
  150. color: #333;
  151. }
  152.  
  153. .table.table-light.shadow tbody tr td {
  154. color: #222;
  155. }
  156.  
  157. .table.table-light.shadow tbody tr td:hover {
  158. color: #333;
  159. }
  160.  
  161. .table.table-light tbody tr th {
  162. background-color: #324159
  163. }
  164.  
  165. .table.table-light tbody tr th:nth-child(2n+1) {
  166. background-color: #324159
  167. }
  168.  
  169. .table.table-light tbody tr:nth-child(2n+1) th{
  170. background-color: #324159
  171. }
  172.  
  173. #comments .media-list .comment {
  174. color: #222;
  175. background-color: #324159;
  176. }
  177.  
  178. #comments .media-list .comment .comment-text {
  179. background-color: #EEE;
  180. }
  181.  
  182. #comments .media-list .comment a{
  183. color: #EEE;
  184. }
  185.  
  186. #comments .media-list .comment div.col-lg-2.visible-lg.comment-meta.pull-right {
  187. color: #EEE;
  188. }
  189.  
  190. blockquote {
  191. border-left: 5px solid #324159;
  192. }
  193.  
  194. /*PROFILE-----------------------------------------------------------------------*/
  195.  
  196. .table.table.table-light tbody tr.odd {
  197. background-color: #DDD
  198. }
  199.  
  200. .table.table.table-light tbody tr {
  201. background-color: #EEE
  202. }
  203.  
  204. .table.table.table-light tbody.rowgroup-odd tr.odd {
  205. background-color: #DDD
  206. }
  207.  
  208. .table.table.table-light tbody tr td{
  209. color: #222
  210. }
  211.  
  212. .table.table.table-light tbody tr td a{
  213. color: #222
  214. }
  215.  
  216. .table.table.table-light tbody tr td a:hover{
  217. color: #333
  218. }
  219.  
  220. article h2 {
  221. font-size: 24px;
  222. }
  223.  
  224. .div-panel-heading {
  225. background-color: #324159;
  226. }
  227.  
  228. .awards .prize, .competitions .prize {
  229. background-color: #324159;
  230. }
  231.  
  232. .winr, .winr a {
  233. color: #008000;
  234. font-weight: bold;
  235. }
  236.  
  237. .teams article .looser {
  238. font-weight: normal;
  239. }
  240.  
  241. .grey, .grey a {
  242. color: #808080;
  243. text-decoration: line-through;
  244. }
  245.  
  246. /*SCORE TABLES------------------------------------------------------------------*/
  247. .table.table-light.table-bordered tbody tr {
  248. background-color: #EEE
  249. }
  250.  
  251. .table.table-light.table-bordered tbody tr:nth-child(2n+1){
  252. background-color: #DDD
  253. }
  254.  
  255. .page-template-etf2l-competition-php article .tag {
  256. color: #222
  257. }
  258.  
  259. .page-template-etf2l-competition-php article .tag:hover {
  260. color: #333
  261. }
  262.  
  263. /*MATCH PAGE--------------------------------------------------------------------*/
  264. .table.table.table-striped tbody tr {
  265. background-color: #EEE
  266. }
  267.  
  268. .table.table.table-striped tbody tr:nth-child(2n+1) td{
  269. background-color: #DDD
  270. }
  271.  
  272. .table.table.table-striped tbody tr td {
  273. color: #222
  274. }
  275.  
  276. .table.table.table-striped tbody tr td.left span.looser a.player-tag.tag {
  277. color: #F00;
  278. font-weight: normal;
  279. }
  280.  
  281. .table.table.table-striped tbody tr td.left span.winr a.player-tag.tag {
  282. font-weight: normal;
  283. }
  284.  
  285. /*RECRUITMENT PAGE---------------------------------------------------------------*/
  286.  
  287.  
  288. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement