Advertisement
Guest User

Untitled

a guest
Mar 20th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Chat Style
  3. // @namespace http://tampermonkey.net/
  4. // @version 2025-03-21
  5. // @description suite of frutiger aero themes
  6. // @author https://www.albumoftheyear.org/user/tynooutlet/
  7. // @match https://www.albumoftheyear.org/chat/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=albumoftheyear.org
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. GM_addStyle(`
  13. body {
  14. background: url('https://i.ibb.co/mdd7fk4/20250320-154355.jpg') no-repeat center center fixed;
  15. /* background: url('https://i.ibb.co/RpXzW0nr/fox.png') no-repeat center center fixed; */
  16. /* background: url('https://i.ibb.co/TMQ736Ty/grass-dew-image.jpg') no-repeat center center fixed; */
  17. background-size: cover;
  18. font-family: Arial, sans-serif;
  19. color: white;
  20. background-color: transparent;
  21. }
  22.  
  23. .commentRow {
  24. background: rgba(255, 255, 255, 0.2);
  25. border-radius: 15px;
  26. padding: 10px;
  27. margin: 10px 0;
  28. box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  29. backdrop-filter: blur(8px);
  30. transition: all 0.3s ease-in-out;
  31. }
  32.  
  33. .commentBox .commentBoxContainer {
  34. background: rgba(255, 255, 255, 0.2);
  35. border-radius: 15px;
  36. }
  37. .commentRow:hover {
  38. background: rgba(255, 255, 255, 0.3);
  39. transform: scale(1.02);
  40. }
  41.  
  42.  
  43. .commentUserName a {
  44. font-weight: bold;
  45. text-shadow: 1px 1px 4px rgba(0, 255, 255, 0.2);
  46. }
  47.  
  48.  
  49. .commentText {
  50. background: linear-gradient(to right, rgba(0, 150, 255, 0.5), rgba(0, 255, 150, 0.5));
  51. border-radius: 12px;
  52. padding: 8px;
  53. display: flex;
  54. max-width: 80%;
  55. color: white;
  56. text-shadow: 1px 1px 2px black;
  57. box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
  58. margin-left: auto;
  59. }
  60.  
  61.  
  62. .commentDate {
  63. font-size: 12px;
  64. color: rgba(255, 255, 255, 0.7);
  65. text-shadow: 1px 1px 2px black;
  66. }
  67.  
  68. body.dark, body.dark .header, body.dark #centerContent, body.dark .searchContainer, .largeSearch {
  69. background-color: transparent; color: #DCDDDE;
  70. }
  71. body.dark .fullWidth, body.dark .wideLeft, body.dark .rightBox, body.dark .adTagTwo, body.dark .adTagThree, body.dark .artistHeader, body.dark .facetContent, body.dark .facetColumn, body.dark .dotDropMenu, body.dark .headerYearEnd, body.dark table.userStatsTable tr:nth-child(even), body.dark #listEdit tr.focus {
  72. background-color: transparent;
  73. }
  74.  
  75. body.dark .nav, body.dark .rightContent, body.dark table.discussion th, body.dark .signInComments, body.dark .signInReview, body.dark .viewMoreDiscussion, body.dark .albumCriticScoreBox, body.dark .albumUserScoreBox, body.dark .albumButton, body.dark .albumButton.vinyl, body.dark .facetTitle, body.dark .artistCriticScoreBox, body.dark .artistUserScoreBox, body.dark .profileNav, body.dark .userReviewScoreBox, body.dark .prevAlbumReview, body.dark .nextAlbumReview, body.dark .loginContainer, body.dark .albumListScoreContainer, body.dark .feedUserHead, body.dark .listItem:hover, body.dark .yourRatingContainer, body.dark .commentBoxContainer, body.dark .socialConnect, body.dark .albumRankNav.prev, body.dark .albumRankNav.next, body.dark .overlay .content, body.dark .thisDay, body.dark .dotDropMenu .row:hover, body.dark .grayBox, body.dark .footer, body.dark .summaryPointsMisc, body.dark .summaryRecentLists, body.dark .otherLists, body.dark .donorList tr:nth-child(even), body.dark table.listRows tr:nth-child(even), body.dark .commentButtonDesktop, body.dark .menuDropSelected ul li, body.dark .menuDropSelected ul, body.dark .menuDropSelected ul li.current:hover, body.dark .ui-autocomplete, body.dark .correctionResponse, body.dark .submitMediaBox, body.dark .songScoreBox, body.dark .adInArticle, body.dark .signInNotice {
  76. background-color: rgba(0, 143, 143, 0.4);
  77. }
  78.  
  79. body.dark .ratingBar, body.dark .gradeScale, body.dark .tag.strong, body.dark .smallBottomLink, body.dark .menuDropSelected ul li:hover, body.dark table.userStatsTable tr:hover, body.dark .distBar, body.dark .followsYou {
  80. background-color: rgba(0, 200, 200, 0.4) !important;
  81. }
  82.  
  83. .accountLinks {
  84. background-color: rgba(143, 143, 143, 1) !important;
  85. }
  86.  
  87. body.dark .ratingText, body.dark .selectBox, body.dark .albumReviewLinks, body.dark .detailRow span, body.dark .detailRow span a, body.dark .detailRow span a:visited, body.dark .gray, body.dark .sectionHeading .viewAll, body.dark .commentFunctions a:visited, body.dark .commentDate, body.dark .profileStatName, body.dark A.gray:visited, body.dark A.gray, body.dark a .reviewIcon, body.dark .row.comments, body.dark .albumListScoreContainer .scoreText, body.dark ::placeholder, body.dark #newListForm label, body.dark #editListForm label, body.dark #editListEntry label, body.dark .facetCount, body.dark .footerColumn, body.dark .footerColumn div, body.dark .footerContent div, body.dark .noCover i, body.dark .noCover span, body.dark .summaryPointsMisc, body.dark .summaryRecentLists .date, body.dark .dotDropMenuButton a:hover, body.dark table.userStatsTable td.headColumn, body.dark table.userStatsTable td.headColumn a, body.dark #searchSuggestions .resultRow .year, body.dark #findAlbums .resultRow .year, body.dark .overlay body.dark .subHeading, body.dark .mediaText a, body.dark .ratingRowContainer a .icon, body.dark .albumReviewLinks a:visited, body.dark .userListLikeContainer a:visited, body.dark .albumReviewLinks a, body.dark .userListLikeContainer a, body.dark .mediaLinks a, body.dark .albumBlockLinks a, body.dark .albumBlockLinks, body.dark .mediaLinks a:visited, body.dark .albumBlockLinks a:visited, body.dark .mediaContainer .links a, body.dark .mediaContainer .links a:visited, body.dark .distCount, body.dark .distCount a:visited, body.dark .distCount a {
  88. color: #000;
  89. }
  90.  
  91. .albumHeader {
  92. border-bottom: 0px !important;
  93. }
  94.  
  95. .commentTextBox, .searchBox, .navBlock.profile {
  96. background: transparent !important;
  97. }
  98. `);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement