-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (107 loc) · 2.5 KB
/
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
select, #defdefinedvar, #defsplits, #defcomment, #defaultvid, #key, #game, #definedvar, #splits, #commentarea, #date, #videolink, #defdate {
width:80%;
box-sizing:border-box;
margin-top:10px;
border-radius: 10px;
border: 1px;
background-color: rgb(224, 220, 220);
}
#defcomment {
width: 100%
}
.runtime {
width:13%;
height:15px;
border:0px;
background-color:rgba(255, 255, 255, 0.819);
border-radius:10px
}
#splits:invalid, #defsplits:invalid {
background-color: rgb(250, 137, 137);
}
#realtimemdiv, #realtime_noloadsmdiv, #ingamemdiv, #defrealtimemdiv, #defrealtime_noloadsmdiv, #defingamemdiv {
margin-top:10px;
margin-bottom:0px;
width:70%;
}
#defrealtimemdiv, #defrealtime_noloadsmdiv, #defingamemdiv {
width:100%;
}
#realtime, #realtime_noloads, #ingame, #defrealtime, #defrealtime_noloads, #defingame{
display:flex;
padding:4px;
background-color:rgb(224, 220, 220);
border-radius:10px
}
#realtimems:disabled, #realtime_noloadsms:disabled, #ingamems:disabled, #defrealtimems:disabled, #defrealtime_noloadsms:disabled, #defingamems:disabled {
background-color:rgb(137, 137, 137);
}
.defaultdiv {
width: 24.5%;
margin-right:0.5%;
}
.timelbl {
margin-left: 4px;
margin-right: 6px;
}
#catlvl, #variables, #platcom, #time {width: 25%}
#platforms, #key, #game, #defaultvid, #defaultlvlst, #defaultlvlen, #defaultcat {width:100%}
#platcom {
display:flex;
flex-direction: column;
}
button {
height: 30px;
margin-top:10px;
border-radius: 5px;
border: solid black 1px;
background-color: rgb(224, 220, 220);
}
button:hover {
height: 30px;
margin-top:10px;
border-radius: 5px;
border: solid black 1px;
background-color: rgb(206, 205, 205);
}
button:active {
height: 30px;
margin-top:10px;
border-radius: 5px;
border: solid black 1px;
background-color: rgb(190, 187, 187);
}
button:disabled {
height: 30px;
margin-top:10px;
border-radius: 5px;
border:1px;
background-color: rgb(234, 233, 233);
font-weight: lighter;
}
.runwrapdiv {
display:flex;
}
#definedvar, #splits, #commentarea, #videoh3 {
margin-bottom: 0px;
margin-top: 10px;
}
#catlb, #varh3, #plath3, #timeh3 {
margin-bottom: 0px;
margin-top: 0px;
}
.invisible {
display:none;
width:0px;
height:0px;
}
.runinvisible {
display:none;
width:0px;
height:0px;
}
h1 sub {
vertical-align: sub;
font-size: 12px;
font-family: 'Times New Roman', Times, serif;
}