From 853e1e9042d0fe73980ded73fd7521e8419bbbd9 Mon Sep 17 00:00:00 2001 From: KTatyana Date: Thu, 1 Nov 2012 00:02:08 +0600 Subject: [PATCH] DZ2 - CSS Selectors --- dz2-css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 dz2-css diff --git a/dz2-css b/dz2-css new file mode 100644 index 0000000..abcd9e4 --- /dev/null +++ b/dz2-css @@ -0,0 +1,53 @@ +html body div.main > div.head-block + div.menu-and-search + div.index > div.left-part- > div.b-slides.image-rounder-white + script[type="text/javascript"] + div.concepts.concepts__main + div.ad + div.left-part > div.left-col- + div.right-col- > div.news.fresh-news + div.buhonline-block > a[href="http://www.buhonline.ru/"] img[title="Бухгалтерия Онлайн"][alt="Бухгалтерия Онлайн"] { +} + +.main > div:nth-child(3) > .left-part- > div:nth-of-type(4) > div:last-child > div:last-child > a img { +} + +.main .index .left-part- .left-part .right-col- .buhonline-block a img { +} + +div > a img[title^="Б"] { +} + +.left-part- div:nth-of-type(2n) > a img { +} + +.left-part img[title^="Б"] { +} + +.right-col- > .news.fresh-news + .buhonline-block :first-child img { +} + +.right-col- > .news.fresh-news + .buhonline-block img { +} + +.right-col- > :last-child img { +} + +.right-col- img[title^="Б"] { +} + +.buhonline-block a img { +} + +.buhonline-block img { +} + +a[href="http://www.buhonline.ru/"] img { +} + +a[href*="buh"] img { +} + +img[alt^="Бухгалтерия"] { +} + +img[title^="Бухгалтерия"] { +} + +img[alt$="н"] { +} + +img[title$="н"] { +}