Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1. <style type="text/css">@media screen and (max-device-width: 800px) {
  2.  
  3.  
  4. BODY
  5. {
  6.  
  7. color: #FFFFFF;
  8. background-color: #000000;
  9. font-family: Droid Sans;
  10. }
  11.  
  12. small{
  13. display: none;
  14. }
  15.  
  16. span{
  17. font-size: 30px;
  18. }
  19.  
  20. #list_surround tbody td:not(.status_not_selected):first-child{
  21. width: 2em;
  22. }
  23.  
  24. #list_surround tbody td:not(.status_not_selected):nth-child(2){
  25. padding-left: 15px;
  26. }
  27.  
  28. #list_surround tbody td:not(.status_not_selected):nth-child(4){
  29. display: none !important;
  30. }
  31.  
  32. #list_surround tbody td:not(.status_not_selected):nth-child(5){
  33. width: 4em;
  34. }
  35. #list_surround tbody td:not(.status_not_selected):nth-child(5) a:nth-child(2){
  36. font-size: 150%;
  37. float: right;
  38. }
  39.  
  40.  
  41. /*
  42. // Determines the positioning of your list
  43. */
  44.  
  45. #list_surround
  46. {
  47. margin: 0 auto;
  48. width: 920px;
  49. font-size: 30px;
  50. }
  51.  
  52. /*
  53. // All links on your list
  54. */
  55.  
  56. a
  57. {
  58. color: #7C9EB3;
  59. text-decoration: none;
  60. }
  61.  
  62. a:visited
  63. {
  64. color: #7C9EB3;
  65. text-decoration: none;
  66. }
  67.  
  68. a:hover
  69. {
  70. color: #7C9EB3;
  71. text-decoration: underline;
  72. }
  73.  
  74. /*
  75. // Alternating row color 1
  76. */
  77.  
  78. .td1
  79. {
  80.  
  81. color: #FFFFFF;
  82. border-width: 0px 1px 1px 0px;
  83. border-style: solid;
  84. border-color: #000000;
  85. padding: 2px;
  86. background-color: #464646;
  87. }
  88.  
  89. /*
  90. // Alternating row color 2
  91. */
  92.  
  93. .td2
  94. {
  95.  
  96. color: #FFFFFF;
  97. border-width: 0px 1px 1px 0px;
  98. border-style: solid;
  99. border-color: #000000;
  100. padding: 2px;
  101. background-color: #5A5A5A;
  102. }
  103.  
  104. /*
  105. // This represents the "Anime Title", "Score", "# Eps" columns
  106. */
  107.  
  108. .table_header
  109. {
  110.  
  111. color: #FFFFF;
  112. border-width: 1px 1px 1px 0px;
  113. border-style: solid;
  114. border-color: #000000;
  115. background-color: #000000;
  116. padding: 2px;
  117. }
  118.  
  119. /*
  120. // headerLink represents the color of the links inside the_header
  121. */
  122.  
  123.  
  124. /*
  125. // Controls the select form decoration (the drop down select box)
  126. */
  127.  
  128. .form
  129. {
  130. border-width: 1px 1px 1px 1px;
  131. border-color: #000000;
  132. border-style: solid;
  133. color: #000000;
  134. padding: 2px;
  135. font-size: 11.00px;
  136. font-family: Verdana, Arial;
  137. }
  138.  
  139.  
  140. /* Which 'status' up top is selected? */
  141.  
  142. .status_selected
  143. {
  144.  
  145. color: #FFFFFF;
  146. border-width: 0px 1px 1px 0px;
  147. border-style: solid;
  148. border-color: #000000;
  149. padding: 2px;
  150. background-color: #464646;
  151. }
  152.  
  153. .status_not_selected
  154. {
  155.  
  156. color: #FFFFFF;
  157. border-width: 0px 1px 1px 0px;
  158. border-style: solid;
  159. border-color: #000000;
  160. padding: 2px;
  161. background-color: #5A5A5A;
  162. }
  163.  
  164. /*
  165. Header classes for Currently Watching, Completed, Dropped, etc...
  166. */
  167.  
  168. .header_title {
  169. font-size: 14px;
  170. font-weight: bold;
  171. }
  172.  
  173. #grand_totals
  174. {
  175. text-align: center;
  176. }
  177.  
  178. /* header_al is thesurrounding "User's Anime List" at the top */
  179.  
  180. .header_al
  181. {
  182. font-weight: bold;
  183. font-size: 16px;
  184. }
  185.  
  186. /* header_al_links is thewith your "Profile" and "MyAnimeList home" links */
  187.  
  188. /* controls what styles you can give to all the anime titles in your list */
  189. .animetitle
  190. {
  191. font-weight: bold;
  192. }
  193.  
  194. /*
  195. copyright contains the "Producted by Garrett Gyssler" text
  196. DO NOT REMOVE OR HIDE THIS DIV
  197. IF FOUND TO BE REMOVED, YOUR LIST WILL BE REMOVED TOO
  198. */
  199.  
  200. #copyright
  201. {
  202. padding-top: 6px;
  203. text-align: center;
  204. margin: 0 auto;
  205. width: 920px;
  206. font-size: 11px;
  207. }
  208.  
  209. }
  210.  
  211. @media screen and (min-device-width: 801px) {
  212.  
  213. #grand_totals, [style^="float: right"] {
  214. display: none;
  215. }
  216.  
  217.  
  218. BODY {
  219. background: #ffffff url('http://i.imgur.com/C5B4x5J.jpg') right top fixed;
  220. color: #000000;
  221. font-family: Verdana,Arial;
  222. font-size: 11px;
  223. margin: 0;
  224. -webkit-background-size: cover;
  225. -moz-background-size: cover;
  226. -o-background-size: cover;
  227. background-size: cover;
  228. }
  229. #list_surround {
  230. margin: 0 1%;
  231. width: 60%;
  232. }
  233. a {
  234. color: rgb(71, 45, 91);
  235. text-decoration: none;
  236. }
  237. a:visited {
  238. color: rgb(71, 45, 91);
  239. text-decoration: none;
  240. }
  241. a:hover {
  242. color: #51819F;
  243. text-decoration: underline;
  244. }
  245. tr:hover [class^=td] {
  246. background: rgba(120, 80, 147, .5);
  247. }
  248. .td1 {
  249. background: rgba(214, 201, 208, .3);
  250. border-color: #ABABAB;
  251. border-style: solid;
  252. border-width: 0 1px 1px 0;
  253. color: #000000;
  254. padding: 2px;
  255. }
  256. .td2 {
  257. background: rgba(120, 80, 147, .3);
  258. border-color: #ABABAB;
  259. border-style: solid;
  260. border-width: 0 1px 1px 0;
  261. color: #000000;
  262. padding: 2px;
  263. }
  264.  
  265. td[align="left"] {
  266. text-align: center;
  267. font-size: 11px;
  268. font-weight: bold;
  269. }
  270.  
  271. .table_header {
  272. background: rgba(123, 57, 62, .7);
  273. border-color: #ABABAB;
  274. border-style: solid;
  275. border-width: 1px 1px 1px 0;
  276. color: #000000;
  277. padding: 2px;
  278. font-size: 120%;
  279. }
  280.  
  281. .form {
  282. border-color: #ABABAB;
  283. border-style: solid;
  284. border-width: 1px;
  285. color: #000000;
  286. font-family: Verdana,Arial;
  287. font-size: 11px;
  288. padding: 2px;
  289. }
  290. .status_selected {
  291. background: rgba(214, 201, 208, .1);
  292. border-color: #ABABAB;
  293. border-style: solid;
  294. border-width: 0 1px 1px 0;
  295. color: #000000;
  296. padding: 2px;
  297. }
  298. .status_not_selected {
  299. background: rgba(120, 80, 147, .2);
  300. border-color: #ABABAB;
  301. border-style: solid;
  302. border-width: 0 1px 1px 0;
  303. color: #000000;
  304. padding: 2px;
  305. }
  306.  
  307. small {
  308. color: #74647F;
  309. font-weight: bold;
  310. }
  311.  
  312. .header_title {
  313. font-size: 14px;
  314. font-weight: bold;
  315. }
  316.  
  317. #grand_totals {
  318. text-align: center;
  319. }
  320. .header_al {
  321. font-size: 16px;
  322. font-weight: bold;
  323. }
  324.  
  325. .animetitle {
  326. font-weight: bold;
  327. }
  328. #copyright {
  329. margin: 0 auto;
  330. padding-top: 6px;
  331. text-align: center;
  332. width: 920px;
  333. }
  334.  
  335.  
  336. }
  337. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement