diff --git a/module/Application/public/css/slide.css b/module/Application/public/css/slide.css deleted file mode 100644 index c6e62fb1..00000000 --- a/module/Application/public/css/slide.css +++ /dev/null @@ -1,293 +0,0 @@ -/* -Name: Sliding Login Panel with jQuery 1.3.2 -Author: Jeremie Tisseau -Author URI: http://web-kreation.com/ -Date: March 26, 2009 -Version: 1.0 - - Copyright 2009 Jeremie Tisseau - "Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3: - http://www.gnu.org/licenses/gpl-3.0.html -*/ - -/***** clearfix *****/ -.clear {clear: both;height: 0;line-height: 0;} -.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;} -.clearfix {display: inline-block;} -/* Hides from IE-mac \*/ -* html .clearfix {height: 1%;} -.clearfix {display: block;} -/* End hide from IE-mac */ -.clearfix {height: 1%;} -.clearfix {display: block;} - -/* Panel Tab/button */ -.tab { - background: url(../img/tab/tab_b.png) repeat-x 0 0; - height: 42px; - position: relative; - top: 0; - z-index: 999; -} - -.tab ul.login { - display: block; - position: relative; - float: right; - clear: right; - height: 42px; - width: auto; - font-weight: bold; - line-height: 42px; - margin: 0; - right: 150px; - color: white; - font-size: 80%; - text-align: center; -} - -.tab ul.login li.left { - background: url(../img/tab/tab_l.png) no-repeat left 0; - height: 42px; - width: 30px; - padding: 0; - margin: 0; - display: block; - float: left; -} - -.tab ul.login li.right { - background: url(../img/tab/tab_r.png) no-repeat left 0; - height: 42px; - width: 30px; - padding: 0; - margin: 0; - display: block; - float: left; -} - -.tab ul.login li { - text-align: left; - padding: 0 6px; - display: block; - float: left; - height: 42px; - background: url(../img/tab/tab_m.png) repeat-x 0 0; -} - -.tab ul.login li a { - color: #15ADFF; -} - -.tab ul.login li a:hover { - color: white; -} - -.tab .sep {color:#414141} - -.tab li { - line-height: 42px; -} - -.gravatar-container { - width: 23px; - height: 23px; - padding: 1px; - margin-right: 16px; - background: white; - margin-top: 5px; - margin-left: -8px; - border: 1px #999 double; - float:left; -} - -.gravatar-container img { - width:23px; - height:23px; - line-height: 23px; - margin: 0 auto; - vertical-align:top; -} - -.tab a.open, .tab a.close { - height: 20px; - line-height: 20px !important; - cursor: pointer; - display: block; - position: relative; - top: 11px; - font-size:12px; - font-weight: normal; - text-shadow: none; - opacity: 1; -} - -/*.tab a.open {background: url(../img/tab/bt_open.png) no-repeat left 0;} -.tab a.close {background: url(../img/tab/bt_close.png) no-repeat left 0;} -.tab a:hover.open {background: url(../img/tab/bt_open.png) no-repeat left -19px;} -.tab a:hover.close {background: url(../img/tab/bt_close.png) no-repeat left -19px;}*/ - -/* sliding panel */ -#toppanel { - position: fixed; /*Panel will overlap content */ - top: 0; - width: 100%; - z-index: 999; - text-align: center; - margin-left: auto; - margin-right: auto; -} - -#panel { - width: 100%; - height: 220px; - color: #999999; - background: #272727; - overflow: hidden; - position: relative; - z-index: 3; - display: none; -} - -#panel h1 { - font-size: 1.6em; - padding: 5px 0 10px; - margin: 0; - color: white; -} - -#panel h2{ - font-size: 1.2em; - padding: 10px 0 5px; - margin: 0; - color: white; -} - -#panel p { - margin: 5px 0; - padding: 0; -} - -#panel a { - text-decoration: none; - color: #15ADFF; -} - -#panel a:hover { - color: white; -} - -#panel a-lost-pwd { - display: block; - float: left; -} - -#panel .content { - width: 960px; - margin: 0 auto; - padding-top: 15px; - text-align: left; - font-size: 0.85em; -} - -#panel .content .left { - width: 280px; - float: left; - padding: 0 15px; - border-left: 1px solid #333; -} - -#panel .content .right { - border-right: 1px solid #333; -} -#panel .content .socialbutton { - margin-top:30px; - text-align:center; -} - -#panel .content form { - margin: 0 0 10px 0; -} - -#panel .content label { - float: left; - padding-top: 8px; - clear: both; - width: 280px; - display: block; -} - -#panel .content input.field { - border: 1px #1A1A1A solid; - background: #414141; - margin-right: 5px; - margin-top: 4px; - width: 200px; - color: white; - height: 16px; -} - -#panel .content input:focus.field { - background: #545454; -} - -/* BUTTONS */ -/* Login and Register buttons */ -#panel .content input.bt_login, -#panel .content input.bt_register { - display: block; - float: left; - clear: left; - height: 24px; - text-align: center; - cursor: pointer; - border: none; - font-weight: bold; - margin: 10px 0; -} - -#panel .content input.bt_login { - width: 74px; - background: transparent url(../img/tab/bt_login.png) no-repeat 0 0; -} - -#panel .content input.bt_register { - width: 94px; - color: white; - background: transparent url(../img/tab/bt_register.png) no-repeat 0 0; -} - -#panel .lost-pwd { - display: block; - float:left; - clear: right; - padding: 15px 5px 0; - font-size: 0.95em; - text-decoration: underline; -} - -#panel .container .row { - text-align: left; - padding-left: 30px; - padding-right: 30px; -} -#panel .container .row .module{ - display : inline-block; -} - -#toggle { - vertical-align: middle; -} - -.icon.icon-github { - background-image: url('../img/github-icon.png'); - background-position: top left; - width: 24px; - height: 24px; - margin-right: 5px; -} - -.tab ul.login li i.icon-white { - margin-right: 3px; - margin-bottom: 3px; -} \ No newline at end of file diff --git a/module/Application/public/css/style.css b/module/Application/public/css/style.css index 1973e8a7..c7644341 100644 --- a/module/Application/public/css/style.css +++ b/module/Application/public/css/style.css @@ -1,5 +1,5 @@ body { - padding-top: 0; + padding-top: 70px; padding-bottom: 40px; background: url('../img/light_wool.png') repeat; } @@ -186,7 +186,7 @@ div.container a.brand { .fork-me-ribbon a { position: absolute; - top: 7px; + top: 50px; right: 0; border: 0; width: 149px; diff --git a/module/Application/public/img/tab/Thumbs.db b/module/Application/public/img/tab/Thumbs.db deleted file mode 100644 index dfcc448d..00000000 Binary files a/module/Application/public/img/tab/Thumbs.db and /dev/null differ diff --git a/module/Application/public/img/tab/bg.jpg b/module/Application/public/img/tab/bg.jpg deleted file mode 100644 index ba0ccaf7..00000000 Binary files a/module/Application/public/img/tab/bg.jpg and /dev/null differ diff --git a/module/Application/public/img/tab/bt_close.png b/module/Application/public/img/tab/bt_close.png deleted file mode 100644 index 84d44775..00000000 Binary files a/module/Application/public/img/tab/bt_close.png and /dev/null differ diff --git a/module/Application/public/img/tab/bt_login.png b/module/Application/public/img/tab/bt_login.png deleted file mode 100644 index 8d708c84..00000000 Binary files a/module/Application/public/img/tab/bt_login.png and /dev/null differ diff --git a/module/Application/public/img/tab/bt_open.png b/module/Application/public/img/tab/bt_open.png deleted file mode 100644 index 706da76a..00000000 Binary files a/module/Application/public/img/tab/bt_open.png and /dev/null differ diff --git a/module/Application/public/img/tab/bt_register.png b/module/Application/public/img/tab/bt_register.png deleted file mode 100644 index 6a3059c4..00000000 Binary files a/module/Application/public/img/tab/bt_register.png and /dev/null differ diff --git a/module/Application/public/img/tab/tab_b.png b/module/Application/public/img/tab/tab_b.png deleted file mode 100644 index dc630955..00000000 Binary files a/module/Application/public/img/tab/tab_b.png and /dev/null differ diff --git a/module/Application/public/img/tab/tab_l.png b/module/Application/public/img/tab/tab_l.png deleted file mode 100644 index 7febac5f..00000000 Binary files a/module/Application/public/img/tab/tab_l.png and /dev/null differ diff --git a/module/Application/public/img/tab/tab_m.png b/module/Application/public/img/tab/tab_m.png deleted file mode 100644 index 389d047b..00000000 Binary files a/module/Application/public/img/tab/tab_m.png and /dev/null differ diff --git a/module/Application/public/img/tab/tab_r.png b/module/Application/public/img/tab/tab_r.png deleted file mode 100644 index d2db1ca0..00000000 Binary files a/module/Application/public/img/tab/tab_r.png and /dev/null differ diff --git a/module/Application/public/img/zf-logo-mark.png b/module/Application/public/img/zf-logo-mark.png new file mode 100644 index 00000000..6e9e34ee Binary files /dev/null and b/module/Application/public/img/zf-logo-mark.png differ diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 4a8e460d..0c0bc8c2 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -11,8 +11,7 @@ headLink(['rel' => 'shortcut icon', 'href' => $this->basePath('favicon.ico')]); ?> headLink()->appendStylesheet($this->basePath('css/bootstrap.min.css')); ?> - headLink()->appendStylesheet($this->basePath('css/style.css?201502201415')); ?> - headLink()->appendStylesheet($this->basePath('css/slide.css')); ?> + headLink()->appendStylesheet($this->basePath('css/style.css?201502241620')); ?> headLink()->appendAlternate($this->url('feed'), 'application/rss+xml', 'RSS Feed for ZF2 Modules'); ?> headLink(); ?> @@ -20,39 +19,56 @@ -
-
- +
- + withLargeHeader): ?>