OSDN Git Service

ドキュメント修正、「未配送ボトル削除→未配送ボトルの配送中止」
[winbottle/winbottle.git] / clihelp / help.css
1 body { background-color: white; margin: 0 0 30px 0;
2      background-image: url('bg.png'); }
3 h1 { border-bottom: 3px solid #66AAFF;
4      border-right: 5px solid #66AAFF;
5      margin: 0 5em 1em 0; padding-left: 20px;
6      padding-top: 1em;
7      background-color: white; }
8 h2 { border-bottom: 2px solid #66AAFF;
9      border-left: 2px solid #66AAFF;
10      margin: 1em 0 0.5em 20px;
11      padding: 0.2em; 
12      background-color: white;}
13 h3 { color: #66AAFF; text-decoration: underline; 
14      margin: 1em 20px 0.3em 35px; }
15 p  { border-bottom: 1px solid #66AAFF;
16      margin: 0.5em 1em 0.3em 35px; }
17 dl { margin: 0.5em 1em 0.3em 35px; }
18
19 dl dt { border: 1px solid #66AAFF;
20      margin: 0.6em 50px 0.3em 0;
21      font-weight: bolder; background-color: white }
22
23 dl.faq dt { margin-top: 1em; font-weight: bolder; 
24      border-bottom: 1px solid #66AAFF; border-top: none;
25      border-left: none; border-right: none;}
26 dl.faq ol, dl.faq ul { margin: 0 20px 0 20px; }
27
28 a { font-weight: bolder; text-decoration: none; }
29 a:visited { color: purple; }
30 a:link { color: blue; text-decoration: none; }
31 a:hover { color: red; text-decoration: underline; }
32
33 table { margin: 0.5em 0 0.3em 35px; background-color: white;
34     border: 2px solid #66AAFF;}
35 table td, table th { margin: 0; border: 1px solid #66AAFF; }
36
37 blockquote.copyright { font-size: smaller; }