diff --git a/choose.css b/choose.css new file mode 100644 index 0000000..f4d1c8b --- /dev/null +++ b/choose.css @@ -0,0 +1,55 @@ +img[src="/theme/ver-1603233632/images/buhonline-logo.gif"] { + background-color: red; + } + +img[src*="buhonline-logo.gif"] { + background-color: red; + } + +img[src$="buhonline-logo.gif"] { + background-color: red; + } + +img[alt="Бухгалтерия Онлайн"] { + background-color: red; + } + +img[title="Бухгалтерия Онлайн"] { + background-color: red; + } + +div > a[href^="http://www.buhonline.ru"] > img { + background-color: red; + } + +a[href^="http://www.buhonline.ru"] > img { + background-color: red; + } + +div > a[href="http://www.buhonline.ru"] > img:hover { + background-color: red; + } + +div[class="buhonline-block"] > a > img { + background-color: red; + } + +div[class="buhonline-block"]:first-line { + background-color: red; + } + +div a[href^="http://www.buhonline.ru"]:first-child { + background-color: red; + } + +.buhonline-block a img { + background-color: red; + } + +.right-col- > div > a > img { + background-color: red; + } + +.right-col- div:nth-of-type(2n) a img { + background-color: red; + }