#homesearch_main_logo {
padding-top: 60px;
+ text-align: center;
}
a {
background: -o-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
background: -webkit-linear-gradient([% css_colors.primary %], [% css_colors.primary_fade %]);
background-color: [% css_colors.primary_fade %];
+ background-image: url("/opac/images/au-header-bg.jpg");
+ background-repeat: repeat-x;
}
#header {
color: [% css_colors.background %];
#gold-links-holder {
height: 24px;
- background: [% css_colors.background_invert %];
+ position: absolute;
+ top: 135px;
}
#util-bar {
height:18px;
margin:0;
padding:0;
- border:none;
background: none;
font-size: 15px;
color: [% css_colors.accent_medium %];
height: 15px;
}
.alert { color: [% css_colors.text_alert %]; }
+
.float-left { float: left; }
-.float-right { float: right; margin:15px;}
+
+.float-right {
+ float: right;
+ margin-left: 15px;
+ margin-right: 15px;
+}
.saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
.saved-searches-header .button { float: right; width: 28px; }
text_goodnews = "#1dd93c", # lime green
text_invert = "#fff", # white
text_match = "#c00", # deep red
- primary = "#c94842", # tomato red
- primary_fade = "#d46d68", # tomato red (light)
+ primary = "#7d0417", # algomau maroon
+ primary_fade = "#aa0417", # algomau red (brighter)
control = "#ccc", # grey (light)
accent_light = "#ccc", # grey (light)
accent_lighter = "#ddd", # grey (lighter)
<div id="homesearch_main_logo">
- <strong><center><a href="http://experience.algomau.ca"><img src="[% ctx.media_prefix %]/opac/images/au_bigsmall.jpg" /></a></center></strong>
+ <a href="http://algomau.ca/">
+ <img src="[% ctx.media_prefix %]/opac/images/au_wordmark.png" />
+ </a>
</div>