Subversion Repositories Koakuma

Rev

Rev 29 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29 Rev 30
Line 1... Line 1...
1
/* $Id: style.css 29 2024-10-02 08:56:47Z nishi $ */
1
/* $Id: style.css 30 2024-10-02 09:14:03Z nishi $ */
2
 
2
 
3
#gomain {
3
#gomain {
4
	position: absolute;
4
	position: absolute;
5
	left: 50px;
5
	left: 50px;
6
}
6
}
Line 61... Line 61...
61
	font-size: 30px;
61
	font-size: 30px;
62
	text-align: right;
62
	text-align: right;
63
	padding-right: 25%;
63
	padding-right: 25%;
64
}
64
}
65
 
65
 
-
 
66
#toc {
-
 
67
	float: right;
-
 
68
	width: 13em;
-
 
69
	background-color: #f0f0f0;
-
 
70
}
-
 
71
 
66
#toctitle {
72
#toctitle {
67
	font-size: 30px;
73
	font-size: 30px;
68
	background-color: #f8f8f8;
74
	background-color: #f8f8f8;
69
}
75
}
70
 
76
 
71
.shiftlink {
77
.shiftlink {
72
	margin-left: 10px;
78
	margin-left: 10px;
73
}
79
}
74
 
80
 
75
#clearfix {
-
 
76
	clear: both;
-
 
77
}
-
 
78
 
-
 
79
#doc {
81
#doc {
80
	margin-top: -20px;
-
 
81
}
82
}
82
 
83
 
83
#docinside {
84
#docinside {
84
	margin-right: 14em;
85
	padding-right: 14em;
85
}
86
}
86
 
87
 
87
a {
88
a {
88
	color: #8080f0;
89
	color: #8080f0;
89
}
90
}
90
 
91
 
91
a:visited {
92
a:visited {
92
	color: #a0a0a0;
93
	color: #a0a0a0;
93
}
94
}
94
 
95
 
95
#toc {
96
#tocinside {
96
	float: right;
-
 
97
	width: 13em;
-
 
98
	padding: 5px;
97
	padding: 5px;
99
	background-color: #f0f0f0;
-
 
100
}
98
}
101
 
99
 
102
pre {
100
pre {
103
	overflow: scroll;
101
	overflow: scroll;
104
	width: 100%;
102
	width: 100%;