-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.css
79 lines (63 loc) · 956 Bytes
/
demo.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
html {
font-family: arial, sans-serif;
font-size: 2.5vmin;
}
body {
margin: 0px;
}
.notebooktabrow {
background-color: oldlace;
}
.notebooktab {
min-width: 10%;
}
.notebookpage {
overflow: auto;
padding: 2.5vmin;
}
h1 {
text-align: center;
margin-top: 0px;
}
p {
margin: 1vmin 0;
}
.panel {
text-align: center;
width: 50%;
}
.paneltitle {
margin: 0.5vmin;
font-weight: bold;
}
.spincontrol {
display: inline-block;
background-color: ivory;
margin: 0.5vmin;
}
.listbox, .dropdown {
width: 50%;
margin:auto;
font-size: 1rem;
}
textarea {
display: block;
height: 90vh;
width: 90%;
margin: auto;
}
#usertext {
height: 25vh;
width: 50%;
}
.button, .imagebutton, .togglebutton {
font-size: 1rem;
padding: 0px;
margin: 0.5vmin 2vmin;
}
.imagebutton > img {
height: 5vmin;
}
.userfilebutton > img {
border: 1px solid red;
}