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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Fri Feb 25 17:08:39 2005 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
File MIME type: text/css
New

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24