diff --git a/css/black.css b/css/black.css index 8a72884..3f71ec0 100644 --- a/css/black.css +++ b/css/black.css @@ -76,5 +76,33 @@ color: black; -moz-border-radius:15px; -webkit-border-radius:15px; } +#boxes .window { + position: absolute; + left: 0; + top: 0; + width: 440px; + height: 200px; + display: none; + z-index: 9999; + padding: 20px; + border-radius: 15px; + text-align: center; +} +#boxes #dialog { + width: 750px; + height: 300px; + padding: 10px; + background-color: #ffffff; + font-family: 'Segoe UI Light', sans-serif; + font-size: 15pt; +} + +#popupfoot { + font-size: 16pt; + position: absolute; + bottom: 0px; + width: 250px; + left: 250px; +} \ No newline at end of file diff --git a/css/red.css b/css/red.css index 3e496cc..69002f7 100644 --- a/css/red.css +++ b/css/red.css @@ -70,5 +70,33 @@ color: black; padding: 0 0 0 0; color: white; } +#boxes .window { + position: absolute; + left: 0; + top: 0; + width: 440px; + height: 200px; + display: none; + z-index: 9999; + padding: 20px; + border-radius: 15px; + text-align: center; +} +#boxes #dialog { + width: 750px; + height: 300px; + padding: 10px; + background-color: #ffffff; + font-family: 'Segoe UI Light', sans-serif; + font-size: 15pt; +} + +#popupfoot { + font-size: 16pt; + position: absolute; + bottom: 0px; + width: 250px; + left: 250px; +} \ No newline at end of file diff --git a/css/white.css b/css/white.css index 240619f..4d5698a 100644 --- a/css/white.css +++ b/css/white.css @@ -70,5 +70,33 @@ color: black; padding: 0 0 0 0; color: white; } +#boxes .window { + position: absolute; + left: 0; + top: 0; + width: 440px; + height: 200px; + display: none; + z-index: 9999; + padding: 20px; + border-radius: 15px; + text-align: center; +} +#boxes #dialog { + width: 750px; + height: 300px; + padding: 10px; + background-color: #ffffff; + font-family: 'Segoe UI Light', sans-serif; + font-size: 15pt; +} + +#popupfoot { + font-size: 16pt; + position: absolute; + bottom: 0px; + width: 250px; + left: 250px; +} \ No newline at end of file diff --git a/main.php b/main.php index 38f1347..2872cfc 100644 --- a/main.php +++ b/main.php @@ -82,8 +82,11 @@ $('.window').hide(); +$localversion

";?> +$version

";?> + diff --git a/version.php b/version.php index 6e08c0c..bbc44ce 100644 --- a/version.php +++ b/version.php @@ -1,4 +1,4 @@ \ No newline at end of file