-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject.css
More file actions
153 lines (121 loc) · 2.04 KB
/
project.css
File metadata and controls
153 lines (121 loc) · 2.04 KB
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
144
145
146
147
148
149
150
151
152
153
@import "https://eclipse.dev/eclipse.org-common/themes/solstice/public/stylesheets/astro.min.css?v0.0.272";
@import "https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
.breadcrumbs-default-margin {
margin-bottom: 5px;
}
.header_nav {
padding-bottom: 5px;
}
#copyright {
padding-left: 0;
}
img {
max-width: 100%;
}
th,
td {
border: 1px solid black;
padding: 0.2ex 1em;
}
th {
text-align: center;
}
td {
text-align: left;
}
tr:nth-child(2n) {
background-color: seashell;
}
li p {
margin: 0;
}
table {
border: 1px solid black;
border-collapse: collapse;
margin-bottom: 2ex;
}
#table-of-contents {
padding: 0;
margin: 0;
margin-left: 0.5em;
}
.tl1 {
margin-left: 0em;
font-size: 90%;
}
.tl2 {
margin-left: 0.5em;
font-size: 85%;
}
.tl3 {
margin-left: 1.0em;
font-size: 80%;
}
.tl4 {
margin-left: 1.5em;
font-size: 75%;
}
.tl5 {
margin-left: 2.0em;
font-size: 75%;
}
.tl6 {
margin-left: 2.5em;
font-size: 75%;
}
#toc {
float: right;
position: sticky;
top: 0;
margin-top: 1.5em;
}
#toc .sideitem {
padding: 0.5em 0.5em;
margin-bottom: 0;
}
#toc h2 {
margin-bottom: 0.5em;
padding-bottom: 0.0em;
}
#toc #table-of-contents {
max-height: 66vh;
overflow-y: auto;
}
#toc a
{
color: inherit;
}
details>summary {
margin-bottom: 0.5em;
}
details>summary::before {
content: '▷️ ';
color: orange;
}
details[open]>summary::before {
content: '◢ ';
color: orange;
}
:target {
border-style: solid;
border-width: 1px;
}
#edit-markdown-link {
display: block;
margin-bottom: 1em;
}
.zoom {
background-color: white;
transition: transform .2s;
max-width: 2.5em;
margin: .2em;
}
.zoom:hover {
transform: scale(2);
/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.news-link {
border-style: solid;
border-width: 1pt;
border-color: firebrick;
}