| 1 |
wakaba |
1.1 |
|
| 2 |
|
|
/*
|
| 3 |
|
|
|
| 4 |
|
|
logo.css -- common stylesheet for logos
|
| 5 |
|
|
|
| 6 |
|
|
*/
|
| 7 |
|
|
|
| 8 |
|
|
|
| 9 |
|
|
|
| 10 |
|
|
img.logo-suika
|
| 11 |
|
|
{width: 97px; height: 42px}
|
| 12 |
|
|
|
| 13 |
|
|
img.xbm\_font
|
| 14 |
|
|
{width: 16px; height: 16px;
|
| 15 |
|
|
vertical-align: text-bottom}
|
| 16 |
|
|
|
| 17 |
|
|
img.favicon
|
| 18 |
|
|
{width: 16px; height: 16px;
|
| 19 |
|
|
float: none; margin: 0;
|
| 20 |
|
|
vertical-align: text-bottom}
|
| 21 |
|
|
|
| 22 |
|
|
a img.favicon
|
| 23 |
|
|
{border-style: none none solid none}
|
| 24 |
|
|
|
| 25 |
|
|
a.self img.favicon
|
| 26 |
|
|
{border-style: none}
|
| 27 |
|
|
|
| 28 |
|
|
img#w3c-html, img#w3c-css
|
| 29 |
|
|
{width: 88px; height: 31px}
|
| 30 |
|
|
|
| 31 |
|
|
/*
|
| 32 |
|
|
|
| 33 |
|
|
LICENSE: Public Domain.
|
| 34 |
|
|
CHANGE:
|
| 35 |
|
|
|
| 36 |
|
|
2001-11-12 wakaba <wakaba@suika.fam.cx>
|
| 37 |
|
|
|
| 38 |
|
|
* new.
|
| 39 |
|
|
|
| 40 |
|
|
*/
|
| 41 |
|
|
|
| 42 |
|
|
/* logo.css ends here. */
|