Hentai Foundry CSS Fixes

Fixes some of the issues I had with the new version of the site.

  1. // ==UserScript==
  2. // @name Hentai Foundry CSS Fixes
  3. // @namespace https://github.com/Kayla355
  4. // @version 0.1.1
  5. // @description Fixes some of the issues I had with the new version of the site.
  6. // @author Kayla355
  7. // @match www.hentai-foundry.com/*
  8. // @grant GM_addStyle
  9. // @icon http://img.hentai-foundry.com/themes/Hentai/favicon.ico
  10. // ==/UserScript==
  11.  
  12. GM_addStyle(""
  13. +"html {background: none}"
  14. +"body {width:100%; margin: inherit !important;}"
  15. +".miniGalleryView .galleryViewTable .thumb_square, .galleryView .galleryViewTable .thumb_square, #mainmenu li, #mainmenu ul li a, #headerText, #headerLogin, #searchBox, header .navlink, #headerLogin a:link, #searchBox a:link, .tabContainer > ul.tabs a:link, .tabContainer > ul.tabs a:visited, #page .boxtab a, button, #filtersButton, #filtersButton a, a.moreLink, a.linkButton, .feedLink, .pdfLink, input, .calendar tr:not(.all_link) a, #category_browse a, #category_browse .list_level_1 > li {"
  16. +"-webkit-transition: all .3s ease-out;"
  17. +"-moz-transition: all .3s ease-out;"
  18. +"-ms-transition: all .3s ease-outr;"
  19. +"-o-transition: all .3s ease-out;"
  20. +"}"
  21. +".thumb:hover {"
  22. +"position: absolute;"
  23. +"}");