VisualCrumbs (Stack Visuals)

Visual Changes (POST Sidebar)

Stan na 13-06-2018. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

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

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
GrumpyCrouton
Oceny
0 0 0
Wersja
1.6
Utworzono
13-06-2018
Zaktualizowano
13-06-2018
Rozmiar
1,47 KB
Licencja
Brak licencji
Dotyczy

Makes visual changes to stackexchange sites.

Body Changes:
- Sets non-white background color. This helps to separate the sidebar from the content more
- Changes the max width of the main container to none, forcing it to stretch across more of the page to waste less space.
- Sets max width of elements with IDs "questions", "qlist-wrapper", and "content" to none, allowing it to stretch more.
- With the container and content both having no max-width, it removes any space on the right side of the content which is not the best look of the website, so this adds an artificial padding to the right side that is roughly the same as the left sidebar, which disappears if the window is resized to the point the left sidebar would be removed.
- Removes unneeded .cbt div at the bottom of questions page, it was creating an extra element in the list.

Question stats:
- Moves "Question Stats" into a box similar to "Hot Meta Posts"

Nav Bar:
- Makes width of search bar take up all the space possible, added this due to a meta post I saw a while back that was complaining about this.