Guest User

Untitled

a guest
Feb 22nd, 2017
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. /*CROSS’S BIRTHDAY CSS*/
  2.  
  3. @import "https://malcat-gen.appspot.com/series?preset=more";
  4. @import "http://fonts.googleapis.com/css?family=Autour+One";
  5. @import url(https://dl.dropboxusercontent.com/s/2h9exls4u3shcuc/animetitlebefore.css);
  6.  
  7. * {
  8. text-decoration: none;
  9. }
  10. body {
  11. background-attachment: fixed;
  12. background-clip: border-box;
  13. background-color: transparent;
  14. background-image: url("http://i.imgur.com/c1iK9jF.jpg");
  15. background-position: 50% 0;
  16. background-repeat: no-repeat no-repeat;
  17. background-size: cover;
  18. font-family: Autour One;
  19. font-size: 12px;
  20. }
  21. #list_surround {
  22. background-attachment: fixed;
  23. background-position: 24% 0;
  24. background-repeat: no-repeat no-repeat;
  25. height: 250px;
  26. left: 0;
  27. line-height: 1;
  28. margin: 0 auto;
  29. padding-bottom: 0;
  30. padding-top: 0;
  31. position: absolute;
  32. right: 0;
  33. width: 650px;
  34. }
  35. #mal\_control\_strip {
  36. background-color: transparent !important;
  37. background-image: url("http://dl.dropbox.com/u/3159308/mal/mal-control-strip-bg.png") !important;
  38. box-shadow: 0 9px 28px 7px #4d4d4d inset;
  39. left: 0;
  40. position: fixed;
  41. top: 0;
  42. width: 100%;
  43. z-index: 1;
  44. }
  45. #mal_control_strip a {
  46. color: #FFFFFF !important;
  47. text-decoration: none !important;
  48. }
  49. #mal_control_strip a:hover {
  50. text-decoration: underline !important;
  51. }
  52. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
  53. border-right-style: none !important;
  54. }
  55. #list_surround br + *:nth-child(2) {
  56. height: 40px;
  57. padding-right: 20px;
  58. position: fixed;
  59. right: 0;
  60. top: 0;
  61. width: auto;
  62. z-index: 1;
  63. }
  64. .status_selected {
  65. background-image: -moz-linear-gradient(center bottom , rgba(142, 142, 142, 0.9) 25%, rgba(168, 168, 168, 0.9) 63%);
  66. background-image: -webkit-linear-gradient(center bottom , rgba(142, 142, 142, 0.9) 25%, rgba(168, 168, 168, 0.9) 63%);
  67. background-image: -ms-linear-gradient(center bottom , rgba(142, 142, 142, 0.9) 25%, rgba(168, 168, 168, 0.9) 63%);
  68. background-image: -o-linear-gradient(center bottom , rgba(142, 142, 142, 0.9)) 25%, rgba(168, 168, 168, 0.9) 63%);
  69. background-image: linear-gradient(center bottom , rgba(142, 142, 142, 0.9) 25%, rgba(168, 168, 168, 0.9) 63%);
  70. border-left: 1px solid #333 !important;
  71. border-bottom: 1px solid #333 !important;
  72. border-right: 1px solid #333 !important;
  73. -webkit-border-bottom-right-radius: 2px;
  74. -webkit-border-bottom-left-radius: 2px;
  75. -moz-border-radius-bottomright: 2px;
  76. -moz-border-radius-bottomleft: 2px;
  77. border-bottom-right-radius: 2px;
  78. border-bottom-left-radius: 2px;
  79. box-shadow: 0 3px 10px #000;
  80. height: 42px;
  81. }
  82. .status_selected a {
  83. font-size: 12px;
  84. z-index: 10;
  85. }
  86. .status_not_selected {
  87. font-size: 11px;
  88. }
  89. .status_selected a:hover {
  90. cursor: default;
  91. text-decoration: none;
  92. }
  93. .status_not_selected a:hover {
  94. position: relative;
  95. text-decoration: none;
  96. text-shadow: 0 1px 1px #000000, 0 0 5px #000000;
  97. top: 1px;
  98. }
  99. #search, #mal\_control\_strip img {
  100. display: none;
  101. }
  102. tr:hover [class^="td"] {
  103. background-color: rgba(109, 158, 219, 0.9);
  104. transition: background-color 0.5s linear 0s;
  105. }
  106. a {
  107. color: white;
  108. text-shadow: none;
  109. }
  110. a:hover {
  111. color: yellow !important;
  112. text-shadow: 0 1px rgba(255, 255, 255, 0.15);
  113. }
  114. .table_header {
  115. padding-top: 5px;
  116. }
  117. .td1:nth-of-type(5), .td2:nth-of-type(5) {
  118. color: white;
  119. }
  120. .td1:nth-of-type(1), .td2:nth-of-type(1) {
  121. color: rgba(255, 255, 255, 0.7) !important;
  122. }
  123. .table_header:nth-of-type(1) {
  124. color: white;
  125. }
  126. .table_header:nth-of-type(2) {
  127. text-align: left;
  128. }
  129. .table_header:nth-of-type(5) {
  130. border-bottom-right-radius: 0;
  131. color: white;
  132. padding-right: 8px;
  133. }
  134. .table_header, .category_totals {
  135. background-color: rgba(117, 117, 117, 0.7);
  136. border: 0 none;
  137. color: white !important;
  138. opacity: 1;
  139. padding: 4px;
  140. text-align: center;
  141. vertical-align: top;
  142. }
  143. .td1, .td2 {
  144. background-color: rgba(117, 117, 117, 0.7);
  145. color: white !important;
  146. padding: 5px 4px;
  147. transition: background-color 0.5s linear 0s;
  148. }
  149. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  150. text-align: left;
  151. }
  152. .table_header:nth-of-type(6) {
  153. display: none !important;
  154. width: 0;
  155. }
  156. small {
  157. color: #D79C20 !important;
  158. font-weight: bold;
  159. }
  160. .table_header, .td1, .td2, .category_totals {
  161. color: grey;
  162. }
  163. .borderRBL {
  164. line-height: normal !important;
  165. }
  166. [cellspacing="0"] {
  167. line-height: 17px;
  168. }
  169. .category_totals {
  170. text-align: center;
  171. }
  172. .category_totals:hover {
  173. background-color: #C41E0E;
  174. color: #FFFFFF;
  175. }
  176. [class^="header_"] * {
  177. background-repeat: no-repeat no-repeat;
  178. font-size: 53px;
  179. height: 130px;
  180. line-height: 24px;
  181. padding-bottom: 9px;
  182. text-align: left;
  183. vertical-align: bottom;
  184. }
  185. .header_title {
  186. border: medium none !important;
  187. color: white;
  188. display: block;
  189. height: auto;
  190. margin-left: 73px;
  191. padding: 0 8px 0 0;
  192. text-shadow: 4px 4px 7px #4d4d4d, 2px 2px 6px white;
  193. }
  194. #grand_totals {
  195. background-color: rgba(117, 117, 117, 0.7);
  196. border: 0 none;
  197. border-radius: 3px 3px 3px 3px;
  198. color: white;
  199. line-height: 20px;
  200. min-height: 20px;
  201. padding: 8px;
  202. text-align: center;
  203. vertical-align: middle;
  204. }
  205.  
  206. .td1:nth-of-type(6) a, .td2:nth-of-type(6) a {
  207. color: white !important;
  208. font-weight: normal !important;
  209. text-shadow: 0 0 0 black !important;
  210. }
  211. .td1:nth-of-type(6), .td2:nth-of-type(6) {
  212. background-color: rgb(142, 142, 142) !important;
  213. border-color: white;
  214. border-radius: 15px 15px 15px 15px;
  215. border-style: solid;
  216. border-width: 1px;
  217. box-shadow: 0 0 8px 8px #8BBBF7;
  218. color: white !important;
  219. display: none;
  220. height: auto;
  221. padding: 10px 10px 14px 24px;
  222. position: fixed;
  223. right: 15px;
  224. text-align: center;
  225. text-shadow: 0 0 0 black !important;
  226. top: 522px;
  227. width: 240px;
  228. z-index: 1;
  229. }
  230. #copyright, #copyright:hover {
  231. background-color: rgba(117, 117, 117, 0.7);
  232. border: 1px solid white;
  233. border-radius: 5em 5em 0 0;
  234. bottom: 0;
  235. color: white;
  236. font-size: 12px;
  237. padding: 0;
  238. width: 800px;
  239. }
  240. #copyright:before {
  241. color: white;
  242. content: " Happy Birthday to my good friend Crossbell ! I hope you enjoy this CSS. " !important;
  243. font-size: 12px;
  244. padding-right: 3px;
  245. padding-top: 10px !important;
  246. }
  247. #copyright:after {
  248. color: #FFD700;
  249. content: " ";
  250. padding-left: 20px;
  251. }
  252.  
  253. .animetitle:before {
  254. content: "";
  255. height: 0px;
  256. width: 0px;
  257. margin-left:0;
  258. margin-top:10px;
  259. display:inline-block !important;
  260. position: absolute;
  261. background-size: contain;
  262. transition: all 0s ease-in;
  263. }
  264.  
  265. .animetitle:hover:before {
  266. content: "";
  267. margin-left:-215px;
  268. margin-top: 10px;
  269. border-bottom-left-radius:7px;
  270. border-bottom-right-radius:7px;
  271. border-top-left-radius:7px;
  272. border-top-right-radius:7px;
  273. box-shadow:rgba(63, 52, 60, 0.55) 0 0 8px 8px;
  274. padding-right:150px;
  275. padding-top:220px !important;
  276. background-color:transparent;
  277. background-repeat:no-repeat no-repeat;
  278. background-size:cover;
  279. position:absolute;
  280. z-index:1;
  281. }
Advertisement
Add Comment
Please, Sign In to add comment