| 1 |
wakaba |
1.1 |
|
| 2 |
wakaba |
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 |
wakaba |
1.3 |
/* .red, .blue, .green,
|
| 9 |
wakaba |
1.1 |
.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 |
wakaba |
1.3 |
|
| 19 |
wakaba |
1.1 |
.sf-red {border-color: red}
|
| 20 |
|
|
.sf-white {border-color: white}
|
| 21 |
|
|
.sf-blue {border-color: blue}
|
| 22 |
|
|
.sf-yellow {border-color: yellow}
|
| 23 |
wakaba |
1.3 |
*/
|
| 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 |
wakaba |
1.4 |
.red:hover, .green:hover, .blue:hover {
|
| 31 |
|
|
padding-right: 10px; margin-right: 2px;
|
| 32 |
|
|
}
|
| 33 |
wakaba |
1.3 |
|
| 34 |
|
|
.red {background-image: url(ribbon-red)}
|
| 35 |
|
|
.green {background-image: url(ribbon-green)}
|
| 36 |
|
|
.blue {background-image: url(ribbon-blue)}
|
| 37 |
|
|
|
| 38 |
|
|
.sf-red, .sf-white, .sf-blue, .sf-yellow
|
| 39 |
|
|
{background-position: top right;
|
| 40 |
|
|
background-repeat: no-repeat;
|
| 41 |
|
|
background-color: transparent;
|
| 42 |
|
|
padding-right: 14px; margin-right: 2px}
|
| 43 |
|
|
|
| 44 |
|
|
.sf-red {background-image: url(flag-red)}
|
| 45 |
|
|
.sf-white {background-image: url(flag-white)}
|
| 46 |
|
|
.sf-blue {background-image: url(flag-blue)}
|
| 47 |
|
|
.sf-yellow {background-image: url(flag-yellow)}
|
| 48 |
wakaba |
1.1 |
|
| 49 |
wakaba |
1.2 |
/* Additional information by Densetsu-okuchuu team */
|
| 50 |
|
|
ins.densetsu
|
| 51 |
|
|
{font-style: normal; text-decoration: none;
|
| 52 |
|
|
color: inherit}
|
| 53 |
|
|
|
| 54 |
wakaba |
1.1 |
/*
|
| 55 |
|
|
|
| 56 |
|
|
Style sheet for Okuchuu HTML documents
|
| 57 |
|
|
|
| 58 |
|
|
License: Public Domain.
|
| 59 |
|
|
|
| 60 |
wakaba |
1.4 |
$Date: 2002/09/05 09:25:38 $
|
| 61 |
wakaba |
1.1 |
|
| 62 |
|
|
*/
|