diff --git a/css/style.css b/css/style.css index e90eabf..bb31120 100644 --- a/css/style.css +++ b/css/style.css @@ -2,7 +2,7 @@ BODY,FORM{margin:0px;padding:0px;font-family: Arial, Tahoma, Helvetica, sans-ser .fl{float:left;} .fr{float:right;} .both{clear:both;} -body{background:#ffffff;} +body{background: url("/img/background.jpg") no-repeat center 0;} p{padding:0px;margin:4px 0px;} h1,h2{padding:0px;margin:0px;} diff --git a/img/background.jpg b/img/background.jpg new file mode 100644 index 0000000..269038a Binary files /dev/null and b/img/background.jpg differ diff --git a/img/background.png b/img/background.png new file mode 100644 index 0000000..df32ca4 Binary files /dev/null and b/img/background.png differ diff --git a/img/snow/s1.png b/img/snow/s1.png index 7e996d0..5bfe5f9 100644 Binary files a/img/snow/s1.png and b/img/snow/s1.png differ diff --git a/img/snow/s2.png b/img/snow/s2.png index 0561511..fb6d69b 100644 Binary files a/img/snow/s2.png and b/img/snow/s2.png differ diff --git a/img/snow/s3.png b/img/snow/s3.png index 97b2aa8..d186b52 100644 Binary files a/img/snow/s3.png and b/img/snow/s3.png differ diff --git a/img/snow/серый - 3я белая/s1.png b/img/snow/серый - 3я белая/s1.png new file mode 100644 index 0000000..5bfe5f9 Binary files /dev/null and b/img/snow/серый - 3я белая/s1.png differ diff --git a/img/snow/серый - 3я белая/s2.png b/img/snow/серый - 3я белая/s2.png new file mode 100644 index 0000000..fb6d69b Binary files /dev/null and b/img/snow/серый - 3я белая/s2.png differ diff --git a/img/snow/серый - 3я белая/s3.png b/img/snow/серый - 3я белая/s3.png new file mode 100644 index 0000000..1be656e Binary files /dev/null and b/img/snow/серый - 3я белая/s3.png differ diff --git a/img/snow/серый/s1.png b/img/snow/серый/s1.png new file mode 100644 index 0000000..5bfe5f9 Binary files /dev/null and b/img/snow/серый/s1.png differ diff --git a/img/snow/серый/s2.png b/img/snow/серый/s2.png new file mode 100644 index 0000000..fb6d69b Binary files /dev/null and b/img/snow/серый/s2.png differ diff --git a/img/snow/серый/s3.png b/img/snow/серый/s3.png new file mode 100644 index 0000000..1be656e Binary files /dev/null and b/img/snow/серый/s3.png differ diff --git a/img/snow/синий/s1.png b/img/snow/синий/s1.png new file mode 100644 index 0000000..7e996d0 Binary files /dev/null and b/img/snow/синий/s1.png differ diff --git a/img/snow/синий/s2.png b/img/snow/синий/s2.png new file mode 100644 index 0000000..0561511 Binary files /dev/null and b/img/snow/синий/s2.png differ diff --git a/img/snow/синий/s3.png b/img/snow/синий/s3.png new file mode 100644 index 0000000..97b2aa8 Binary files /dev/null and b/img/snow/синий/s3.png differ diff --git a/js/snowstorm.css b/js/snowstorm.css index 5049914..21233b2 100644 --- a/js/snowstorm.css +++ b/js/snowstorm.css @@ -3,7 +3,7 @@ background: none; font-family: Androgyne; background-image: url('/img/snow/s1.png'), url('/img/snow/s2.png'), url('/img/snow/s3.png'); - height: 100%; + min-height: 100%; left: 0; position: absolute; top: 0; -- libgit2 0.21.4