| Revision 98,
1.9 KB
checked in by yasumichi, 17 years ago
(diff) |
|
divert from Vine-manual
|
| Line | |
|---|
| 1 | /* $Id: vine.css,v 1.2 2008/05/12 14:08:54 yasumichi Exp $ */ |
|---|
| 2 | |
|---|
| 3 | body { |
|---|
| 4 | background: white; |
|---|
| 5 | color: black; |
|---|
| 6 | margin-left: 1em; |
|---|
| 7 | margin-right: 1em; |
|---|
| 8 | } |
|---|
| 9 | |
|---|
| 10 | h1.title { |
|---|
| 11 | color: #fff; |
|---|
| 12 | text-align: center; |
|---|
| 13 | background-color: #669; |
|---|
| 14 | padding: 0.2em; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | h2.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 | |
|---|
| 26 | h3.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 | |
|---|
| 35 | h4.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 | |
|---|
| 44 | h5.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 | |
|---|
| 69 | pre.screen { |
|---|
| 70 | background-color: #AAAAAA; |
|---|
| 71 | padding: 3px; |
|---|
| 72 | } |
|---|
| 73 | |
|---|
| 74 | a:link { |
|---|
| 75 | color: #4444aa; |
|---|
| 76 | text-decoration: none; |
|---|
| 77 | } |
|---|
| 78 | |
|---|
| 79 | a:visited { |
|---|
| 80 | color: #6600dd; |
|---|
| 81 | text-decoration: none; |
|---|
| 82 | } |
|---|
| 83 | |
|---|
| 84 | a:hover, a:focus, a:active { |
|---|
| 85 | color: #3333bb; |
|---|
| 86 | text-decoration: underline; |
|---|
| 87 | } |
|---|
| 88 | |
|---|
| 89 | .guimenu { |
|---|
| 90 | color: MenuText; |
|---|
| 91 | background-color: Menu; |
|---|
| 92 | border-style: outset; |
|---|
| 93 | border-width: 2px; |
|---|
| 94 | } |
|---|
| 95 | |
|---|
| 96 | .guimenuitem { |
|---|
| 97 | color: MenuText; |
|---|
| 98 | background-color: Menu; |
|---|
| 99 | border-style: outset; |
|---|
| 100 | border-width: 2px; |
|---|
| 101 | } |
|---|
| 102 | |
|---|
| 103 | .guibutton { |
|---|
| 104 | color: ButtonText; |
|---|
| 105 | background-color: ButtonFace; |
|---|
| 106 | border-style: outset; |
|---|
| 107 | border-color: ButtonShadow; |
|---|
| 108 | border-width: 2px; |
|---|
| 109 | } |
|---|
| 110 | |
|---|
| 111 | .keycap { |
|---|
| 112 | border-style: outset; |
|---|
| 113 | border-color: gray; |
|---|
| 114 | word-break: keep-all; |
|---|
| 115 | padding-left: 3px; |
|---|
| 116 | padding-right: 3px; |
|---|
| 117 | } |
|---|
| 118 | |
|---|
| 119 | .table .keycap { |
|---|
| 120 | border-style: none; |
|---|
| 121 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.