-
Notifications
You must be signed in to change notification settings - Fork 0
/
thingy.css
executable file
·116 lines (104 loc) · 1.62 KB
/
thingy.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
116
body{
background-color:#4363ff;
font-family:Comic Sans MS;
/*width:1062px;*/
}
canvas{
float:left;
border-style:solid;
border-width: 1px 4px 4px 1px;
border-color:black;
background-color:white;
display: inline-block;
cursor: crosshair;
}
#screen, #jscreen{
border-width: 0 0 3px 0;
}
img{
border-style:solid;
}
h1{
color:#ffb21b;
text-align:center;
font-size:300%;
margin:auto;
}
b{
color:#52ff43;
}
a{
color:orange;
}
a:hover{
color:yellow;
}
input{
}
button{
margin:auto;
width:360px;
}
.generator{
border-style:solid;
border-width:3px 0px 3px 3px;
position: relative;
top:0px;
left:0px;
}
.options{
min-width:400px;
border-style:solid;
border-width:0px 0px 3px 0px;
padding:6px 10px 6px 10px;
display:block;
}
h3{
margin: auto;
text-align:center;
}
.trigger{
background-color: rgb(0,100,200);
min-width:400px;
border-style:solid;
border-width:0px 0px 3px 0px;
padding:6px 10px 6px 10px;
cursor: default;
display: inline-block;
}
.trigger:hover{
background-color: rgb(0,150,200)
}
.tab{
background-color: rgb(0,100,200);
width:48%;
padding:6px 10px 6px 10px;
cursor: default;
display: inline-block;
}
.tab:hover{
background-color: rgb(0,150,200)
}
table,td{
border-style: solid;
border-width: 3px;
border-color: black;
border-collapse: collapse;
padding: 0px;
}
td{
vertical-align: top;
}
header{
border-style:solid;
border-width:3px 3px 3px 3px;
background-color:#2e39b2;
border-color: #7d5100;
width: 100%;
}
.group{
width:420px;
}
#last{
border-bottom-width: 0;
}