-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
313 lines (256 loc) · 7.74 KB
/
style.css
File metadata and controls
313 lines (256 loc) · 7.74 KB
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
/*
Theme Name: UT Responsive
Theme URI: https://sites.utexas.edu/utresponsive/
Description: Responsive WordPress Theme that features 9 page Templates such as Blog, Blog Summary and Template based layout designs: sidebar/content, sidebar/content half, content/sidebar and content/sidebar half. There is also full width page, sitemap Template as well as landing page for your PPC or any other purposes. Responsive also supports 9 widget areas and best of all this Theme is crafted with fluid proportion-based grid system of our own to adapt the design to the viewing environment. There are also Theme Options to control the content, webmaster tools, logo managament, social icons and 4 navigation menus. Currently translated in German, French, Portuguese, Italian, Swedish, Malay, Catalan, Spanish, Bulgarian, Norwegian, Croatian and Serbian (Latin) language. Everything is backed by our FREE dedicated support forums @ http://themeid.com/forum
Author: University Blog Team
Author URI: https://sites.utexas.edu/utresponsive/
Template: responsive
Version: 1.0.0
*/
/* =Import Responsive Theme Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');
/* =Start from here :)
-------------------------------------------------------------- */
#UTbranding {
padding-top:40px;
-moz-box-shadow: 0px 1px 2px #707070;
-webkit-box-shadow: 0px 1px 2px #707070;
box-shadow: 0px 1px 2px #707070;
background: none repeat scroll 0 0 #FFFFFF;
height: 50px;
width: 100%;
}
body {
-webkit-font-smoothing:antialiased;
background:url(images/sand.png)
color:#404040;
font-family: "Arimo", Helvetica, Arial, sans-serif;
font-size:10.5pt;
line-height:1.5em;
text-rendering:optimizeLegibility;
}
a {
color:#115E67;
font-weight:400;
text-decoration:none;
}
a:hover, a:focus {
color:#6E6259;
text-decoration:none;
}
h1 a {
color: #AA4400;
font-size: 1.3em;
}
h1 a:hover, h1 a:focus {
color: #CC5500;
}
.top-menu {
float:right;
margin:15px 0 0 0;
}
.menu {
background-color:#cc5500;
background-image:-webkit-gradient(linear, left top, left bottom, from(#CC5500), to(#a04605));
background-image:-webkit-linear-gradient(top, #cc5500, #a04605);
background-image:-moz-linear-gradient(top, #cc5500, #a04605);
background-image:-ms-linear-gradient(top, #cc5500, #a04605);
background-image:-o-linear-gradient(top, #cc5500, #a04605);
background-image:linear-gradient(top, #cc5500, #a04605);
clear:both;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc5500, endColorstr=#a04605);
margin:0 auto;
}
.menu a:hover, .menu a:focus {
background-color:#6E6259;
background-image:-webkit-gradient(linear, left top, left bottom, from(#6E6259), to(#884d23));
background-image:-webkit-linear-gradient(top, #6E6259, #884d23);
background-image:-moz-linear-gradient(top, #6E6259, #884d23);
background-image:-ms-linear-gradient(top, #6E6259, #884d23);
background-image:-o-linear-gradient(top, #6E6259, #884d23);
background-image:linear-gradient(top, #6E6259, #884d23);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E6259, endColorstr=#884d23);
}
.menu .current_page_item a {
background-color:#6E6259;
background-image:-webkit-gradient(linear, left top, left bottom, from(#6E6259), to(#884d23));
background-image:-webkit-linear-gradient(top, #6E6259, #884d23);
background-image:-moz-linear-gradient(top, #6E6259, #884d23);
background-image:-ms-linear-gradient(top, #6E6259, #884d23);
background-image:-o-linear-gradient(top, #6E6259, #884d23);
background-image:linear-gradient(top, #6E6259, #884d23);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6E6259, endColorstr=#884d23);
}
.menu li li {
background:#fff;
background-image:none;
border:1px solid #2d2c2c;
border-top:none;
color:#2d2c2c;
filter:none;
width:auto;
}
.menu a {
border-left:1px solid #2d2c2c;
color:#fff;
display:block;
font-size:1em;
font-weight:800;
height:45px;
line-height:45px;
margin:0;
padding:0 0.9em;
position:relative;
text-decoration:none;
text-shadow:0 2px 2px #242424;
}
.home #wrapper {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
background-color:#fff;
border:1px solid #d6d6d6;
border-radius: 6px;
clear:both;
margin: 20px auto 20px auto;
padding: 0 20px 20px 20px;
position:relative;
}
.home #widgets {
margin-top: 20px;
}
.call-to-action a.button {
font-size:1.714em;
padding:15px 35px;
margin-bottom:15px;
}
#featured {
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
background-color: #fff;
border:1px solid #fff;
border-radius: 6px;
padding-bottom: 20px;
margin-top: 10px;
max-width:99.6%;
}
#widgets {
margin-top:20px;
}
.post-data {
clear:both;
font-size:.929em;
font-weight:700;
margin-top:20px;
}
.widget-wrapper {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border:1px solid #d6d6d6;
border-radius:6px;
background-color:#f9f9f9;
font-size:1em;
margin:0 0 20px;
padding:20px;
}
#footer {
background-color: #FFFFFF;
border: 1px none;
border-radius: 7px 7px 7px 7px;
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
color: #63666A;
font-size: 1em;
line-height: 1.5em;
margin-bottom: 50px;
padding-top: 5px;
z-index: 100;
}
#footer .social-icons {
margin-top:5%;
}
/* Hide the "powered by FireStats" because it makes the footer less pretty */
.fs_powered_by { display: none; }
.post-meta {
color: #767676;
}
#searchform label, label.tinynav {
position: absolute;
left: -999em;
}
.centered {
text-align: center;
}
a, a:hover, a:focus {
text-decoration: underline;
}
h1 a, h1 a:hover, h1 a:focus {
text-decoration: none;
}
/* =Media Queries
If you're working on a Child Theme, make sure that all
media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {
body {
}
.grid, .grid-right {
float:none;
}
#featured-image .fluid-width-video-wrapper {
margin:20px 0 0 0;
}
}
@media screen and (max-width: 650px) {
body {
}
#header #logo {
float:none;
text-align:center;
}
.grid, .grid-right {
float:none;
}
#featured-image .fluid-width-video-wrapper {
margin:20px 0 0 0;
}
.menu li, .top-menu, .footer-menu li, .sub-header-menu li {
float:none;
text-align:center;
}
#footer {
text-align:center;
}
#footer .social-icons {
text-align:center;
}
.social-icons {
margin-top:5%;
}
}
@media screen and (max-width: 480px) {
body {
}
#header #logo {
float:none;
text-align:center;
}
.grid, .grid-right {
float:none;
}
#featured-image .fluid-width-video-wrapper {
margin:20px 0 0 0;
}
.menu li, .top-menu, .footer-menu li, .sub-header-menu li {
float:none;
text-align:center;
}
#footer {
text-align:center;
}
#footer .social-icons {
text-align:center;
}
}
/*"The last 29 days of the month are the hardest."- Nikola Tesla*/