-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathstyle.css
85 lines (67 loc) · 880 Bytes
/
style.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
body {
margin-left: 50px;
margin-right: 50px;
margin-top: 10px;
}
.navbar-item {
font-size: 25px;
border-right: 2px solid #eee;
}
.show {
display: block;
}
.hide {
display: none;
}
nav {
margin-bottom: 20px;
}
.searchbar {
margin-bottom: 10px;
}
.headline {
color: #2cb0ff;
}
.lgd-color {
color: #2cb0ff;
}
.engineSearchIcon {
font-size: 15px;
vertical-align: baseline;
color: #dedede;
cursor: pointer;
}
.modal-content {
width: 80%;
}
.patreon {
position: absolute;
top: 20px;
right: 20px;
width: 180px;
border-bottom: solid 0px black;
transition: all 0,5s;
}
.patreon:hover {
top: 18px;
border-bottom: solid 2px black;
}
td {
vertical-align: middle !important;
}
th {
cursor: pointer;
}
a {
color: #2cb0ff !important;
}
.screenshot {
height: 100px;
}
html {
max-width: 1000px;
margin: auto;
}
table img {
cursor: pointer;
}