Subversion Repositories Koakuma

Rev

Rev 28 | Rev 30 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: style.css 29 2024-10-02 08:56:47Z nishi $ */
2
 
3
#gomain {
4
	position: absolute;
5
	left: 50px;
6
}
7
 
8
html {
9
	font-family: sans-serif;
10
	color: #606080;
11
}
12
 
13
h1 {
14
	font-family: sans-serif;
15
	border: solid 1px #606080;
16
	padding: 5px;
17
}
18
 
19
h2 {
20
	background-color: #606080;
21
	color: #ffffff;
22
	padding: 5px;
23
	padding-left: 25px;
24
}
25
 
26
h3 {
27
	background-color: #f0f0f0;
28
	color: #606080;
29
	padding: 5px;
30
	padding-left: 10px;
31
}
32
 
33
hr {
34
	border: solid 1px #606080;
35
}
36
 
37
table {
38
	border: solid 1px #606080;
39
	width: 100%;
40
	padding: 5px;
41
}
42
 
43
th {
44
	text-align: left;
45
	width: 20%;
46
}
47
 
48
#space {
23 nishi 49
	height: 88px;
3 nishi 50
}
51
 
24 nishi 52
img {
53
	border: none;
54
	background-color: transparent;
55
}
56
 
3 nishi 57
#title {
58
	padding: 5px;
59
	background-color: #606080;
60
	color: #ffffff;
61
	font-size: 30px;
62
	text-align: right;
63
	padding-right: 25%;
64
}
65
 
66
#toctitle {
67
	font-size: 30px;
68
	background-color: #f8f8f8;
69
}
70
 
71
.shiftlink {
72
	margin-left: 10px;
73
}
74
 
75
#clearfix {
76
	clear: both;
77
}
78
 
79
#doc {
28 nishi 80
	margin-top: -20px;
3 nishi 81
}
82
 
29 nishi 83
#docinside {
84
	margin-right: 14em;
85
}
86
 
3 nishi 87
a {
88
	color: #8080f0;
89
}
90
 
91
a:visited {
92
	color: #a0a0a0;
93
}
94
 
95
#toc {
96
	float: right;
97
	width: 13em;
98
	padding: 5px;
99
	background-color: #f0f0f0;
100
}
20 nishi 101
 
102
pre {
25 nishi 103
	overflow: scroll;
104
	width: 100%;
20 nishi 105
}