Add basic CSS styling to the Atmel Studio integrated help.
[pub/USBasp.git] / LUFA / StudioIntegration / HV1 / lufa_studio_help_styling.css
1 .programlisting {
2 display: block;
3 margin-left: 15px;
4 padding: 10px;
5 background-color: #f0f0f0;
6 border: 1px solid #aaaaaa;
7 font-family: "Consolas", "Courier New", sans-serif;
8 }
9
10 code {
11 background-color: #f0f0f0;
12 font-family: "Consolas", "Courier New", sans-serif;
13 }
14
15 .note {
16 display: block;
17 margin-left: 15px;
18 padding-left: 10px;
19 padding-bottom: 5px;
20 background-color: #f0f0f0;
21 border: 1px solid #aaaaaa;
22 }
23
24 table {
25 border: 1px solid #aaaaaa;
26 border-collapse: collapse;
27 margin-left: 15px;
28 font-size: 10pt;
29 }
30
31 table thead * {
32 background-color: #f0f0f0;
33 }
34
35 table thead th {
36 padding: 5px;
37 }
38
39 table th, td {
40 padding: 5px;
41 }
42
43 ul {
44 padding-left: 20px;
45 }