/[suikacvs]/webroot/s/image-list.css
Suika

Contents of /webroot/s/image-list.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Sat Feb 26 04:15:43 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +12 -6 lines
File MIME type: text/css
Frame mode implemented

1 @import '/www/style/html/xhtml.css';
2
3 /* Style Sheet for Automatically Generated Image lists */
4 /* See also: <http://suika.fam.cx/gate/cvs/okuchuu/piclist.ja.cgi> */
5
6 /* Thumbnails */
7 img.ico, img.ico.s, img.mini-icon, .detail img.mini-icon {
8 width: auto;
9 height: auto;
10 max-width: 120px;
11 max-height: 90px;
12 }
13
14 img.s {
15 width: 120px;
16 height: 90px;
17 }
18
19
20 /* Detailed Lists */
21 .image-with-desc {
22 clear: both;
23 }
24
25 .detail img {
26 float: left;
27 margin: 0.5em;
28 padding: 0.5em;
29 width: 180px;
30 height: 135px;
31 }
32
33 .dir-with-desc {
34 clear: both;
35 }
36
37 .file-with-desc {
38 clear: both;
39 }
40
41 .detail dl {
42 margin-left: 230px;
43 }
44
45 .has-target .detail dl {
46 margin: 0;
47 font-size: 80%;
48 }
49
50 .detail dt {
51 display: block;
52 list-style-type: none;
53 }
54
55 .footer {
56 clear: both;
57 }
58
59 li.dir-up {
60 list-style-image: url(/icons/forward);
61 }
62
63 li.dir {
64 list-style-image: url(/icons/folder);
65 }
66
67 /* License
68
69 Copyright 2005 Wakaba <w@suika.fam.cx>.
70
71 This program is free software; you can redistribute it and/or modify
72 it under the terms of the GNU General Public License as published by
73 the Free Software Foundation; either version 2 of the License, or
74 (at your option) any later version.
75
76 This program is distributed in the hope that it will be useful,
77 but WITHOUT ANY WARRANTY; without even the implied warranty of
78 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79 GNU General Public License for more details.
80
81 You should have received a copy of the GNU General Public License
82 along with this program; see the file COPYING. If not, write to
83 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
84 Boston, MA 02111-1307, USA.
85
86 */
87
88 /* $Date: 2005/02/25 17:08:39 $ */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24