-
Notifications
You must be signed in to change notification settings - Fork 0
/
scriptingLand.css
93 lines (80 loc) · 1.29 KB
/
scriptingLand.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
body {
overflow-y: scroll;
font: small/1.5em Verdana, Geneva, Arial, sans-serif;
}
div#allcontent {
width: 1140px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
header h3 {
text-align:right;
}
div#content {
margin: 20px 0px 20px 0px;
}
nav {
float: left;
width: 170px;
background-color: #003a63;
color: #eaeaea;
text-align: center;
font-size: 1.4em;
padding: 0px;
}
nav ul {
list-style-type: none;
margin: 0px;
padding: 0px;
border: 1px solid white;
}
nav li {
padding: 10px 0px 10px 0px;
border: 1px solid white;
}
nav ul li a:link, nav ul li a:visited {
color: #eaeaea;
border-bottom: none;
text-decoration: none;
}
section#main {
margin-left: 190px;
}
article {
margin-bottom: 55px;
padding: 10px 10px 25px 10px;
border-bottom: dotted 1px black;
}
article header {
padding: 3px;
font-size: 1.1em;
font-weight: bold;
border-bottom: solid 1px black;
margin-left: 55px;
}
article .postLogo {
float:left;
margin-right: 10px;
}
footer {
text-align: center;
font-size: 0.8em;
}
.code {
font: 1.1em/1.3em "Courier New", monospace;
background-color: #003a63;
color: #eaeaea;
padding: 1px 5px;
}
p.code {
margin-left: 50px;
margin-right: 250px;
padding: 5px 5px 5px 15px;
}
time {
font-style: italic;
padding: 0px;
float: right;
}