forked from letsgamedev/gamesengine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (49 loc) · 692 Bytes
/
style.css
File metadata and controls
61 lines (49 loc) · 692 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
60
61
body {
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
}
.searchbar {
margin-bottom: 10px;
}
.headLine {
color: #ff2b56;
}
.engineSearchIcon {
font-size: 15px;
vertical-align: baseline;
color: #efefef;
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;
}
a {
color: #ff2b56 !important;
}
.screenshot {
height: 100px;
}
html {
max-width: 1000px;
margin: auto;
}
table img
{
cursor: pointer;
}