1 |
@charset "euc-jp"; |
---|
2 |
|
---|
3 |
BODY |
---|
4 |
{ |
---|
5 |
font-family: "ヒラギノ角ゴ Pro W3"; |
---|
6 |
font-size: 13px; |
---|
7 |
margin: 10; |
---|
8 |
background-color: #ffffff ; |
---|
9 |
line-height: 1.8em |
---|
10 |
} |
---|
11 |
|
---|
12 |
img.photo { |
---|
13 |
margin: 10px; |
---|
14 |
border: 0; |
---|
15 |
} |
---|
16 |
|
---|
17 |
a:link { |
---|
18 |
color: #dd0000; text-decoration: none; |
---|
19 |
background-color: transparent; |
---|
20 |
} |
---|
21 |
|
---|
22 |
a:visited { |
---|
23 |
color: #aa4444; text-decoration: none; |
---|
24 |
background-color: transparent; |
---|
25 |
} |
---|
26 |
|
---|
27 |
a:hover { |
---|
28 |
text-decoration: underline; color:#ff2222 ; |
---|
29 |
font-style: normal; |
---|
30 |
background-color: transparent; |
---|
31 |
} |
---|
32 |
|
---|
33 |
h1 { |
---|
34 |
margin: 0em 0em 1em 0em; |
---|
35 |
padding-top: 0.5em; |
---|
36 |
padding-bottom: 0.5em; |
---|
37 |
font-family: Times, Georgia, serif; |
---|
38 |
font-size: 200%; |
---|
39 |
font-weight: bolder; |
---|
40 |
color: #00c; |
---|
41 |
/*border-top: 2px dotted #00c;*/ |
---|
42 |
border-bottom: 2px dotted #aaa; |
---|
43 |
/*background-color: #eef;*/ |
---|
44 |
/*text-decoration: underline;*/ |
---|
45 |
} |
---|
46 |
|
---|
47 |
h2 { |
---|
48 |
padding-left: 0.5em; |
---|
49 |
border-left: solid 5px #c00; |
---|
50 |
border-bottom: solid 1px #c00; |
---|
51 |
font-size: 1.5em; |
---|
52 |
color: #000; |
---|
53 |
} |
---|
54 |
|
---|
55 |
h3 { |
---|
56 |
margin-top: 1.5em; |
---|
57 |
padding-left: 0.3em; |
---|
58 |
border-bottom: solid 1px #000; |
---|
59 |
color: #22d; |
---|
60 |
} |
---|
61 |
|
---|
62 |
h4 { |
---|
63 |
margin-top: 1em; |
---|
64 |
padding-left: 0.1em; |
---|
65 |
border-bottom: dotted 1px #000; |
---|
66 |
} |
---|
67 |
|
---|
68 |
div.menu { |
---|
69 |
float: left; |
---|
70 |
width: 200px; |
---|
71 |
background-color: #ddd; |
---|
72 |
} |
---|
73 |
|
---|
74 |
div.main { |
---|
75 |
float: right; |
---|
76 |
width: 580px; |
---|
77 |
padding: 0em 10px 0em 10px; |
---|
78 |
/*padding: 0em 1em 0em 1em;*/ |
---|
79 |
/*background-color: #ccc;*/ |
---|
80 |
} |
---|
81 |
|
---|
82 |
ol { |
---|
83 |
margin: 0; |
---|
84 |
padding :1em 0 1em 2em; |
---|
85 |
border-top: 3px solid #aaa; |
---|
86 |
border-bottom: 3px solid #aaa; |
---|
87 |
/* margin: 0 1em;*/ |
---|
88 |
} |
---|
89 |
|
---|
90 |
ol li { |
---|
91 |
/*margin: 0; |
---|
92 |
padding: 0;*/ |
---|
93 |
font-size: 1em; |
---|
94 |
line-height: 180%; |
---|
95 |
} |
---|
96 |
|
---|
97 |
p { |
---|
98 |
line-height: 120%; |
---|
99 |
} |
---|
100 |
|
---|
101 |
div.command { |
---|
102 |
margin: 1em 1.5em; |
---|
103 |
padding : 0.7em 0.5em; |
---|
104 |
font-weight: bolder; |
---|
105 |
color: #fff; |
---|
106 |
background-color: #000; |
---|
107 |
} |
---|
108 |
.sidebar |
---|
109 |
{ |
---|
110 |
border: 2px black solid; |
---|
111 |
background: rgb(230,230,235); |
---|
112 |
padding: 0.12in; |
---|
113 |
margin: 0 0.5in; |
---|
114 |
} |
---|
115 |
.screen, .programlisting |
---|
116 |
{ |
---|
117 |
font-family: courier new,courier,fixed; |
---|
118 |
font-style: normal; |
---|
119 |
font-weight: normal; |
---|
120 |
} |
---|
121 |
|
---|
122 |
.command { |
---|
123 |
font-family: courier new,courier,fixed; |
---|
124 |
margin: 1em 1.5em; |
---|
125 |
padding : 0.7em 0.5em; |
---|
126 |
font-weight: bolder; |
---|
127 |
color: #fff; |
---|
128 |
background-color: #000; |
---|
129 |
} |
---|