fix text colour
This commit is contained in:
parent
570e1fd2c3
commit
daef50d077
@ -27,7 +27,7 @@ background: #000000;
|
||||
|
||||
.innertube{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
* html body{ /*IE6 hack*/
|
||||
@ -52,6 +52,11 @@ width: 100%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.disktext{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
}
|
||||
|
||||
.disk {
|
||||
border: 1px solid white;
|
||||
width: 150px;
|
||||
|
@ -27,7 +27,7 @@ background: #000000;
|
||||
|
||||
.innertube{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
* html body{ /*IE6 hack*/
|
||||
@ -52,6 +52,11 @@ width: 100%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.disktext{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
}
|
||||
|
||||
.disk {
|
||||
border: 1px solid white;
|
||||
width: 150px;
|
||||
|
@ -52,6 +52,11 @@ width: 100%;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.disktext{
|
||||
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
|
||||
color: black;
|
||||
}
|
||||
|
||||
.disk {
|
||||
border: 1px solid white;
|
||||
width: 150px;
|
||||
|
4
main.php
4
main.php
@ -32,7 +32,7 @@ indicateSelected(formref.switchcontrol)
|
||||
|
||||
<?php include 'config.php';?>
|
||||
<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>
|
||||
|
||||
<p style="text-align: center;">
|
||||
@ -44,7 +44,7 @@ indicateSelected(formref.switchcontrol)
|
||||
</p>
|
||||
|
||||
<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:$sabport\" target=\"_blank\"><img src=\"$myurl/Pic/sab.png\" style=\"width: 130px; height: 130px;\"/></a>"; ?>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user