-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
33 lines (33 loc) · 876 Bytes
/
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
/*
Theme Name: Android Thermostat theme
Theme URI: http://androidthermostat.com/
Github Theme URI: https://github.com/AndroidThermostat/WordPress-theme
Description: Child theme of WordPress 2012
Author: Patrick Forringer <[email protected]>
Version: v0.0.3
Template: twentytwelve
*/
@import url("../twentytwelve/style.css");
.site-header hgroup {
padding-left: 250px;
padding-top: 15px;
background: transparent url("./img/site_logo.png") no-repeat top left;
height: 192px;
margin-bottom: -115px;
}
.site-header .main-navigation {
background: rgba(255,255,255,0.7);
}
@media screen and (max-width: 600px) {
.site-header hgroup {
padding-top: 130px;
padding-left: 0;
background-position: center 10px;
height: auto;
margin-bottom: 10px;
}
.site-header hgroup h1,
.site-header hgroup h2 {
background: rgba(255,255,255,0.7);
}
}