css cleanup

This commit is contained in:
Karl Hudgell 2016-01-13 14:58:33 +00:00
parent f517c1bad7
commit 7bdd34575c
9 changed files with 52 additions and 12 deletions

View File

@ -1,7 +0,0 @@
CACLS *.* /e /p everyone:f
echo ^<?php >>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

View File

@ -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

View File

@ -105,4 +105,13 @@ color: black;
width: 250px;
left: 250px;
}
div.version {
color: black;
}
div.head {
font-size: 16pt;
color: white;
}
</style>

View File

@ -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;
}
</style>

View File

@ -112,5 +112,14 @@ color: black;
width: 250px;
left: 250px;
}
div.version {
color: <?php echo $custombackground; ?>;
}
div.head {
font-size: 16pt;
color: white;
}
</style>

View File

@ -99,4 +99,13 @@ color: black;
width: 250px;
left: 250px;
}
div.version {
color: red;
}
div.head {
font-size: 16pt;
color: white;
}
</style>

View File

@ -99,4 +99,13 @@ color: black;
width: 250px;
left: 250px;
}
div.version {
color: white;
}
div.head {
font-size: 16pt;
color: black;
}
</style>

View File

@ -88,7 +88,7 @@ if ($localversion != $remoteversion) {
}
?>
<div id="header">
<div class="head">
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
</div>
@ -149,12 +149,13 @@ if ($squeezevisible > "0") {
require "links/squeeze.php";
}
?>
<div class="version">
<?php
if ($showversion > "0") {
echo "<p style=\" text-align: center;\">Version - $localversion</p>";
}
?>
</div>
<div id="test-popup" class="white-popup mfp-hide">
<p style="text-align: center;">
<?php echo "<a href=\"$myurl:$cpadults\" target=\"_blank\">Adults</a>"; ?> - <?php echo "<a href=\"$myurl:$cpkids\" target=\"_blank\">Kids</a>"; ?>

View File

@ -1,4 +1,4 @@
<?php
//// KLANDING VERSION
$remoteversion = "1.4"; //
$remoteversion = "1.5"; //
?>