From 8e9bd8304d46d36f321cf562ab4d08c32972de1c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 1 Jul 2019 21:55:26 +0000 Subject: [PATCH] Updating wiki.php and site.css, to match version --- includes/site.css | 37 +++++++++++++++++++++++++++++++++++-- wiki.php | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 65 insertions(+), 11 deletions(-) diff --git a/includes/site.css b/includes/site.css index c6667e4..f027945 100644 --- a/includes/site.css +++ b/includes/site.css @@ -7,6 +7,7 @@ body { padding-right: 5pt; padding-top: 5pt; background-color: #040304; + width: 90%; } @@ -44,8 +45,40 @@ a:hover, a:active { } -div.footer { - font-size: 9pt; +/* +This file is licensed under the GPL 3.0 or later. +*/ + +body { + font-family: Sans-serif; +} + +#body { + width: 90%; + font-size: medium; +} +#header { + width: 90%; + text-align: center; + font-size: xx-large; +} +#content { + width: 78%; + float: left; + font-size: medium; +} + +#sidebar { + width: 18%; + float: right; + font-size: small; +} + +#footer { + width: 90%; + text-align: center; + clear: both; + font-size: smaller; font-style: italic; line-height: 12pt; text-align: center; diff --git a/wiki.php b/wiki.php index ae923ca..449353e 100644 --- a/wiki.php +++ b/wiki.php @@ -14,27 +14,48 @@ print " $site_name - $page - "; + + + + + +"; print "
-
- - + + "; ?>