File: gallery.css

package info (click to toggle)
libapache-gallery-perl 0.99-svn060811-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 536 kB
  • ctags: 24
  • sloc: perl: 1,128; makefile: 60; sh: 13
file content (128 lines) | stat: -rw-r--r-- 1,851 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
body {
	background-color: #eee;
	font-family: tahoma, verdana, sans-serif;
	color: #555;
	text-align: center;
	font-size: 11px;
	margin: 10px;
}
td {
	font-size: 11px;
}
a {
	color: #506677;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	margin: auto;
}
.gallery-info {
	text-align:	left;
	margin-bottom: 30px;
}
/*
.img-white {
	margin: 0px auto;
	float: left;
 	background: url(/eeeBorder.gif) no-repeat top left;
}
.img-shadow {
	float: left;
	background: url(/eeeshadow.gif) no-repeat bottom right;
}
*/
.img-border {
	background-color: #fff;
	border: 1px solid #555;
	padding: 8px;
	font-size: 11px;
	margin: 6px;
	text-align: right;
}
.img-shadow img {
	border: 2px solid #ddd;
	border-left: 2px solid #999;
	border-top: 2px solid #999;
}
.img-border div {
	margin-top: 4px;
}
.clr {
	clear: both;
}
div.gallery-nav {
	float: right;
	text-align: right;
}
div.gallery-info {
	float: left;
	text-align: left;
}
div.gallery-info a {
}
div.gallery-info:hover {
	color: #000;
}
div.gallery-info:hover a {
	color: #5b8db2;
}
.img-info {
	margin-bottom: 5px;
}
.img-info:hover {
	color: #000;
}
.img-options {
	margin-top: 5px;
	margin-bottom: 100px;
}
.img-options:hover {
	color: #000;
}
.img-options:hover a {
	color: #5b8db2;
}
.aginfo:hover {
	color: #000;
}
.aginfo:hover a {
	color: #0066b2;
}
#directory {
    background-color: #fff;
    border: 4px solid #ddd;
    padding: 20px;
    text-align: left;
    top: 0px;
	width: 620px;
}
.thumb {
	float: left;
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 2px;
}
.thumb img {
	border-color: #506677;
	vertical-align: middle;
}
.folder {
    float: left;
    height: 100px;
    padding: 2px;
    text-align: center;
    width: 120px;
}
.folder img {
    border: 0px;
}
.folder a:hover img {
    border: 0px;
}
.folder a:hover {
	text-decoration: none;
}