From 4b848ad9c1f54490100be75dbd3245bb0b6783a4 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:34:02 +0300 Subject: [PATCH 01/44] level_1/1 --- level_1/1/index.html | 20 -------------------- level_1/1/style.css | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 20 deletions(-) diff --git a/level_1/1/index.html b/level_1/1/index.html index 5b8dcd6..84f7d47 100644 --- a/level_1/1/index.html +++ b/level_1/1/index.html @@ -3,26 +3,6 @@ Sven's Snowshoe Emporium - diff --git a/level_1/1/style.css b/level_1/1/style.css index e69de29..e8f37fa 100644 --- a/level_1/1/style.css +++ b/level_1/1/style.css @@ -0,0 +1,18 @@ +body { + color: #4b4648; + font-family: tahoma, arial, sans-serif; + font-size: 14px; +} + +.content { + border: 1px solid #cac3c6; + margin: 0 auto; + padding: 20px; + width: 260px; +} + +h1 { + color: #6d9fac; + font-size: 22px; + text-align: center; +} From a69a703f1b6229118ee47df6027c7aff94d5f260 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:36:06 +0300 Subject: [PATCH 02/44] level_1/2 --- level_1/2/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_1/2/style.css b/level_1/2/style.css index 73f2643..7cb5195 100644 --- a/level_1/2/style.css +++ b/level_1/2/style.css @@ -16,3 +16,8 @@ h1 { padding: 20px; width: 260px; } + +#slogan { + text-align: center; + font-style: italic; +} From b5b2b518e75098fc357cf161718150f659cb7f8e Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:37:43 +0300 Subject: [PATCH 03/44] level_1/3 --- level_1/3/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_1/3/style.css b/level_1/3/style.css index 3656c17..97b5037 100644 --- a/level_1/3/style.css +++ b/level_1/3/style.css @@ -22,3 +22,7 @@ h2 { padding: 20px; width: 260px; } + +.content.home { + border: none; +} From 9526f524600ddd8b8658f89d148180027b3cde22 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:39:08 +0300 Subject: [PATCH 04/44] level_1/4 --- level_1/4/index.html | 2 +- level_1/4/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/level_1/4/index.html b/level_1/4/index.html index 457c90a..6157d0f 100644 --- a/level_1/4/index.html +++ b/level_1/4/index.html @@ -7,7 +7,7 @@
-
+

Sven's Snowshoe Emporium

"For the Snow-Savvy Shoe-Shopper"

