diff --git a/media/logo b/media/logo new file mode 100644 index 0000000..b3cd755 Binary files /dev/null and b/media/logo differ diff --git a/media/nvn_logo.png b/media/nvn_logo.png new file mode 100644 index 0000000..9dbe952 Binary files /dev/null and b/media/nvn_logo.png differ diff --git a/media/nvn_logo_small.png b/media/nvn_logo_small.png new file mode 100644 index 0000000..5834026 Binary files /dev/null and b/media/nvn_logo_small.png differ diff --git a/news/static/news/css/styles.css b/news/static/news/css/styles.css index 79d2c28..4c4c917 100644 --- a/news/static/news/css/styles.css +++ b/news/static/news/css/styles.css @@ -25,9 +25,10 @@ ul { .bg-steel { background: #0F2027; /* fallback for old browsers */ - background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); /* Chrome 10-25, Safari 5.1-6 */ - background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ - + /*background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* Chrome 10-25, Safari 5.1-6 */ + /*background: linear-gradient(to right, #2C5364, #203A43, #0F2027); */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ + background: -webkit-linear-gradient(to right, #E42D2D,#ffffff, #2460E9); + background: linear-gradient()(to right, #E42D2D, #ffffff, #2460E9); /* border-bottom: 3px #111 solid; */ } diff --git a/news/templates/news/base.html b/news/templates/news/base.html index b8135a1..dd4de8e 100644 --- a/news/templates/news/base.html +++ b/news/templates/news/base.html @@ -13,7 +13,7 @@ - + NewViewsNews @@ -22,7 +22,7 @@