-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwordle_stylesheet.css
89 lines (86 loc) · 1.23 KB
/
wordle_stylesheet.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
.output-containers {
border: 1px solid black;
border-radius: 10px;
min-height: 500px;
max-height: 500px;
overflow-y: auto;
overflow-x: hidden;
}
h2{
text-align: center;
}
h3{
color: #D62929;
}
#selection{
border: 1px solid #D62929;
border-radius: 10px;
box-shadow: 0 0 5px rgb(0,0,0,.5);
min-height: 150px;
min-width: 450px;
/* overflow: auto; */
}
.selectiongroup{
margin-left: 10px;
}
.selectiongroup ul{
overflow: hidden;
}
.dropdown-menu{
width: max-content !important;
}
.selectiongroup ul li .btn{
text-align: left;
}
.changeword{
position: relative;
}
#changebtn{
position: absolute;
top: 20px;
right: 60px;
}
.wordlebtn{
margin-top: 10px;
}
.categorybtn{
text-align: left;
float: left;
margin-right: 5px !important;
margin-left: 5px !important;
}
.category-label{
color: black;
background-color: #FFF;
width: 100%;
border-color: #FFF;
padding: 3px;
}
#association-container{
height: 480px;
}
#output-button{
margin-left: 63px;
}
#category-button{
margin-left: 98px;
}
#scalefactor{
margin-left: 60px;
}
#language{
margin-left: 26px;
}
#wordle-container{
max-height: 450px;
max-width: 900px;
}
#wordnumber{
max-width: 500px;
}
.step2buttons{
margin-top: 10px;
}
#ignored{
max-width: 500px;
}