forked from dimkr/literocks
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
107 lines (91 loc) · 1.57 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
body {
color: #000000;
background-color: #dddddd;
}
table.simplelist {
border: none;
}
table.simplelist tr td {
border: none;
}
table {
border-collapse: collapse;
border-top: 1px solid #ccc;
border-right: none;
border-bottom: none;
border-left: 1px solid #ccc;
border-spacing: 0;
}
th {
background-color: #eee;
border-top: none;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: none;
}
td {
padding: 2px;
border-top: none;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: none;
}
pre.programlisting {
padding: 1em;
background-color: #eee;
}
pre.screen {
padding: 1em;
background-color: #eee;
}
span.guimenuitem {
background: #BBD9EF;
white-space: nowrap;
}
span.guibutton {
background: #ddd;
padding: 1px;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
border-right: 1px solid #444;
border-bottom: 1px solid #444;
white-space: nowrap;
}
span.guilabel {
color: #55e;
}
div.chapter {
margin-top: 3em;
background-color: white;
margin: 1em;
padding: 0em 2em 1em 2em;
max-width: 65em;
border-width: 2px;
border-style: solid;
}
div.appendix {
margin-top: 3em;
background-color: white;
margin: 1em;
padding: 0em 2em 1em 2em;
max-width: 65em;
border-colour: red;
border-width: 2px;
border-style: solid;
}
tt.filename {
color: #c00;
}
span.keycap {
background-color: #ddd;
border: 1px solid #888;
white-space: nowrap;
}
span.parameter {
font-style: italic;
color: #44f;
}
span.function {
font-weight: bold;
color: #44f;
}