From 7c9beb80148b8485003e33249221ee1136ec1048 Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Mon, 26 Oct 2015 21:31:52 -0700 Subject: [PATCH] Migrate from HTML4 to HTML5, style
--- css/burichan.css | 8 ++++++++ css/futaba.css | 8 ++++++++ css/global.css | 8 +++++++- inc/html.php | 12 ++++++------ 4 files changed, 29 insertions(+), 7 deletions(-) diff --git a/css/burichan.css b/css/burichan.css index 5ae193a..ae02be3 100644 --- a/css/burichan.css +++ b/css/burichan.css @@ -24,6 +24,14 @@ a:hover { font-family: sans-serif; } +hr { + color: #34345C; + background-image: -webkit-linear-gradient(left,rgba(238,242,255,1),rgba(52,52,92,0.75),rgba(238,242,255,1)); + background-image: -moz-linear-gradient(left,rgba(238,242,255,1),rgba(52,52,92,0.75),rgba(238,242,255,1)); + background-image: -ms-linear-gradient(left,rgba(238,242,255,1),rgba(52,52,92,0.75),rgba(238,242,255,1)); + background-image: -o-linear-gradient(left,rgba(238,242,255,1),rgba(52,52,92,0.75),rgba(238,242,255,1)); +} + .filesize a { text-decoration: underline; } diff --git a/css/futaba.css b/css/futaba.css index 7366a7a..2e912b0 100644 --- a/css/futaba.css +++ b/css/futaba.css @@ -11,6 +11,14 @@ a:hover { color: #DD0000; } +hr { + color: #800000; + background-image: -webkit-linear-gradient(left,rgba(255,255,238,1),rgba(128,0,0,0.75),rgba(255,255,238,1)); + background-image: -moz-linear-gradient(left,rgba(255,255,238,1),rgba(128,0,0,0.75),rgba(255,255,238,1)); + background-image: -ms-linear-gradient(left,rgba(255,255,238,1),rgba(128,0,0,0.75),rgba(255,255,238,1)); + background-image: -o-linear-gradient(left,rgba(255,255,238,1),rgba(128,0,0,0.75),rgba(255,255,238,1)); +} + .reflink a:hover { font-weight: bold; } diff --git a/css/global.css b/css/global.css index b6b67ea..d16277b 100644 --- a/css/global.css +++ b/css/global.css @@ -11,6 +11,12 @@ form { margin-bottom: 0; } +hr { + clear: both; + border: 0; + height: 1px; +} + .postarea { text-align: center; } @@ -34,7 +40,7 @@ form { .thumb { border: none; float: left; - margin: 2px 20px; + margin: 4px 20px; } .nothumb { diff --git a/inc/html.php b/inc/html.php index 504621c..9c23ee7 100644 --- a/inc/html.php +++ b/inc/html.php @@ -5,7 +5,7 @@ if (!defined('TINYIB_BOARD')) { function pageHeader() { $return = << + @@ -143,7 +143,7 @@ EOF; } $return .= << +