Subversion Repositories Koakuma

Rev

Rev 29 | Rev 31 | 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 30 2024-10-02 09:14:03Z 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
 
30 nishi 66
#toc {
67
	float: right;
68
	width: 13em;
69
	background-color: #f0f0f0;
70
}
71
 
3 nishi 72
#toctitle {
73
	font-size: 30px;
74
	background-color: #f8f8f8;
75
}
76
 
77
.shiftlink {
78
	margin-left: 10px;
79
}
80
 
81
#doc {
82
}
83
 
29 nishi 84
#docinside {
30 nishi 85
	padding-right: 14em;
29 nishi 86
}
87
 
3 nishi 88
a {
89
	color: #8080f0;
90
}
91
 
92
a:visited {
93
	color: #a0a0a0;
94
}
95
 
30 nishi 96
#tocinside {
3 nishi 97
	padding: 5px;
98
}
20 nishi 99
 
100
pre {
25 nishi 101
	overflow: scroll;
102
	width: 100%;
20 nishi 103
}