]> git.donarmstrong.com Git - deb_pkgs/libapache-gallery-perl.git/blob - templates/new/gallery.css
[svn-inject] Installing original source of libapache-gallery-perl (0.99-svn060811)
[deb_pkgs/libapache-gallery-perl.git] / templates / new / gallery.css
1 body {
2         background-color: #cccccc;
3         color: #666666;
4         font-family: Verdana, Lucida, Arial, serif;
5         font-size: 10px;
6         margin-left: 10px;
7         margin-top: 10px;
8         text-align: center;
9 }
10 td {
11         font-size: 10px;
12 }
13 table {
14         margin-left: auto;
15         margin-right: auto;
16 }
17 #title {
18         font-size: 11px;
19         text-align: left;
20 }
21 #menu {
22         font-size: 13px;
23         text-align: right;
24         height: 30px;
25         margin-right: 20px;
26 }
27 #directory {
28         background-color: #ffffff;
29         border: 6px solid #aaaaaa;
30         padding: 20px;
31         text-align: left;
32         top: 0px;
33 }
34 .folder {
35         float: left;
36         height: 100px;
37         padding: 2px;
38         text-align: center;
39         width: 120px;
40 }
41 #picture {
42         text-align: center;
43 }
44 #picture img {
45         border: 6px solid #777777;
46 }
47 a {
48         color: #5555aa;
49         text-decoration: none;
50 }
51 a img {
52         border: 3px solid #5555aa;
53 }
54 a:hover {
55         color: #ff9400;
56 }
57 a:hover img {
58         border: 3px solid #ff9400;
59 }
60 .folder img {
61         border: 0px;
62 }
63 .folder a:hover img {
64         border: 0px;
65 }
66 #gallery {
67         margin-top: 50px;
68 }
69 #comment {
70         background-color: #333333;
71         border: 3px solid #555555;
72         color: #999999;
73         width: 400px;
74         margin-left: auto;
75         margin-right: auto;
76         margin-top: 20px;
77         padding: 5px;
78 }