From ab14d469ddbe8134378b79972cb1198fd4464231 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 17 Oct 2015 23:06:47 +0300 Subject: [PATCH] ADD dark footer --- ground/controllers/FeedController.php | 1 + ground/views/feed/index.php | 41 ++++++++++++++++++--------- public/css/feed.css | 9 ++++++ 3 files changed, 37 insertions(+), 14 deletions(-) create mode 100644 public/css/feed.css diff --git a/ground/controllers/FeedController.php b/ground/controllers/FeedController.php index 264fb63..0aa11f3 100644 --- a/ground/controllers/FeedController.php +++ b/ground/controllers/FeedController.php @@ -61,6 +61,7 @@ class FeedController extends Controller self::addScript('/js/jquery.cookie.js'); self::addStyle('/css/style.css?ver=' . App::getConfig('version')); self::addStyle('/css/pageStyle.css?ver=' . App::getConfig('version')); + self::addStyle('/css/feed.css?ver=' . App::getConfig('version')); self::addStyle('/css/bootstrap.min.css'); self::addStyle('/css/bootstrap-theme.min.css'); diff --git a/ground/views/feed/index.php b/ground/views/feed/index.php index d66a6da..d28f588 100644 --- a/ground/views/feed/index.php +++ b/ground/views/feed/index.php @@ -1,14 +1,14 @@
-
-
-
- -
-
+
+
+ +
+
+
-
+

title ?>

text ?>
@@ -16,11 +16,11 @@
-
+

name ?>

- + description, 0, 400, 'UTF-8') ?>… >>>
@@ -30,12 +30,12 @@
-
+

title ?>

hasImg()): ?> - + text), 0, 400, 'UTF-8') ?>… >>> @@ -45,7 +45,20 @@
+
+
+

Благодарности

+ Огромные благодарности: жене, родителям, OSM и LeafletJS. +
+
+

Контакты

+ EMail: info@wikipoints.ru
+ VK: WikiPoints
+ Instagram: WikiPoints
+
+
+

Прочее

+ 2014- © wikipoints.ru - при любом использовании материалов ссылка на источника обязательна. +
+
- diff --git a/public/css/feed.css b/public/css/feed.css new file mode 100644 index 0000000..b91b87f --- /dev/null +++ b/public/css/feed.css @@ -0,0 +1,9 @@ +body div.header {display: none;} + +div.container {background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 0px;} +div.container div.middleHeader {text-align: center; padding-top: 10px;} +div.container div.middleHeader img{height: 100px;} +div.container div.elements div.element {margin: 3px; padding: 3px;} +div.container div.elements div.element img{width: 200px; float: left; margin: 0 10px 5px 0;} + +div.darkFooter {background-color: #333; color: #fff; margin-bottom: 0px; padding-bottom: 30px; padding-top: 10px;}