Revision 336133343061 () - Diff

Link to this snippet: https://friendpaste.com/3yXzwyAeh2QupkfGnUltYU
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
361
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/**********************************************************
K'conf StyleSheet
Author : kenz0
URL : http://kenz0.s201.xrea.com
**********************************************************/
* {
margin:0px;
padding:0px;
border:0px;
}
body {
font-family: Lucida Sans Unicode, sans-serif;
font-size: 10pt;
color: #888;
margin: 0px;
text-align: center;
background-image: url(/image/site/bg3.gif);
background-repeat: repeat;
}
h1, h2, h3 {
margin:0px;
padding:0px;
line-height: 1em;
font-size: 10pt;
}
strong {
margin:0em 0.15em;
color:#777;
}
/*--------------------------------
link
--------------------------------*/
a {
outline : 0;
}
a:link, a:active {
color: #93BE1D;
text-decoration: none;
}
a:visited {
color: #888;
text-decoration: none;
}
a:hover {
color: #888;
}
a img {
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.00;
opacity:1;
}
a:hover img {
filter: alpha(opacity=60);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.60;
opacity:0.6;
background: #000;
}
.download a {
height: 16px;
width: 130px;
float: right;
margin: 2em 0em;
background: url(/image/site/download.gif) no-repeat 0px 0px;
display: block;
}
.download a:hover {
background: url(/image/site/download.gif) no-repeat 0px -16px;
}
a[href *="wikipedia.org"] {
cursor: url(/image/site/icon/wikipedia.cur), pointer;
}