-
Notifications
You must be signed in to change notification settings - Fork 0
/
listbuy_g.css
107 lines (104 loc) · 2.58 KB
/
listbuy_g.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
/*--- Avanquest WebEasy Document Style ---*/
* { /* All Elements */
margin : 0px;
padding : 0px;
}
a:link { /* Document Links */
color : #ff3333;
}
a:visited { /* Visited Links */
color : #ff3333;
}
a:hover { /* Hover Links */
color : #ff3333;
}
a:active { /* Active Links */
color : #ff3333;
}
ol,ul { /* All Lists */
margin : 1em;
padding-left : 2em;
}
p { /* All Paragraphs */
margin-bottom : 1em;
}
.address {
color : #000000;
font : italic 10pt 'Verdana', 'Lucida Grande', Arial, sans-serif;
}
.citation {
color : #000000;
font : italic 12pt 'Verdana', 'Lucida Grande', Arial, sans-serif;
}
.code {
color : #000080;
font : 12pt 'Courier New', monospace;
}
.emphasis {
color : #000000;
font : italic 12pt 'Verdana', 'Lucida Grande', Arial, sans-serif;
}
.header {
width:100% !important;
background-repeat: repeat-x !important;
}
.heading1,h1 {
color : #ffffff;
font : bold 14pt 'Georgia', Times, Book, serif;
}
.heading2 {
color : #000000;
font : bold 20pt 'Arial', Helvetica, sans-serif;
}
.heading3 {
color : #000000;
font : 18pt 'Arial', Helvetica, sans-serif;
}
.heading4 {
color : #000000;
font : italic 16pt 'Arial', Helvetica, sans-serif;
}
.heading5 {
color : #000000;
font : 14pt 'Arial', Helvetica, sans-serif;
}
.heading6 {
color : #000000;
font : 12pt 'Arial', Helvetica, sans-serif;
}
.line1 {
font-size: 14px;
display: block;
}
.line2 {
font-size: 18px;
display: block;
}
.lists {
margin:0;
padding:0;
list-style-position:inside;
font-size:12px;
line-height:24px;
}
.logo_bg {
background-color: #ffffff;
-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.main-menu {
text-align : center;
line-height: 115px !important;
font-weight: bold;
color:#fff !important;
font:16px/115px 'Georgia' !important;
}
.sly { /* Special */
display : none;
}
.small {
color : #000080;
font : 8pt 'Verdana', 'Lucida Grande', Arial, sans-serif;
}
/*--- EndOfFile ---*/