OSDN Git Service

初回コミット(v2.6.17.1)
[magic3/magic3.git] / templates / 123wd-j15-3 / css / editor.css
1 body {
2         background: #fff;
3         font-family: Tahoma,Helvetica,Arial,sans-serif;
4         line-height: 1.3em;
5         font-size: 76%;
6         color: #333;
7 }
8
9 h1 {
10         font-family:Helvetica ,Arial,sans-serif;
11         font-size: 16px;
12         font-weight: bold;
13         color: #666;
14 }
15
16 h2 {
17         font-family: Arial, Helvetica,sans-serif;
18         font-size: 14px;;
19         font-weight: normal;
20         color: #333;
21 }
22
23 h3 {
24   font-weight: bold;
25   font-family: Helvetica,Arial,sans-serif;
26   font-size: 13px;
27   color: #135cae;
28 }
29
30 h4 {
31         font-weight: bold;
32         font-family: Arial, Helvetica, sans-serif;
33         color: #333;
34 }
35
36 a:link, a:visited {
37         color: #1B57B1; text-decoration: none;
38         font-weight: normal;
39 }
40
41 a:hover {
42         color: #00c;    text-decoration: underline;
43         font-weight: normal;
44 }
45
46 div.caption       { padding: 0 10px 0 10px; }
47 div.caption img   { border: 1px solid #CCC; }
48 div.caption p     { font-size: .90em; color: #666; text-align: center; }