-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocbody.css
More file actions
96 lines (94 loc) · 1.65 KB
/
docbody.css
File metadata and controls
96 lines (94 loc) · 1.65 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
89
90
91
92
93
94
95
96
body {
margin-top: 1.0em;
background-color: #f8fcfc;
background-image:url("../img/background.png");
background-position: top;
background-repeat: repeat-x;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
color: #000000;
line-height: 1.35em;
width: 100%;
height: 100%;
}
#container {
margin: 0 auto;
width: 950px;
height:100%;
}
.sidebar {
position: absolute;
width: 260px;
}
.logo {
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 40px;
}
.logo a {
text-decoration: none;
}
a img{
border: none;
}
.blurb h2{
font: 18px "Georgia","Palatino","Times New Roman","Times";
font-style: italic;
padding-top: 10px;
}
.download {
margin-top: 20px;
background: #fff;
padding:30px;
width: 100px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: solid 1px #2e3436;
}
.download ul {
list-style: none;
padding: 0;
margin: 0;
}
a {
font-weight: bold;
text-decoration: none;
color: #070e31;
}
a:hover {
text-decoration: underline;
}
.header {
margin-left: 290px;
padding-top: 15px;
padding-bottom: 15px;
display: inline-block;
font-weight: bold;
}
.header a{
text-decoration: none;
margin-right: 20px;
color: #070e31;
}
.header a:visited {
color: #04091e;
}
.header a.active {
color: #a40000;
}
.header a:hover {
text-decoration:underline;
}
.content {
margin-left: 305px;
width: 620px;
}
.example {
font-weight: bold;
text-decoration: none;
color: #070e31;
cursor: pointer;
}
.example:hover{
text-decoration: underline;
}