Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dimisa committed Apr 18, 2022
1 parent b167836 commit 32fa905
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
15 changes: 5 additions & 10 deletions css-fixes-experimental.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1314,16 +1314,11 @@ stalker-mods.clan.su,stalker-mods.su,stalkerportaal.ru#?##timer_2:style(display:
stopgame.ru###preroll_mediaplayer
stopgame.ru#?#div[id^="videoplayer_"][class^="iframe_wrapper"]:style(display: block !important)
! ---
stratege.ru##html.home #wrapper > #content > :not(div)
stratege.ru##html.home #wrapper > #content > [id]:empty
stratege.ru##html.home #wrapper > #content ~ :not(#footer)
stratege.ru##html.home .tlpf_info_box
stratege.ru##html.home body > div[class][id] > img[src] ~ style + [id]
stratege.ru#?#html.home body > div[class][id]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru##html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] > img[src] ~ style + [id]:not(#wrapper)
stratege.ru#?#html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru##html.home div[class][id$="_content"] > div:not([id]):not([class]) > [class^="alelt_"][class$="_info"]
stratege.ru#?#html.home:style(background-color: #dbdbdb !important)
stratege.ru##html.home #wrapper > #content > :not(#content-wrapper)
stratege.ru##html.home #wrapper > #content ~ [class]
stratege.ru#?#html.home > body > [class]:not([class*="-"])[id*="-"]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru#?#html.home [class][id] > [class]:not([class*="-"])[id*="-"]:style(background-image: none !important; background-color: #dbdbdb !important)
stratege.ru##html.home [class][id] > img[src] ~ style + [id]:not(#wrapper)
! forum
stratege.ru#?##vbulletin_html #globalcontent:style(margin-top: 0 !important)
stratege.ru#?##vbulletin_html .above_body:style(margin-bottom: auto !important)
Expand Down
18 changes: 6 additions & 12 deletions ruadlist-fixes.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name RU AdList CSS Fixes
@version 0.20220417.1134
@version 0.20220418.1925
@namespace ruadlist/ru-adlist-css-fixes
@homepageURL https://forums.lanik.us/viewforum.php?f=102
@supportURL https://forums.lanik.us/viewforum.php?f=102
Expand Down Expand Up @@ -4655,23 +4655,17 @@
}

@-moz-document domain("stratege.ru") {
html.home {
background-color: #dbdbdb !important
}
#vbulletin_html > body > style ~ div:not([title]):not([id*="footer"]):not(:nth-last-child(-n+5)),
html.home body > div[class][id],
html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] {
html.home > body > [class]:not([class*="-"])[id*="-"],
html.home [class][id] > [class]:not([class*="-"])[id*="-"] {
background-image: none !important;
background-color: #dbdbdb !important
}
#vbulletin_html > body > style ~ div ~ :not([title]):not([id*="footer"]):not(:nth-last-child(-n+5)),
#vbulletin_html > body > style ~ div:not([title]):not([id*="footer"]):not(:nth-last-child(-n+5)) > style + div[id]:not(#globalcontent),
html.home #wrapper > #content > :not(div),
html.home #wrapper > #content > [id]:empty,
html.home #wrapper > #content ~ :not(#footer), html.home .tlpf_info_box,
html.home body > div[class][id] > img[src] ~ style + [id],
html.home div[class*="-"][id*="-"] > div[class]:not([class*="-"])[id*="-"] > img[src] ~ style + [id]:not(#wrapper),
html.home div[class][id$="_content"] > div:not([id]):not([class]) > [class^="alelt_"][class$="_info"] {
html.home #wrapper > #content > :not(#content-wrapper),
html.home #wrapper > #content ~ [class],
html.home [class][id] > img[src] ~ style + [id]:not(#wrapper) {
display: none !important
}
#vbulletin_html .above_body {
Expand Down

0 comments on commit 32fa905

Please sign in to comment.