Advertisement
mimokrokodil

css

Apr 14th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. body {
  2. font-family: Arial,Verdana,Helvetica,sans-serif;
  3. font-size: 13px;
  4. }
  5.  
  6. * {
  7. text-decoration: none ! important;
  8. }
  9.  
  10. a {
  11. color: #ffffff;
  12. }
  13.  
  14. a:hover {
  15. border-bottom: 2px solid #5c8ae6;
  16. color: #ffffff;
  17. text-decoration: none;
  18. }
  19.  
  20. .status_selected {
  21. background-color: #5c8ae6;
  22. border-color: #000000;
  23. border-width: 0px 1px 1px 0px;
  24. color: #000000;
  25. line-height: 2.5em;
  26. text-decoration: none ! important;
  27. }
  28.  
  29. .status_not_selected a:hover {
  30. border-bottom: 0px none ! important;
  31. }
  32.  
  33. .status_selected a:hover {
  34. border-bottom: 0px none ! important;
  35. }
  36.  
  37. .status_not_selected:hover {
  38. box-shadow: 0px -5px 0px 0px #5c8ae6 inset;
  39. transition: all 0.2s ease 0s;
  40. }
  41.  
  42. .status_not_selected {
  43. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  44. border-bottom: 0px none ! important;
  45. border-left-color: #000000;
  46. border-right-color: #000000;
  47. border-top-color: #000000;
  48. color: #000000;
  49. line-height: 2.5em;
  50. }
  51.  
  52. .status_selected:hover {
  53.  
  54. }
  55.  
  56. .status_selected a, .status_not_selected a {
  57. display: block;
  58. }
  59.  
  60. #list_surround {
  61. background: none no-repeat scroll 0px 0px rgba(143, 143, 143, 0.77);
  62. box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.41);
  63. height: 100%;
  64. margin: 240px auto 20px;
  65. width: 850px;
  66. }
  67.  
  68. :nth-child(5) .header_title {
  69. border-color: #f5f5f5;
  70. border-top-left-radius: 25px;
  71. border-top-right-radius: 25px;
  72. border-width: 2px;
  73. box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.41);
  74. height: 200px;
  75. margin-left: -28px;
  76. position: absolute;
  77. top: 60px;
  78. width: 850px;
  79. }
  80.  
  81. :nth-child(5) .header_title:before {
  82. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
  83. color: #f5f5f5;
  84. display: block;
  85. font-size: 65px ! important;
  86. position: relative;
  87. text-align: center;
  88. text-shadow: 1px 2px 6px #000000;
  89. top: 61px;
  90. }
  91.  
  92. #list_surround .header_cw {
  93. background: url("http://i.imgur.com/uuWODfe.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  94. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  95. }
  96.  
  97. #list_surround .header_completed {
  98. background: url("http://i.imgur.com/n9e38rQ.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  99. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  100. }
  101.  
  102. #list_surround .header_onhold {
  103. background: url("http://i.imgur.com/2nFyk8R.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  104. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  105. }
  106.  
  107. #list_surround .header_ptw {
  108. background: url("http://i.imgur.com/av1NSs6.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  109. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  110. }
  111.  
  112. #list_surround .header_dropped {
  113. background: url("http://i.imgur.com/gZAmz5H.png") no-repeat scroll center center rgba(255, 255, 255, 0.75);
  114. box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.21);
  115. }
  116.  
  117. #list_surround .header_cw, #list_surround .header_completed, #list_surround .header_onhold, #list_surround .header_ptw, #list_surround .header_dropped {
  118. margin-bottom: 7px;
  119. margin-left: 0px;
  120. padding: 28px;
  121. }
  122.  
  123. #list_surround .header_title span {
  124. color: #000000;
  125. display: none;
  126. font-size: 1px;
  127. }
  128.  
  129. #list_surround .header_title .thickbox {
  130. display: none;
  131. }
  132.  
  133. #list_surround br {
  134. display: none;
  135. }
  136.  
  137. .borderRBL {
  138. color: #cccccc ! important;
  139. }
  140.  
  141. .borderRBL br {
  142. display: block ! important;
  143. }
  144.  
  145. .table_header {
  146. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.7);
  147. border-color: #ababab;
  148. border-style: solid;
  149. border-width: 1px 1px 1px 0px;
  150. color: #ffffff;
  151. line-height: 1.8em;
  152. padding: 4px;
  153. }
  154.  
  155. .td1 {
  156. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.56);
  157. line-height: 20px;
  158. padding: 4px;
  159. }
  160.  
  161. .td2 {
  162. background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.45);
  163. line-height: 20px;
  164. padding: 4px;
  165. }
  166.  
  167. #list_surround .animetitle + small {
  168. background: none repeat scroll 0% 0% #5c8ae6;
  169. font-size: 13px;
  170. margin-left: 10px;
  171. opacity: 1;
  172. padding: 2px;
  173. text-transform: lowercase;
  174. }
  175.  
  176. .td1, .td2, .table_header {
  177. border-color: #ffffff;
  178. border-width: 0px 0px 1px ! important;
  179. color: #ffffff;
  180. }
  181.  
  182. tr:hover td.td1 small, tr:hover td.td2 small {
  183. font-size: 13px;
  184. opacity: 1;
  185. }
  186.  
  187. .td1 small, .td2 small {
  188. font-size: 13px;
  189. opacity: 0;
  190. }
  191.  
  192. tr:hover .td2, tr:hover .td1 {
  193. background: none repeat scroll 0% 0% rgba(5, 5, 5, 0.7);
  194. }
  195.  
  196. #list_surround .category_totals {
  197. background-color: rgba(0, 0, 0, 0.7);
  198. color: #ffffff;
  199. line-height: 25px;
  200. margin-top: 15px;
  201. text-align: center;
  202. }
  203.  
  204. #list_surround #grand_totals {
  205. background-color: #5c8ae6;
  206. color: #ffffff;
  207. display: none;
  208. line-height: 25px;
  209. text-align: center;
  210. }
  211.  
  212. #search {
  213. bottom: 50px ! important;
  214. left: 100px ! important;
  215. }
  216.  
  217. #searchBox {
  218. background: none repeat scroll 0px 0px #ffffff ! important;
  219. border-radius: 5px;
  220. border-style: hidden;
  221. box-shadow: 0px 0px 3px #e2e2e2;
  222. color: #aaaaaa;
  223. display: block ! important;
  224. font-family: Consolas,Arial,sans-serif ! important;
  225. font-size: 10px;
  226. height: 20px ! important;
  227. letter-spacing: 0.1em;
  228. padding-left: 10px;
  229. padding-right: 10px;
  230. right: 6px ! important;
  231. text-align: center ! important;
  232. text-transform: uppercase ! important;
  233. top: 8px ! important;
  234. width: 220px ! important;
  235. }
  236.  
  237. #searchListButton {
  238. display: none;
  239. }
  240.  
  241. #mal\_control\_strip {
  242. background-color: #8f8f8f ! important;
  243. background-image: url("http://i.imgur.com/fv1Pc.png") ! important;
  244. }
  245.  
  246. #mal_cs_powered a {
  247. display: none;
  248. }
  249.  
  250. #copyright {
  251. background: none repeat scroll 0% 0% #5c8ae6;
  252. color: #ffffff;
  253. line-height: 2.5em;
  254. margin-top: 0px ! important;
  255. }
  256.  
  257. #copyright:after {
  258. background-color: #333333;
  259. background-image: url("http://db.tt/uBvPkq8g");
  260. background-position: center center;
  261. background-repeat: no-repeat;
  262. bottom: 5px;
  263. color: rgba(0, 0, 0, 0) ! important;
  264. content: "Minimalist Version 5.3 Designed by iSayChris";
  265. display: block;
  266. font-size: 0px ! important;
  267. height: 5px;
  268. padding-bottom: 20px;
  269. position: fixed;
  270. right: 5px;
  271. transition: all 0.15s ease-out 0s;
  272. width: 25px;
  273. }
  274.  
  275. #copyright:hover:after {
  276. background-image: none;
  277. color: #e5e5e5 ! important;
  278. font-size: 13px ! important;
  279. height: auto ! important;
  280. padding: 5px;
  281. text-align: justify ! important;
  282. transition: all 0.15s ease-in 0s;
  283. width: 150px;
  284. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement