-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (65 loc) · 1.01 KB
/
style.css
File metadata and controls
76 lines (65 loc) · 1.01 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
*{
padding: 0;
margin: 0;
}
ul{
list-style-position: inside;
}
iframe{
width: 100%;
height: 100%;
}
pre {
white-space: pre-wrap; /* CSS 3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
textarea{
position: absolute;
width: 100%;
height: 100%;
}
.flowleft{
float: left;
}
.left{
position: absolute;
left: 0;
width: 200px;
min-height: 100px;
overflow: hidden;
}
.top{
position: absolute;
left: 200px;
right: 100px;
overflow: auto;
height: 50%;
top: 0;
border: 1px solid black;
}
.bottom{
position: absolute;
left: 200px;
right: 100px;
overflow: auto;
height: 50%;
top: 50%;
}
.right{
position: absolute;
right: 0;
width: 100px;
min-height: 100px;
}
.submission .submits{
position: absolute;
bottom: 0;
right: 0;
z-index: 100;
}
.session_closer input{
background-color: yellow;
}