-
Notifications
You must be signed in to change notification settings - Fork 1
/
myCss.css
175 lines (172 loc) · 2.81 KB
/
myCss.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
body {
width: 1024px;
border: solid 1px;
margin: 0 auto;
margin-bottom: 0px;
background-color: #030a12;
}
#menu ul li {
list-style: none;
background-color: #030a12;
width: 174px;
}
#body ul li a {
text-decoration: none;
text-align: left;
display: block;
padding: 40px 1px;
font-style: white;
color: white;
font-family: "Elle NovaC";
font-size: 9mm;
}
#menubar {
padding-left: 0;
height: 400px;
margin-top: 0;
}
#body {
padding-top: 0;
}
div .contentbody {
width: 850px;
float: left;
margin: 0 auto;
}
#menu {
float: left;
}
div .contentbody #content img {
width: 350px;
height: 350px;
}
.contentbody #content {
margin: 0 auto;
width: 705px;
}
#firstrow {
width: 710px;
}
#secondrow {
width: 710px;
}
/* Khoảng cách body tới banner */
.contentbody {
padding-top: 20px;
}
@font-face {
font-family: "Sophia Martini";
src: url("font/Sophia-Martini.otf");
}
@font-face {
font-family: "myramid Pro";
src: url("font/myriad-pro-cufonfonts/MYRIADPRO-COND.OTF");
}
@font-face {
font-family: "Elle NovaC";
src: url("font/Elle-Novac.ttf");
}
@font-face {
font-family: "Autumn Chant";
src: url("font/Autumn-Chant.otf");
}
@font-face {
font-family: "Avenir Next";
src: url("font/AvenirNextLTPro-Regular.otf");
}
@font-face {
font-family: "UTM Neutra";
src: url("font/UTM\ Neutra.ttf");
}
h3 {
font-family: "Elle NovaC";
}
#content blockquote img {
margin-top: 20px;
margin-left: auto;
margin-right: auto;
display: block;
}
#content blockquote {
color: white;
}
p#type {
font-family: "Elle NovaC";
font-size: 10mm;
}
p#foodname {
font-family: "Avenir Next";
font-size: 9mm;
}
p {
font-family: "Avenir Next";
font-size: 6mm;
color: white;
}
p#time {
font-family: "myramid Pro";
font-size: 8mm;
}
p#contact {
font-family: "UTM Neutra";
font-size: 9mm;
}
div #firstinput {
color: #030a12;
margin-left: auto;
margin-right: auto;
display: block;
float: left;
}
#firstinput textarea {
width: 348px;
height: 50px;
border: 0px;
margin: 0;
padding: 0;
background-color: black;
color: white;
border: solid 1px white;
}
#secondinput textarea {
width: 703px;
height: 200px;
border: 0px;
margin: 0;
padding: 0;
background-color: black;
color: white;
border: solid 1px white;
}
#secondinput {
margin: 0 auto;
}
/* Màu của nút submit */
button {
font-family: "Avenir Next";
color: white;
font-size: 5mm;
width: 50mm;
height: 10mm;
background-color: black;
margin-left: auto;
margin-right: auto;
display: block;
}
#secondinput img {
margin-left: auto;
margin-right: auto;
display: block;
}
footer {
color: white;
height: 100px;
text-align: center;
display: block;
overflow: hidden;
clear: both;
vertical-align: middle;
text-align: center;
vertical-align: middle;
line-height: 100px;
}