]> git.donarmstrong.com Git - qmk_firmware.git/blob - tmk_core/protocol/lufa/LUFA-git/LUFA/StudioIntegration/HV1/lufa_studio_help_styling.css
0b6ccbd8c1c52a836151526d35169b98b7460181
[qmk_firmware.git] / tmk_core / protocol / lufa / LUFA-git / LUFA / StudioIntegration / HV1 / lufa_studio_help_styling.css
1 /*
2              LUFA Library
3      Copyright (C) Dean Camera, 2013.
4
5   dean [at] fourwalledcubicle [dot] com
6            www.lufa-lib.org
7 */
8
9 .programlisting {
10         display: block;
11         margin-left: 15px;
12         padding: 10px;
13         background-color: #f4f4f4;
14         border: 1px solid #aaaaaa;
15         font-family: "Consolas", "Courier New", sans-serif;
16  }
17
18  code {
19         background-color: #f4f4f4;
20         font-family: "Consolas", "Courier New", sans-serif;
21  }
22
23 .note, .warning, .tip {
24         display: block;
25         margin-left: 15px;
26         padding-left: 10px;
27         padding-bottom: 5px;
28         background-color: #f4f4f4;
29         border: 1px solid #aaaaaa;
30 }
31
32 table {
33         border: 1px solid #aaaaaa;
34         border-collapse: collapse;
35         margin-left: 15px;
36         font-size: 10pt;
37 }
38
39 table thead {
40         background-color: #f4f4f4;
41 }
42
43 table thead th {
44         padding: 5px;
45 }
46
47 table tbody td {
48         padding: 5px;
49 }
50
51 ul {
52         padding-left: 20px;
53 }