From 16111301f46eacf93cc3f2c8d9855a2780de72b9 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Wed, 6 Jul 2016 20:40:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B0=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D1=81=D0=BE=D1=82=D1=80=D1=83=D0=B4=D0=BD=D0=B8=D1=87=D0=B5?= =?UTF-8?q?=D1=81=D1=82=D0=B2=D0=BE=20(=D0=BE=D1=82=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D0=BD=D1=8B=D0=B9=20=D0=BF=D1=83=D0=BD=D0=BA=D1=82=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=8E),=20=D1=86=D0=B8=D1=84=D1=80=D1=8B=20?= =?UTF-8?q?=D0=BD=D0=B0=20LP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/LpController.php | 4 ++-- public/css/style.css | 4 +++- views/topNavigation.php | 11 +++++++++-- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/controllers/LpController.php b/controllers/LpController.php index 3cabcb1..f37fa40 100644 --- a/controllers/LpController.php +++ b/controllers/LpController.php @@ -4,8 +4,8 @@ class LpController extends Controller { static $points = 0; static $authors = 0; - static $followers = 6063; - static $routes = 914; + static $followers = 6215; + static $routes = 951; public function __construct() diff --git a/public/css/style.css b/public/css/style.css index 0c6fd93..fc9ec18 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -88,8 +88,10 @@ div#control div#notify {position: absolute; background-color: red;color: white;b /*nav.navbar.navbar-inverse.navbar-fixed-top {opacity: 0.9} nav.navbar.navbar-inverse.navbar-fixed-top:hover {opacity: 1}*/ nav.navbar.navbar-inverse .navbar-nav>li>a {color: #ddd;} -nav.navbar.navbar-inverse a.bigGreen {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 100%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 100%);background-repeat: repeat-x;margin: 0 3px;padding: 15px 15px;border-radius: 5px;display: inline-block;color: white;font-weight: bold;text-decoration: none;} +nav.navbar.navbar-inverse a.bigGreen {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 100%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 100%);background-repeat: repeat-x;margin: 3px 0 3px;padding: 12px 15px;border-radius: 5px;display: inline-block;color: white;font-weight: bold;text-decoration: none;} nav.navbar.navbar-inverse a.bigGreen:hover {background-image: -webkit-linear-gradient(top,#3cfc3c 0, #398739 50%);background-image: linear-gradient(to bottom,#3cfc3c 0, #398739 80%);text-decoration: none;} +nav.navbar.navbar-inverse a.bigOrange {background-image: -webkit-linear-gradient(top,#fc8b3c 0, #ba6228 100%);background-image: linear-gradient(to bottom,#fc8b3c 0, #ba6228 100%);background-repeat: repeat-x;margin: 3px 0 3px;padding: 12px 15px;border-radius: 5px;display: inline-block;color: white;font-weight: bold;text-decoration: none;} +nav.navbar.navbar-inverse a.bigOrange:hover {background-image: -webkit-linear-gradient(top,#fc8b3c 0, #ba6228 50%);background-image: linear-gradient(to bottom,#fc8b3c 0, #ba6228 80%);text-decoration: none;} span.notifications {font-weight: bolder; color: red;} div.top5authors {width: 16.66666667%; float: left; display: inline-block; overflow: hidden;} diff --git a/views/topNavigation.php b/views/topNavigation.php index 14ceb35..509a587 100644 --- a/views/topNavigation.php +++ b/views/topNavigation.php @@ -27,7 +27,6 @@ if (App::$user && App::$user->id) { + +