summaryrefslogtreecommitdiff
path: root/share/web_surfaces/css/main.css
blob: 3b330fa36f9e84ed6d10ca17a65e4855ddc6b45a (plain)
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
@font-face {
	font-family: 'junge-regular';
	src: url('junge-regular-webfont.woff') format('woff'),
		 url('junge-regular-webfont.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	font-family: 'junge-regular';
	font-size: 16px;
	height: 100%;
	margin: 0;
}

div {
	box-sizing: border-box;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 2ex 0;
	padding-bottom: .8ex;
}

h2 {
	font-size: 1.3em;
	margin: 2ex 0 1ex 0;
}

#top-bar {
	background: #212a30;
	padding: 4px;
}

#logo {
	height: 36px;
	margin: 8px 8px 0 8px;
}

#content {
	padding: 24px;
}

#index h2 {
	border-bottom: 2px solid #ddd;
}

.surface-list {
	margin-bottom: 6ex;
}

.surface-list > ul {
	list-style-type: none;
}

.surface-list > ul > li {
	margin: 4ex 0;
}