Skip to content

Commit 24328cb

Browse files
committed
Squashed commit of the following:
commit 569d7b520a85e103d6ca8e184c68e94fa96ae69f Author: Nick Fetner <[email protected]> Date: Wed Nov 26 02:01:43 2014 -0800 Change campus assets commit 134ccfd Author: Nick Fetner <[email protected]> Date: Thu Oct 23 23:45:39 2014 -0700 remove styles, add local assets
1 parent 73476b6 commit 24328cb

9 files changed

+1
-88
lines changed

img/facebook-icon.png

-227 Bytes
Binary file not shown.

img/favicon.ico

-1.12 KB
Binary file not shown.

img/logo_1.png

5.95 KB
Loading

img/logo_2.png

7.97 KB
Loading

img/map-sm.jpg

37.2 KB
Loading

img/map.jpg

201 KB
Loading

img/map_logo.png

7.97 KB
Loading

img/twitter-icon.png

-330 Bytes
Binary file not shown.

style.css

+1-88
Original file line numberDiff line numberDiff line change
@@ -6,91 +6,4 @@ Author: Jeremy Harris
66
Template: rockharbor
77
Primary Color: #967666
88
Secondary Color: #ADA19A
9-
*/
10-
11-
/*= Primary
12-
-----------------------------------------*/
13-
a,
14-
h1,
15-
.primary,
16-
.global-navigation h1 a,
17-
nav.submenu li.current-menu-item a,
18-
nav.submenu a:hover,
19-
.archive-page-link .page-numbers,
20-
.page-link a span.page-numbers,
21-
footer h3,
22-
.flash-message
23-
{
24-
color: #967666;
25-
}
26-
27-
.global-navigation .logo,
28-
#access li a:hover,
29-
#access li.current-menu-item > a,
30-
#access ul li ul li a:hover,
31-
#access ul li ul li.current-menu-item a,
32-
.page-title h1,
33-
#content-title h1,
34-
section header h1,
35-
aside header h1,
36-
.archive-page-link .page-numbers.current,
37-
.page-link .page-numbers,
38-
button,
39-
input[type=submit],
40-
footer .tabs a.selected
41-
{
42-
background-color: #967666;
43-
}
44-
45-
blockquote.pull-right,
46-
blockquote.pull-left,
47-
nav.submenu li.current-menu-item a,
48-
nav.submenu a:hover,
49-
nav.submenu ul.children,
50-
.flash-message,
51-
.page-numbers,
52-
time .day,
53-
input:focus,
54-
textarea:focus,
55-
select:focus
56-
{
57-
border-color: #967666;
58-
}
59-
60-
.mejs-controls .mejs-time-rail .mejs-time-loaded {
61-
background: #967666;
62-
background: rgba(150,118,102,0.8);
63-
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(150,118,102,0.8)), to(rgba(150,118,102,0.5)));
64-
background: -webkit-linear-gradient(top, rgba(150,118,102,0.8), rgba(150,118,102,0.5));
65-
background: -moz-linear-gradient(top, rgba(150,118,102,0.8), rgba(150,118,102,0.5));
66-
background: -o-linear-gradient(top, rgba(150,118,102,0.8), rgba(150,118,102,0.5));
67-
background: -ms-linear-gradient(top, rgba(150,118,102,0.8), rgba(150,118,102,0.5));
68-
background: linear-gradient(rgba(150,118,102,0.8), rgba(150,118,102,0.5));
69-
}
70-
71-
.mejs-overlay-button {
72-
background-color: #967666;
73-
}
74-
75-
/*= Secondary
76-
-----------------------------------------*/
77-
.secondary,
78-
button,
79-
input[type=submit]
80-
{
81-
color: #ADA19A;
82-
}
83-
84-
.global-navigation h1 div.title,
85-
.story-box
86-
{
87-
background-color: #ADA19A;
88-
}
89-
90-
button,
91-
input[type=submit],
92-
.fc-event-time,
93-
.fc-event-title
94-
{
95-
border-color: #ADA19A;
96-
}
9+
*/

0 commit comments

Comments
 (0)