Advertisement
Shishipastebin

Untitled

Jul 18th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.74 KB | None | 0 0
  1. @\import "https://malscraper.azurewebsites.net/covers/anime/arbiterofwhim/presets/more";
  2.  
  3. /* fix for list style problems 8/27/14. do not remove */
  4. @\import 'http://cdn.rawgit.com/VeriTi/cfc167199f0e60518c4c/raw/5108a26ded514663b042591b3a97f1c8f7f5567e/alpha_geometry.css';
  5. @\import 'http://cdn.rawgit.com/VeriTi/060b14917bfd586af951/raw/5cbe2d300c3bc1f269277a7d3f117b6cf8f4b3dd/alpha_topbar_redux.css';
  6.  
  7. /*LIST HOVER COLOR
  8. This configures the look of the part with sort links:
  9. * the border and the background.
  10. * Colors are in rgba format which means first three values
  11. * define a color in Red-Green-Blue mode and the last one
  12. * sets up an opacity of the color: rgba(R,G,B,a)
  13. * Use color picker in Photoshop (or other image editor),
  14. * Opera Dragonfly or Rainbow Firefox extension to get desired
  15. * RGB values and then play with opacity until you get what you
  16. * wanted.
  17. */
  18.  
  19. tr:hover [class^=td] {
  20. background-color: rgba(4, 150, 100, 0.9) !important;
  21. }
  22.  
  23. .table_header{
  24. background-color: rgba(0,0,0,0.4);
  25. border-color: rgba(255,255,255,0.25);
  26. }
  27.  
  28.  
  29. .table_header, .table_headerLink{
  30. /* Color of the sort links. I used short hex notation here but
  31. * you may use whatever you want, rgb, rgba or full-hex. This
  32. * won't be mentioned below, the way to change colors is the same
  33. */
  34. color: #FFF;
  35.  
  36. /* Remove the following line if you want links to be underlined */
  37. text-decoration: none;
  38. }
  39.  
  40. .table_headerLink:hover{
  41. /* This configures a light white glow on hovered links
  42. * Changing colors should be enough here so I'll leave it for you.
  43. * It's the same rgba we've encountered.
  44. */
  45. text-shadow: rgba(255,255,255,0.4) -1px -1px 3px, rgba(255,255,255,0.4) 1px 1px 3px;
  46. }
  47.  
  48. /* The look of the rest of the
  49. * Configures background, border and text color for non-links
  50. * I made it a bit more opaque than sorting headers
  51. */
  52. .td1, .td2{
  53. background-color: rgba(0,0,0,0.6);
  54. border-color: rgba(255,255,255,0.25);
  55. color: #FFF;
  56. }
  57.  
  58. /* This is for the links in the rest of the */
  59. .td1 a, .td2 a{
  60. text-decoration: none; /* Removes underline for these */
  61. color: #ffc700; /* Paints links orange */
  62. }
  63.  
  64. /* Glow effect on link hover. The same text-shadow property */
  65. .td1 a:hover, .td2 a:hover{
  66. text-shadow: #9d9d31 -1px -1px 3px, #9d9d31 1px 1px 3px;
  67. }
  68.  
  69.  
  70. /* This makes all text ins bold except for Edit - More */
  71. #list_surround td[class^=td]:first-child, #list_surround td[class^=td]:nth-child(n+3), .animetitle{font-weight:bold}
  72.  
  73. /* CSS sprite for Currently Watching, Completed, Dropped, etc...
  74. * Note there is only one image used for all headers. I've made an
  75. * inverted version for bright layouts:
  76. * [url=http://i.imgur.com/VImNB.png]http://i.imgur.com/VImNB.png
  77. * or you can make one yourself. It's not that difficult.
  78. */
  79. .header_title{
  80. background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAshWtarxPRL_6RceZDoVGPI);
  81. }
  82.  
  83. /* Block displaying category totals
  84. * It's redesigned to be the part of the layout
  85. * and you've already encountered all the properties here
  86. * so it won't be hard for you to customise this.
  87. * Note that a different shadow colors used for glow effect
  88. */
  89. .category_totals{
  90. background-color: rgba(0,0,0,0.5);
  91. border-color: rgba(255,255,255,0.25);
  92. color: #fff;
  93. font-weight: bold;
  94. text-shadow: orange 1px 1px 2px,cyan -1px -1px 2px;
  95. }
  96.  
  97. /* Text displaying global totals */
  98. #grand_totals{
  99. color: #fff;
  100. font-size: larger;
  101. font-weight: bold;
  102. text-shadow: #c51 -1px -1px 3px, #c51 1px 1px 3px, #c51 1px -1px 4px, #c51 -1px 1px 3px;
  103. /* The following line makes it ALL-CAPS */
  104. text-transform: uppercase;
  105. }
  106.  
  107. /* Modifying copyright section. It's designed to look similar
  108. * to the whole layout, ok?
  109. */
  110. #copyright{
  111. background-color: rgba(0,0,0,0.6);
  112. border-color: rgba(255,255,255,0.25);
  113. }
  114.  
  115. #copyright:after {
  116. content: " Custom CSS by Veriti. Background edit by Shishio-kun. Google 'Shishio's Custom Lists' for more designs and info.";
  117. }
  118.  
  119. /* Modifying the text color in copyright section */
  120. #copyright, #copyright a{
  121. color: #FFF;
  122. }
  123.  
  124. /* Configures a CSS sprite for the bar at the bottom */
  125. .status_not_selected a, .status_selected a{
  126. background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAmFzfDboPsWO_linDnNdBSw);
  127. }
  128.  
  129. /* COVER AREA
  130. The surrounding area containing each cover pic which appears when you point to a row (requires #more CSS).
  131. Left and top adjust the position it appears on screen.
  132. Control the height and width of the pic with height and width.
  133. Remove only the border-radius: 25px 25px 25px 25px; lines to take the rounded corners away.
  134. Increase height and width to make the pics bigger.
  135. Delete border-style: solid; to remove the border.
  136. */
  137. .hide {
  138. background-size: cover;
  139. left: 70px;
  140. top: 80px;
  141. height: 350px;
  142. width: 226px;
  143. border-style: solid;
  144. border-color: white;
  145. border-top: 1px solid white;;
  146. border-left: 1px solid white;
  147. border-right: 1px solid white;
  148. border-bottom: 1px solid white;
  149. border-radius: 25px 25px 25px 25px;
  150. background-color: rgba(200, 5, 200, 0.75);
  151. background-position: center 50% !important;
  152. background-repeat: no-repeat !Important;
  153. display: block !important;
  154. position: fixed;
  155. visibility: hidden;
  156. opacity: 0;
  157. }
  158.  
  159. /* PREVIEW MSG ABOVE COVERS
  160. Remove content: "preview"; to remove the PREVIEW text.
  161. Change the text in quotations after content to what you want it to say above your cover pic.
  162. Top and width controls the position of the text.
  163. */
  164. .hide:before {
  165. background: transparent;
  166. color: white;
  167. content: ;
  168. padding-bottom: 5px;
  169. position: absolute;
  170. text-align: center;
  171. width: 225px;
  172. top: -25px;
  173. border-radius: 25px 25px 0 0;
  174. }
  175.  
  176.  
  177. /*
  178. MINI REVIEW (HOVER TAG)
  179. Move the area around with the left and top codes.
  180. Adjust the surrounding area of the tags by adjusting the padding.
  181. Control the height and width of the section with the height and width codes.
  182.  
  183. If your tags/mini-reviews aren't hovering correctly or you need help understanding or adjusting the background color code, see the bottom of the original tutorial:
  184. http://myanimelist.net/forum/?topicid=563993
  185. */
  186. td[class^='td']:nth-of-type(6) {
  187. visibility: hidden;
  188. opacity: 0;
  189. position: fixed;
  190. top: 442px;
  191. left: 10px;
  192. background-color: rgba(20, 30, 255, 0.85) !important;
  193. border-color: white;
  194. border-radius: 25px 25px 25px 25px;
  195. border-style: solid;
  196. border-width: 1px;
  197. font-size: 12px;
  198. height: 145px;
  199. width: 312px;
  200. padding: 10px 10px 0px 24px;
  201. color: white !important;
  202. z-index: 1;
  203. }
  204.  
  205. /* Notes hover - START
  206. td div:nth-child(3){
  207. background-color: red !important;
  208. position: fixed;
  209. top: 10px;
  210. left: 10px;
  211. }
  212.  
  213. tr:hover div:nth-child(3){
  214. background-color: red !important;
  215. display: block !important;
  216. }
  217.  
  218. tr div:nth-child(3){
  219. display: none;
  220. }
  221. Notes hover - END */
  222.  
  223. /* TAG TEXT COLOR*/
  224. tr:hover td[class^='td']:nth-of-type(6) a {
  225. color: white !important;
  226. }
  227.  
  228.  
  229. /* OTHER SETTINGS */
  230. :hover + .hide , tr:hover td[class^='td']:nth-of-type(6){
  231. visibility: visible;
  232. opacity: 1;
  233. }
  234.  
  235. /* REMOVE HEADER
  236. Deletes the header Tags which isn't necessary.
  237. */
  238. .table_header:nth-of-type(6) {
  239. display: none;
  240. }
  241.  
  242. /* REMOVE TAG EDIT BUTTON
  243. Deletes the Tag's edit link which will is inaccessible with this setup, use the edit button by Animetitle to edit your tags.
  244. */
  245. td:nth-of-type(6) small {
  246. display: none;
  247. }
  248.  
  249. /* GOOGLE CHROME FIX
  250. Adjust this amount 50px at a time if your columns are uneven in Chrome.
  251. */
  252. @media screen and (-webkit-min-device-pixel-ratio:0) {
  253. td[class^='td']:nth-of-type(2) {
  254. width: 547px !important;}
  255.  
  256. .table_header:nth-of-type(6) {
  257. display:none;
  258. }
  259.  
  260. td[width="80"] {
  261. width: 189px;
  262. }
  263.  
  264. }
  265.  
  266. #list_surround {
  267. position: absolute !important;
  268. right: 35px !important;}
  269.  
  270. /*FIX FOR END OF 2015*/
  271. /* ---------- BACKGROUND & GLOBAL TEXT STYLING ---------- */
  272.  
  273. body{
  274. background-repeat: no-repeat;
  275. background-position: 60% 18%;
  276. background-attachment: fixed;
  277. background-color: black;
  278. background-size: cover;
  279. color: #000;
  280. font-family: 'Segoe UI', 'Century Gothic', sans-serif;
  281. font-size: 11px;
  282. -moz-background-size: cover;
  283. }
  284.  
  285. /* ---------- BLOCK SURROUNDING LIST ---------- */
  286.  
  287. #list_surround{
  288. margin: -25px auto 0;
  289. width: 950px;
  290. }
  291.  
  292. /* ---------- LAYOUT ---------- */
  293.  
  294. /* header & sort links */
  295. .table_header{
  296. background-color: rgba(0,0,0,0.4);
  297. border-bottom: 0px !important;
  298. border-color: rgba(255,255,255,0.25);
  299. border-style: solid;
  300. border-width: 1px 1px 0px 0px;
  301. color: #FFF;
  302. padding: 2px;
  303. }
  304.  
  305. .table_headerLink{
  306. color: #FFF;
  307. text-decoration: none;
  308. }
  309.  
  310. .table_headerLink:visited{
  311. color: #FFF;
  312. }
  313.  
  314. .table_headerLink:hover{
  315. text-shadow: rgba(255,255,255,0.4) -1px -1px 3px, rgba(255,255,255,0.4) 1px 1px 3px;
  316. }
  317.  
  318. /* List body content (anime titles) */
  319. .td1, .td2{
  320. background-color: rgba(0,0,0,0.6);
  321. border-color: rgba(255,255,255,0.25);
  322. border-style: solid;
  323. border-width: 1px 1px 0 0;
  324. color: #FFF;
  325. padding: 2px;
  326. }
  327.  
  328. /* Links in titles */
  329. .td1 a, .td2 a{
  330. color: #ffc700;
  331. text-decoration: none;
  332. }
  333.  
  334. /* Glow effect on link hover */
  335. .td1 a:hover, .td2 a:hover{
  336. text-shadow: #9d9d31 -1px -1px 3px, #9d9d31 1px 1px 3px;
  337. }
  338.  
  339. /* Highlighting hovered row */
  340.  
  341. t\d{ -o-transition: background-color .2s linear;
  342. -moz-transition: background-color .2s linear;
  343. -webkit-transition: background-color .2s linear;
  344. transition: background-color .2s linear;
  345. }
  346.  
  347. /* Brackets for small text like 'rewatching' or 'airing' */
  348. .td1 small:before, .td2 small:before{
  349. content:'(';
  350. }
  351.  
  352. .td1 small:after, .td2 small:after{
  353. content:')';
  354. }
  355.  
  356. /* This makes all text in list body bold except for Edit - More */
  357. #list_surround td[class^='td']:first-child, #list_surround td[class^='td']:nth-child(n+3), .animetitle{font-weight:bold}
  358.  
  359. .borderRBL{
  360. border-width: 1px 1px 0 36px !important;
  361. }
  362.  
  363. /* Header image for Currently Watching, Completed, Dropped, etc... */
  364. .header_title{
  365. color: transparent;
  366. content: none;
  367. height: 60px;
  368. margin-bottom: 5px;
  369. margin-left: auto;
  370. margin-right: auto;
  371. margin-top: 25px;
  372. width: 520px;
  373. }
  374.  
  375. .header_cw di\v{
  376. background-position: 0px 0px;
  377. }
  378.  
  379. .header_completed di\v{
  380. background-position: 0px -60px;
  381. }
  382.  
  383. .header_onhold di\v{
  384. background-position: 0px -120px;
  385. }
  386.  
  387. .header_dropped di\v{
  388. background-position: 0px -240px;
  389. }
  390.  
  391. .header_ptw di\v{
  392. background-position: 0px -180px;
  393. }
  394.  
  395. /* Block displaying category totals */
  396. .category_totals{
  397. background-color: rgba(0,0,0,0.5);
  398. border: solid 1px rgba(255,255,255,0.25);
  399. color: #fff;
  400. font-weight: bold;
  401. padding-left: 37px !important;
  402. padding: 2px;
  403. text-shadow: orange 1px 1px 2px,cyan -1px -1px 2px;
  404. }
  405.  
  406. /* Text displaying global totals */
  407. #grand_totals{
  408. color: #fff;
  409. display: block;
  410. font-size: larger;
  411. font-weight: bold;
  412. padding: 5px;
  413. text-align: center;
  414. text-shadow: #c51 -1px -1px 3px, #c51 1px 1px 3px, #c51 1px -1px 4px, #c51 -1px 1px 3px;
  415. text-transform: uppercase;
  416. }
  417.  
  418. /* Modifying copyright section */
  419. #copyright{
  420. background-color: rgba(0,0,0,0.6);
  421. border: 1px solid rgba(255,255,255,0.25);
  422. color: white;
  423. margin-bottom: 40px;
  424. padding: 2px;
  425. }
  426.  
  427. #copyright a{color: #FFF}
  428.  
  429. #copyright br{display:none}
  430.  
  431. /* ---------- BAR AT BOTTOM ---------- */
  432.  
  433. /* Setting a position */
  434. #list_surround tab\le:first-of-type {
  435. bottom: 0;
  436. margin-left: -25px;
  437. position: fixed;
  438. width: 1000px;
  439. z-index: 1 !important;
  440. }
  441.  
  442. /* Setting elements to display pure image */
  443. #list_surround tab\le:first-of-type t\d {
  444. background-color: transparent;
  445. border-width: 0 !important;
  446. }
  447.  
  448. .status_not_selected, .status_selected{
  449. border-width: 0 !important;
  450. padding: 0 !important;
  451. width: auto !important;
  452. }
  453.  
  454. .status_not_selected a, .status_selected a{
  455. color: transparent !important;
  456. content: none;
  457. display: block;
  458. height: 30px;
  459. width: 150px;
  460. }
  461.  
  462. /* Override size for wider parts */
  463. .status_not_selected a[href*="status=1"],.status_selected a[href*="status=1"],.status_not_selected a[href*="status=7"], .status_selected a[href*="status=7"]{
  464. width: 200px;
  465. }
  466.  
  467. /* Currently watching */
  468. .status_not_selected a[href*="status=1"]{background-position: 0px 0px}
  469. .status_not_selected a[href*="status=1"]:hover{background-position: 0px 30px}
  470. .status_not_selected a[href*="status=1"]:active, .status_selected a[href*="status=1"]{background-position: 0px 60px}
  471.  
  472. /* Completed */
  473. .status_not_selected a[href*="status=2"]{background-position: -200px 0px}
  474. .status_not_selected a[href*="status=2"]:hover{background-position: -200px 30px}
  475. .status_not_selected a[href*="status=2"]:active, .status_selected a[href*="status=2"]{background-position: -200px 60px}
  476.  
  477. /* On Hold */
  478. .status_not_selected a[href*="status=3"]{background-position: -350px 0px}
  479. .status_not_selected a[href*="status=3"]:hover{background-position: -350px 30px}
  480. .status_not_selected a[href*="status=3"]:active, .status_selected a[href*="status=3"]{background-position: -350px 60px}
  481.  
  482. /* Dropped */
  483. .status_not_selected a[href*="status=4"]{background-position: -500px 0px}
  484. .status_not_selected a[href*="status=4"]:hover{background-position: -500px 30px}
  485. .status_not_selected a[href*="status=4"]:active, .status_selected a[href*="status=4"]{background-position: -500px 60px}
  486.  
  487. /* Plan to watch */
  488. .status_not_selected a[href*="status=6"]{background-position: -650px 0px}
  489. .status_not_selected a[href*="status=6"]:hover{background-position: -650px 30px}
  490. .status_not_selected a[href*="status=6"]:active, .status_selected a[href*="status=6"]{background-position: -650px 60px}
  491.  
  492. /* All Anime */
  493. .status_not_selected a[href*="status=7"]{background-position: -800px 0px}
  494. .status_not_selected a[href*="status=7"]:hover{background-position: -800px 30px}
  495. .status_not_selected a[href*="status=7"]:active, .status_selected a[href*="status=7"]{background-position: -800px 60px}
  496.  
  497. .status_not_selected a, .status_selected a{
  498. background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAmFzfDboPsWO_linDnNdBSw);
  499. }
  500.  
  501.  
  502. /* TOP BAR SETTINGS
  503. the numbers in parenthesis change the color and opacity of the bar. Get a color number easily from this page:
  504. http://www.css3maker.com/css-3-rgba.
  505.  
  506. Change position to absolute to make the bar not scroll with the page.
  507. Change the background image out with the url in parenthesis.
  508. */
  509.  
  510. #mal\_control\_strip {
  511. background-color: rgba(1,1,1,.5) !important;
  512. background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAh2H5wTYE7OCg5yly8cL5_k) !important;
  513. position:fixed;
  514. }
  515.  
  516.  
  517.  
  518. /*
  519. OTHER CODES
  520. */
  521. #mal\_control\_strip {
  522. background-position: bottom !important;
  523. top: -16px;
  524. height: 1px !important;}
  525. #mal\_control\_strip di\v {display:inline}
  526. #mal\_cs\_pic img {height: 24px !important; width: auto !important}
  527. #mal\_cs\_listinfo {
  528. width: 26% !important;
  529. height: 0 !important;
  530. padding-bottom: 18px !important;
  531. padding-top: 27px !important;
  532. background: ;
  533. position: absolute;
  534. top:-5px;
  535. border-right-color: rgba(0,0,0,0.8) !important;}
  536. #mal\_cs\_listinfo div:first-of-type:before {content:'Logged in as '}
  537. #mal\_cs\_listinfo div:last-of-type a {text-decoration: none}
  538. #mal\_cs\_listinfo div:last-of-type a:hover {text-decoration: underline}
  539. #mal\_cs\_listinfo div:last-of-type:before {font-weight:normal;content:'('}
  540. #mal\_cs\_listinfo div:last-of-type:after {font-weight:normal;content:')'}
  541. #mal\_cs\_links {
  542. width: 92px !important;
  543. height: 0 !important;
  544. padding-bottom: 20px !important;
  545. padding-top: 27px !important;
  546. left: 28%;
  547. top: -7px;
  548. position: absolute;
  549. border-right-color: rgba(0,0,0,0.8) !important;}
  550. #mal\_cs\_links a {background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAoCBiQOVmPLIHlGVcbBFMHY) !important;width:16px;height:16px;content:none; display: inline-block !important;color: transparent !important; letter-spacing: -1ex;font-size:xx-small}
  551. #mal\_cs\_links div:first-of-type:after {content: '\a0'}
  552. #mal\_cs\_links div:first-of-type a:first-of-type {background-position: 0px 0px}
  553. #mal\_cs\_links div:first-of-type a:last-of-type {background-position: -16px 0px}
  554. #mal\_cs\_links div:last-of-type a:first-of-type {background-position:-32px 0px}
  555. #mal\_cs\_links div:last-of-type a:last-of-type {background-position:-48px 0px}
  556. #mal\_cs\_otherlinks strong{
  557. width: 25% !important;
  558. height: 0 !important;
  559. padding-bottom: 20px !important;
  560. padding-top: 27px !important;
  561. left:28%;
  562. margin-left: 130px;
  563. top: -5px;
  564. position: absolute;
  565. border-right-color: rgba(0,0,0,0.8) !important;}
  566. #mal\_cs\_otherlinks div:last-of-type {float:right;padding-right:150px;
  567. margin-top: 19px;}
  568. #mal\_cs\_otherlinks div:first-of-type {float:left}
  569. #mal\_cs\_powered img {display:none}
  570. #searchBox {margin-top: 15px !important; width: 135px !important}
  571. #mal\_control\_strip img {
  572. margin-top: 15px !important;
  573. }
  574.  
  575. #mal\_cs\_links a {background-image: url(https://image.myanimelist.net/ui/OK6W_koKDTOqqqLDbIoPAoCBiQOVmPLIHlGVcbBFMHY) !important;}
  576.  
  577.  
  578. form[action*="logout"] {
  579. display: inline;
  580. }
  581.  
  582. body{
  583. /* Set up a background image: */
  584. background-image: url(https://image.myanimelist.net/ui/5LYzTBVoS196gvYvw3zjwOgsz6617gwtx3smSKqTnRg);
  585.  
  586. /* Set up a point of transformation. This is the point
  587. * of image that should always be at the top and
  588. * preserve it's location at these offsets.
  589. * If you don't understand how it works, 50% 50% should
  590. * be ok in most cases.
  591. */
  592. background-position: 60% 18%;
  593.  
  594. /* Set up fonts you want to use and preferred basic size.
  595. * It will look for the first font at the list, then for
  596. * the second, etc. The last parameter describes a generic
  597. * font family, which will be used if none of the fonts are
  598. * on the user PC. The size can be also set using keywords
  599. * like xx-small, google for font-size if you want more info
  600. */
  601. font-family: 'Segoe UI', 'Century Gothic', sans-serif;
  602. font-size: 11px;
  603. }
  604.  
  605.  
  606. /* Notes hover - START */
  607. td.td1 div div{
  608. background-color: rgba(20, 30, 255, 0.85) !important;
  609. position: fixed;
  610. top: 442px;
  611. left: 80px;
  612. opacity: 0;
  613. width: 200px !important;;
  614. z-index: 10;
  615. }
  616.  
  617. tr:hover td.td1 div div{
  618. background-color: red !important;
  619. display: block !important;
  620. opacity: 1;
  621. }
  622.  
  623. td.td2 div div{
  624. background-color: rgba(20, 30, 255, 0.85) !important;
  625. position: fixed;
  626. top: 442px;
  627. left: 80px;
  628. opacity: 0;
  629. width: 200px !important;
  630. z-index: 10;
  631. }
  632.  
  633. tr:hover td.td2 div div{
  634. background-color: purple !important;
  635. display: block !important;
  636. opacity: 1;
  637. }
  638.  
  639.  
  640.  
  641.  
  642. td.td1 div small:nth-child(2) {display: none !important;}
  643.  
  644. td.td2 div small:nth-child(2) {display: none !important;}
  645.  
  646.  
  647.  
  648. td[class^='td']:nth-of-type(6) {
  649. background-color: green !important;
  650. height: 0 !important;
  651. padding:0 !important;
  652. top: 82px;
  653. left: 320px;
  654. width: 100px !important;
  655. opacity: 0;
  656. position: fixed;
  657. border: none !important;
  658. }
  659.  
  660.  
  661.  
  662. /* Tag hover */
  663. tr:hover td[class^='td']:nth-of-type(6){
  664. background-color: green !important;
  665. opacity: 1;
  666. padding:0 !important;
  667.  
  668. }
  669.  
  670.  
  671. /* Tag edit */
  672. td:nth-of-type(6) small {
  673. display: none !important;
  674. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement