Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

setup.php

Go to the documentation of this file.
00001 <?php
00002 // vim:filetype=css
00003 header("Content-type: text/css");
00004 ?>
00005 
00006 /* Header */
00007 #header {
00008 position: fixed;
00009 top: 0px;
00010 left: 0px;
00011 right: 0px;
00012 height: 75px;
00013 border: 1px solid black; /* DEBUG? */
00014 background: #ffffff;
00015 z-index: 2;
00016 }
00017 
00018 #header #develop {
00019 position: fixed;
00020 top: 50px;
00021 left: 0px;
00022 font-size: small;
00023 font-weight: normal;
00024 }
00025 
00026 #header #head {
00027 position: fixed;
00028 top: 5px;
00029 left: 50px;
00030 font-size: 12pt;
00031 font-weight: bolder;
00032 }
00033 
00034 #header #subhead {
00035 position: fixed;
00036 top: 25px;
00037 left: 50px;
00038 font-size: 8pt;
00039 font-weight: normal;
00040 }
00041 
00042 #header #progressbar {
00043 position: fixed;
00044 top: 5px;
00045 left: 350px;
00046 }
00047 
00048 #header #pb_text {
00049 position: fixed;
00050 top: 5px;
00051 left: 655px;
00052 }
00053 
00054 #header #progressbar_status {
00055 position: fixed;
00056 top: 18px;
00057 left: 350px;
00058 }
00059 
00060 #header #where {
00061 position: fixed;
00062 top: 5px;
00063 right: 5px;
00064 font-size: 9pt;
00065 }
00066 
00067 #header #navigation_buttons {
00068 position: fixed;
00069 right: 5px;
00070 top: 50px;
00071 }
00072 
00073 #navigation_buttons INPUT {
00074 border: 1px solid #e6e6e6;
00075 background: #e6e6e6;
00076 }
00077 
00078 #navigation_buttons INPUT:hover {
00079 border: 1px solid #000000;
00080 background: #d6d6d6;
00081 }
00082 
00083 #navigation {
00084 position: fixed;
00085 left: 5px;
00086 top: 80px;
00087 width: 145px;
00088 border: 2px solid #d6d6d6;
00089 background: #e6e6e6;
00090 }
00091 
00092 #navigation OL {
00093 margin: 5px;
00094 padding-left: 2em;
00095 }
00096 
00097 #navigation LI.history {
00098 text-decoration: line-through;
00099 }
00100 
00101 #content {
00102 position: absolute;
00103 top: 80px;
00104 left: 155px;
00105 right: 5px;
00106 bottom: 5px;
00107 z-index: 0;
00108 margin: 5px;
00109 margin-bottom: 10px;
00110 }
00111 
00112 #content_border {
00113 position: fixed;
00114 top: 80px;
00115 left: 155px;
00116 right: 5px;
00117 bottom: 5px;
00118 border: 2px solid #d6d6d6;
00119 }
00120 
00121 #content H1 {
00122 font-size: 14pt;
00123 font-weight: bolder;
00124 }
00125 
00126 #content P:first-letter {
00127 font-size: 2.5em;
00128 float: left;
00129 margin: 2px;
00130 }
00131 
00132 .passed {
00133 font-size: 1.2em;
00134 color: #008800;
00135 }
00136 
00137 .warning {
00138 font-size: 1.2em;
00139 color: #888800;
00140 }
00141 
00142 .error {
00143 font-size: 1.2em;
00144 color: #880000;
00145 }
00146 
00147 .title {
00148 font-size: 1.2em;
00149 font-weight: bold;
00150 }
00151 
00152 .description {
00153 padding-bottom: 15px;
00154 }

Generated on Sun Oct 19 11:08:00 2003 for ImaComm by doxygen1.3