-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfusion.css
109 lines (96 loc) · 1.45 KB
/
fusion.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
p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
margin-top: 0px;
margin-bottom: 19px;
}
pre {
font-family: 'Courier New', 'Lucida Console', Courier, Monaco, Monospace;
}
blockquote {
margin-bottom: 21.28px;
margin-left: 40px;
margin-right: 40px;
}
address {
line-height: 1.2;
margin: 0px;
font-style: italic;
}
h1 {
font-size: 31px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 10px;
}
html, body, form {
margin: 0px;
padding: 0px;
}
.NavBar_ul {
position: relative;
margin: 0px;
padding: 0px;
}
.NavBar_li {
position: absolute;
margin: 0px;
padding: 0px;
list-style: none;
}
.NavBar_a {
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration: none;
display: block;
}
.nof-clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nof-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .nof-clearfix {height: 1%;}
.nof-clearfix {display: block;}
/* End hide from IE-mac */
.nof-positioning {
margin: 0;
padding: 0;
border: 0;
background: transparent;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
.nof-navPositioning {
margin: 0px;
padding: 0px;
cursor: pointer;
}
.nof-navButtonAnchor {
margin: 0px;
padding: 0px;
cursor: pointer;
text-decoration: none;
}
.nof-ajaxTemplateHide {
visibility:hidden;
background-color:white;
color:white;
}