00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 header("Content-type: text/css");
00023 ?>
00024 #content {
00025 position: absolute;
00026 top: 60px;
00027 left: 12em;
00028 right: 35px;
00029 border: solid #eaeaea 2px;
00030 padding: 10px;
00031 }
00032
00033 #content SPAN.title {
00034 font-size: 120%;
00035 font-weight: bolder;
00036 }
00037
00038 #content H1 {
00039 margin-top: 0px;
00040 color: #f00;
00041 }
00042
00043 #content P:first-letter {
00044 font-size: 150%;
00045 font-weight: bold;
00046 }
00047
00048 .message_passed {
00049 color: #008800;
00050 }
00051
00052 .message_serious {
00053 color: #ff0000;
00054 font-weight: bolder;
00055 }
00056
00057 .message_error {
00058 color: #ff0000;
00059 }
00060
00061 .message_warning {
00062 color: #8f8f00;
00063 }
00064
00065 #navibar {
00066 position: absolute;
00067 left: 5px;
00068 width: 11em;
00069 top: 60px;
00070 margin: 0px;
00071 padding: 0px;
00072 background: #e6e6e6;
00073 border: solid 2px #d5d5d5;
00074 }
00075
00076 #navibar LI {
00077 margin: 0px;
00078 padding: 0px;
00079 }
00080
00081 #navibar LI.history {
00082 text-decoration: line-through;
00083 }
00084
00085 #navibar A {
00086 color: #000000;
00087 }
00088
00089 #navibar A:visited {
00090 color: #000000;
00091 }
00092
00093 #navibar A:hover {
00094 color: #000000;
00095 background: #d6d6d6;
00096 }
00097
00098 #narrows {
00099 position: absolute;
00100 bottom: 3px;
00101 right: 25px;
00102 }
00103
00104 #narrows INPUT {
00105 border: solid black 1px;
00106 }
00107
00108 #narrows INPUT:hover {
00109 color: #e6e6e6;
00110 background: #000000;
00111 }
00112
00113 #header {
00114 position: absolute;
00115 top: 5px;
00116 left: 5px;
00117 right: 5px;
00118 }
00119
00120 #progressbar {
00121 position: absolute;
00122 top: 5px;
00123 left: 20em;
00124 }
00125
00126 #progressbar #status {
00127 top: 0px;
00128 font-style: italic;
00129 }