-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
115 lines (106 loc) · 1.76 KB
/
styles.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
body {
background-color: #151515;
color: #a0a0a0;
}
.txt {
margin: auto;
height: 35vh;
width: 95vw;
background-color: #000000;
color: #fff;
border: 2px solid #303030;
}
.elm_ {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 11px;
}
.roooot {
display: block;
width: 95vw;
margin-top: 10px;
}
.btn {
float: right;
margin: 0;
font-size: 12px;
background-color: #212121;
color: #ffffff;
border: none;
border-radius: 5px;
}
.btn:hover {
background-color: #00ff00;
color: #000000;
font-weight: bold;
}
.opc {
margin-left: auto;
margin-right: auto;
width: 30vw;
font-size: 16px;
padding: 5px 10px;
text-align: center;
color: #a0a0a0;
background-color: #252540;
font-weight: bold;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.subm {
margin-left: auto;
margin-right: auto;
color: #a0a0a0;
width: 20vw;
cursor: pointer;
text-align: center;
font-size: 16px;
font-weight: bold;
padding: 10px 25px;
background-color: #255025;
border: 2px solid #255025;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btnX {
font-size: 12px;
margin: 0;
padding: 5px 15px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
/* border:1px solid blue;*/
}
.file1 {
align-items: center;
height: 20vh;
width: 95%;
background-color: #383838;
position: fixed;
margin-left: auto;
margin-right: auto;
}
#setFile1 {
color: #ff0;
background-color: #404040;
width: 100%;
}
#setFile1:hover {
background-color: #00aa00;
color: #000;
}
.h_2 {
text-shadow: -4px 4px 4px #a0a0a0;
}
@media only screen and (max-width: 600px) {
.opc {
width: 45vw;
}
.subm {
width: 45vw;
}
}