Advertisement
Guest User

Untitled

a guest
Sep 11th, 2015
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. /* by alin1 */
  2.  
  3. @namespace url(http://www.w3.org/1999/xhtml);
  4.  
  5. @-moz-document
  6. domain("last.fm"),
  7. domain("lastfm.es"),
  8. domain("lastfm.de"),
  9. domain("lastfm.fr"),
  10. domain("lastfm.jp"),
  11. domain("lastfm.it"),
  12. domain("lastfm.pl"),
  13. domain("lastfm.com.br"),
  14. domain("lastfm.se"),
  15. domain("lastfm.tr"),
  16. domain("lastfm.ru"),
  17. domain("cn.last.fm") {
  18.  
  19. body, .content-top, .container.page-content, .footer-wrapper, tr.js-link-block, .chartlist td, #adSkinLeft, #adSkinRight, textarea.comment-input, .img-thumbnail, .header .header-info-secondary:before, .widget_trends, .widget_listeningnow, .secondary-nav-item-link--active, .overlay-content, .gallery-image-container {
  20. background:#101010 !important;
  21. }
  22.  
  23. .fluid-container, div.overlay-side-rail {
  24. background:#333333 !important;
  25. }
  26.  
  27. body, .comment-text.clearfix, .chartlist-index, textarea.comment-input, p, .metadata-display, .nowslider_scrobbles, .gallery-image-vote-up, .gallery-image-vote-down, .overlay-control-bar-title {
  28. color:#CCCCCC !important;
  29. }
  30.  
  31. .chartlist-timestamp, .header-info-secondary {
  32. color:#999999 !important;
  33. }
  34.  
  35. .btn_trendnav_week, .btn_trendnav_month, .trendglobal {
  36. color:#000000 !important;
  37. }
  38.  
  39. button {
  40. color:#4499CC !important;
  41. }
  42.  
  43. a, .countbar-bar-value, li.pages, .next, .previous {
  44. color:#FFFFFF !important;
  45. }
  46.  
  47. a:hover {
  48. color:#4499CC !important;
  49. }
  50.  
  51. h2 a, h2 {
  52. color:#4499CC !important;
  53. }
  54.  
  55. .content-top-lower:after, .content-top:after, div.overlay-content, .overlay-control-bar, .overlay-control-bar::after {
  56. border:0 !important;
  57. }
  58.  
  59. textarea, .widget_listeningnow, .widget_trends {
  60. border:1px solid #333333 !important;
  61. }
  62.  
  63. .stationlink-list li {
  64. box-shadow: 0px -1px #333333 inset !important;
  65. }
  66.  
  67. .chartlist td {
  68. box-shadow:0px -1px #333333 inset !important;
  69. }
  70.  
  71. .countbar-bar-slug {
  72. background:#334455 !important;
  73. }
  74.  
  75. div.feedback-message, .copyright.col-xs-12 {
  76. display:none !important;
  77. }
  78.  
  79. .site-links {
  80. box-shadow:0px -1px #333333 inset !important;
  81. }
  82.  
  83. .wiki-legal {
  84. border-top:1px solid #333333 !important;
  85. }
  86.  
  87. .avatar, .auth-avatar-desktop, img.avatar-img, .header-metadata-avatar, .nowslider_img {
  88. border-radius: 6% !important;
  89. }
  90.  
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement