Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 KB | None | 0 0
  1. @import url(https://storage.live.com/items/4A07C1EEED420167%21170);
  2.  
  3.  
  4. /*Background*/
  5.  
  6. body {
  7. background-image: url(http://imgur.com/a/kK27G);
  8. background-attachment: fixed;
  9. background-repeat: no-repeat;
  10. background-position: right bottom;
  11. background-size: 40% auto;
  12. }
  13.  
  14.  
  15. /*Header (finished, watching etc)*/
  16.  
  17. .header_title {
  18. color: #323232;
  19. background-color: #b0cad6;
  20. font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
  21. font-size:30px;
  22. font-weight: 700;
  23. border-radius: 20px 20px 0px 0px;
  24. border-style: solid !important;
  25. border-width: 4px;
  26. border-color: #b0cad6;
  27. text-align: center;
  28. text-shadow: 0px 0px 0px #000000;
  29. }
  30.  
  31.  
  32. /*List width*/
  33.  
  34. #list_surround {
  35. width:870px
  36. }
  37.  
  38.  
  39. /*List position*/
  40.  
  41. #list_surround{
  42. left: 210px;
  43. position: relative;
  44. }
  45.  
  46.  
  47. .table_header {
  48. background: #b0cad6;
  49. padding: 9.9px
  50. }
  51.  
  52.  
  53. /*List rows*/
  54.  
  55. .td1 {
  56. color:#f9f9f9;
  57. font-size: 12px;
  58. background-color:#f9f9f9;
  59. padding:10px;
  60. }
  61.  
  62.  
  63. .td2 {
  64. color:#e7e7e7;
  65. font-size: 12px;
  66. background-color:#e7e7e7;
  67. padding:10px;
  68. }
  69.  
  70.  
  71. /*Font*/
  72.  
  73. .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
  74. color: #323232;
  75. font-size:13px;
  76. font-family: 'Carrois Gothic SC', sans-serif;
  77. text-shadow: 0px 0px 0px #000000;
  78. text-decoration: none;
  79. }
  80.  
  81.  
  82. /*Column sizing*/
  83.  
  84. td:nth-of-type(1){
  85. width: 10px;
  86. }
  87. td:nth-of-type(3){
  88. width: 30px;
  89. }
  90. td:nth-of-type(4){
  91. width: 45px;
  92. }
  93. td:nth-of-type(5){
  94. width: 80px;
  95. }
  96.  
  97.  
  98. /*Copyright bar*/
  99.  
  100. #copyright {
  101. margin-bottom: 30px !important;
  102. border-radius: 20px;
  103. padding: 10px;
  104. color: #b0cad6:
  105. }
  106.  
  107. #grand_totals {
  108. -moz-transition: all 0.25s ease-in-out 0s;
  109. background-color: #0e78b1;
  110. color: #ffffff;
  111. text-align: center;
  112. font-size: 14px;
  113. margin:0 auto;
  114. line-height: 20px;
  115. min-height: 20px;
  116. border-radius: 0px 0px 0px 0px;
  117. padding: 10px 20px;
  118. width: 830px;
  119. }
  120.  
  121. /*Bottom list totals*/
  122.  
  123. .category_totals {
  124. background: #b0cad6;
  125. border-radius: 0px 0px 20px 20px;
  126. border-style: solid !important;
  127. border-width: 4px;
  128. border-color: #b0cad6;
  129. height: 40px;
  130. text-align: center;
  131. }
  132.  
  133.  
  134. /*Panel*/
  135.  
  136. .hide {
  137. background-size: cover;
  138. left: -205px;
  139. vertical-align: 50%;
  140. height: 309px;
  141. width: 200px;
  142. padding-bottom: 0px;
  143. border-radius: 20px 20px 20px 20px;
  144. background-color: rgba(10, 10, 10, 0.75);
  145. background-position: center 50% !important;
  146. background-repeat: no-repeat !Important;
  147. display: block !important;
  148. position: absolute;
  149. visibility: hidden;
  150. opacity: 0;
  151. }
  152.  
  153.  
  154.  
  155. /*not my code below*/
  156.  
  157.  
  158.  
  159. /*Center panel to line*/
  160.  
  161. .hide {
  162. -ms-transform: translateY(-78px); /* IE 9 */
  163. -webkit-transform: translateY(-78px); /* Chrome, Safari, Opera */
  164. transform: translateY(-78px);
  165. }
  166.  
  167.  
  168. /* Show panel when name hovered over */
  169.  
  170. :hover + .hide {
  171. visibility: visible;
  172. opacity: 1;
  173. }
  174.  
  175.  
  176. /* Silver highlight and font resize on Hover */
  177.  
  178. tr:hover [class^="td"] {
  179. background-color: #f6dcdb !important;
  180. }
  181.  
  182.  
  183.  
  184. /*Grey buttons at the top*/
  185.  
  186. #mal_cs_listinfo,
  187. #mal_cs_links,
  188. #mal_cs_otherlinks,
  189. #mal_cs_powered {
  190. box-sizing: border-box;
  191. background: none no-repeat scroll 100% 0 transparent;
  192. border: 0 none;
  193. height: 0 !important;
  194. overflow: hidden;
  195. padding: 32px 0 0 !important;
  196. position: fixed;
  197. right: 4px;
  198. text-align: right;
  199. top: 4px;
  200. z-index: 10;
  201. width: 210px !important;
  202. }
  203. #mal_cs_listinfo:hover,
  204. #mal_cs_links:hover,
  205. #mal_cs_otherlinks:hover,
  206. #mal_cs_powered:hover {
  207. height: 500px !important;
  208. padding-top: 32px !important;
  209. }
  210. #mal_cs_listinfo div,
  211. #mal_cs_links div,
  212. #mal_cs_otherlinks div,
  213. #mal_cs_powered div,
  214. #mal_cs_powered dd {
  215. background-color: transparent;
  216. font-size: 0 !important;
  217. line-height: 0;
  218. margin: 0 !important;
  219. opacity: 0;
  220. padding: 4px 0 0 !important;
  221. }
  222. #mal_cs_listinfo:hover div,
  223. #mal_cs_links:hover div,
  224. #mal_cs_otherlinks:hover div,
  225. #mal_cs_powered:hover div,
  226. #mal_cs_powered:hover dd {
  227. opacity: 1;
  228. }
  229. #mal_cs_listinfo div:nth-of-type(2),
  230. #mal_cs_links div:nth-of-type(2),
  231. #mal_cs_otherlinks div:nth-of-type(2),
  232. #mal_cs_powered div:nth-of-type(2) {
  233. padding: 4px 0 0 !important;
  234. }
  235. #mal_cs_listinfo a,
  236. #mal_cs_links a,
  237. #mal_cs_otherlinks a,
  238. #mal_cs_powered a {
  239. background-color: #555555 !important;
  240. display: block;
  241. font: 18px/17px 'Arial', sans-serif !important;
  242. font-weight: bold;
  243. margin: 4px 0 0;
  244. padding: 8px 8px 8px !important;
  245. text-decoration: none !important;
  246. }
  247. #mal_cs_listinfo a:nth-of-type(1),
  248. #mal_cs_links a:nth-of-type(1),
  249. #mal_cs_otherlinks a:nth-of-type(1),
  250. #mal_cs_powered a:nth-of-type(1) {
  251. margin-top: 0;
  252. }
  253. #mal_cs_listinfo a:hover,
  254. #mal_cs_links a:hover,
  255. #mal_cs_otherlinks a:hover {
  256. background-color: #444444 !important;
  257. }
  258. #mal_cs_listinfo strong a strong {
  259. font-weight: normal;
  260. }
  261. #mal_cs_otherlinks strong {
  262. color: #555555;
  263. display: block;
  264. font: bold 13px/17px 'Arial',sans-serif !important;
  265. padding: 0 4px 4px;
  266. }
  267. #mal_cs_otherlinks strong a {
  268. background: none transparent !important;
  269. color: #555555;
  270. display: inline;
  271. font: bold 13px/17px 'Arial',sans-serif !important;
  272. margin: 0;
  273. padding: 0;
  274. }
  275. #mal_cs_powered a {
  276. background-color: #668387 !important;
  277. display: block !important;
  278. margin: 0 !important;
  279. opacity: 0;
  280. padding: 4px 0 0 !important;
  281. }
  282. #mal_cs_powered:hover a {
  283. opacity: 1;
  284. }
  285.  
  286. #mal_cs_powered #search {
  287. padding: 8px 2px 0px 0px !important;
  288. position: relative;
  289. }
  290. #searchBox {
  291. box-sizing: border-box;
  292. border-color: #555555;
  293. border-style: solid;
  294. border-width: 1px;
  295. color: #555555;
  296. padding: 0 8px 0 !important;
  297. display: inline-block;
  298. font-family: Tahoma, Geneva, sans-serif;
  299. font-size: 14px !important;
  300. height: 32px;
  301. vertical-align: top;
  302. width: 210px !important;
  303. }
  304. #searchBox:hover,
  305. #searchBox:focus {
  306. border-color: #444444;
  307. }
  308. #searchListButton {
  309. display: none !important;
  310. }
  311. #mal_cs_listinfo {
  312. background-image: url("http://i.imgur.com/LSwncOV.jpg");
  313. right: 106px !important;
  314. }
  315. #mal_cs_links {
  316. background-image: url("http://i.imgur.com/vl379rT.jpg");
  317. right: 72px !important;
  318. z-index: 9;
  319. }
  320. #mal_cs_otherlinks {
  321. background-image: url("http://i.imgur.com/Rz4IQCY.jpg");
  322. right: 38px !important;
  323. z-index: 8;
  324. }
  325. #mal_cs_powered {
  326. background-image: url("http://i.imgur.com/SzwsIrV.jpg");
  327. right: 4px !important;
  328. z-index: 7;
  329. position: fixed !important;
  330. }
  331. # {
  332. background: transparent !important;
  333. }
  334. #mal_cs_pic img {
  335. display: none !important;
  336. }
  337. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
  338. border-right: 0 none !important;
  339. }
  340.  
  341.  
  342.  
  343. /*not my code above*/
  344.  
  345.  
  346.  
  347.  
  348. /*Category bar (the blue one at the top)*/
  349.  
  350. .status_not_selected a, .status_selected a{
  351. color: white !important;
  352. font-size: 14px !important;
  353. transition: all 0.4s ease-in-out 0.03s;
  354. }
  355.  
  356. .status_not_selected:hover {
  357. color: white !important;
  358. opacity: 1;
  359. transition: all 0.4s ease 0s;
  360. }
  361.  
  362. .status_not_selected, .status_selected {
  363. background-color: #0e78b1;
  364. border: 0 none !important;
  365. border-radius: 0px 0px 0px 0px;
  366. height: auto !important;
  367. padding: 4px;
  368. text-align: center !important;
  369. width: 16.667% !important;
  370. }
  371.  
  372. .status_not_selected a, .status_selected a {
  373. background-color: #0e78b1;
  374. border-color: #0e78b1;
  375. border-radius: 0px 0px 0px 0px;
  376. display: block !important;
  377. font-weight: bold;
  378. padding: 8px;
  379. text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  380. }
  381.  
  382. .status_selected a {
  383. background-color: #1064a0;
  384. }
  385.  
  386. .status_not_selected a:hover {
  387. background-color: #1064a0;
  388. border-color: #0e78b1;
  389. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  390. text-shadow: 0 1px rgba(0, 0, 0, 0.3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement