00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 header("Content-Type: text/css");
00022 ?>
00023
00024 #header #logo {
00025 position: absolute;
00026 top: 5px;
00027 left: 5px;
00028 }
00029
00030 #header #title {
00031 position: absolute;
00032 top: 5px;
00033 left: 55px;
00034 font-size: 20px;
00035 font-weight: bold;
00036 }
00037
00038
00039 #header #about A,#header #about A:visited {
00040 position: absolute;
00041 top: 30px;
00042 left: 55px;
00043 font-size: 10px;
00044 color: #000000;
00045 text-decoration: none;
00046 }
00047
00048 #header #navigation {
00049 position: absolute;
00050 top: 5px;
00051 left: 250px;
00052 }
00053
00054
00055 #header #sign {
00056 position: absolute;
00057 top: 5px;
00058 right: 5px;
00059 text-align: right;
00060 }
00061
00062 #header #sign A,#header #sign A:visited {
00063 color: #000000;
00064 font-variant: small-caps;
00065 text-decoration: none;
00066 }
00067
00068 #header #sign A:hover {
00069 background-color: #e6e6e6;
00070 }
00071
00072 #header #sign TABLE {
00073 border: none;
00074 border-spacing: 0px;
00075 margin: 0px;
00076 padding: 0px;
00077 }
00078
00079 #header #sign INPUT {
00080 border: 1px solid black;
00081 margin: 0px;
00082 padding: 1px;
00083 }
00084
00085 #header #sign INPUT:hover {
00086 background: #f8f8f8;
00087 }
00088
00089 #header #sign #action {
00090 border: 1px solid #e6e6e6;
00091 color: #000000;
00092 background-color: #e6e6e6;
00093 }
00094
00095 #header #sign #action:hover {
00096 border: 1px solid black;
00097 background-color: #d6d6d6;
00098 }
00099
00100 #header #failed {
00101 position: absolute;
00102 right: 5px;
00103 bottom: 0px;
00104 font-size: 0.9em;
00105 }
00106
00107 #header #develop {
00108 position: absolute;
00109 left: 5px;
00110 bottom: 5px;
00111 font-size: 9px;
00112 }
00113
00114 #content IMG {
00115 border: 0px;
00116 }
00117
00118 #content .info_text {
00119 font-size: 0.75em;
00120 }
00121
00122 #content #comment_item THEAD {
00123 background: #e6e6e6;
00124 font-size: 1.02em;
00125 font-weight: bold;
00126 }
00127
00128 #content #comment_item TBODY {
00129 font-size: 1em;
00130 font-weight: normal;
00131 }
00132
00133 #content .caption {
00134 font-size: 1.1em;
00135 font-weight: bolder;
00136 }