-
Notifications
You must be signed in to change notification settings - Fork 0
/
archiveMI.css
113 lines (99 loc) · 1.97 KB
/
archiveMI.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
/*hide everything until page load so we don't see the page bounce*/
#archivesWrapMain{
display: none;
}
img{
border:none;
}
#top_content{
width: 930px;
margin:auto;
}
/*get rid of CONTENTdm header*/
#headerWrapper {
display: none;
}
#nav_footer{
display: none;
}
/* styles from wordpress site */
#header_wrapper {
min-height: 300px;
width: 100%;
background-position: top center;
margin-bottom: -205px;
background-color: #1E2843;
background-image: url("http://dnr.seekingmichigan.org/wp-content/uploads/2013/01/dnr_header_bg10.png");
background-repeat: repeat-x;
}
#header {
background: url("http://dnr.seekingmichigan.org/wp-content/themes/cold-child/images/dnr-header-lakes.png") no-repeat scroll 30% 0 transparent;
margin: 0 auto;
min-height: 150px;
width: 990px;
}
#logo {
width:300px;
float: left;
}
#header_nav {
margin: 30px 0;
}
#header_info {
font-size: 14px;
text-align: right;
margin-right: 30px;
}
#header_info span {
font-size: 10px;
}
#navigation {
clear: both;
height: 55px;
width: 990px;
margin: 0 auto;
border-top: 1px solid rgba(255, 255, 255, 0.1);
background-repeat: repeat-x;
background-position: 0 50%;
z-index: 2;
background: rgb(5, 48, 72);
background: rgba(5, 48, 72, 0.4);
}
}
.rightside {
float: right;
}
#search {
margin: 0 0 0 40px;
background: #fff;
padding: 3px;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
.sf-menu a {
color: #c8eaf9;
}
.sf-menu li:hover a,
.sf-menu li.current-menu-item a,
.sf-menu li.current-page-parent a,
.sf-menu li.current-page-ancestor a {
border-bottom-color: #1e88c1;
}
.sf-menu li ul {
border-top-color: #1e88c1;
}
.sf-menu li:hover li a,
.sf-menu li li a,
.sf-menu li.current-menu-item li a,
.sf-menu li.current-page-parent li a,
.sf-menu li li.current-menu-item li a,
.sf-menu li.current-page-ancestor li a {
color: #888;
background: #f5f5f5;
}
.sf-menu li:hover li a:hover,
.sf-menu li li.current-menu-item a {
color: #0087c3;
background: #fff;
}