-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathkukka.css
112 lines (93 loc) · 1.51 KB
/
kukka.css
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
36
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* This file is part of Kukkaisvoima. It is meant to be example css
for Kukkaisvoima nothing more. This is config file. Kukkaisvoima's
license don't affect this file. So you may freely modify this as you
like */
body {
color: #383d44;
}
#content1 {
font-family: Verdana, sans-serif;
font-size: small;
background: #f3f1e9;
margin:0 auto;
width:750px;
}
#content2 {
float:left;
width:500px;
border-right: 1px solid #c1c1c1;
margin-top: 10px;
margin-bottom: 10px;
padding:20px;
line-height: 120%
}
#content3 {
margin-top: 10px;
margin-bottom: 10px;
padding:20px;
line-height: 120%
}
#sidebar {
float:right;
width:200px;
margin-top: 40px;
}
#sidebar li {
list-style-type: square;
margin-left: -1em;
}
#header {
padding: 2em;
background: #31363e;
color: #693;
}
a:link,
a:visited {
color: #326ea1;
text-decoration: none;
border-bottom: 1px dashed #dbd5c5;
}
h1 a:link,
h1 a:visited {
color: #693;
border-bottom: none;
}
h2 {
color: #693;
}
h2 a:link,
h2 a:visited {
color: #693;
}
h3 {
color: #7ABCFF;
}
a:hover {
border-bottom: 1px dotted #7E8C81;
color: #BFA78D;
}
p {
text-align: left;
}
li {
text-align: left;
margin: .5em;
}
img {
border: none;
}
#footer {
padding: 2em;
background: #31363e;
color: #693;
clear:both;
}
pre {
padding: 1em;
border: 1px solid gray;
}
#hit {
display: inline;
text-decoration: none;
background: #693;
}