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

content.php

Go to the documentation of this file.
00001 <?php
00002 /* $Id: content.php,v 1.3 2003/10/03 15:29:35 mikko Exp $ */
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 header("Content-Type: text/css");
00022 ?>
00023 /* Header bar */
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 /* About ... */
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 /* Where is our signin/out buttons? */
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 }

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