fix text colour
This commit is contained in:
parent
570e1fd2c3
commit
daef50d077
@ -27,7 +27,7 @@ background: #000000;
|
|||||||
|
|
||||||
.innertube{
|
.innertube{
|
||||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||||
color: black;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html body{ /*IE6 hack*/
|
* html body{ /*IE6 hack*/
|
||||||
@ -52,6 +52,11 @@ width: 100%;
|
|||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disktext{
|
||||||
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.disk {
|
.disk {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
@ -27,7 +27,7 @@ background: #000000;
|
|||||||
|
|
||||||
.innertube{
|
.innertube{
|
||||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||||
color: black;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
* html body{ /*IE6 hack*/
|
* html body{ /*IE6 hack*/
|
||||||
@ -52,6 +52,11 @@ width: 100%;
|
|||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disktext{
|
||||||
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.disk {
|
.disk {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
@ -52,6 +52,11 @@ width: 100%;
|
|||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.disktext{
|
||||||
|
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.disk {
|
.disk {
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
4
main.php
4
main.php
@ -32,7 +32,7 @@ indicateSelected(formref.switchcontrol)
|
|||||||
|
|
||||||
<?php include 'config.php';?>
|
<?php include 'config.php';?>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<?php echo "<p style=\"font-size=20px; text-align: center;\">$yourname's Server Access</p>";?>
|
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
@ -44,7 +44,7 @@ indicateSelected(formref.switchcontrol)
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="text-align: center;">
|
<p style="text-align: center;">
|
||||||
<a href="http://my.jdownloader.org/" target="_blank"><img src="http://duly.ml/Pic/jdownloader.png" style="width: 130px; height: 130px;" /></a>
|
<?php echo "<a href=\"http://my.jdownloader.org/\" target=\"_blank\"><img src=\"$myurl/Pic/jdownloader.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
||||||
<?php echo "<a href=\"$myurl:$utorrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
<?php echo "<a href=\"$myurl:$utorrentport/gui\" target=\"_blank\"><img src=\"$myurl/Pic/uTorrent.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
||||||
<?php echo "<a href=\"$myurl:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
<?php echo "<a href=\"$myurl:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ try {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
<div id="style">
|
<div id="style">
|
||||||
<div class="innertube">
|
<div class="disktext">
|
||||||
</p>
|
</p>
|
||||||
<table width='190' border='0' cellspacing='0' cellpadding='1'>
|
<table width='190' border='0' cellspacing='0' cellpadding='1'>
|
||||||
<tr><td BGCOLOR='#0066FF'><font color='white'>Disk Space</font></td></tr>
|
<tr><td BGCOLOR='#0066FF'><font color='white'>Disk Space</font></td></tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user