forked from Mishcatt/VTF-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vtf.css
90 lines (90 loc) · 1.62 KB
/
vtf.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
body {
background-color: #b3b3b3;
text-align: center;
}
.createsetting {
display: inline-block;
}
.setting {
display: inline-block;
width: 180px;
}
.setting form {
text-align: left;
}
#resolutionNotice {
color: #888888;
display: block;
visibility: visible;
}
#brightnessform {
text-align: center;
}
#contentWrapper {
background: url("img/bg.gif");
background-position: 0 0;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #c4c4c4;
border-right: 1px;
border-right-style: solid;
border-right-color: #c4c4c4;
border-left: 1px;
border-left-style: solid;
border-left-color: #a4a4a4;
border-top: 1px;
border-top-style: solid;
border-top-color: #a4a4a4;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin-left: auto;
margin-right: auto;
width: 1024px;
height: 1020px;
}
#mipmaps {
margin-left: auto;
margin-right: auto;
}
#mipmaps canvas {
background: url("img/bg.gif");
background-position: 0 0;
border-bottom: 1px;
border-bottom-style: solid;
border-bottom-color: #c4c4c4;
border-right: 1px;
border-right-style: solid;
border-right-color: #c4c4c4;
border-left: 1px;
border-left-style: solid;
border-left-color: #a4a4a4;
border-top: 1px;
border-top-style: solid;
border-top-color: #a4a4a4;
}
.mipmapElement {
margin-top: 20px;
}
.input {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#canvas {
position: absolute;
top: 0;
left: 0;
}
#tempCanvas {
visibility: hidden;
}
#outputFilename:invalid {
background-color: pink;
}
#videoImporter{
}