css cleanup
This commit is contained in:
parent
f517c1bad7
commit
7bdd34575c
@ -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
|
@ -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
|
||||
|
||||
|
@ -105,4 +105,13 @@ color: black;
|
||||
width: 250px;
|
||||
left: 250px;
|
||||
}
|
||||
|
||||
div.version {
|
||||
color: black;
|
||||
}
|
||||
|
||||
div.head {
|
||||
font-size: 16pt;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
10
css/blue.css
10
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;
|
||||
}
|
||||
</style>
|
@ -112,5 +112,14 @@ color: black;
|
||||
width: 250px;
|
||||
left: 250px;
|
||||
}
|
||||
|
||||
div.version {
|
||||
color: <?php echo $custombackground; ?>;
|
||||
}
|
||||
|
||||
div.head {
|
||||
font-size: 16pt;
|
||||
color: white;
|
||||
}
|
||||
|
||||
</style>
|
@ -99,4 +99,13 @@ color: black;
|
||||
width: 250px;
|
||||
left: 250px;
|
||||
}
|
||||
|
||||
div.version {
|
||||
color: red;
|
||||
}
|
||||
|
||||
div.head {
|
||||
font-size: 16pt;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
@ -99,4 +99,13 @@ color: black;
|
||||
width: 250px;
|
||||
left: 250px;
|
||||
}
|
||||
|
||||
div.version {
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.head {
|
||||
font-size: 16pt;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
5
main.php
5
main.php
@ -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>"; ?>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
//// KLANDING VERSION
|
||||
$remoteversion = "1.4"; //
|
||||
$remoteversion = "1.5"; //
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user