From 7bdd34575c2db3012bc0101ad88511543963ece3 Mon Sep 17 00:00:00 2001 From: Karl Hudgell Date: Wed, 13 Jan 2016 14:58:33 +0000 Subject: [PATCH] css cleanup --- ImportLines.bat | 7 ------- Update.bat | 4 ++-- css/black.css | 9 +++++++++ css/blue.css | 10 ++++++++++ css/custom.php | 9 +++++++++ css/red.css | 9 +++++++++ css/white.css | 9 +++++++++ main.php | 5 +++-- version.txt | 2 +- 9 files changed, 52 insertions(+), 12 deletions(-) delete mode 100644 ImportLines.bat diff --git a/ImportLines.bat b/ImportLines.bat deleted file mode 100644 index d133a7b..0000000 --- a/ImportLines.bat +++ /dev/null @@ -1,7 +0,0 @@ -CACLS *.* /e /p everyone:f - -echo ^>config.php -echo $knews = "http://knews.cf"; >> config.php -echo $kloud = "https://k-loud.cf"; >> config.php -echo $konvos = "http://konvos.cf"; >> config.php -echo ^?^> >> config.php \ No newline at end of file diff --git a/Update.bat b/Update.bat index d56b851..5b8eff3 100644 --- a/Update.bat +++ b/Update.bat @@ -193,8 +193,8 @@ findstr "localversion" config.php >nul 2>&1 goto END :END :ONE - cscript replace.vbs "config.php" "1.3" "1.4" - echo Version Updated to 1.4 + cscript replace.vbs "config.php" "1.4" "1.5" + echo Version Updated to 1.5 goto END :END diff --git a/css/black.css b/css/black.css index 3f71ec0..7529c31 100644 --- a/css/black.css +++ b/css/black.css @@ -105,4 +105,13 @@ color: black; width: 250px; left: 250px; } + +div.version { + color: black; +} + +div.head { +font-size: 16pt; + color: white; +} \ No newline at end of file diff --git a/css/blue.css b/css/blue.css index f12b6c0..f0a73c1 100644 --- a/css/blue.css +++ b/css/blue.css @@ -2,6 +2,7 @@ #header { color: white; + } #style{ @@ -105,4 +106,13 @@ color: black; width: 250px; left: 250px; } + +div.version { + color: #021AB0; +} + +div.head { +font-size: 16pt; + color: white; +} \ No newline at end of file diff --git a/css/custom.php b/css/custom.php index 6be416a..58bfc53 100644 --- a/css/custom.php +++ b/css/custom.php @@ -112,5 +112,14 @@ color: black; width: 250px; left: 250px; } + +div.version { + color: ; +} + +div.head { +font-size: 16pt; + color: white; +} \ No newline at end of file diff --git a/css/red.css b/css/red.css index 69002f7..e72cbb6 100644 --- a/css/red.css +++ b/css/red.css @@ -99,4 +99,13 @@ color: black; width: 250px; left: 250px; } + +div.version { + color: red; +} + +div.head { +font-size: 16pt; + color: white; +} \ No newline at end of file diff --git a/css/white.css b/css/white.css index 4d5698a..7309e9d 100644 --- a/css/white.css +++ b/css/white.css @@ -99,4 +99,13 @@ color: black; width: 250px; left: 250px; } + +div.version { + color: white; +} + +div.head { +font-size: 16pt; + color: black; +} \ No newline at end of file diff --git a/main.php b/main.php index 52f9d8f..eea0105 100644 --- a/main.php +++ b/main.php @@ -88,7 +88,7 @@ if ($localversion != $remoteversion) { } ?> -