-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.css
87 lines (74 loc) · 1.09 KB
/
index.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
h1 {
font-family: "Arial Black";
font-size: 24pt;
text-align: center;
}
body {
font-family: "Arial";
font-size: 10pt;
margin: 40px auto;
background-color: #ffffff;
max-width: 800px;
}
img {
padding: 0;
margin: 0;
display: block;
vertical-align: top;
}
.container {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
width: 100%;
padding: 0;
margin: 0;
}
.row {
border: 1px solid black;
border-collapse: collapse;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
padding: 0;
margin: 0;
}
.row:not(:first-child) {
margin-top: -1px;
}
.sideimage {
flex-basis: 100px;
}
.viewer-list {
flex-basis: auto;
}
code {
font-size: 10pt;
font-style: bold;
}
.name {
display: block;
font-family: "Arial Black";
font-size: 16pt;
font-style: bold;
margin: 5px 10px;
}
.name a {
text-decoration: none;
}
.name2 {
display: block;
font-family: "Arial Black";
font-size: 12pt;
font-style: bold;
margin: 5px 10px;
}
.name2 a {
text-decoration: none;
}
.desc {
display: block;
margin: 5px 10px 8px 10px;
}