]> Shamusworld >> Repos - ardour-manual/blob - source/css/common.css
Even if fixmes were a good idea, showing it to the user makes no sense unless it...
[ardour-manual] / source / css / common.css
1
2
3 body {
4   line-height: normal;
5 }
6
7 kbd {
8   display: inline-block;
9   min-width: 1em;
10   padding: .2em .3em;
11   font: normal .8em/1 sans-serif;
12   text-align: center;
13   text-decoration: none;
14   border-radius: .3em;
15   background: rgb(250, 250, 250);
16   background: linear-gradient(to top, rgb(210, 210, 210), rgb(255, 255, 255));
17   color: rgb(50, 50, 50);
18   white-space: nowrap;
19   text-transform: capitalize;
20 }
21
22 kbd.def {
23   font-weight: bolder;
24   margin-right: .2em;
25 }
26
27 kbd.input,
28 kbd.cmd,
29 kbd.osc {
30   font-family: mono;
31   border-width: 0;
32   text-transform: none;
33 }
34
35 kbd.input {
36   background: none;
37   border-radius: 0;
38 }
39
40 kbd.cmd {
41   display: block;
42   width: 100%;
43   margin-bottom: 1ex;
44   text-transform: none;
45   background: rgb(220, 220, 220);
46   text-align: left;
47 }
48
49 kbd.cmd.lin:before {
50   content: 'user@linux:~ ';
51   color: #999999;
52 }
53
54 kbd.cmd.mac:before {
55   content: 'MacBook:~/Desktop User\$ ';
56   color: #999999;
57 }
58
59 kbd.cmd.win:before {
60   content: 'C:\\Users\\myAccount> ';
61   color: #999999;
62 }
63
64 kbd.optoff,
65 kbd.option {
66   border: none;
67   background: none;
68   margin: 0 1em 0 0;
69   vertical-align: middle;
70 }
71
72 kbd.optoff:before {
73   content: url('../images/checkbox-unchecked.png');
74 }
75
76 kbd.option:before {
77   content: url('../images/checkbox-checked.png');
78 }
79
80 kbd.menu {
81   border: none;
82   background: none;
83   font-weight: bold;
84   font-stretch: extra-condensed;
85   white-space: normal;
86 }
87
88 kbd.osc {
89   border: none;
90   background: rgb(208, 208, 243);
91   font-stretch: extra-condensed;
92   white-space: nowrap;
93   text-align: left;
94 }
95
96 kbd.fader,
97 kbd.knob,
98 kbd.button {
99   background: rgb(174, 174, 217);
100   background: linear-gradient(to top, rgb(174, 174, 217), rgb(221, 221, 255));
101   color: #000044;
102 }
103
104 kbd.fader {
105   border-width: 1px 1px 9px 9px;
106 }
107
108 kbd.knob {
109   border-radius: 12px;
110   border-width: 1px 1px 9px 9px;
111 }
112
113 kbd.button {
114   border-radius: 8px;
115   border-width: 1px 1px 3px 3px;
116 }
117
118 kbd.mouse {
119   border-radius: 10px;
120 }
121
122 samp {
123   font-family: mono;
124   color: #666666;
125   background-color: #EBEBEB;
126   margin-left: .5em;
127   margin-right: .5em;
128 }
129
130 #content dfn {
131   font-weight: bold;
132   font-style: normal;
133 }
134
135 .note,
136 .warning {
137   min-height: 1.5ex;
138   padding: 1em;
139   margin-bottom: 1em;
140   border-style: solid;
141   border-width: 1px 1px 1px 8px;
142 }
143
144 code {
145   font-size: .9em;
146   color: #555;
147 }
148
149 .note {
150   border-color: #e3e3e3;
151   background-color: #f5f5f5;
152 }
153
154 .warning {
155   border-color: #995555;
156   background-color: #ffeeee;
157 }
158
159 .fixme {
160   display: none;
161 }
162
163 /* Keyboard modifiers */
164 .mod1:before {        content: "Ctrl ";}
165 .mod2:before {        content: "Alt ";}
166 .mod3:before {        content: "Shift ";}
167 .mod4:before {        content: "Win ";}
168 .mod12:before {       content: "Ctrl Alt ";}
169 .mod13:before {       content: "Ctrl Shift ";}
170 .mod14:before {       content: "Ctrl Win ";}
171 .mod23:before {       content: "Alt Shift ";}
172 .mod123:before {      content: "Ctrl Alt Shift ";}
173 .kp:before {          content: "Keypad ";}
174 /* Variants *without* space after them (yes, these are needed!) */
175 .mod1n:before {       content: "Ctrl";}
176 .mod2n:before {       content: "Alt";}
177 .mod3n:before {       content: "Shift";}
178 .mod4n:before {       content: "Win";}
179 .mod12n:before {      content: "Ctrl Alt";}
180 .mod13n:before {      content: "Ctrl Shift";}
181 .mod14n:before {      content: "Ctrl Win";}
182 .mod23n:before {      content: "Alt Shift";}
183 .mod123n:before {     content: "Ctrl Alt Shift";}
184 /* Automagic translation for Mac based display */
185 .mac .mod1:before {   content: "Cmd ";}
186 .mac .mod2:before {   content: "Ctrl ";}
187 .mac .mod3:before {   content: "Shift ";}
188 .mac .mod4:before {   content: "Opt ";}
189 .mac .mod12:before {  content: "Cmd Ctrl ";}
190 .mac .mod13:before {  content: "Cmd Shift ";}
191 .mac .mod14:before {  content: "Cmd Opt ";}
192 .mac .mod23:before {  content: "Ctrl Shift ";}
193 .mac .mod123:before { content: "Cmd Ctrl Shift ";}
194 /* No space variants (Mac based) */
195 .mac .mod1n:before {  content: "Cmd";}
196 .mac .mod2n:before {  content: "Ctrl";}
197 .mac .mod3n:before {  content: "Shift";}
198 .mac .mod4n:before {  content: "Opt";}
199 .mac .mod12n:before { content: "Cmd Ctrl";}
200 .mac .mod13n:before { content: "Cmd Shift";}
201 .mac .mod14n:before { content: "Cmd Opt";}
202 .mac .mod23n:before { content: "Ctrl Shift";}
203 .mac .mod123n:before {content: "Cmd Ctrl Shift";}
204