-
Notifications
You must be signed in to change notification settings - Fork 38
/
styles.css
117 lines (105 loc) · 1.88 KB
/
styles.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
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
body {
text-align: center;
font-size:12px;
background:white;
padding:0px;
margin:0px;
font-family: Arial, Helvetica, sans-serif;
font-family: 'ABeeZee', sans-serif;
padding-bottom: 200px;
}
hr { border: 0px; background: 0px; border-top: 1px solid #333;}
h2 {
margin-bottom: 24px;
}
a img {
border: 0px;
}
#frame {
width:1100px;
margin: 0px auto;
padding: 12px;
background:white;
}
.conf {
margin: 10px;
/*height: 250px;
width: 365px;
text-align: center;
float: left;*/
}
#footer{
height:1px;
background: black;
}
h1 {
font-family: 'Poiret One', cursive;
color: #333;
font-size: 40px;
}
h1 sup { color: #ccc; font-size: 12px}
h2 {
font-size:12px; }
hr { margin: 20px 10px;}
.conf { display: block; float: left;}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
div.conf p { display: block; font-weight: bold; font-size: 16px; }
section { font-size: 16px; color: #333; text-align: justify; padding: 0px 24px ;}
@media only screen and (max-width : 300px) {
#frame {
width: 220px;
}
body {
margin : 0px;
}
}
@media only screen and (min-width: 300px) and (max-width : 480px) {
#frame {
width: 220px;
}
body {
margin : 0px;
}
}
@media only screen and (min-width: 480px) and (max-width : 680px) {
#frame {
width: 500px;
}
}
@media only screen and (min-width:500px) and (max-width : 800px) {
#frame {
width: 480px;
}
}
@media only screen and (min-width: 800px) and (max-width : 900px) {
#frame {
width: 770px;
}
.clearfix {
margin-left: 50px;
}
}
@media only screen and (min-width: 900px) and (max-width : 1100px) {
#frame {
width: 875px;
}
.clearfix {
margin-left: 100px;
}
}