forked from sayofthelor/sz-games.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.css
65 lines (64 loc) · 1.25 KB
/
tools.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
@charset "UTF-8";
/* CSS Document */
body {
background: rgb(35, 35, 35);
color: white;
margin: 0;
min-width: 470px;
font-family: Arial, Helvetica, sans-serif;
}
.NAV {
position: relative;
top: 0;
width: 100%;
height: 50px;
background-color: #1d1d1d;
}
.NAVTXT {
top: -13px;
left: 60px;
position: relative;
float: left;
font-size: 25px;
}
#imageupload {
/* Add your desired styles here */
padding: 10px;
border: 3px solid #575757;
border-radius: 15px;
position: relative;
left: 50%;
transform: translate(-50%, -0%);
top: 10px;
width: 80%;
background-color: #393939;
color: #ffffff;
font-size: 16px;
}
.UPBTN {
border: 3px solid #575757;
top: 15px;
position: relative;
color: white;
left: 50%;
font-size: 15px;
cursor: pointer;
transform: translate(-50%);
background-color: #393939;
border-radius: 15px 15px 0px 0px;
width: 70%;
height: 50px;
}
.tag {
position: relative;
background-color: #575757b5;
width: fit-content;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
border-radius: 15px;
float: left;
left: 65px;
top: -1px;
}