-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (60 loc) · 976 Bytes
/
style.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
@import "style/header.css";
@import "style/slider_bottom_area.css";
@import "style/column_wrapper.css";
@import "style/about_us.css";
@import "style/footer_top.css";
@import "style/footer.css";
@import "style/slider.css";
*{
margin:0;
padding:0
}
body{
font-family:Sans-Serif, Arial !important;
transition:all 0.5s ease;
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
}
body, html{
height:100%;
}
img{
max-width:100%
}
a{
text-decoration:none
}
a:hover{
text-decoration:none
}
h1, h2, h3, h4, h5, h6{
font-weight:normal;
margin-top:10px;
margin-bottom:10px;
}
p{
line-height: 150%;
margin-bottom: 2em;
}
.container_full {
width: 100%;
height: auto;
}
.container {
width:960px;
margin:0 auto;
display:block
}
.fix{
overflow:hidden;
}
.aligncenter{
display:block;
margin:0 auto;
}
.floatleft{
float:left
}
.floatright{
float:right
}