source: projects/vine-install-guide/trunk/vine.css @ 261

Revision 261, 2.0 KB checked in by yasumichi, 15 years ago (diff)

add how to write disk image for usb memory.

Line 
1/* $Id: vine.css,v 1.2 2008/05/12 14:08:54 yasumichi Exp $ */
2
3body {
4        background: white;
5        color: black;
6        margin-left: 1em;
7        margin-right: 1em;
8}
9
10h1.title {
11        color: #fff;
12        text-align: center;
13        background-color: #669;
14        padding: 0.2em;
15}
16
17h2.title {
18        background-color: #aad;
19        border-width: 0px 0px 2px 12px;
20        border-style: solid;
21        border-color: #77a;
22        padding: 1px;
23        text-indent: 0.3em;
24}
25
26h3.title {
27        background-color: #bbe;
28        border-width: 0px 0px 2px 10px;
29        border-style: solid;
30        border-color: #669;
31        padding: 1px;
32        text-indent: 0.3em;
33}
34
35h4.title {
36        background-color: #cce;
37        border-width: 0px 0px 1px 8px;
38        border-style: solid;
39        border-color: #669;
40        padding: 1px;
41        text-indent: 0.3em;
42}
43
44h5.title {
45        background-color: #dde;
46        border-width: 0px 0px 1px 6px;
47        border-style: solid;
48        border-color: #669;
49        padding: 1px;
50        text-indent: 0.3em;
51}
52
53.important h3.title {
54        color: white;
55        background-color: red;
56        border-style: none;
57}
58
59.warning h3.title {
60        background-color: yellow;
61        border-style: none;
62}
63
64.note h3.title {
65        background-color: aqua;
66        border-style: none;
67}
68
69pre.screen {
70        background-color: #AAAAAA;
71        padding: 3px;
72}
73
74p {
75        text-indent: 1em;
76}
77
78a:link {
79        color: #4444aa;
80        text-decoration: none;
81}
82
83a:visited {
84        color: #6600dd;
85        text-decoration: none;
86}
87
88a:hover, a:focus, a:active {
89        color: #3333bb;
90        text-decoration: underline;
91}
92
93.guimenu {
94        color: MenuText;
95        background-color: Menu;
96        border-style: outset;
97        border-width: 2px;
98}
99
100.guimenuitem {
101        color: MenuText;
102        background-color: Menu;
103        border-style: outset;
104        border-width: 2px;
105}
106
107.guibutton {
108        color: ButtonText;
109        background-color: ButtonFace;
110        border-style: outset;
111        border-color: ButtonShadow;
112        border-width: 2px;
113}
114
115.keycap {
116        border-style: outset;
117        border-color: gray;
118        word-break: keep-all;
119        padding-left: 3px;
120        padding-right: 3px;
121}
122
123.table  .keycap {
124        border-style: none;
125}
Note: See TracBrowser for help on using the repository browser.