Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Atelier 801 Forum LookChanger
- // @namespace @E_330
- // @version 1.0
- // @description Zmienia wygląd na dowolne na stronie Forum Atelier 801
- // @author E_330
- // @include http://atelier801.com/*
- // @grant GM_addStyle
- // ==/UserScript==
- //=====Poszczególne zmiany w css znajdują się tutaj=====\\
- //Tło
- GM_addStyle("body { background: #000 url(http://i.imgur.com/YGqJrFK.jpg)");
- //Nagłówki
- GM_addStyle(".accordion-heading .accordion-toggle { text-align: center !important; text-shadow: 1px 1px #000 !important;");
- //Przyciski (flagi itd.)
- GM_addStyle(".btn-inverse { background: rgba(0, 0, 0, 0.5) !important; background-color: rgba(0, 0, 0, 1) !important; border-color: rgba(255, 255, 255, 0.2) !important; box-shadow: 2px 2px #000 !important;");
- //Główna ramka
- GM_addStyle(".cadre-forum { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Cienie głównej ramki
- GM_addStyle(".cadre-relief { border-bottom-color: rgba(0, 0, 0, 0.4) !important; border-bottom-style: solid !important; border-bottom-width: 5px !important; border-top-width: 0 !important;");
- //Nazwa plemienia
- GM_addStyle(".cadre-tribu-nom { text-shadow: 1px 1px #000 !important;");
- //Górny pasek narzędzi
- GM_addStyle(".container-fluid.menu-principal { background-image: url(http://i.imgur.com/fCQJpwr.png) !important;");
- //Dolny pasek narzędzi
- GM_addStyle(".container-fluid.menu-secondaire { background-image: url(http://i.imgur.com/fCQJpwr.png) !important;");
- //Nieparzyste wiersze działów
- GM_addStyle(".line-striped { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Parzyste wiersze działów
- GM_addStyle(".table-section { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Rozwijane menu
- GM_addStyle(".menu-contextuel { background-color: rgba(0, 0, 0, 0.9) !important;");
- //Górny pasek narzędzi|opcje
- GM_addStyle(".navbar .nav .active>a { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Logo w górnym pasku narzędzi
- GM_addStyle(".navbar-inverse .brand { background-color: rgba(0, 0, 0, 1) !important; color: rgba(255, 255, 255, 0.9) !important; text-shadow: 2px 2px #000 !important;");
- //Górny pasek narzędzi|opcje z rozwijanym menu
- GM_addStyle(".navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle { background-color: rgba(0, 0, 0, 0.9) !important;");
- //Logo w górnym pasku narzędzi
- GM_addStyle(".navbar-inverse .brand { background-color: rgba(0, 0, 0, 1) !important; color: rgba(255, 255, 255, 0.9) !important; text-shadow: 2px 2px #000 !important;");
- //Linki
- //GM_addStyle(".cadre-message-contenu[target:_blank] { color: rgba(255, 255, 255, 0.5) !important; text-decoration: none !important;");
- //Tekst po najechaniu/przy focusie
- GM_addStyle("a:hover, a:focus { color: rgba(255, 255, 255, 1) !important; text-decoration: none !important;");
- //Stopka
- GM_addStyle(".footer { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Pasek miejsca
- GM_addStyle(".barre-navigation { background-color: rgba(0, 0, 0, 0.75) !important;");
- //M.in. Run for Cheese w profilu
- GM_addStyle(".cadre-defaut { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Okno ostrzeżen
- GM_addStyle(".cadre-moderation { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Nicki graczy
- GM_addStyle(".cadre-type-auteur-joueur { text-shadow: 1px 1px #000 !important;");
- //Główne tło profilu
- GM_addStyle(".cadre-utilisateur { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Nieparzyste ostrzeżenia
- GM_addStyle(".table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) { background-color: rgba(0, 0, 0, 0.3) !important;");
- //Parzyste ostrzeżenia
- GM_addStyle(".table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.6) !important;");
- //Parzyste ostrzeżenia
- GM_addStyle(".table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) { background-color: rgba(0, 0, 0, 0.6) !important;");
- //Główna ramka (np. Micepix)
- GM_addStyle(".cadre-upload-image-utilisateur, .cadre-dernieres-images-utilisateurs { background-color: rgba(0, 0, 0, 0.5) !important;");
- //Tekst w wyborze (Micepix: Plik/Link) - niefocusowane
- GM_addStyle(".nav-tabs a { color: #fff !important;");
- //Tło pod wyborem (Micepix: Plik/Link)
- GM_addStyle(".nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus { background-color: rgba(0, 0, 0, 0.9) !important;");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement