-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
201 lines (168 loc) · 4.5 KB
/
style.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
/*
Theme Name: Foundation for UBCECESS
Theme URI: http://www.ubcecess.com
Author: UBCECESS
Author URI: http://www.ubcecess.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundation
Description: Theme is based off of Foundation for WordPress, a Responsive Starter Theme, by Drew Morris.
Tags: two-columns
*/
/* Artfully masterminded by ZURB */
/* --------------------------------------------------
Table of Contents
-----------------------------------------------------
:: Images
:: Posts
:: Typography
:: Header
:: Shared Styles
*/
@import "font-awesome/css/font-awesome.min.css";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
embed, iframe, object {
max-width: 100%;
}
* {
margin: 0; -ms-word-wrap: break-word; word-wrap: break-word;
}
html, body {
height: 100%;
}
.container {
min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; width:100%;
}
.push{
height: 60px;
}
@media (max-width: 767px) {
footer {
padding-left: 20px;
padding-right: 20px;
}
}
.content-text {
font-size: 13px;
font-family: 'Open Sans', sans-serif;
}
.ece-header {background-color: #262626; padding: 60px; margin: -1.875rem 0 20px 0;} /* this is the ECE logo header */
.ece-footer {
background-color: #262626;
color:#777;
padding: 30px 0px 0px 0px;
}
.ece-sponsor-footer {
background-color: #f5f5f5;
padding: 20px 0px 20px 10px;
}
.ece-footer-icons {
font-size: 20px;
color:#7f7f7f;
}
a.ece-footer-icons:hover{
color:#fff;
transition:.2s;
-o-transition:.2s;
-ms-transition:.2s;
-moz-transition:.2s;
-webkit-transition:.2s;
}
.ece-widgets{
color: #626262;
line-height:20px;
padding-bottom:20px;
}
.ece-white-text {
color: #fff;
}
.small {
font-size:80%;
}
.spacedcaps {
text-transform:uppercase; letter-spacing:1px;
}
.bordered {
border:1px solid #dddddd; padding:3px;
}
nav.expanded {
background-color: #111111 !important;
}
/* THESE ARE CUSTOMIZATIONS MADE TO THE FOUNDATION CSS CLASSES. */
.orbit-bullets{margin:0 auto 30px auto;overflow:hidden;position:relative;top:10px}
.orbit-bullets li{display:block;width:10px;height:10px;background:#d7d7d7;float:left;margin-right:6px;border:solid 0px #262626;-webkit-border-radius:1000px;border-radius:1000px}
.orbit-bullets li.active{background:#262626}
ul { margin-left: 30px; color: #606060;}
/* -----------------------------------------
Images
----------------------------------------- */
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%; }
/* -----------------------------------------
Posts
----------------------------------------- */
.author-box h5 {margin-top:0px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:14px; font-size:1.4em;}
article .th {margin-bottom:10px; margin-bottom:1em;}
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter {margin:0 auto;text-align:center;}
/* -----------------------------------------
Typography
----------------------------------------- */
h1,h2,h3,h4,h5,h6
{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
}
.site-title .subheader {margin-bottom:0;}
/* -----------------------------------------
Header
----------------------------------------- */
.site-header {
border-bottom:1px solid #ddd;
padding:1.5rem 0 1rem 0;
margin:-1.875em 0 1.875em 0;
}
.sidebar ul li {
list-style:none;
}
.top-bar-section ul li>a {
border-left: 1px solid #333;
}
/* -----------------------------------------
Shared Styles
----------------------------------------- */
.wp-caption-text {text-align: center;}
.sticky { }
.gallery-caption { }
.bypostauthor{ }
.site-content .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}