-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewpoly.css
More file actions
110 lines (107 loc) · 1.76 KB
/
newpoly.css
File metadata and controls
110 lines (107 loc) · 1.76 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
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&family=Roboto+Slab:wght@100..900&display=swap');
@font-face{/*Basic Latin*/
font-family:'Ensign:Serif';
font-style:Normal;
font-weight:400;
unicode-range:u+9-a,u+d,u+20-7e;
src:url('https://classicmc-studios.github.io/mormon/40k00-B7GlI3T4.woff2') format('woff2');
}
.EnsignSerif
{
font-family:'Ensign:Serif',serif;
font-weight: 400;
font-size: 1em;
}
*{
margin:0;
padding:0;
font-family: "Ensign:Serif";
font-weight:300;
line-height: 1.6;
color:#e0e0e0;
text-align: left;
}
body{
position:absolute;
width:100%;
height:100%;
background-color: #121212;
}
.⁋{
font-size:35px;
font-weight:400;
}
.container{
display:grid!important;
position:relative;
margin-left: 10%;margin-right: 10%;
height: 100%;
}
.fixed{
position:fixed;
width:100px;
}
.bar{
position:relative;
overflow-y:hidden;
padding-top:10px;
}
.maya{
font-family: sans-serif;
/* display: inline-flex; */
background-color: #252525;
font-weight:100;
border: 1px solid #3d3d3d;
border-radius:100px;
position:absolute;
padding:5px;
width:90px;
margin-top:70px;
}
.body{
margin-top:80px;
}
.secendum{
margin-left:100px;
}
mark{
border-radius:2px;
padding:2px;
background-color: rgba(91, 197, 219, 0.282);
color:white;
}
.hv{
padding:5px;
font-family: sans-serif;
text-align: center;
font-weight: 500;
}
.maya:hover > .hv{
background-color: #3d3d3d;
border-radius:100px;
}
button:not(.maya){
border: none;
background-color: rgba(0,0,0,0);
color:#e0e0e0;
font-size: 16px;
}
hr{
margin:10px;
border-color: gray;
}
.lay{
margin:5px;
padding:5px;
border:1px solid gray;
}
h1{
font-weight:100;
}
h3{
font-size:28px;
font-weight:900;
}
sup b{
color:grey;
}