forked from json-ld/json-ld.org
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsite.css
124 lines (100 loc) · 1.33 KB
/
site.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
/* JSON-LD CSS */
@font-face {
font-family: "aller-bold";
src: url("fonts/Aller_Bd.ttf");
}
* {
margin: 0;
padding: 0;
}
html {
}
body {
color: #333;
background-color: #fff;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 16px;
}
a {
color: #3b5998;
text-decoration: none;
outline-style: none;
}
a:hover, a:active {
text-decoration: underline;
}
h1 {
font-size: 2.0em;
font-family: "aller-bold", Georgia, Serif;
}
p {
margin: 10px 0;
/*font-family: "Georgia", Times, serif;*/
}
.tagline {
font-style: italic;
font-family: Georgia, serif;
font-size: 2em;
margin: 20px;
}
.breadcrumbs {
margin: 12px 12px;
}
ul {
margin: 0 2em;
}
.hidden {
display: none;
}
.banner {
float: left;
}
#header {
position: relative;
height: 80px;
color: #fff;
background-color: #593b98;
}
#header>div {
width: 960px;
margin: 0 auto;
}
#header h1 {
position: relative;
float: right;
margin-top: 25px;
margin-right: 25px;
font-size: 32px;
}
#header a {
color: #fff;
}
#content {
width: 960px;
margin: 0 auto;
padding: 10px 10px;
}
#footer {
width: 960px;
margin: 20px auto 0;
color: #bbb;
border-top: 1px solid #ccc;
}
#footer p {
margin: 10px;
font-size: 0.8em;
}
#copyright {
float: left;
}
#copyright a {
color: #aaa;
}
#legal {
float: right;
}
.box {
margin-bottom: 20px;
padding: 20px;
border-bottom: 1px solid #ddd;
}