-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (63 loc) · 971 Bytes
/
style.css
File metadata and controls
67 lines (63 loc) · 971 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
64
65
66
67
/* .class
#id
tag
(выборочное применение в классе) .class tag tag ....)
насследование
.class>nassclass*/
body
{
background: #f8f8f8;
}
.menu a
{
font: italic 15pt/15pt serif;
color: black;
text-decoration: none;
}
.menu a:hover
{
color: blue;
text-decoration: underline;
}
a
{
text-decoration: none;
}
h3
{
background: #eaeaea;
font-weight: 400;
font-size: 18px;
color: black;
}
.brief_desc
{
color: #707070;
font:italic 14px/16px serif;
/*line-height: 16px;*/
}
.product_desc
{
font: italic 14px/15px serif;
color: #707070;
}
.detailed_desc
{
font: 400 16px/24px serif;
color: #484343;
text-align: left;
}
img
{
border: medium double #808080;
}
.form_info legend, dd>input, textarea
{
font: italic 14px/16px cursive;
margin: 5px 10px;
}
input[type="text"], input[type="tel"]
{
width: 300px;
height: 25px;
}