forked from GleammerRay/INTERLINKED
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.topserverstyle.css
97 lines (97 loc) · 1.91 KB
/
.topserverstyle.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
88
89
90
91
92
93
94
95
96
97
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700;800&family=Source+Code+Pro:wght@700&display=swap');
body {
background-color: white;
}
.image-cropper {
display: inline-block;
width: 30;
height: 30;
position: relative;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
}
.code {
background-color: lightgray !important;
border-radius: 4px !important;
font-family: 'Source Code Pro', monospace !important;
font-weight: 700 !important;
}
.embed-author {
}
.embed-author-iconurl {
display: block;
margin: 0 auto;
height: auto;
width: 30px;
}
.embed-author-name {
text-decoration: none;
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-weight: 800;
margin: 5;
padding-top: 3px;
padding-left: 7px;
position: absolute;
color: black;
text-decoration: underline;
}
.embed-content {
position: absolute;
}
.embed-status {
margin-top: 5;
margin-bottom: 5;
}
.embed-status-label {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
.embed-status-value {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.embed-topserver {
margin-top: 5;
}
.embed-topserver-title {
margin-top: 5;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: black;
}
.embed-topserver-name {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
.embed-topserver-label {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
}
.embed-topserver-value {
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.embed-footer {
margin: 5
}
.embed-footer-iconurl {
display: block;
margin: 0 auto;
height: auto;
width: 30px;
}
.embed-footer-text {
text-decoration: none;
display: inline-block;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
margin: 5;
padding-top: 1px;
padding-left: 7px;
position: absolute;
color: grey;
}