add files
|
1 |
/* |
2 |
Copyright (c) 2009, Yahoo! Inc. All rights reserved. |
|
3 |
Code licensed under the BSD License: |
|
4 |
http://developer.yahoo.net/yui/license.txt |
|
5 |
version: 3.0.0 |
|
6 |
build: 1549 |
|
7 |
*/ |
|
複数回検索できないバグを修正
|
8 |
html{ |
9 |
color:#000;background:#FFF; |
|
10 |
} |
|
11 |
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, |
|
12 |
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ |
|
13 |
margin:0;padding:0; |
|
14 |
} |
|
15 |
table{ |
|
16 |
border-collapse:collapse;border-spacing:0; |
|
17 |
} |
|
18 |
fieldset,img{ border:0; } |
|
19 |
address,caption,cite,code,dfn,em,strong,th,var{ |
|
20 |
font-style:normal;font-weight:normal; |
|
21 |
} |
|
22 |
li { list-style:none; } caption,th{ text-align:left; } |
|
23 |
h1,h2,h3,h4,h5,h6{ |
|
24 |
font-size:100%;font-weight:normal; |
|
25 |
} |
|
26 |
q:before,q:after{ content:''; } |
|
27 |
abbr,acronym{ border:0;font-variant:normal; } |
|
28 |
sup{ vertical-align:text-top; } |
|
29 |
sub{ vertical-align:text-bottom; } |
|
30 |
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; } |
|
31 |
input,textarea,select{ *font-size:100%; } |
|
32 |
legend{ color:#000; } |
|
33 | ||
34 |
/* デザイン */ |
|
add files
|
35 | |
36 |
# レイアウト(サイドバー固定) |
|
37 |
* { |
|
38 |
margin:0; |
|
39 |
padding:0; |
|
40 |
} |
|
41 | ||
複数回検索できないバグを修正
|
42 |
body { |
43 |
text-align:center; |
|
44 |
} |
|
add files
|
45 | |
複数回検索できないバグを修正
|
46 |
#header { |
improve design
|
47 |
border-bottom:1px solid #AAAAAA; |
48 |
padding-bottom:10px; |
|
49 |
margin-bottom:10px; |
|
add files
|
50 |
} |
51 | ||
52 |
#container { |
|
複数回検索できないバグを修正
|
53 |
width:1000px; |
add files
|
54 |
margin-left:auto; |
55 |
margin-right:auto; |
|
56 |
text-align:left; |
|
57 |
} |
|
58 | ||
複数回検索できないバグを修正
|
59 |
#side { |
add files
|
60 |
width:250px; |
61 |
float:left; |
|
improve design
|
62 |
font-size:15px; |
63 |
line-height:1.3em; |
|
64 |
} |
|
65 | ||
複数回検索できないバグを修正
|
66 |
#side a { |
improve design
|
67 |
color:blue; |
68 |
text-decoration:none; |
|
69 |
} |
|
複数回検索できないバグを修正
|
70 |
#side a:hover { |
improve design
|
71 |
color:blue; |
72 |
} |
|
複数回検索できないバグを修正
|
73 |
#side a:visited { |
improve design
|
74 |
color:blue; |
add files
|
75 |
} |
76 | ||
複数回検索できないバグを修正
|
77 |
#side p { |
add files
|
78 |
position:relative; |
79 |
z-index:2; |
|
80 |
} |
|
81 | ||
複数回検索できないバグを修正
|
82 |
#main .para { |
83 |
margin-left:20px; |
|
improve design
|
84 |
text-indent:1em; |
85 |
margin-bottom:10px; |
|
86 |
} |
|
87 | ||
add files
|
88 | |
複数回検索できないバグを修正
|
89 |
#main { |
90 |
width:750px; |
|
91 |
padding-rigth:100px; |
|
92 |
float:left; |
|
add files
|
93 |
} |
94 | ||
複数回検索できないバグを修正
|
95 |
#content { |
96 |
padding-right:10px; |
|
デザインの調整
|
97 |
overflow:auto; |
98 |
height:500px; |
|
99 |
padding-bottom:10px; |
|
複数回検索できないバグを修正
|
100 |
} |
101 | ||
102 |
#footer { |
|
103 |
width:100%; |
|
104 |
clear:left; |
|
105 |
text-align:center; |
|
106 |
padding-top:10px; |
|
デザインの調整
|
107 |
} |
108 | ||
109 |
#footer-content { |
|
110 |
padding-top:10px; |
|
複数回検索できないバグを修正
|
111 |
border-top:1px solid #AAAAAA; |
112 |
padding-top:10px; |
|
add files
|
113 |
} |
114 | ||
115 |
h1 { |
|
116 |
font-weight:bold; |
|
117 |
font-size:20px; |
|
118 |
} |
|
improve design
|
119 | |
120 |
h2 { |
|
121 |
font-weight:bold; |
|
122 |
margin-bottom:10px; |
|
123 |
text-align:center; |
|
124 |
font-size:20px; |
|
125 |
} |
|
126 | ||
127 |
.chapter h3 { |
|
128 |
font-size:17px; |
|
129 |
font-weight:bold; |
|
130 |
margin-bottom:10px; |
|
131 |
} |
|
132 | ||
133 |
em { |
|
134 |
font-size:14px; |
|
135 |
color:#008B8B; |
|
136 |
padding-right:2px; |
|
137 |
|
|
138 |
} |
|
139 | ||
140 |
.chapter { |
|
141 |
font-size:18px; |
|
142 |
line-height:1.3em; |
|
143 |
color:#222222; |
|
144 |
} |