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) { + +