File: config.css.default

package info (click to toggle)
gallery 1.5-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 21,172 kB
  • ctags: 4,516
  • sloc: php: 26,456; sh: 427; perl: 188; makefile: 58; xml: 48
file content (133 lines) | stat: -rw-r--r-- 3,937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/*
  $Id: config.css.default,v 1.19.2.1 2005/03/10 02:30:03 cryptographite Exp $
 
  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2005 Bharat Mediratta
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or (at
  your option) any later version.
 
  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
 
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

*/ 

body		{ margin:20px; color:#000000;
		  background-image: url(../images/simplex-bkg.gif);
		}

textarea:focus, input:focus, select:focus {
		  background-color: #FFFFDA;
}

p#bottom	{ width: 500px; }

div#top		{ width: 200px; margin-left: auto; margin-right: auto; text-align:center; align: center; }

.error		{ font-weight:bold; background-color: #CC0000; color: #FFFFFF ;
		  padding:2px;
		}

.errorpct	{ font-weight:bold; background-color: #CC0000; color: #FFFFFF ;
		  padding:2px; padding-right:20px; padding-left:20px;
		}

.errorlong	{ font-weight:bold; background-color: #CC0000; color: #FFFFFF ;
		  padding:2px; width: 100%; padding-left:10px;
		}


.success        { font-weight:bold; background-color: green; color: #FFFFFF ;
		  width: 150px; padding:2px; 
		}

.successpct	{ font-weight:bold; background-color: green; color: #FFFFFF ;
		  padding:2px; padding-right:20px; padding-left:20px;
		}

.successlong    { font-weight:bold; background-color: green; color: #FFFFFF ;
		  width: 100%; padding:2px; padding-left:10px;
		}


.warning        { font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  width: 150px; padding:2px; 
		}

.warninglong    { font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  width: 100%; padding:2px; padding-left:10px;
		}

.warningpct	{ font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  padding:2px; 
		}

.separator      { background-color: #000099; color:#FFFFFF; text-align:center;
		  padding:2px; font-size: 22px;
		}

.header		{ background-color: #E6E6DC; font-size: 1.5em;  font-weight:bold; padding:10px;
		  border-style: solid; border-width: 1px; border-color: #000000;
		}

.sitedesc	{ background-color: #FCFCF3; margin-top:25px; padding:5px;
		  border-style: solid; border-width: 1px ; border-color: #000000;
		}

.inner		{ padding: 5px; margin-top:15px;
		  border-style: solid; border-color: #000000; border-width:1px;
		}

.shortdesc	{ background-color: #DCDCC0; padding:5px; font-weight: bold;
		}

.desc		{ background-color: #FCFCF3 ; padding:10px;
		}

.emphasis	{ font-weight: bold;
		}

.attention	{ font-size: 1.1em; font-weight:bold; 
		  color:red ;
		}

a:link		{ color: #000099;
		}

a:visited,
a:hover		{ color: #409D27;
		}

.tab 		{  border-style:solid; border-width:1px;border-color: black;
		   background-color:white; color: #000000;
		   -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px;
		   cursor: pointer;
		   text-align:center;
		   padding:5px; margin-left:10px;
		}

.tab-hi 	{  border-style:solid; border-width:1px;border-color: black;
		   background-color:000099; color:#FFFFFF;
		   -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px;
		   cursor: pointer;
		   text-align:center;
		   padding:5px; margin-left:10px;
		}

.tab-text	{ text-decoration:underline; font-weight:bold; font-size:13px;
		}

.littlered	{ font-size: 10px; color:red; vertical-align:top; 
		}
		
td.tabspacer	{  border-bottom-width: 1px; border-bottom-style:solid;
                   border-color: black;
		}