From b26994f518b7f7edea6f2236746d084b3bc12e1e Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Sun, 30 Dec 2012 17:13:28 +0100 Subject: moved footer to navigation and removed left-padding of headings, reworked credits --- includes/sys_menu.php | 41 +---------------------------------------- public/css/base.css | 24 +++++++++--------------- public/pic/icons/clock.png | Bin 0 -> 885 bytes public/pic/icons/email.png | Bin 0 -> 572 bytes templates/guest_credits.html | 20 +++++--------------- templates/layout.html | 15 ++++++++------- 6 files changed, 23 insertions(+), 77 deletions(-) create mode 100644 public/pic/icons/clock.png create mode 100644 public/pic/icons/email.png diff --git a/includes/sys_menu.php b/includes/sys_menu.php index 7eeaa70a..5c69be39 100644 --- a/includes/sys_menu.php +++ b/includes/sys_menu.php @@ -73,46 +73,7 @@ function make_navigation_for($name, $pages) { } function make_menu() { - return make_navigation() . make_onlineusers() . make_langselect(); -} - -function make_onlineusers() { - global $privileges, $user; - $html = ''; - return $html; + return make_navigation() . make_langselect(); } function make_langselect() { diff --git a/public/css/base.css b/public/css/base.css index a427dd31..d040f612 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -19,16 +19,8 @@ article, details { float: none; } -footer { - clear: both; - display: block; +.small { font-size: 12px; - text-align: center; - width: 100%; -} - -footer p { - margin: 10px auto; } #logo { @@ -52,11 +44,6 @@ footer p { margin-left: 200px; } -.container.online .content { - max-height: 15em; - overflow: auto; -} - a { color: #000; } @@ -76,6 +63,9 @@ dd { h1, h2, h3, h4 { font-size: 16px; +} + +h1, h4 { padding: 0 4px; } @@ -96,7 +86,11 @@ nav { } #content h2 { - margin-top: 20px; + margin-top: 15px; +} + +#content h2:first-child { + margin-top: 0; } p { diff --git a/public/pic/icons/clock.png b/public/pic/icons/clock.png new file mode 100644 index 00000000..450d6b3a Binary files /dev/null and b/public/pic/icons/clock.png differ diff --git a/public/pic/icons/email.png b/public/pic/icons/email.png new file mode 100644 index 00000000..3d6d5711 Binary files /dev/null and b/public/pic/icons/email.png differ diff --git a/templates/guest_credits.html b/templates/guest_credits.html index 61446801..63b6100d 100644 --- a/templates/guest_credits.html +++ b/templates/guest_credits.html @@ -1,18 +1,8 @@ -

The angelsystem has been (re)done by:

- +

Source code

+

The original system was written by cookie. It was then completely rewritten and greatly enhanced by msquare and helios of planet cyborg and jplitza.

+ +

Hosting

+

The webspace, development platform and domain is currently provided by Would you buy this? (ichdasich).

Icons

Some icons from the famfamfam.com silk iconset have been used. They are licensed under the Creative Commons Attribution 2.5 License.

diff --git a/templates/layout.html b/templates/layout.html index f6d19c6f..b5ebce1a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -23,6 +23,14 @@

%title%

@@ -33,13 +41,6 @@
-- cgit v1.2.3-54-g00ecf