Advertisement
Lamentxthe

Atelier 801 Forum LookChanger by E_330

Mar 24th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Atelier 801 Forum LookChanger
  3. // @namespace    @E_330
  4. // @version      1.0
  5. // @description  Zmienia wygląd na dowolne na stronie Forum Atelier 801
  6. // @author       E_330
  7. // @include      http://atelier801.com/*
  8. // @grant        GM_addStyle
  9. // ==/UserScript==
  10.  
  11. //=====Poszczególne zmiany w css znajdują się tutaj=====\\
  12. //Tło
  13. GM_addStyle("body { background: #000 url(http://i.imgur.com/YGqJrFK.jpg)");
  14. //Nagłówki
  15. GM_addStyle(".accordion-heading .accordion-toggle { text-align: center !important; text-shadow: 1px 1px #000 !important;");
  16. //Przyciski (flagi itd.)
  17. 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;");
  18. //Główna ramka
  19. GM_addStyle(".cadre-forum { background-color: rgba(0, 0, 0, 0.5) !important;");
  20. //Cienie głównej ramki
  21. 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;");
  22. //Nazwa plemienia
  23. GM_addStyle(".cadre-tribu-nom { text-shadow: 1px 1px #000 !important;");
  24. //Górny pasek narzędzi
  25. GM_addStyle(".container-fluid.menu-principal { background-image: url(http://i.imgur.com/fCQJpwr.png) !important;");
  26. //Dolny pasek narzędzi
  27. GM_addStyle(".container-fluid.menu-secondaire { background-image: url(http://i.imgur.com/fCQJpwr.png) !important;");
  28. //Nieparzyste wiersze działów
  29. GM_addStyle(".line-striped { background-color: rgba(0, 0, 0, 0.5) !important;");
  30. //Parzyste wiersze działów
  31. GM_addStyle(".table-section { background-color: rgba(0, 0, 0, 0.5) !important;");
  32. //Rozwijane menu
  33. GM_addStyle(".menu-contextuel { background-color: rgba(0, 0, 0, 0.9) !important;");
  34. //Górny pasek narzędzi|opcje
  35. GM_addStyle(".navbar .nav .active>a { background-color: rgba(0, 0, 0, 0.5) !important;");
  36. //Logo w górnym pasku narzędzi
  37. 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;");
  38. //Górny pasek narzędzi|opcje z rozwijanym menu
  39. 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;");
  40. //Logo w górnym pasku narzędzi
  41. 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;");
  42. //Linki
  43. //GM_addStyle(".cadre-message-contenu[target:_blank] { color: rgba(255, 255, 255, 0.5) !important; text-decoration: none !important;");
  44. //Tekst po najechaniu/przy focusie
  45. GM_addStyle("a:hover, a:focus { color: rgba(255, 255, 255, 1) !important; text-decoration: none !important;");
  46. //Stopka
  47. GM_addStyle(".footer { background-color: rgba(0, 0, 0, 0.5) !important;");
  48. //Pasek miejsca
  49. GM_addStyle(".barre-navigation { background-color: rgba(0, 0, 0, 0.75) !important;");
  50. //M.in. Run for Cheese w profilu
  51. GM_addStyle(".cadre-defaut { background-color: rgba(0, 0, 0, 0.5) !important;");
  52. //Okno ostrzeżen
  53. GM_addStyle(".cadre-moderation { background-color: rgba(0, 0, 0, 0.5) !important;");
  54. //Nicki graczy
  55. GM_addStyle(".cadre-type-auteur-joueur { text-shadow: 1px 1px #000 !important;");
  56. //Główne tło profilu
  57. GM_addStyle(".cadre-utilisateur { background-color: rgba(0, 0, 0, 0.5) !important;");
  58. //Nieparzyste ostrzeżenia
  59. 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;");
  60. //Parzyste ostrzeżenia
  61. 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;");
  62. //Parzyste ostrzeżenia
  63. 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;");
  64. //Główna ramka (np. Micepix)
  65. GM_addStyle(".cadre-upload-image-utilisateur, .cadre-dernieres-images-utilisateurs { background-color: rgba(0, 0, 0, 0.5) !important;");
  66. //Tekst w wyborze (Micepix: Plik/Link) - niefocusowane
  67. GM_addStyle(".nav-tabs a { color: #fff !important;");
  68. //Tło pod wyborem (Micepix: Plik/Link)
  69. 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