Hentai Foundry CSS Fixes

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

اعتبارا من 20-04-2017. شاهد أحدث إصدار.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

// ==UserScript==
// @name         Hentai Foundry CSS Fixes
// @namespace    https://github.com/Kayla355
// @version      0.1.1
// @description  Fixes some of the issues I had with the new version of the site.
// @author       Kayla355
// @match        www.hentai-foundry.com/*
// @grant        GM_addStyle
// @icon         http://img.hentai-foundry.com/themes/Hentai/favicon.ico
// ==/UserScript==

GM_addStyle(""
	+"html {background: none}"
	+"body {width:100%; margin: inherit !important;}"
	+".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 {"
	+"-webkit-transition: all .3s ease-out;"
    +"-moz-transition: all .3s ease-out;"
    +"-ms-transition: all .3s ease-outr;"
    +"-o-transition: all .3s ease-out;"
	+"}"
	+".thumb:hover {"
	+"position: absolute;"
	+"}");