-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpython_exercises.css
More file actions
74 lines (59 loc) · 814 Bytes
/
python_exercises.css
File metadata and controls
74 lines (59 loc) · 814 Bytes
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
Screen {
overflow-y: hidden;
}
ContentSwitcher {
height: 1fr;
}
#script {
min-height: 5;
height: auto;
}
.question {
border: round gray;
padding: 0 1 0 1;
width: 100%;
border-title-align: center;
}
#output {
min-height: 3;
width: 100%;
}
.solution {
border: round black;
height: auto;
}
#tree {
width: 45%;
padding: 1;
}
#viewfile {
border: round brown;
border-title-align: center;
}
#b_tabs {
height: auto;
align: center middle;
}
#submit {
margin: 0 1 1 1;
width: 100%;
}
#quiz_result {
width: 100%;
text-align: center;
}
#rset {
margin: 1 1 1 1;
width: 100%;
}
Button:focus {
text-style: bold;
}
.buttons {
max-height: 1;
border: none;
width: 1fr;
}
RadioButton {
border: none;
}