]> git.donarmstrong.com Git - dactyl.git/blob - common/content/help.css
Initial import of 1.0~b6
[dactyl.git] / common / content / help.css
1 div.main {
2     font-family: -moz-fixed;
3     white-space: -moz-pre-wrap;
4     width: 800px;
5     margin-left: auto;
6     margin-right: auto;
7 }
8
9 h1 {
10     text-align: center;
11 }
12
13 p.tagline {
14     text-align: center;
15     font-weight: bold;
16 }
17
18 table.pentadactyl {
19     border-width: 1px;
20     border-style: dotted;
21     border-color: gray;
22 }
23 table.pentadactyl td {
24     border: none;
25     padding: 3px;
26 }
27 tr.separator {
28     height: 10px;
29 }
30 hr {
31     height: 1px;
32     background-color: white;
33     border-style: none;
34     margin-top: 0;
35     margin-bottom: 0;
36 }
37 td.taglist {
38     text-align: right;
39     vertical-align: top;
40     border-spacing: 13px 10px;
41 }
42 td.taglist td {
43     width: 100px;
44     padding: 3px 0px;
45 }
46 tr.taglist code, td.usage code {
47     margin: 0px 2px;
48 }
49 td.usage code {
50     white-space: nowrap;
51 }
52 td.taglist code {
53     margin-left: 2em;
54 }
55 code.tag {
56     font-weight: bold;
57     color: rgb(255, 0, 255); /* magenta */
58     padding-left: 5px;
59 }
60 tr.description {
61     margin-bottom: 4px;
62 }
63 table.commands {
64     background-color: rgb(250, 240, 230);
65     color: black;
66 }
67 table.mappings {
68     background-color: rgb(230, 240, 250);
69     color: black;
70 }
71 table.options {
72     background-color: rgb(240, 250, 230);
73     color: black;
74 }
75
76 fieldset.paypal {
77     border: none;
78 }
79
80 .argument {
81     color: #6A97D4;
82 }
83
84 .command {
85     font-weight: bold;
86     color: #632610;
87 }
88
89 .mapping {
90     font-weight: bold;
91     color: #102663;
92 }
93
94 .option {
95     font-weight: bold;
96     color: #106326;
97 }
98
99 .code {
100     color: #108826;
101 }
102
103 .shorthelp {
104     font-weight: bold;
105 }
106
107 .version {
108     position: absolute;
109     top: 10px;
110     right: 2%;
111     color: #C0C0C0;
112     text-align: right;
113 }
114
115 .warning {
116     font-weight: bold;
117     color: red;
118 }
119
120 /* vim: set fdm=marker sw=4 ts=4 et: */