-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreen.css
53 lines (44 loc) · 921 Bytes
/
screen.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
@media all and (max-width: 700px) {
/* mobile */
#head_banner {
background-image:url(./images/banner3.gif);
background-size:contain;
background-repeat: no-repeat;
max-width:20%;
max-width:80%;
max-height:500px;
min-height:220px;
}
body {
background-image:url(./images/background3.jpg);
}
#metadata {
clear:both;
}
#maincontent {
text-align:center;
}
#episode_cover {
box-shadow: 10px 10px 5px #888888;
margin: 1em;
max-width: 70% !important;
float:none !important;
-webkit-transform:rotate(0deg) !important;
transform:rotate(0deg) !important;
}
}
@media all and (min-width: 701px) {
/* desktop */
#head_banner {
background-image:url(./images/banner2.gif);
background-size:contain;
background-repeat: no-repeat;
max-width:20%;
max-width:80%;
max-height:500px;
min-height:220px;
}
body {
background-image:url(./images/background1.jpg);
}
}