-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
85 lines (85 loc) · 1.36 KB
/
index.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
/*
Australian Antarctic Data Centre site styles
*/
h1 a,
h2 a,
h3 a {
color: inherit;
display: block;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
text-decoration: none;
}
.is_anonymous .show_authenticated,
.is_authenticated .show_anonymous {
display: none;
}
#site_header {
background: #07090c url("/components/images/header.jpg") repeat-x -200px -80px;
border-radius: 0 24px 0 0;
padding: 0;
}
#site_title_div {
padding: 12px 12px 12px 18px;
}
#site_title_div a {
color: #fff;
text-shadow: #04080f 0 0 0.3em;
}
#site_title_div a:hover {
color: #e6ecf8;
text-decoration: none;
}
#site_title {
font-size: 3em;
font-weight: bold;
letter-spacing: -0.025em;
line-height: 0.9em;
margin: 0;
padding: 0;
}
#site_subtitle {
font-size: 1.7em;
font-weight: 700;
letter-spacing: -0.025em;
margin: 0;
padding: 0;
}
#header_menu {
margin: 0;
}
#header_menu.navbar-default {
background-color: transparent;
background-image: none;
border: 1px solid transparent;
box-shadow: none;
}
#header_menu li {
background-color: rgba(0,0,0,0.75);
}
#header_menu a {
color: #fff;
font-weight: bold;
text-shadow: none;
}
#header_menu a:hover {
color: #e6ecf8;
text-decoration: none;
}
.pre-wrap {
white-space: pre-wrap;
}
/*
Bootstrap fixes
*/
.btn-toolbar {
margin-bottom: 10px;
}
/*
OpenLayers fixes
*/
img.olTileImage {
max-width: none;
}