Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.89 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Roboto);
  2. @import "http://dl.dropbox.com/u/78340470/Icon%20Style%20Menu%20Bar/IconStyleCSSFixed.css";
  3. @import "https://dl.dropboxusercontent.com/s/68e70rc6a1bsyda/AnimeCovers.css";
  4. /*
  5. MAIN BACKGROUND COLOR AND IMAGE
  6. By default, there's no image in this part of the code. Its just a background color- silver.
  7. (the default image of Black Rock Shooter is in the next code #inlineContent)
  8. Change the color to what you want or add an image for a backdrop here.
  9.  
  10. For more info or questions on this code:
  11. http://myanimelist.net/forum/?topicid=412787
  12. */
  13. body {
  14. background: url("");
  15. background-color: white;
  16. background-attachment: fixed;
  17. background-size: cover;
  18. }
  19.  
  20. /*
  21. TITLE
  22. The List header which by default says My Anime List
  23. can be changed out here.
  24. */
  25.  
  26. #list_surround {
  27. background: url("https://puu.sh/tpDhP/b1ca4f0592.png") no-repeat scroll 50% 1px transparent;
  28. font-size: 100%;
  29. line-height: 1;
  30. margin: 0 auto;
  31. padding-bottom: 180px;
  32. padding-top: 210px;
  33. width: 650px;
  34. }
  35.  
  36.  
  37.  
  38. /*
  39. FONT
  40. Font used across the whole list.
  41. */
  42. body {
  43. font-family: Roboto;
  44. color: black;
  45. font-size: 9pt;
  46. }
  47.  
  48.  
  49. /*
  50. LINK COLOR
  51. */
  52. a {
  53. -moz-transition: all 0.25s ease-in-out 0s;
  54. -webkit-transition: all 0.25s ease-in-out 0s;
  55. -o-transition: all 0.25s ease-in-out 0s;
  56. transition: all 0.25s ease-in-out 0s;
  57. color: black;
  58. text-decoration: none;
  59. text-shadow: none;
  60. }
  61. a:hover {
  62. color: black;
  63. }
  64.  
  65. /* HEADER */
  66. .table_header {
  67. background-color: rgba(185, 98, 98, 1.0);
  68. }
  69. .table_header:first-of-type {
  70. border-radius: 0px 0 0 0;
  71. }
  72. .table_header:nth-of-type(2) {
  73. text-align: left;
  74. }
  75. .table_header:last-of-type {
  76. border-radius: 0 0px 0 0;
  77. }
  78.  
  79.  
  80.  
  81. /* ROWS COLOR */
  82. .td1 {
  83. -moz-transition: all 0.25s ease-in-out 0s;
  84. -webkit-transition: all 0.25s ease-in-out 0s;
  85. -o-transition: all 0.25s ease-in-out 0s;
  86. transition: all 0.25s ease-in-out 0s;
  87. background-color: rgba(5, 51, 51, 0.0);
  88. color: #000000
  89. }
  90. .td2 {
  91. -moz-transition: all 0.25s ease-in-out 0s;
  92. -webkit-transition: all 0.25s ease-in-out 0s;
  93. -o-transition: all 0.25s ease-in-out 0s;
  94. transition: all 0.25s ease-in-out 0s;
  95. background-color: rgba(51, 51, 51, 0.0);
  96. color: #000000
  97. }
  98.  
  99. /* ROWS HOVER */
  100. tr:hover [class^="td"] {
  101. background-color: rgba(159, 74, 74, 1.0);
  102. }
  103. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  104. text-align: left;
  105. }
  106.  
  107. /* ROW FONT SIZE TRANSITION (FIREFOX ONLY) */
  108. noindex:-moz-any-link, tr:hover td.td1, tr:hover td.td2 {
  109. font-size: 15px;
  110. }
  111.  
  112.  
  113.  
  114. /* LIST SETTINGS */
  115. .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals {
  116. border: 0;
  117. padding: 4px;
  118. text-align: center;
  119. vertical-align: middle;
  120. }
  121. .table_header, .td1, .td2, .category_totals {
  122. line-height: 22px;
  123. }
  124. .borderRBL{
  125. line-height: normal !important;
  126. }
  127. [cellspacing="0"] {
  128. line-height: 17px;
  129. }
  130. [class^="header_"] +{
  131. border-collapse: separate !important;
  132. }
  133.  
  134.  
  135.  
  136. /* CATEGORY TOTALS */
  137. .category_totals {
  138. -moz-transition: all 0.25s ease-in-out 0s;
  139. -webkit-transition: all 0.25s ease-in-out 0s;
  140. -o-transition: all 0.25s ease-in-out 0s;
  141. transition: all 0.25s ease-in-out 0s;
  142. background-color: rgba(72, 64, 87, 0);
  143. border-radius: 0 0 3px 3px;
  144. color: rgba(51, 51, 51, 0);
  145. text-align: center;
  146. }
  147. .category_totals:hover {
  148. background-color: rgba(72, 64, 87, 1.0);
  149. color: #EEEEEE;
  150. }
  151.  
  152. .header_title {
  153. color: gray !important;
  154. color: transparent !important;
  155. font-size: 1px !important;
  156. font-size: 0px !important;
  157. font-size: 0 !important;
  158. font-size: 0pt !important;
  159. }
  160.  
  161. /* BOTTOM OF LIST */
  162. #grand_totals {
  163. background-color: rgba(72, 64, 87, 1.0);
  164. border: 0 none;
  165. border-radius: 3px 3px 3px 3px;
  166. color: #EEEEEE;
  167. line-height: 20px;
  168. min-height: 20px;
  169. padding: 8px;
  170. text-align: center;
  171. vertical-align: middle;
  172. }
  173. #copyright {
  174. background-color: rgba(180, 32, 48, 1.0);
  175. border-radius: 3px 3px 3px 3px;
  176. color: #EEEEEE;
  177. line-height: 17px;
  178. margin-top: 10px;
  179. padding: 8px;
  180. text-align: center;
  181. }
  182. #copyright:after {
  183. content: " CSS by Kyouhansha. Edits by Shishio-kun and Veriti. Google 'Shishio's Custom Lists' for more designs and info.";
  184. }
  185.  
  186. #list_surround {
  187. position: absolute !important;
  188. margin: auto !important;
  189. left: 845px !important;
  190. }
  191.  
  192. /*
  193. Anime List only
  194.  
  195. CURRENTLY WATCHING HEADER
  196. This is the header above currently watching/reading. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  197.  
  198. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  199. */
  200. .header_cw {
  201. background-image:url(https://puu.sh/tpDij/67aba1269a.png);
  202. height: 100px;
  203. margin-bottom: 0px;
  204. background-color: transparent;
  205. background-repeat: no-repeat;
  206. color:;
  207. font-family:;
  208. font-size:;
  209. }
  210.  
  211.  
  212.  
  213. /*
  214. COMPLETED HEADER
  215. This is the header above your anime/manga that's completed. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  216.  
  217. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  218. */
  219. .header_completed {
  220. background-image:url(https://puu.sh/tpDi9/98bfcbc549.png);
  221. height: 100px;
  222. margin-bottom: 0px;
  223. background-color: transparent;
  224. background-repeat: no-repeat;
  225. color:;
  226. font-family:;
  227. font-size:;
  228. }
  229.  
  230.  
  231.  
  232. /*
  233. ON-HOLD HEADER
  234. This is the header above your animes/mangas on-hold. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  235.  
  236. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  237. */
  238. .header_onhold {
  239. background-image:url(https://puu.sh/tpDj0/4d5083282d.png);
  240. height: 100px;
  241. margin-bottom: 0px;
  242. background-color: transparent;
  243. background-repeat: no-repeat;
  244. color:;
  245. font-family:;
  246. font-size:;
  247. }
  248.  
  249.  
  250.  
  251. /*
  252. DROPPED HEADER
  253. This is the header above your dropped animes/mangas. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  254.  
  255. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  256. */
  257. .header_dropped {
  258. background-image:url(https://puu.sh/tpDiT/402d378e75.png);
  259. height: 100px;
  260. margin-bottom: 0px;
  261. background-color: transparent;
  262. background-repeat: no-repeat;
  263. color:;
  264. font-family:;
  265. font-size:;
  266. }
  267.  
  268.  
  269.  
  270. /*
  271. PLAN TO WATCH HEADER
  272. This is the header above the anime/manga you plan to see or read on your list. Increase the amount after "height:" if your image doesn't fit the header. Lower the margin-bottom below zero if you wish the header move it behind the list.
  273.  
  274. If in Google Chrome your header has little to no height and doesn't increase when you try to change it, then replace "height:" with "padding-top:".
  275. */
  276. .header_ptw {
  277. background-image:url(https://puu.sh/tpDja/877451dc56.png);
  278. height: 100px;
  279. margin-bottom: 0px;
  280. background-color: transparent;
  281. background-repeat: no-repeat;
  282. color:;
  283. font-family:;
  284. font-size:;
  285. }
  286.  
  287. /*
  288. REMOVE HEADER COLOR
  289. You need this code to remove the default background colors from the header and override any related codes. You're supposed to use your own images or the default ones for the header, so this color is set to transparent so it won't get in the way. If you want the color back for some reason, remove this section.
  290. */
  291. .header_title {
  292. background-color: transparent !important;
  293. }
  294.  
  295. /*
  296. OTHER CODES
  297. Stuff I had to add after site changes. You need this otherwise the headers won't be visible.
  298. */
  299. tbody
  300. {background-color: transparent;
  301. background-image: none;}
  302.  
  303.  
  304. ::-webkit-scrollbar {
  305. width: 6px;
  306. }
  307.  
  308. ::-webkit-scrollbar-track {
  309. background-color: rgba(0, 0, 0, 0.0);
  310. }
  311.  
  312. ::-webkit-scrollbar-thumb {
  313. background-color: rgba(251, 184, 218, 1.0);
  314. }
  315.  
  316. .animetitle + small {
  317. letter-spacing: 0.05em;
  318. color: #333333;
  319. }
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329. /*
  330. SECOND BACKGROUND (with render)
  331. The background behind the list but in front of the main background.
  332. By default, for its own image it has the render of Black Rock Shooter (girl).
  333. You can change her with another render or even background image here!
  334. Make sure you leave the width as large as the image's width.
  335. The positioning of the background can be controlled with the % numbers after the background url,
  336. but you may need to exapnd the width for more positioning options.
  337. All the other codes should be left alone.
  338. */
  339.  
  340. #inlineContent {
  341. background: url("http://puu.sh/tt7hp/eb91a65d02.png") left no-repeat;
  342. background-size: contain;
  343. display: inline-block !important;
  344. height: 100% !important;
  345. left: 0px !important;
  346. margin: auto !important;
  347. position: fixed !important;
  348. right: 0 !important;
  349. top: 0 !important;
  350. width: 100% !important;
  351. z-index: -1 !important;}
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358. /*
  359. COLOR OF THE ICONS
  360. Change the color, and adjust the opacity for brighter color.
  361. Remove the display: none to match the selected icon to the other icons.
  362. */
  363. #mal_cs_listinfo:before, #mal_cs_links:before,
  364. #mal_cs_otherlinks:before, #mal_cs_powered:before {
  365. background: transparent;
  366. opacity: .9;
  367.  
  368. }
  369.  
  370.  
  371.  
  372. /*
  373. BORDER OF ICONS
  374. If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it.
  375.  
  376. */
  377. #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal_cs_listinfo:before, #mal_cs_links:before,
  378. #mal_cs_otherlinks:before, #mal_cs_powered:before {
  379. border-color: ;
  380. border-style: ;
  381. border-width: ;
  382. height: 32px !important;
  383. }
  384.  
  385. /*
  386. BUTTONS COLOR AND BORDER
  387. Buttons within the hover menus, not the icons themselves.
  388. Second code is for button color on hover.
  389. */
  390. #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{
  391. background-color: rgba(64, 60, 90, 0.6) !important;
  392. border-color: transparent;
  393. border-style: solid !important;
  394. border-width: 1px !important;
  395. }
  396.  
  397.  
  398. #mal_cs_listinfo a:hover, #mal_cs_links a:hover, #mal_cs_otherlinks a:hover, #mal_cs_powered a img:hover {
  399. background-color: #403C5A !important;
  400. }
  401.  
  402.  
  403.  
  404. /*
  405. COLOR OF HOVER MENUS AND SELECTED ICONS
  406. Remove display none from the second code to match the colors of the selected icon to the icons above.
  407. */
  408. #mal_cs_listinfo div, #mal_cs_links div, #mal_cs_otherlinks div,
  409. #mal_cs_powered div, #mal_cs_powered dd, #mal_cs_powered a {
  410. background-color: rgba(255, 255, 255, 0.6) !important;
  411. }
  412.  
  413. #mal_cs_listinfo:hover:before, #mal_cs_links:hover:before,
  414. #mal_cs_otherlinks:hover:before, #mal_cs_powered:hover:before,
  415. #mal_cs_listinfo:hover:after, #mal_cs_links:hover:after,
  416. #mal_cs_otherlinks:hover:after, #mal_cs_powered:hover:after {
  417. display: none;
  418. background-color: ;
  419. opacity: .2;
  420. }
  421.  
  422. /*
  423. COLOR OF USERNAME (for visitors)
  424. You don't see this username on the menus when you're logged in, log out to see it.
  425. */
  426. #mal_cs_otherlinks strong a {
  427. color: #333333 !important;
  428. }
  429.  
  430. #mal_cs_otherlinks strong a:hover {
  431. color: blue !important;
  432. background-color: transparent !important;
  433. }
  434.  
  435. /*
  436. POSITION OF TOP BAR
  437. Change to absolute if you want it to not scroll with the page.
  438. */
  439. #mal_control_strip
  440. {
  441. position: absolute !important;
  442. background-color: transparent !important;
  443. background-image: url(none) !important;
  444. }
  445.  
  446.  
  447.  
  448.  
  449. /*
  450. OTHER CODES
  451. If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own.
  452. */
  453.  
  454. #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks, #mal_cs_powered {
  455. -moz-box-sizing: border-box;
  456. transition: all 0.4s ease 0s;
  457. background: none no-repeat scroll 100% 0 transparent;
  458. border: 0 none;
  459. height: 0 !important;
  460. overflow: hidden;
  461. position: absolute;
  462. right: 4px;
  463. text-align: center;
  464. top: 4px;
  465. width: 150px;
  466. z-index: 10;
  467. }
  468. #mal_cs_listinfo:hover, #mal_cs_links:hover, #mal_cs_otherlinks:hover, #mal_cs_powered:hover {
  469. height: 200px !important;
  470. padding-top: 32px;
  471. width: 150px;
  472. }
  473. #mal_cs_listinfo div, #mal_cs_links div, #mal_cs_otherlinks div, #mal_cs_powered div, #mal_cs_powered dd {
  474. transition: opacity 0.4s ease-in-out 0s;
  475. border-radius: 3px 0 0 0;
  476. font-size: 0 !important;
  477. line-height: 0;
  478. margin: 0 !important;
  479. opacity: 0;
  480. padding: 8px 0 0;
  481. }
  482. #mal_cs_listinfo:hover div, #mal_cs_links:hover div, #mal_cs_otherlinks:hover div, #mal_cs_powered:hover div, #mal_cs_powered:hover dd {
  483. opacity: 1;
  484. }
  485. #mal_cs_listinfo div:nth-of-type(2), #mal_cs_links div:nth-of-type(2), #mal_cs_otherlinks div:nth-of-type(2), #mal_cs_powered div:nth-of-type(2) {
  486. border-radius: 0 0 3px 3px;
  487. padding: 4px 0 8px;
  488. }
  489. #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a {
  490. background-color: rgba(64, 60, 90, 0.6);
  491. border-radius: 3px 3px 3px 3px;
  492. display: block;
  493. font: 13px/17px arial,sans-serif;
  494. margin: 4px 12px 0;
  495. padding: 3px 0;
  496. text-decoration: none;
  497. }
  498. #mal_cs_listinfo a:nth-of-type(1), #mal_cs_links a:nth-of-type(1), #mal_cs_otherlinks a:nth-of-type(1), #mal_cs_powered a:nth-of-type(1) {
  499. margin-top: 0;
  500. }
  501.  
  502. #mal_cs_listinfo strong a strong {
  503. font-weight: normal;
  504. }
  505. #mal_cs_otherlinks strong {
  506. color: #333333;
  507. display: block;
  508. font: bold 13px/17px arial,sans-serif !important;
  509. padding: 0 4px 4px;
  510. text-shadow: 0 1px 1px #FFFFFF;
  511. }
  512. #mal_cs_otherlinks strong a {
  513. background: none repeat scroll 0 0 transparent !important;
  514. border-color: transparent !important;
  515. border-radius: 0 0 0 0;
  516. color: #333333;
  517. display: inline;
  518. font: bold 13px/17px arial,sans-serif !important;
  519. margin: 0;
  520. padding: 0;
  521. text-shadow: 0 1px 1px #FFFFFF;
  522. }
  523. #mal_cs_powered a {
  524. border-radius: 3px 0 0 0 !important;
  525. display: block !important;
  526. margin: 0 !important;
  527. opacity: 0;
  528. padding: 8px 0 0 !important;
  529. }
  530. #mal_cs_powered:hover a {
  531. opacity: 1;
  532. }
  533. #mal_cs_powered a img {
  534. background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
  535. border-radius: 3px 3px 3px 3px;
  536. display: block;
  537. height: 0;
  538. margin: 0 12px;
  539. padding: 23px 0 0 126px;
  540. width: 0;
  541. }
  542. #mal_cs_powered a img:hover {
  543. background-color: #403C5A;
  544. }
  545. #mal_cs_powered #search {
  546. border-radius: 0 0 3px 3px;
  547. padding: 8px;
  548. position: relative;
  549. }
  550. #mal_cs_powered #search #searchBox {
  551. -moz-box-sizing: border-box;
  552. border-color: #BCBCBC #D6D6D6 #D6D6D6;
  553. border-radius: 2px 2px 2px 2px;
  554. border-style: solid;
  555. border-width: 1px;
  556. color: #333333;
  557. display: inline-block;
  558. font-family: arial,sans-serif;
  559. font-size: 13px;
  560. height: 28px;
  561. padding-left: 6px;
  562. padding-right: 24px;
  563. vertical-align: top;
  564. width: 100%;
  565. }
  566. #mal_cs_powered #search #searchBox:hover, #mal_cs_powered #search #searchBox:focus {
  567. border-color: #ACACAC #C6C6C6 #C6C6C6;
  568. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  569. }
  570. #mal_cs_powered #search #searchListButton {
  571. background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent;
  572. border-radius: 3px 3px 3px 3px;
  573. height: 0;
  574. margin: 0;
  575. padding: 16px 0 0 16px;
  576. position: absolute;
  577. right: 12px;
  578. top: 14px;
  579. width: 0;
  580. }
  581. #mal_cs_listinfo {
  582. background-image: url("http://i.imgur.com/UXZxrWI.png");
  583. right: 106px;
  584. }
  585. #mal_cs_listinfo:hover {
  586. background-image: url("http://i.imgur.com/VcVVnod.png");
  587. }
  588. #mal_cs_links {
  589. background-image: url("http://i.imgur.com/LpXWTzt.png");
  590. right: 72px;
  591. z-index: 9;
  592. }
  593. #mal_cs_links:hover {
  594. background-image: url("http://i.imgur.com/oPfKrOl.png");
  595. }
  596. #mal_cs_otherlinks {
  597. background-image: url("http://i.imgur.com/ogmX9qC.png");
  598. right: 38px;
  599. z-index: 8;
  600. }
  601. #mal_cs_otherlinks:hover {
  602. background-image: url("http://i.imgur.com/EEGHkbF.png");
  603. }
  604. #mal_cs_powered {
  605. background-image: url("http://i.imgur.com/ct4BVP5.png");
  606. right: 4px !important;
  607. z-index: 7;
  608. }
  609. #mal_cs_powered:hover {
  610. background-image: url("http://i.imgur.com/TUUWtaj.png");
  611. }
  612. td#mal_cs_pic a img {
  613. display: none;
  614. }
  615. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links {
  616. border-right: 0 none !important;
  617. }
  618.  
  619. #mal_cs_listinfo, #mal_cs_links, #mal_cs_otherlinks, #mal_cs_powered {
  620. padding: 32px 0 0 !important;
  621. }
  622.  
  623. #mal_cs_listinfo:before,
  624. #mal_cs_links:before,
  625. #mal_cs_otherlinks:before,
  626. #mal_cs_powered:before {
  627. z-index: 10 !important;
  628. content: "";
  629. right: 0 !important;
  630. top: 0 !important;
  631. width: 32px !important;
  632. position: absolute !important;
  633. border-radius: 4px;
  634. }
  635.  
  636. #mal_cs_listinfo:after{
  637. background-image: url(http://i.imgur.com/856wzPZ.png);
  638. }
  639. #mal_cs_links:after{
  640. background-image: url(http://i.imgur.com/rwvRyux.png);
  641. }
  642. #mal_cs_otherlinks:after{
  643. background-image: url(http://i.imgur.com/fbWr1K4.png);
  644. }
  645. #mal_cs_powered:after{
  646. background-image: url(http://i.imgur.com/fKvpt1F.png);
  647. }
  648.  
  649. #mal_cs_listinfo:after,
  650. #mal_cs_links:after,
  651. #mal_cs_otherlinks:after,
  652. #mal_cs_powered:after {
  653. z-index: 10 !important;
  654. content: "";
  655. right: 0 !important;
  656. top: 0 !important;
  657. width: 32px !important;
  658. height: 32px !important;
  659. position: absolute !important;
  660. }
  661.  
  662.  
  663.  
  664. #searchBox {
  665. width: 128px !important;
  666. margin-left: 1px;
  667. }
  668.  
  669. #mal_cs_powered #search #searchListButton {
  670. right: 15px !important;
  671. top: 12px !important;
  672. }
  673.  
  674. @media screen and (-webkit-min-device-pixel-ratio:0) {
  675. #searchBox {
  676. width: 96px !important;
  677. }
  678. }
  679.  
  680. /* MENUUUUUUUUUUUUUUUUUUUU */
  681.  
  682. .status_not_selected a, .status_selected a
  683. {
  684. background-color: ;
  685. height: 112px;
  686. width: 112px;
  687. display: block !important;
  688. line-height: 112px;
  689. padding-left: 0px;
  690. text-align: center;
  691. color: transparent;
  692. }
  693.  
  694. .status_selected a
  695. {
  696. background-color: ;
  697. height: 112px;
  698. width: 112px;
  699. line-height: 112px;
  700. padding-left: 0px;
  701. text-align: center;
  702. color: transparent;
  703. }
  704.  
  705. .status_not_selected a:hover
  706. {
  707. background-color: rgba(159, 74, 74, 1.0);
  708. height: 112px;
  709. width: 112px;
  710. line-height: 112px;
  711. padding-left: 0px;
  712. -moz-transition: .5s ease;
  713. -webkit-transition: .5s ease;
  714. -o-transition: .5s ease;
  715. text-align: center;
  716. color: transparent;
  717. }
  718.  
  719. .status_selected a:hover
  720. {
  721. background-color: rgba(159, 74, 74, 1.0);
  722. height: 112px;
  723. width: 112px;
  724. line-height: 112px;
  725. padding-left: 0px;
  726. -moz-transition: .5s ease;
  727. -webkit-transition: .5s ease;
  728. -o-transition: .5s ease;
  729. text-align: center;
  730. color: transparent;
  731. }
  732.  
  733. .status_selected, .status_not_selected
  734. {
  735. position: fixed;
  736. text-align: center;
  737. left:1610px;
  738. top: 64px;
  739. line-height: 112px;
  740. }
  741.  
  742. .status_selected + .status_not_selected, .status_not_selected + .status_selected, .status_not_selected + .status_not_selected
  743. {
  744. top: 206px;
  745. }
  746.  
  747. .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected
  748. {
  749. top: 348px;
  750. }
  751.  
  752. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected
  753. {
  754. top: 490px;
  755. }
  756.  
  757. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected
  758. {
  759. top: 632px;
  760. }
  761.  
  762. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected
  763. {
  764. top: 775px;
  765. }
  766.  
  767.  
  768. #copyright:after
  769. {
  770. color: #ffffff;
  771. position: fixed;
  772. content: "";
  773. text-align: center;
  774. display: block;
  775. font-size: 12px;
  776. font-family: Trebuchet MS;
  777. text-transform: uppercase;
  778. background-image: url("http://puu.sh/tt6US/0bcb7e0b53.png");
  779. left:1614px;
  780. top: 68px;
  781. width: 112px;
  782. height: 823px;
  783. line-height: 25px;
  784. z-index: -3 !important;
  785. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement