Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nginx
GitHub Repository: nginx/nginx.org
Path: blob/main/css/style_he.css
1 views
1
body {
2
background: white;
3
color: black;
4
font-family: sans-serif;
5
line-height: 1.4em;
6
text-align: center;
7
margin: 0;
8
padding: 0;
9
}
10
11
#banner {
12
background: black;
13
color: #F2F2F2;
14
line-height: 1.2em;
15
padding: .3em 0;
16
box-shadow: 0 5px 10px black;
17
}
18
19
#banner a {
20
color: #00B140;
21
}
22
23
#main {
24
text-align: left;
25
margin: 0 auto;
26
min-width: 32em;
27
max-width: 64em;
28
}
29
30
#menu {
31
float: right;
32
width: 11em;
33
padding: 0 .5em 1em .5em;
34
border-left: 2px solid #DDD;
35
}
36
37
#content {
38
margin-right: 13.5em;
39
padding: 0 .2em 0 1.5em;
40
}
41
42
h1 {
43
display: block;
44
font-size: 3em;
45
text-align: left;
46
height: .7em;
47
margin: 0;
48
margin-bottom: .5em;
49
}
50
51
h1 img {
52
width: 100%;
53
}
54
55
h2 {
56
text-align: center;
57
}
58
59
p {
60
text-align: justify;
61
}
62
63
pre {
64
text-align: left;
65
direction: ltr;
66
}
67
68
code {
69
direction: ltr;
70
unicode-bidi: embed;
71
}
72
73
.ltr {
74
direction: ltr;
75
unicode-bidi: embed;
76
}
77
78
table.news p {
79
margin-top: 0;
80
}
81
82
table.news td {
83
vertical-align: baseline;
84
}
85
86
table.news .date {
87
text-align: right;
88
padding-right: 0.5em;
89
white-space: nowrap;
90
}
91
92
table.donors td {
93
vertical-align: baseline;
94
}
95
96
table.donors li {
97
text-align: left;
98
}
99
100
div.directive {
101
background: #F2F2F2;
102
line-height: 1em;
103
margin: 1em 0 1em -1em;
104
padding: .7em .7em .7em 1em;
105
border-top: 2px solid #DDD;
106
}
107
108
div.directive th {
109
padding-left: 0;
110
padding-right: .5em;
111
vertical-align: baseline;
112
text-align: left;
113
font-weight: normal;
114
}
115
116
div.directive td {
117
vertical-align: baseline;
118
}
119
120
div.directive pre {
121
padding: 0;
122
margin: 0;
123
}
124
125
div.directive p {
126
margin: .5em 0 0 .1em;
127
font-size: .8em;
128
}
129
130
a.notrans {
131
color: gray;
132
text-decoration:none;
133
}
134
135
span.initial {
136
font-size: 200%;
137
float: left;
138
padding-right: 10pt;
139
}
140
141
ul, ol {
142
margin: .5em 0 1em 1em;
143
padding: 0 .5em;
144
}
145
146
ol {
147
list-style-position: inside;
148
}
149
150
li {
151
text-align: justify;
152
padding: .5em 0 0 1px;
153
}
154
155
.compact li {
156
padding-top: 0;
157
}
158
159
dl {
160
margin: .5em 0 1em 0;
161
}
162
163
dt {
164
margin: .5em 0;
165
}
166
167
.compact dt {
168
margin-bottom: .2em;
169
}
170
171
dd {
172
margin-left: 1.5em;
173
padding-left: 1px;
174
text-align: justify;
175
}
176
177
td.list {
178
background: #F2F2F2;
179
}
180
181
blockquote {
182
margin: 1em 0 1em 1em;
183
padding: .5em;
184
}
185
186
li blockquote, dd blockquote {
187
margin: .7em 0;
188
}
189
190
blockquote.note {
191
border: 1px dotted #999;
192
line-height: 1.2em;
193
text-align: justify;
194
}
195
196
blockquote.example {
197
line-height: 1em;
198
border-left: 1px solid #BBB;
199
}
200
201
blockquote.example pre {
202
padding: 0;
203
margin: 0;
204
}
205
206
sup {
207
font-size: 50%;
208
}
209
210
.video {
211
position: relative;
212
padding-bottom: 56.25%;
213
overflow: hidden;
214
}
215
216
.video iframe, .video object, .video embed {
217
position: absolute;
218
top:0;
219
left:0;
220
width:100%;
221
height:100%;
222
}
223
224