/[suikacvs]/okuchuu/style/okuchuu.css
Suika

Contents of /okuchuu/style/okuchuu.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Thu Sep 5 09:25:38 2002 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +25 -2 lines
File MIME type: text/css
2002-09-05  Wakaba <w@suika.fam.cx>

	* simpledoc.css: New stylesheet (copied from ../okuchuu-style.css).
	* okuchuu.css: Refined.
	* ribon-red.png, ribon-green.png, ribon-blue.png, 
	flag-red.png, flag-white.png, flag-blue.png,
	flag-yellow.png: New images. (Note that license of
	these images are the Publc Domain.)

1
2 /*
3 .red, .blue, .green
4 Gakunen colors
5 .sf-red, .sf-white, .sf-blue, .sf-yellow
6 Team colors of the sports festival
7 */
8 /* .red, .blue, .green,
9 .sf-red, .sf-white, .sf-blue, .sf-yellow
10 {border-style: none none solid none;
11 border-width: thin;
12 padding-bottom: 0.01em}
13
14 .red {border-color: red}
15 .blue {border-color: blue}
16 .green {border-color: green}
17
18
19 .sf-red {border-color: red}
20 .sf-white {border-color: white}
21 .sf-blue {border-color: blue}
22 .sf-yellow {border-color: yellow}
23 */
24
25 .red, .green, .blue
26 {background-position: top right;
27 background-repeat: no-repeat;
28 background-color: transparent;
29 padding-right: 10px; margin-right: 2px}
30
31 .red {background-image: url(ribbon-red)}
32 .green {background-image: url(ribbon-green)}
33 .blue {background-image: url(ribbon-blue)}
34
35 .sf-red, .sf-white, .sf-blue, .sf-yellow
36 {background-position: top right;
37 background-repeat: no-repeat;
38 background-color: transparent;
39 padding-right: 14px; margin-right: 2px}
40
41 .sf-red {background-image: url(flag-red)}
42 .sf-white {background-image: url(flag-white)}
43 .sf-blue {background-image: url(flag-blue)}
44 .sf-yellow {background-image: url(flag-yellow)}
45
46 /* Additional information by Densetsu-okuchuu team */
47 ins.densetsu
48 {font-style: normal; text-decoration: none;
49 color: inherit}
50
51 /*
52
53 Style sheet for Okuchuu HTML documents
54
55 License: Public Domain.
56
57 $Date: 2002/08/27 08:38:39 $
58
59 */

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24