From b5ef9ed03263dc48ea8c63795cd4da54f7bbfaea Mon Sep 17 00:00:00 2001 From: seryy366 Date: Sun, 22 Mar 2020 15:59:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=B4=D0=BF=D0=B8=D1=81=D0=B8=20=D0=BF=D1=80=D0=B8?= =?UTF-8?q?=20=D0=BD=D0=B5=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D0=BE=D0=BC=20=D0=B2=D0=B2=D0=BE=D0=B4=D0=B5=20=D0=BF=D0=B0?= =?UTF-8?q?=D1=80=D0=BE=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/components/header.css | 14 +++++++++----- static/css/layout/base.css | 4 +++- static/js/main.js | 13 ++++++++++++- templates/index.html | 2 ++ templates/registration.html | 4 +++- 5 files changed, 29 insertions(+), 8 deletions(-) diff --git a/static/css/components/header.css b/static/css/components/header.css index 2f4c954..56ff1c7 100644 --- a/static/css/components/header.css +++ b/static/css/components/header.css @@ -94,7 +94,9 @@ padding-top: 0px; border-radius: 9px; } - +.red_text{ + display: none; +} .drop-block { z-index: 20; border-radius: 10px; @@ -103,6 +105,7 @@ position: relative; padding: 18px 0; background: rgba(86, 84, 84, 0.84); + } .drop-block_out { padding: 19px 25px; @@ -122,12 +125,12 @@ } .drop-block p { font-family: 'OpenSans'; - font-weight: 300; - font-size: 14px; - color : #ffffff; margin: 0; text-align: center; margin-bottom: 8px; + color: red; + font-weight: bold; + font-size: 12px; } .drop-block b { font-family: 'OpenSans'; @@ -216,4 +219,5 @@ } .header_btn_mod { margin: 0 40px; -} \ No newline at end of file +} + diff --git a/static/css/layout/base.css b/static/css/layout/base.css index 155f2dd..9d800b4 100644 --- a/static/css/layout/base.css +++ b/static/css/layout/base.css @@ -40,4 +40,6 @@ body { } p { margin: 0; - } \ No newline at end of file + } + + diff --git a/static/js/main.js b/static/js/main.js index 1072b38..4d1fca0 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -8,4 +8,15 @@ function activeClass() { document.getElementById('dropdown').style.display = "none"; a = 0; } -} \ No newline at end of file +} + + + +$(function() { + setTimeout(function() { + $('#1').show(400); + }, 500); + setTimeout(function() { + $('#1').hide(400); + }, 6000); + }); \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 12784c4..b99b0a2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@ Jarvis + @@ -44,6 +45,7 @@
+