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

cfgstyle.php

Go to the documentation of this file.
00001 <?php
00002 /* $Id */
00003 /*
00004  * ImaComm - a web based photo album software
00005  * Copyright (C) 2003, Mikko Kokkonen
00006  *
00007  * This program is free software; you can redistribute it and/or modify
00008  * it under the terms of the GNU General Public License as published by
00009  * the Free Software Foundation; either version 2 of the License, or (at
00010  * your option) any later version.
00011  * 
00012  * This program is distributed in the hope that it will be useful, but
00013  * WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015  * General Public License for more details.
00016  * 
00017  * You should have received a copy of the GNU General Public License
00018  * along with this program; if not, write to the Free Software
00019  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00020  */
00021 // Set correct content-type:
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 }

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