-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
79 lines (67 loc) · 1.03 KB
/
style.css
File metadata and controls
79 lines (67 loc) · 1.03 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
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#header {
position: absolute;
left: 0;
right: 0;
top: 0;
padding: 0.75em;
}
#header a {
color: #212121;
padding-left: 0.25em;
}
#header #options {
min-width: 200px;
float: left;
}
#header #notice {
min-width: 400px;
text-align: right;
}
#outerwrapper {
height: 100%;
width: 100%;
min-width: 600px;
}
#innerwrapper {
height: 100%;
width: 80%;
padding-left: 10%;
padding-right: 10%;
padding-top: 5%;
display: table;
}
#content {
height: 100%;
float: left;
font-size: 150%;
line-height: 150%;
padding-top: 1em;
padding-bottom: 2em;
}
#content h1, h2, h3, h4, h5, h6 {
line-height: 125%;
}
#editor {
height: 100%;
width: 40%;
float: right;
padding-top: 3em;
}
#editor #writer {
height:80%;
min-height: 800px;
width:100%;
resize: none;
}
#editor #links {
text-align: right;
}
#editor #links a {
color: #212121;
padding-left: 0.25em;
}