Subversion Repositories Koakuma

Rev

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 32 2024-10-02 09:25:51Z 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;
31 nishi 17
	font-size: 30px;
3 nishi 18
}
19
 
20
h2 {
31 nishi 21
	font-family: sans-serif;
3 nishi 22
	background-color: #606080;
23
	color: #ffffff;
31 nishi 24
	padding: 5px 0;
25
	padding-left: 20px;
26
	font-size: 20px;
3 nishi 27
}
28
 
29
h3 {
31 nishi 30
	font-family: sans-serif;
3 nishi 31
	background-color: #f0f0f0;
32
	color: #606080;
31 nishi 33
	padding: 5px 0;
3 nishi 34
	padding-left: 10px;
31 nishi 35
	font-size: 15px;
3 nishi 36
}
37
 
38
hr {
39
	border: solid 1px #606080;
31 nishi 40
	clear: both;
3 nishi 41
}
42
 
43
table {
44
	border: solid 1px #606080;
45
	width: 100%;
46
	padding: 5px;
47
}
48
 
49
th {
50
	text-align: left;
51
	width: 20%;
52
}
53
 
54
#space {
23 nishi 55
	height: 88px;
3 nishi 56
}
57
 
24 nishi 58
img {
59
	border: none;
60
	background-color: transparent;
61
}
62
 
3 nishi 63
#title {
31 nishi 64
	padding: 5px 0;
65
	font-family: sans-serif;
3 nishi 66
	background-color: #606080;
67
	color: #ffffff;
68
	font-size: 30px;
69
	text-align: right;
70
	padding-right: 25%;
71
}
72
 
30 nishi 73
#toc {
74
	float: right;
75
	width: 13em;
76
	background-color: #f0f0f0;
77
}
78
 
3 nishi 79
#toctitle {
32 nishi 80
	font-size: 25px;
31 nishi 81
	display: inline;
82
	width: 100%;
3 nishi 83
}
84
 
85
.shiftlink {
31 nishi 86
	padding-left: 10px;
3 nishi 87
}
88
 
31 nishi 89
#shift {
90
	padding-left: 30px;
91
}
92
 
3 nishi 93
#doc {
94
}
95
 
29 nishi 96
#docinside {
30 nishi 97
	padding-right: 14em;
29 nishi 98
}
99
 
3 nishi 100
a {
101
	color: #8080f0;
102
}
103
 
104
a:visited {
105
	color: #a0a0a0;
106
}
107
 
30 nishi 108
#tocinside {
3 nishi 109
	padding: 5px;
110
}
20 nishi 111
 
112
pre {
25 nishi 113
	overflow: scroll;
114
	width: 100%;
20 nishi 115
}