forked from imazine/mob.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (52 loc) · 724 Bytes
/
style.css
File metadata and controls
63 lines (52 loc) · 724 Bytes
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
body{
text-align: left;
}
h1{
clear: both;
}
img{
margin: 10px auto;
/*opacity: 0;*/
/*display: none;*/
}
.test{
display: none;
font-size: 30px;
}
@media only screen and (max-width: 599px){
img{
max-width: 100px;
/*float: left;*/
display: inline-block;
}
.head ul,li{
display: block;
}
}
@media only screen and (min-width: 600px) and (max-width: 900px){
img{
width: 400px;
display: block;
}
.testDiv ul, .testDiv li{
display: block;
}
}
@media screen and (min-width: 901px){
.head ul,li{
display: inline;
list-style: none;
}
.head img{
width: 300px;
height: 200px;
}
.contents img{
width:700px;
min-height: 400px;
height: auto;
}
.footer img{
width: 900px;
}
}