aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/static/css/pne-manual.css
blob: 19f1ba0b977b423e2973826ece0c208550488b32 (plain) (blame)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* global */

div.pne-manpage {
  font-size: 1.1em;
}

.pne-manual-topnav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 4px;
}

div.pne-manpage h2 {
  color: #111;
  border-bottom: 1px solid #111;
}

div.pne-manpage ul,ol {
  padding-left: 2em;
}
div.pne-manpage li {
  margin-top: .4em;
}
div.pne-manpage ol li {
  list-style: decimal;
  margin-top: 1em;
}


div.pne-manpage tt {
  font-family: monospace;
  font-size: 1.1em;
  color: #040;
  font-style: italic;
}

div.pne-manpage div.code {
  font-family: monospace;
  font-size: 1.0em;
  padding: 0 1em;
  border: 1px solid #ccc;
  background: #eee;
  margin: 0;
}

div.pne-manpage div.code span.prompt {
  color: #609;
}

div.pne-manpage div.code tt {
  font-style: normal;
  font-size: 1.0em;
  color: #00f;
}

div.pne-manpage div.code p {
  line-height: 125%;
  margin: 1em 0;
  padding: 0;
}

/* main */

div#pne-main h2 {
  font-size: 1.4em;
  color: black;
  font-weight: bold;
  border: 0;
  margin: 0;
  padding: 0;
}
div#pne-main h3 {
  font-size: 1.1em;
  color: #555;
  font-style: italic;
}
div#pne-main h4 {
  color: #888;
  margin-top: 2em;
  font-weight: bold;
}
div#pne-main ul {
  padding-left: 2em;
}
div#pne-main ul li {
  list-style: square;
}
div#pne-main p#version-notice {
  font-size: 88%;
  color: #333;
  margin-top: 2em;
  border-top: 1px solid #ccc;
}

/* configuration-guide */

table#opts {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  margin: 2em 0 1em 0;
}
table#opts td, table#opts th {
  padding: 4px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table#opts td {
  font-family: monospace;
}
table#opts td.desc {
  font-family: Verdana, sans-serif;
}
table#opts th {
  text-align: left;
  font-weight: bold;
}
table#opts td.rowhead {
  padding-top: 1em;
  font-style: italic;
  color: #222;
  border-bottom: 1px solid #222;
}

/* changelog */

div#pne-changelog h2 {
  margin-top: 2em;
}

div#pne-changelog h3 {
  font-weight: bold;
  padding-left: 1em;
  margin: 1em 0;
}

div#pne-changelog ul {
  padding-left: 3em;
}