diff --git a/level_1/4/style.css b/level_1/4/style.css index aa12a5f..e9d3e68 100644 --- a/level_1/4/style.css +++ b/level_1/4/style.css @@ -1,5 +1,5 @@ header { - background: #e0e2e6 !important; + background: #e0e2e6; } body { From f85d48a64a655a5c9e03b5fe5279fc7de35da16b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:40:34 +0300 Subject: [PATCH 05/44] level_1/5 --- level_1/5/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level_1/5/style.css b/level_1/5/style.css index 8f56187..2efb9af 100644 --- a/level_1/5/style.css +++ b/level_1/5/style.css @@ -7,6 +7,8 @@ section { aside { font-style: italic; width: 120px; + float: right; + margin: 0 0 10px 10px; } p { From 08a03ebfe97a9088f9d5c1a263aa920b3d98e265 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:42:34 +0300 Subject: [PATCH 06/44] level_1/6 --- level_1/6/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_1/6/style.css b/level_1/6/style.css index f190a40..f78be45 100644 --- a/level_1/6/style.css +++ b/level_1/6/style.css @@ -8,7 +8,11 @@ section { aside { font-style: italic; +} + +aside, article { width: 120px; + float: left; } p { From 36e1da74f0d96d370f75aaa62f15fb9ae1401f93 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:57:05 +0300 Subject: [PATCH 07/44] level_2/1 --- level_2/1/index.html | 3 +-- level_2/1/style.css | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/level_2/1/index.html b/level_2/1/index.html index c444d2d..2dc991d 100644 --- a/level_2/1/index.html +++ b/level_2/1/index.html @@ -13,7 +13,7 @@
  • Contact
  • -
    +
    @@ -21,7 +21,6 @@

    New Fall Styles

    Be the first at your resort to sport the hot new tennis-themed snow kicks, now available in the store.

    -
    diff --git a/level_2/1/style.css b/level_2/1/style.css index 52c4136..61f5514 100644 --- a/level_2/1/style.css +++ b/level_2/1/style.css @@ -57,10 +57,6 @@ h3 { margin: 0 0 15px; } -.clear { - clear: both; -} - /* clearfix */ .group:before, .group:after { content:""; From d20dfdd9d60c646fc5db0289c24fa145528ad0a0 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 09:59:42 +0300 Subject: [PATCH 08/44] level_2/2 --- level_2/2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_2/2/style.css b/level_2/2/style.css index 02e6632..8f7ff89 100644 --- a/level_2/2/style.css +++ b/level_2/2/style.css @@ -29,6 +29,7 @@ aside { aside p { font-size: 10px; margin: 0; + font-style: italic; } article { @@ -47,7 +48,6 @@ a { p { font-size: 14px; - font-style: italic; line-height: 19px; margin: 0 0 15px; } From b4190c41203557f6fecf5e20b2adcc85c771ad87 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:02:42 +0300 Subject: [PATCH 09/44] level_2/3 --- level_2/3/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_2/3/style.css b/level_2/3/style.css index 02eb69e..041e85c 100644 --- a/level_2/3/style.css +++ b/level_2/3/style.css @@ -32,6 +32,10 @@ aside p { font-style: italic; } +aside p a { + font-style: normal; +} + article { float: left; width: 120px; From 11b8d55ee162b29bbc1bffec94b8dfe29a935640 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:07:24 +0300 Subject: [PATCH 10/44] level_2/4 --- level_2/4/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/level_2/4/style.css b/level_2/4/style.css index f550920..f02aadb 100644 --- a/level_2/4/style.css +++ b/level_2/4/style.css @@ -84,14 +84,14 @@ h3 { color: #7ab2c1; } -.active a { - color: #826c55 !important; +li.active a { + color: #826c55; } .primary p { font-size: 12px; } -.copyright { - font-size: 10px !important; +p.copyright { + font-size: 10px; } From d80b8653d715ac3e3d66b7578624d846356bd67b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:19:49 +0300 Subject: [PATCH 11/44] level_2/5 --- level_2/5/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level_2/5/style.css b/level_2/5/style.css index b75d031..46592e5 100644 --- a/level_2/5/style.css +++ b/level_2/5/style.css @@ -84,11 +84,11 @@ h3 { zoom: 1; } -#home a { +.home a { color: #c09e79; } -#home article .button { +article .button { color: #fff; } From 95aa4b4533269922a3650857ee7c0cbc1664dd0d Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:33:32 +0300 Subject: [PATCH 12/44] level_3/1 --- level_3/1/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/level_3/1/style.css b/level_3/1/style.css index 4f30e02..d7da3b4 100644 --- a/level_3/1/style.css +++ b/level_3/1/style.css @@ -16,6 +16,7 @@ footer figure { background: #e0e2e6; border: 1px solid #c5c9cf; padding: 15px; + width: 88px; } footer figure img { From 3ee4fc35f5c796b33b945e40d894cb14f3070008 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:39:23 +0300 Subject: [PATCH 13/44] level_3/2 --- level_3/2/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/level_3/2/style.css b/level_3/2/style.css index d7da3b4..22eeaaf 100644 --- a/level_3/2/style.css +++ b/level_3/2/style.css @@ -17,6 +17,9 @@ footer figure { border: 1px solid #c5c9cf; padding: 15px; width: 88px; + height: 120px; + overflow-x: hidden; + overflow-y: scroll; } footer figure img { From b3c84be6fea815b8e2c75e7c2e2f0275863caa54 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:42:21 +0300 Subject: [PATCH 14/44] level_3/3 --- level_3/3/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/level_3/3/style.css b/level_3/3/style.css index b82210b..a080874 100644 --- a/level_3/3/style.css +++ b/level_3/3/style.css @@ -77,6 +77,7 @@ a:hover, a:focus { .button { float: right; position: relative; + top: 3px; } .button, .more { From 074385426aec69cf972baefc2cd6e2b77f593df6 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:43:43 +0300 Subject: [PATCH 15/44] level_3/4 --- level_3/4/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/level_3/4/style.css b/level_3/4/style.css index e9b01e2..2f5934b 100644 --- a/level_3/4/style.css +++ b/level_3/4/style.css @@ -9,6 +9,7 @@ body { footer { width: 260px; + position: relative; } .newsletter { From 940f2e3f04e7cdf9c970fd25f7140497cac3dd40 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:47:40 +0300 Subject: [PATCH 16/44] level_3/5 --- level_3/5/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_3/5/style.css b/level_3/5/style.css index 87f53e5..35f5730 100644 --- a/level_3/5/style.css +++ b/level_3/5/style.css @@ -18,6 +18,7 @@ footer { font-size: 12px; margin: 0; text-align: center; + z-index: 1; } .newsletter a { @@ -54,6 +55,9 @@ figure { -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px; + position: absolute; + top: 0; + right: 0; } h4 { From c3a8c9307b7d353733ae228aeb1f3bac85e10dac Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:55:09 +0300 Subject: [PATCH 17/44] level_4/1 --- level_4/1/style.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/level_4/1/style.css b/level_4/1/style.css index 0a3ca6a..c14f1d3 100644 --- a/level_4/1/style.css +++ b/level_4/1/style.css @@ -4,27 +4,24 @@ body { } article h1 { - color: #444; text-align: left; } +article h1, article p { + color: #444; +} + h1 { color: #7ab2c1; - font: bold 22px/28px Tahoma, Arial, sans-serif; + font-weight: bold; + font-size: 22px; + line-height: 28px; margin: 0 0 10px; text-align: center; } -article p { - color: #444; -} - p { font-size: 14px; line-height: 19px; margin: 0 0 15px; } - -article p.disclaimer { - color: #444; -} From 0f824453e7634292b2d9be29b3bc5d8da73251ec Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 10:58:25 +0300 Subject: [PATCH 18/44] level_4/2 --- level_4/2/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/level_4/2/style.css b/level_4/2/style.css index 5543111..dbb2eee 100644 --- a/level_4/2/style.css +++ b/level_4/2/style.css @@ -4,7 +4,7 @@ body { line-height: 1; } -header { +header, article { margin: 0 0 20px 0; } @@ -17,17 +17,15 @@ h1 { color: #7ab2c1; font: bold 22px/28px Tahoma, Arial, sans-serif; margin: 0 0 10px; - text-align: center; } h2 { color: #999; font: italic 18px/24px Georgia, serif; - text-align: center; } -article { - margin: 0 0 20px 0; +h1, h2 { + text-align: center; } article h1 { From 9af21ec33b414be0d5f662d07492111a5788a11b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:03:54 +0300 Subject: [PATCH 19/44] level_4/3 --- level_4/3/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/level_4/3/style.css b/level_4/3/style.css index d8815ad..a359295 100644 --- a/level_4/3/style.css +++ b/level_4/3/style.css @@ -3,13 +3,13 @@ body { font-family: Tahoma,Arial,sans-serif; } -header { +header, article { background: #ccc; padding: 20px; font-size: 16px; } -h1 { +h1, h2 { color: #7ab2c1; font: bold 22px/28px Tahoma,Arial,sans-serif; text-align: center; @@ -19,17 +19,16 @@ h1 { h2 { color: #423e40; font: italic 18px/24px Georgia,serif; - text-align: center; + margin: 0; } article { font-size: 14px; - padding: 20px; - margin-bottom: 20px + margin-bottom: 20px; + background: none; } p { - font-size: 14px; line-height: 19px; margin: 0 0 15px; } From 39f95ec6eee01ac61ce062ed18a18b59f9a784ff Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:05:15 +0300 Subject: [PATCH 20/44] level_4/4 --- level_4/4/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/level_4/4/style.css b/level_4/4/style.css index 98b3a08..3c94dfa 100644 --- a/level_4/4/style.css +++ b/level_4/4/style.css @@ -15,10 +15,7 @@ article h1 { } p { - margin-top: 0; - margin-right: 0; - margin-bottom: 10px; - margin-left: 0; + margin: 0 0 10px; font-family: tahoma, arial, sans-serif; font-size: 14px; line-height: 16px; From 9246fee292826471cf2e5d4b0dd10a75c3973c63 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:08:31 +0300 Subject: [PATCH 21/44] level_4/5 --- level_4/5/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_4/5/style.css b/level_4/5/style.css index 4fe61d6..481b5bb 100644 --- a/level_4/5/style.css +++ b/level_4/5/style.css @@ -14,6 +14,11 @@ ul { list-style: none; } +nav li { + display: inline; + margin: 0 5px; +} + nav li a { font-weight: bold; } From ff1b5de84e5ca3601ea2dff3a8dba4b8d308fa12 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:18:34 +0300 Subject: [PATCH 22/44] level_4/6 --- level_4/6/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/level_4/6/style.css b/level_4/6/style.css index 1685217..ebd5570 100644 --- a/level_4/6/style.css +++ b/level_4/6/style.css @@ -12,6 +12,8 @@ nav { ul { list-style: none; + width: 250px; + margin: 12px auto; } nav li a { From 4d934e74eaa471c2ec2d46787308bd43c5816108 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:23:14 +0300 Subject: [PATCH 23/44] level_5/1 --- level_5/1/style.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/level_5/1/style.css b/level_5/1/style.css index 58081fd..d5d8575 100644 --- a/level_5/1/style.css +++ b/level_5/1/style.css @@ -3,8 +3,8 @@ body { font-family: Tahoma, Arial, sans-serif; } -header { - margin-top: 20px; +header, article, aside { + margin: 20px 0; } h1 { @@ -20,10 +20,6 @@ h2 { text-align: center; } -article { - margin: 20px 0; -} - article h1, aside h1 { color: #848990; font: bold 16px/20px tahoma, arial, sans-serif; From aa18fc25663b5f813e81b672d73ac76bb9757678 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:25:23 +0300 Subject: [PATCH 24/44] level_5/2 --- level_5/2/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/level_5/2/style.css b/level_5/2/style.css index 7bda3c7..3a06b1e 100644 --- a/level_5/2/style.css +++ b/level_5/2/style.css @@ -6,10 +6,7 @@ body { header, article, aside { padding: 10px; background: #e0e2e6; -} - -article { - margin: 20px 0; + margin: 0 0 20px; } h1 { From bbeb6e3ad8d2b1a6829f5961dc63e11604289aad Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:28:07 +0300 Subject: [PATCH 25/44] level_5/3 --- level_5/3/style.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/level_5/3/style.css b/level_5/3/style.css index 1dd4f0e..f0d01e1 100644 --- a/level_5/3/style.css +++ b/level_5/3/style.css @@ -9,12 +9,12 @@ article h1 { h1 { color: #7ab2c1; - font: bold 22px/28px Tahoma, Arial, sans-serif; - margin: 0 0 10px; + font: bold 20px/28px Tahoma, Arial, sans-serif; + margin: 0 0 20px; text-align: center; } -section article p { +p { background: #e0e2e6; font-size: 15px; line-height: 20px; @@ -23,9 +23,3 @@ section article p { width: 260px; padding: 10px; } - -section article h1 { - font-size: 20px; - font-family: tahoma, arial, sans-serif; - margin: 0 0 20px 0; -} From bb094ad5c965a2e8137ce6678b4976b60cd31251 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:33:19 +0300 Subject: [PATCH 26/44] level_5/4 --- level_5/4/style.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/level_5/4/style.css b/level_5/4/style.css index 1586d83..3f12efa 100644 --- a/level_5/4/style.css +++ b/level_5/4/style.css @@ -21,17 +21,14 @@ h1 { } p { + font-size: 14px; + line-height: 19px; + margin: 0 0 15px; +} + +p.history { background: #e0e2e6; - font-size: 15px; - line-height: 20px; - margin-bottom: 20px; min-height: 140px; width: 260px; padding: 10px; } - -p { - font-size: 14px; - line-height: 19px; - margin: 0 0 15px; -} From cdcd053efd3026524cbe4cf9ba80f59490420d11 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:41:09 +0300 Subject: [PATCH 27/44] level_6/1 --- level_6/1/index.html | 2 +- level_6/1/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/level_6/1/index.html b/level_6/1/index.html index 9c697ed..3d869c3 100644 --- a/level_6/1/index.html +++ b/level_6/1/index.html @@ -8,7 +8,7 @@

    The Woven Wonder

    -
    +
    Wovenwonder

    The last snowshoe you'll ever own. Sporting quad-band tuning technology, The Woven Wonder® lives up to its name. And then some. Really.

    diff --git a/level_6/1/style.css b/level_6/1/style.css index 35f9bcc..0106fcb 100644 --- a/level_6/1/style.css +++ b/level_6/1/style.css @@ -15,7 +15,6 @@ article h1 { } figure { - background: url(images/wovenwonder.jpg) no-repeat; border: 2px solid #c5c9cf; height: 150px; width: 150px; From b3ab48b5e7a7805db2c41b5f9dbf7354b94ebb0b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:46:54 +0300 Subject: [PATCH 28/44] level_6/2 --- level_6/2/index.html | 2 +- level_6/2/style.css | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/level_6/2/index.html b/level_6/2/index.html index 4c8593f..ba7219b 100644 --- a/level_6/2/index.html +++ b/level_6/2/index.html @@ -13,7 +13,7 @@

    The Woven Wonder

    The last snowshoe you'll ever own. Sporting quad-band tuning technology, The Woven Wonder® lives up to its name. And then some. Really. - More Information Arrow + More Information

    diff --git a/level_6/2/style.css b/level_6/2/style.css index 032a7a0..d1f0b54 100644 --- a/level_6/2/style.css +++ b/level_6/2/style.css @@ -46,7 +46,7 @@ a:hover, a:focus { } .more { - background-color: #c09d78; + background: url('arrow.png') #c09d78 no-repeat 100% 0; display: block; position: relative; padding: 0 50px; @@ -55,15 +55,8 @@ a:hover, a:focus { .more { line-height: 40px; margin: 15px 0; - padding: 0 50px; } .more:hover, .more:focus { color: #fff; } - -.more img { - position: absolute; - right: 0; - top: 0; -} From ac3585c0680cf4f08be11c2fc3a948c9a4646196 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:50:24 +0300 Subject: [PATCH 29/44] level_6/3 --- level_6/3/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/level_6/3/style.css b/level_6/3/style.css index e8db287..8cac931 100644 --- a/level_6/3/style.css +++ b/level_6/3/style.css @@ -23,13 +23,11 @@ ul.store li { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); float: left; margin: 0 15px 15px 0; + height: 150px; + width: 150px; + overflow: hidden; } ul.store li img { display: block; } - -.store li img { - height: 150px; - width: 150px; -} From ddfd7d3633a3aac96f1289194742af3ca374cc23 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:53:49 +0300 Subject: [PATCH 30/44] level_6/4 --- level_6/4/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_6/4/style.css b/level_6/4/style.css index d0cf2a0..48c2a8c 100644 --- a/level_6/4/style.css +++ b/level_6/4/style.css @@ -30,3 +30,8 @@ ul.store li { width: 150px; overflow: hidden; } + +.store li img{ + height: 150px; + width: auto; +} From dd90107f087d30072e7f45c64aca0a649ff4025b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 11:54:43 +0300 Subject: [PATCH 31/44] level_6/5 --- level_6/5/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_6/5/style.css b/level_6/5/style.css index d0cf2a0..bae884b 100644 --- a/level_6/5/style.css +++ b/level_6/5/style.css @@ -30,3 +30,8 @@ ul.store li { width: 150px; overflow: hidden; } + +.store li { + width: 150px; + height: auto; +} From df86a9688df6328ba66dc9bbde4637d73594205d Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:13:33 +0300 Subject: [PATCH 32/44] level_7/1 --- level_7/1/index.html | 2 +- level_7/1/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/level_7/1/index.html b/level_7/1/index.html index 7b8bbbd..47ddad3 100644 --- a/level_7/1/index.html +++ b/level_7/1/index.html @@ -8,7 +8,7 @@
    -

    +

    "For the Snow-Savvy Shoe-Shopper"

    diff --git a/level_7/1/style.css b/level_7/1/style.css index 5eff0a7..49bf85b 100644 --- a/level_7/1/style.css +++ b/level_7/1/style.css @@ -15,6 +15,7 @@ h1 { display: block; height: 75px; width: 250px; + text-indent: -9999px; } .logo { From e048bad818d8b2332174ebeda105dd032f95b84e Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:16:33 +0300 Subject: [PATCH 33/44] level_7/2 --- level_7/2/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_7/2/style.css b/level_7/2/style.css index 057efa0..5980d90 100644 --- a/level_7/2/style.css +++ b/level_7/2/style.css @@ -32,3 +32,7 @@ a { .logo { margin: 0 auto 15px; } + +.logo:hover { + background-position: 0 -75px; +} From 863aed472738dde809eb5317b5ea97cdd5d641e1 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:17:38 +0300 Subject: [PATCH 34/44] level_7/2 --- level_7/2/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_7/2/style.css b/level_7/2/style.css index 5980d90..09fd684 100644 --- a/level_7/2/style.css +++ b/level_7/2/style.css @@ -33,6 +33,6 @@ a { margin: 0 auto 15px; } -.logo:hover { +.logo:hover, .logo:focus { background-position: 0 -75px; } From e90997ef5a40762994e989d7273ffdbc1bc131c5 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:18:37 +0300 Subject: [PATCH 35/44] level_7/3 --- level_7/3/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_7/3/style.css b/level_7/3/style.css index a7dc226..87ce9fe 100644 --- a/level_7/3/style.css +++ b/level_7/3/style.css @@ -36,3 +36,7 @@ a { .logo:hover, .logo:focus { background-position: 0 -75px; } + +.logo:active { + background-position: 0 -150px; +} From 468ce8658d7f557a69cead34ca378aa8cdbff797 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:27:54 +0300 Subject: [PATCH 36/44] level_7/4 --- level_7/4/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/level_7/4/style.css b/level_7/4/style.css index fc55530..66bad86 100644 --- a/level_7/4/style.css +++ b/level_7/4/style.css @@ -39,9 +39,10 @@ a:hover, a:focus { } .sidebar .featured, .sidebar .sales { - background: url() no-repeat; + background: url('sidebar.png') no-repeat 0 0; padding-left: 50px; } .sidebar .sales { + background-position: 0 -80px; } From 9fd86c9354d2a651b8df0dfc92e10f42d890f6c1 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:30:28 +0300 Subject: [PATCH 37/44] level_7/5 --- level_7/5/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/level_7/5/style.css b/level_7/5/style.css index 6ab331f..b0ccfc1 100644 --- a/level_7/5/style.css +++ b/level_7/5/style.css @@ -46,3 +46,11 @@ a:hover, a:focus { .sidebar .sales { background-position: 0 -80px; } + +.sidebar .featured:hover, .sidebar .featured:focus { + background-position: 0 -40px; +} + +.sidebar .sales:hover, .sidebar .sales:focus { + background-position: 0 -120px; +} From 9ae869cd91601015eb71b79796fe021086203a7b Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:40:48 +0300 Subject: [PATCH 38/44] level_8/1 --- level_8/1/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_8/1/style.css b/level_8/1/style.css index 5f59606..fd1c12b 100644 --- a/level_8/1/style.css +++ b/level_8/1/style.css @@ -8,3 +8,8 @@ p { line-height: 19px; margin: 0 0 15px; } + +p:first-child { + color: #999; + font-style: italic; +} From 1bb9014f6d03762e3e193b42e7b4c46e4cecfe86 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:43:12 +0300 Subject: [PATCH 39/44] level_8/2 --- level_8/2/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_8/2/style.css b/level_8/2/style.css index 87ca5a5..0b0561b 100644 --- a/level_8/2/style.css +++ b/level_8/2/style.css @@ -21,3 +21,7 @@ ol, ul { .hours li { padding: 5px 10px; } + +.hours li:nth-child(odd) { + background-color: #c5c9cf; +} From 3e628e032199284da612bcfa171f59877b845732 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 13:45:29 +0300 Subject: [PATCH 40/44] level_8/3 --- level_8/3/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_8/3/style.css b/level_8/3/style.css index 87ca5a5..05e014d 100644 --- a/level_8/3/style.css +++ b/level_8/3/style.css @@ -21,3 +21,7 @@ ol, ul { .hours li { padding: 5px 10px; } + +.hours li:nth-child(4n+1) { + background-color: #c5c9cf; +} From 83fe94e7e34287256951e801e52cca787173c6ad Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 14:06:48 +0300 Subject: [PATCH 41/44] level_8/4 --- level_8/4/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/level_8/4/style.css b/level_8/4/style.css index 5f59606..94b5def 100644 --- a/level_8/4/style.css +++ b/level_8/4/style.css @@ -8,3 +8,7 @@ p { line-height: 19px; margin: 0 0 15px; } + +p:first-child:first-line{ + font-weight: bold; +} From c34486a14cfd00d345f4e0d72a9f8fe24bd7f267 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 14:07:03 +0300 Subject: [PATCH 42/44] level_8/5 --- level_8/5/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/level_8/5/style.css b/level_8/5/style.css index e5aa669..8585fa6 100644 --- a/level_8/5/style.css +++ b/level_8/5/style.css @@ -8,3 +8,8 @@ p { line-height: 19px; margin: 0 0 15px; } + +p:before { + content: '->'; + margin-right: 5px; +} From ff8c1145ec5f584559be980714ab918e77730d79 Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 14:07:18 +0300 Subject: [PATCH 43/44] level_8/6 --- level_8/6/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/level_8/6/style.css b/level_8/6/style.css index 02047b1..aeafe79 100644 --- a/level_8/6/style.css +++ b/level_8/6/style.css @@ -34,16 +34,22 @@ a.store { .store:before, .store:after { display: block; + position: absolute; + content: ''; } .store:before { background: url(store-before.png); height: 23px; width: 54px; + top: -3px; + left: -3px; } .store:after { background: url(store-after.png); height: 20px; width: 41px; + bottom: -3px; + right: -3px; } From 71b0555fc616477ac8a357894f4b2df309f9c0cb Mon Sep 17 00:00:00 2001 From: Artem Dordovskiy Date: Tue, 26 May 2015 14:07:41 +0300 Subject: [PATCH 44/44] level_8/7 --- level_8/7/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/level_8/7/style.css b/level_8/7/style.css index 3ea776a..b4bfdc4 100644 --- a/level_8/7/style.css +++ b/level_8/7/style.css @@ -53,3 +53,13 @@ a.store { bottom: -3px; right: -3px; } + +.store:hover:before, .store:focus:before { + top: -8px; + left: -8px; +} + +.store:hover:after, .store:focus:after { + bottom: -8px; + right: -8px; +}