1. /* -----------------------------------------------------------------------------
  2. ___ _ _ ___ ___ ___ _ _ ___ _ ___ ___ _____ _ _ ___ __ __ ___ ___
  3. / __| || |_ _| _ \/ _ \| | | / __| /_\ / __|_ _|_ _| || | __| \/ | __/ __|
  4. \__ \ __ || || / (_) | |_| \__ \/ _ \ (_ || | | | | __ | _|| |\/| | _|\__ \
  5. |___/_||_|___|_|_\\___/ \___/|___/_/ \_\___|___| |_| |_||_|___|_| |_|___|___/
  6. --------------------------------------------------------------------------------
  7. - requested by Adespota --------------------------------------------------------
  8. --------------------------------------------------------------------------------
  9. ----------------------------------------------------------------------------- */
  10. body
  11. {font-family: Tahoma;
  12. font-size: 12px;
  13. color: #ffffff;
  14. background-image: url(http://i.imgur.com/1uG5wQc.jpg);
  15. background-attachment: fixed;
  16. background-repeat: no-repeat;
  17. background-position: top;
  18. background-size: cover;}
  19. #list_surround
  20. {position: absolute !important;
  21. margin: auto !important;
  22. right: 0px !important;
  23. left: 0px !important;
  24. width: 700px;
  25. text-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
  26. }
  27. #list_surround br
  28. {display: none;}
  29. .td1, .td2, .table_header, .category_totals
  30. {height: 25px;
  31. line-height: 25px;
  32. background-color: rgba(0,0,0,0.4);}
  33. .td1, .td2, .table_header
  34. {border-bottom: 1px dashed #ffffff;}
  35. .category_totals
  36. {text-align: center;}
  37. #list_surround a
  38. {text-decoration: none;
  39. font-weight: bold;
  40. color: #a3fffd;
  41. text-shadow: 2px 0px 3px #000000;}
  42. tr:hover [class^=td]
  43. {color: #000000;
  44. font-weight: bold;
  45. background-color: rgba(255,255,255, 0.3) !important;
  46. transition: all 0.2s ease-in-out;}
  47. #grand_totals, #copyright
  48. {height: 25px;
  49. line-height: 25px;
  50. background-color: rgba(0,0,0,0.4);
  51. text-align: center;}
  52. #grand_totals
  53. {margin-top: 10px;}
  54. .header_title
  55. {font-size: 0px;
  56. height: 300px;}
  57. #list_surround > table > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(2) > div:nth-child(1) small
  58. {visibility: hidden;}
  59. a.List_LightBox
  60. {visibility: visible !important;
  61. float: right;}
  62. [class^="status_"]
  63. {position: fixed;
  64. display: block !important;
  65. right: -30px;
  66. height: 70px;
  67. width: 200px;
  68. line-height: 70px;
  69. border-bottom: 1px dashed #ffffff;
  70. -webkit-transition: all 0.2s ease-in-out;
  71. -moz-transition: all 0.2s ease-in-out;
  72. -o-transition: all 0.2s ease-in-out;
  73. transition: all 0.2s ease-in-out;}
  74. .status_not_selected
  75. {background-color: rgba(0,0,0,0.4);}
  76. .status_selected, .status_not_selected:hover
  77. {right: 0px !important;
  78. background-color: rgba(255,255,255, 0.3);}
  79. [class^="status_"] a
  80. {color: transparent !important;
  81. text-shadow: none !important;
  82. display: block;
  83. width: 200px;
  84. height: 70px;}
  85. [class^="status_"]:nth-of-type(1)
  86. {bottom: 280px;
  87. background: rgba(0,0,0,0.4) url(http://i.imgur.com/duhXada.png) no-repeat;}
  88. [class^="status_"]:nth-of-type(2)
  89. {bottom: 210px;
  90. background: rgba(0,0,0,0.4) url(http://i.imgur.com/SUnkVyd.png) no-repeat;}
  91. [class^="status_"]:nth-of-type(3)
  92. {bottom: 140px;
  93. background: rgba(0,0,0,0.4) url(http://i.imgur.com/QbRA2KW.png) no-repeat;}
  94. [class^="status_"]:nth-of-type(4)
  95. {bottom: 70px;
  96. background: rgba(0,0,0,0.4) url(http://i.imgur.com/b1nmFjb.png) no-repeat;}
  97. [class^="status_"]:nth-of-type(5)
  98. {bottom: 0px;
  99. background: rgba(0,0,0,0.4) url(http://i.imgur.com/ej239cN.png) no-repeat;}
  100. [class^="status_"]:nth-of-type(6)
  101. {display: none !important;}
  102. [class^="status_"]:hover
  103. {background-color: rgba(255,255,255, 0.3);}
  104. .header_cw
  105. {background-image: url(http://i.imgur.com/1bqTqZg.png);}
  106. .header_completed
  107. {background-image: url(http://i.imgur.com/23Xlcg4.png);}
  108. .header_dropped
  109. {background-image: url(http://i.imgur.com/ybOY4ML.png);}
  110. .header_ptw
  111. {background-image: url(http://i.imgur.com/S6g8A4C.png);}
  112. .header_onhold
  113. {background-image: url(http://i.imgur.com/TUZtENs.png);}
  114. /*topbar*/
  115. /* TOP BAR SETTINGS
  116. the numbers in parenthesis change the color and opacity of the bar. Get a color number easily from this page:
  117. http://www.css3maker.com/css-3-rgba.html
  118. Change position to absolute to make the bar not scroll with the page.
  119. Change the background image out with the url in parenthesis.
  120. */
  121. #mal\_control\_strip {
  122. background-color: rgba(163,255,253,.5) !important;
  123. background-image: url('http://i.imgur.com/hzPJrg4.png') !important;
  124. position:fixed;
  125. z-index: 9999;
  126. }
  127. /*
  128. OTHER CODES
  129. */
  130. #mal\_control\_strip {
  131. background-position: bottom !important;
  132. top: -16px;
  133. height: 1px !important;}
  134. #mal\_control\_strip di\v {display:inline}
  135. #mal\_cs\_pic img {height: 24px !important; width: auto !important}
  136. #mal\_cs\_listinfo {
  137. width: 26% !important;
  138. height: 0 !important;
  139. padding-bottom: 18px !important;
  140. padding-top: 27px !important;
  141. background: ;
  142. position: absolute;
  143. top:-5px;
  144. border-right-color: rgba(0,0,0,0.8) !important;}
  145. #mal\_cs\_listinfo div:first-of-type:before {content:'Logged in as '}
  146. #mal\_cs\_listinfo div:last-of-type a {text-decoration: none}
  147. #mal\_cs\_listinfo div:last-of-type a:hover {text-decoration: underline}
  148. #mal\_cs\_listinfo div:last-of-type:before {font-weight:normal;content:'('}
  149. #mal\_cs\_listinfo div:last-of-type:after {font-weight:normal;content:')'}
  150. #mal\_cs\_links {
  151. width: 92px !important;
  152. height: 0 !important;
  153. padding-bottom: 20px !important;
  154. padding-top: 27px !important;
  155. left: 28%;
  156. top: -7px;
  157. position: absolute;
  158. border-right-color: rgba(0,0,0,0.8) !important;}
  159. #mal\_cs\_links a {background-image: url('http://i.imgur.com/PAEW4Q8.png') !important;width:16px;height:16px;content:none; display: inline-block !important;color: transparent !important; letter-spacing: -1ex;font-size:xx-small}
  160. #mal\_cs\_links div:first-of-type:after {content: '\a0'}
  161. #mal\_cs\_links div:first-of-type a:first-of-type {background-position: 0px 0px}
  162. #mal\_cs\_links div:first-of-type a:last-of-type {background-position: -16px 0px}
  163. #mal\_cs\_links div:last-of-type a:first-of-type {background-position:-32px 0px}
  164. #mal\_cs\_links div:last-of-type a:last-of-type {background-position:-48px 0px}
  165. #mal\_cs\_otherlinks strong{
  166. width: 25% !important;
  167. height: 0 !important;
  168. padding-bottom: 20px !important;
  169. padding-top: 27px !important;
  170. left:28%;
  171. margin-left: 130px;
  172. top: -5px;
  173. position: absolute;
  174. border-right-color: rgba(0,0,0,0.8) !important;}
  175. #mal\_cs\_otherlinks div:last-of-type {float:right;padding-right:150px;
  176. margin-top: 19px;}
  177. #mal\_cs\_otherlinks div:first-of-type {float:left}
  178. #mal\_cs\_powered img {display:none}
  179. #searchBox {margin-top: 15px !important; width: 135px !important}
  180. #mal\_control\_strip img {
  181. margin-top: 15px !important;
  182. }
  183. #mal\_cs\_listinfo form
  184. {display: inline;}