-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
98 lines (81 loc) · 1.12 KB
/
index.css
File metadata and controls
98 lines (81 loc) · 1.12 KB
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
html, body {
margin: 0;
height: 100%;
min-height: 100%;
font-size: large;
}
textarea {
font-size: 1px;
}
.quarter {
height: 100%;
float: left;
}
.contents {
height: 100%;
width: 100%;
}
.terminal {
height: 94.2%;
font-family: Arial, sans-serif;
font-weight: normal;
padding-top: 0px;
--size: 1.5;
}
.dropdown-menu {
min-width: 150px !important;
}
.container {
height: 100%;
}
.title {
padding: 10px;
padding-bottom: 5px;
}
.title#lambdatitle {
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 20px;
background-color: black;
color: #aaa;
}
.title#turingtitle {
padding-left: 10px;
background-color: #404040;
color: #FFFF;
}
p + ul {
margin-top: -10px;
}
ul + p {
margin-top: -10px;
}
#tape_button,
#multi_tape_button {
margin-top: 25px;
}
#dropdown-button {
margin-top: 25px;
}
#formtitle {
color: #FFFF;
}
#tape_title {
color: #FFFF;
font-size: 25px;
}
#line-break {
padding-bottom: 1px;
}
.tape-row {
height: 60px;
}
@media screen and (max-width: 800px) {
.left {
width: 100%;
}
.right {
display: none;
width: 0%;
}
}