-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
89 lines (85 loc) · 1.37 KB
/
default.css
File metadata and controls
89 lines (85 loc) · 1.37 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
/*
Document : default
Created on : Feb 1, 2012, 7:16:44 PM
Author : aclear16
*/
html {
height: 100%;
width: 100%;
background-color: #F5E78B;
}
body {
margin: 10px;
padding: 0;
height: 100%;
width: 100%;
display: inline;
font-family: "verdana"
}
div#head {
height: 50px;
float:top;
background-color: #F5E78B;
text-indent: 70px;
color: #800000;
white-space:nowrap;
width: 100%;
border-bottom: solid;
border-color: #800000;
}
div#nav {
float:left;
background-color: #F5E78B;
height: 100%;
text-indent: 0px;
width: 12%;
white-space:nowrap;
}
div#nav ul {
list-style-type: none;
padding-left: 10px;
margin-left: 10px;
}
div#content {
float: left;
width: 87.5%;
border-left: solid;
border-color: #800000;
text-indent: 10px;
height: 100%;
background-color: white;
}
div#display {
text-align: center;
border-bottom: solid;
border-color: #800000;
height: 200px;
}
div#display p {
text-align: left;
}
div#psuedocode {
float: left;
width: 50%;
}
div#psuedocode ul {
padding-left: 10px;
margin-left: 10px;
font-family: "Courier New";
font-size: 15px;
}
div#summary {
text-align: left;
text-indent: 5px;
float: right;
width: 49%;
height: 100%;
border-left: solid;
border-color: #800000;
}
div#summary ol {
padding-left: 0px;
margin-left: 40px;
list-style-type: decimal;
display: list-item;
}