diff --git a/config/index.php b/config/index.php index 47dec02..6fe7bdd 100644 --- a/config/index.php +++ b/config/index.php @@ -33,7 +33,7 @@ indicateSelected(formref.switchcontrol) \ No newline at end of file diff --git a/css/blue.css b/css/blue.css index f0a73c1..762fa97 100644 --- a/css/blue.css +++ b/css/blue.css @@ -16,6 +16,19 @@ background-color: #021AB0; color: white; } +div#config a:link { color: #021AB0; } +div#config a:visited { color: #021AB0; } +div#config a:hover { color: #021AB0; } +div#config a:active { color: #021AB0; } + +#config { + position: fixed; + bottom: 0; + width: 100%; + text-align: right; + color: #021AB0; + } + #maincontent{ position: fixed; top: 40px; /*Set top value to HeightOfTopFrameDiv*/ diff --git a/css/custom.php b/css/custom.php index 58bfc53..0727df3 100644 --- a/css/custom.php +++ b/css/custom.php @@ -117,6 +117,20 @@ div.version { color: ; } +#config { + position: fixed; + bottom: 0; + width: 100%; + text-align: right; + color: ; + } + + +div#config a:link { color: ; } +div#config a:visited { color: ; } +div#config a:hover { color: ; } +div#config a:active { color: ; } + div.head { font-size: 16pt; color: white; diff --git a/css/red.css b/css/red.css index e72cbb6..a3c6284 100644 --- a/css/red.css +++ b/css/red.css @@ -108,4 +108,18 @@ div.head { font-size: 16pt; color: white; } + +#config { + position: fixed; + bottom: 0; + width: 100%; + text-align: right; + color: red; + } +div#config a:link { color: red; } +div#config a:visited { color: red; } +div#config a:hover { color: red; } +div#config a:active { color: red; } + + \ No newline at end of file diff --git a/css/white.css b/css/white.css index 7309e9d..e1c430d 100644 --- a/css/white.css +++ b/css/white.css @@ -15,6 +15,14 @@ background-color: white; color: white; } +#config { + position: fixed; + bottom: 0; + width: 100%; + text-align: right; + color: white; + } + #maincontent{ position: fixed; top: 40px; /*Set top value to HeightOfTopFrameDiv*/ @@ -108,4 +116,9 @@ div.head { font-size: 16pt; color: black; } + +div#config a:link { color: white; } +div#config a:visited { color: white; } +div#config a:hover { color: white; } +div#config a:active { color: white; } \ No newline at end of file diff --git a/right.php b/right.php index 1995c08..d1b7773 100644 --- a/right.php +++ b/right.php @@ -126,6 +126,11 @@ if ($customfeed3visible > "0") { $colour = $_POST['CustColor']; echo $colour; ?> + + + +
+Config"; ?>