/[suikacvs]/webroot/admin/style/common.css
Suika

Contents of /webroot/admin/style/common.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Wed Nov 19 11:05:27 2003 UTC (20 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +16 -1 lines
File MIME type: text/css
XHTML 2 support

1 wakaba 1.1 @import '/s/default/xhtml1+2.css';
2     @import '/s/default/common-class.css';
3    
4 wakaba 1.2 @namespace h2 'http://www.w3.org/2002/06/xhtml2';
5    
6     /* XHTML 1 */
7 wakaba 1.1 h1 {
8     background-image: url(/admin/logo/suika);
9     background-position: top left;
10     background-repeat: no-repeat;
11 wakaba 1.2 min-height: 42px;
12     height: 42px;
13 wakaba 1.1 padding-left: 100px;
14     text-align: left;
15 wakaba 1.2 }
16    
17     /* XHTML 2 */
18     body > h2|h {
19     background-image: url(/admin/logo/suika);
20     background-position: top left;
21     background-repeat: no-repeat;
22     min-height: 42px;
23     padding-left: 100px;
24     text-align: left;
25     }

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24