mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-21 21:01:14 -05:00
updated to work with Netscape
This commit is contained in:
@@ -7,37 +7,6 @@
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
|
|
||||||
<style>h1{
|
|
||||||
color:white;
|
|
||||||
font-size:20px;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
background-color: black;
|
|
||||||
}</style>
|
|
||||||
<style>h2{
|
|
||||||
color:black;
|
|
||||||
font-size:16px;
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
background-color: white;
|
|
||||||
margin: 0px;
|
|
||||||
}</style>
|
|
||||||
</style>
|
|
||||||
<style>body{
|
|
||||||
color:black;
|
|
||||||
font-family:Arial, Helvetica, sans-serif;
|
|
||||||
background-color: white;
|
|
||||||
}</style>
|
|
||||||
<STYLE>A {text-decoration: none;} </STYLE>
|
|
||||||
<style>table,tr,td {
|
|
||||||
border: 1px solid black;
|
|
||||||
border-collapse:collapse;
|
|
||||||
margin: none;
|
|
||||||
font-family:Arial, Helvetica, sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Blatently copied from stack overflow:
|
// Blatently copied from stack overflow:
|
||||||
@@ -52,7 +21,7 @@
|
|||||||
$text='Stopped';
|
$text='Stopped';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
echo '<body style="background-color: green;">';
|
||||||
echo '<table width="100%" height=100% style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color:'.$color.'">';
|
echo '<table width="100%" height=100% style="position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color:'.$color.'">';
|
||||||
echo '<tr style:"height: 50%">';
|
echo '<tr style:"height: 50%">';
|
||||||
echo '<td style="color: white; background-color: '.$color.'; text-align: center; vertical-align: center; font-family: Arial, Helvetica, sans-serif;">'.$text.'</td>';
|
echo '<td style="color: white; background-color: '.$color.'; text-align: center; vertical-align: center; font-family: Arial, Helvetica, sans-serif;">'.$text.'</td>';
|
||||||
|
|||||||
Reference in New Issue
Block a user