-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle 2.css
More file actions
59 lines (56 loc) · 832 Bytes
/
style 2.css
File metadata and controls
59 lines (56 loc) · 832 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body {
margin: 0;
padding: 0;
font-family: sans-serif;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
h1{
width:100%;
position: fixed;
text-align: center;
z-index:100;
font-size:15px;
}
.full-width{
width: 8000px;
transition: width 0.2s;
}
.header{
padding-top:2rem;
border-bottom: 1px solid #cfcfcf;
}
.timeline{
padding-bottom: 50vh;
}
table {
margin: autor;
text-align: left;
position: relative;
border-collapse: collapse;
}
th, td {
padding: 0rem;
}
th {
background: white;
position: sticky;
top: 0;
}
#zoom{
position:fixed;
padding: 2rem;
bottom: 0;
left: 0;
z-index: 100;
}
#image-cover{
position: fixed;
width: 100vw;
height: 100vh;
z-index:10;
}