-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_randomizer.css
112 lines (94 loc) · 1.49 KB
/
styles_randomizer.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
html, body {margin: 0; height: 100%; overflow: hidden}
body {
background-color: #4d8b31;
margin: 2px;
padding: 0;
}
main {
margin: 0;
padding: 0;
}
h1 {
margin-top: 0vh;
padding: 0;
text-align: center;
font-size: 6vh;
color: #ebebeb;
font-family: "Lucida Grande"
}
@media (max-width:1200px){
h1 {
font-size: 4.5vh;
}
}
.randomizer {
//background-color: grey;
margin-left: auto;
margin-right: auto;
width: 90vw;
max-width:1200px;
margin-top:0;
padding-top:4vh;
}
.title-section {
width:99%;
margin:3px 7px;
//background-color:red;
height:10vh;
display:inline-block;
}
.controls {
//background-color:blue;
height:10vh;
width:100%;
margin:0 0%;
padding:0;
}
#buttonRand, #buttonDelete, #animations-toggle {
width: 31.5%;
height: 100%;
margin: 0 0.5%;
font-size: 3vh;
vertical-align: top;
border-radius: 15px;
}
@media (max-width:1200px){
#buttonRand, #buttonDelete, #animations-toggle {
font-size: 2.5vh;
}
}
#buttonRand, #buttonDelete {
color: #1e212b;
}
#animations-toggle {
color: #4d8b31;
}
#animLabel {
width:20%;
height:80%;
//background-color:red;
font-size: 3vh;
}
.text-entry {
height:70vh;
margin:0;
padding:0;
}
#textbox {
width:99.5%;
height:65vh;
margin-top: 2%;
margin-bottom: 0;
margin-left: -0.5%;
margin-right: 0;
padding:0 0;
font-size:5vh;
text-align: center;
color: #1e212b;
}
@media (max-width:1200px){
#textbox {
font-size: 4vh;
height:59vh;
}
}