forked from zhaozg/lua-openssl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.ldoc.css
More file actions
43 lines (37 loc) · 703 Bytes
/
.ldoc.css
File metadata and controls
43 lines (37 loc) · 703 Bytes
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
/* custom.css */
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
}
table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
background-color: white;
}
th, td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #0056b3;
color: white;
font-weight: 600;
font-size: 1.1em;
}
tr:hover {
background-color: #f1f5f9;
}
.function-name {
font-weight: bold;
color: #0056b3;
font-family: monospace;
}
.function-desc {
color: #444;
font-size: 0.95em;
}