Subversion Repositories Koakuma

Rev

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

Rev 25 Rev 28
Line 1... Line 1...
1
/* $Id: style.css 25 2024-10-02 08:16:09Z nishi $ */
1
/* $Id: style.css 28 2024-10-02 08:44:00Z nishi $ */
2
 
2
 
3
#gomain {
3
#gomain {
4
	position: absolute;
4
	position: absolute;
5
	left: 50px;
5
	left: 50px;
6
}
6
}
Line 75... Line 75...
75
#clearfix {
75
#clearfix {
76
	clear: both;
76
	clear: both;
77
}
77
}
78
 
78
 
79
#doc {
79
#doc {
80
	padding-right: 14em;
80
	margin-right: 14em;
-
 
81
	margin-top: -20px;
81
}
82
}
82
 
83
 
83
a {
84
a {
84
	color: #8080f0;
85
	color: #8080f0;
85
}
86
}
Line 91... Line 92...
91
#toc {
92
#toc {
92
	float: right;
93
	float: right;
93
	width: 13em;
94
	width: 13em;
94
	padding: 5px;
95
	padding: 5px;
95
	background-color: #f0f0f0;
96
	background-color: #f0f0f0;
96
	margin-top: 20px;
-
 
97
}
97
}
98
 
98
 
99
pre {
99
pre {
100
	overflow: scroll;
100
	overflow: scroll;
101
	width: 100%;
101
	width: 100%;