forked from leesue630/tree-to-sml-converter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
121 lines (101 loc) · 1.6 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
marquee {
color: white;
}
#input_table {
border: 2px solid green;
font-family: monospace;
color: gray;
margin: 10px;
}
.form {
padding: 5px;
margin: 10px;
}
td {
min-width: 50px;
}
#depth_form {
border: 2px solid green;
}
.gif-mq {
position: absolute;
width: 5%;
height: 80px;
}
.btn {
background-color: green;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
/* Style the tab */
.tab {
overflow: hidden;
background-color: #f1f1f1;
}
.error-text {
color: red;
}
.sml-box {
box-sizing: border-box;
font-family: monospace;
border: 1px solid blue;
padding: 5px;
width: 95%;
text-align: center;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
float: center;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
color: black;
}
/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}
/* Style the tab content */
.tab-content {
display: none;
padding: 6px 12px;
text-align: center;
color: gray;
}
.left-inner {
display: inline-block;
text-align: left;
}
.div-cell {
display: inline-block;
border: 1px solid lightgray;
min-width: 75px;
}
.type-p {
width: 400px;
}
.shrub-div {
width: 150px;
}
.rose-div {
width: 130px;
}
.valid-cell {
border: 2px solid green;
}
.base-cell {
border: 1px solid lightgray;
}