-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
executable file
·77 lines (58 loc) · 1.33 KB
/
base.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
@charset "UTF-8";
/* base.css
--------------------------------------------------------------
:: CSS Index
1 : Global Reset
2 : body
: link
3 : general
4 : usual classes
--------------------------------------------------------------
2010.08.04 : designed by Sig.
-------------------------------------------------------------- */
@import "reset.css";
@import "layout.css";
/* contents
-------------------------------------------------------------- */
@media screen and (max-width: 800px),
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-webkit-min-device-pixel-ratio: 1.5){
#wrapper {
width: 320px;
}
header {
float: none;
width: 320px;
}
header h1 {
width: 320px;
}
header h1 a {
}
header nav {
width: 320px;
}
header nav li a {
height: 44px;
width: 80px;
}
#contents {
clear: left;
float: none;
width: 300px;
margin-left: 0;
padding: 0 10px;
}
#contents article {
width: 300px;
}
#atnd1 dd,
#atnd2 dd {
width: 170px;
}
footer {
color: #fcfaf2; /* Shironeri */
background: #0c0c0c; /* Ro */
padding: 1em;
}
}