Spaces:
Running
Running
shapermindai
commited on
Commit
•
6ed6698
1
Parent(s):
0bf1af3
Upload 6 files
Browse files- css/GRID.css +167 -0
- css/grid1.css +106 -0
- css/hs2_index.css +55 -0
- css/hs_index.css +106 -0
- css/skulls.css +82 -0
- css/skulls2.css +159 -0
css/GRID.css
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body
|
2 |
+
{
|
3 |
+
background-color: #4682B4;
|
4 |
+
color: #000000;
|
5 |
+
font-family: Arial;
|
6 |
+
font-weight: normal;
|
7 |
+
font-size: 13px;
|
8 |
+
line-height: 1.1875;
|
9 |
+
margin: 0;
|
10 |
+
padding: 0;
|
11 |
+
}
|
12 |
+
#Button1
|
13 |
+
{
|
14 |
+
border: 1px #2E6DA4 solid;
|
15 |
+
-moz-border-radius: 4px;
|
16 |
+
-webkit-border-radius: 4px;
|
17 |
+
border-radius: 4px;
|
18 |
+
background-color: transparent;
|
19 |
+
background-image: url(../images/index_Button1_bkgrnd.png);
|
20 |
+
background-repeat: repeat-x;
|
21 |
+
background-position: left top;
|
22 |
+
color: #000000;
|
23 |
+
font-family: Arial;
|
24 |
+
font-weight: normal;
|
25 |
+
font-size: 13px;
|
26 |
+
}
|
27 |
+
#Image1
|
28 |
+
{
|
29 |
+
border: 0px #000000 solid;
|
30 |
+
padding: 0px 0px 0px 0px;
|
31 |
+
left: 0;
|
32 |
+
top: 0;
|
33 |
+
width: 100%;
|
34 |
+
height: 100%;
|
35 |
+
}
|
36 |
+
#Button2
|
37 |
+
{
|
38 |
+
border: 1px #2E6DA4 solid;
|
39 |
+
-moz-border-radius: 4px;
|
40 |
+
-webkit-border-radius: 4px;
|
41 |
+
border-radius: 4px;
|
42 |
+
background-color: transparent;
|
43 |
+
background-image: url(../images/index_Button2_bkgrnd.png);
|
44 |
+
background-repeat: repeat-x;
|
45 |
+
background-position: left top;
|
46 |
+
color: #000000;
|
47 |
+
font-family: Arial;
|
48 |
+
font-weight: normal;
|
49 |
+
font-size: 13px;
|
50 |
+
}
|
51 |
+
#Button3
|
52 |
+
{
|
53 |
+
border: 1px #2E6DA4 solid;
|
54 |
+
-moz-border-radius: 4px;
|
55 |
+
-webkit-border-radius: 4px;
|
56 |
+
border-radius: 4px;
|
57 |
+
background-color: transparent;
|
58 |
+
background-image: url(../images/index_Button3_bkgrnd.png);
|
59 |
+
background-repeat: repeat-x;
|
60 |
+
background-position: left top;
|
61 |
+
color: #000000;
|
62 |
+
font-family: Arial;
|
63 |
+
font-weight: normal;
|
64 |
+
font-size: 13px;
|
65 |
+
}
|
66 |
+
#Button4
|
67 |
+
{
|
68 |
+
border: 1px #2E6DA4 solid;
|
69 |
+
-moz-border-radius: 4px;
|
70 |
+
-webkit-border-radius: 4px;
|
71 |
+
border-radius: 4px;
|
72 |
+
background-color: transparent;
|
73 |
+
background-image: url(../images/index_Button4_bkgrnd.png);
|
74 |
+
background-repeat: repeat-x;
|
75 |
+
background-position: left top;
|
76 |
+
color: #000000;
|
77 |
+
font-family: Arial;
|
78 |
+
font-weight: normal;
|
79 |
+
font-size: 13px;
|
80 |
+
}
|
81 |
+
#Button5
|
82 |
+
{
|
83 |
+
border: 1px #2E6DA4 solid;
|
84 |
+
-moz-border-radius: 4px;
|
85 |
+
-webkit-border-radius: 4px;
|
86 |
+
border-radius: 4px;
|
87 |
+
background-color: transparent;
|
88 |
+
background-image: url(../images/index_Button5_bkgrnd.png);
|
89 |
+
background-repeat: repeat-x;
|
90 |
+
background-position: left top;
|
91 |
+
color: #000000;
|
92 |
+
font-family: Arial;
|
93 |
+
font-weight: normal;
|
94 |
+
font-size: 13px;
|
95 |
+
}
|
96 |
+
#Button6
|
97 |
+
{
|
98 |
+
border: 1px #2E6DA4 solid;
|
99 |
+
-moz-border-radius: 4px;
|
100 |
+
-webkit-border-radius: 4px;
|
101 |
+
border-radius: 4px;
|
102 |
+
background-color: transparent;
|
103 |
+
background-image: url(../images/index_Button6_bkgrnd.png);
|
104 |
+
background-repeat: repeat-x;
|
105 |
+
background-position: left top;
|
106 |
+
color: #000000;
|
107 |
+
font-family: Arial;
|
108 |
+
font-weight: normal;
|
109 |
+
font-size: 13px;
|
110 |
+
}
|
111 |
+
#Button7
|
112 |
+
{
|
113 |
+
border: 1px #2E6DA4 solid;
|
114 |
+
-moz-border-radius: 4px;
|
115 |
+
-webkit-border-radius: 4px;
|
116 |
+
border-radius: 4px;
|
117 |
+
background-color: transparent;
|
118 |
+
background-image: url(../images/index_Button7_bkgrnd.png);
|
119 |
+
background-repeat: repeat-x;
|
120 |
+
background-position: left top;
|
121 |
+
color: #000000;
|
122 |
+
font-family: Arial;
|
123 |
+
font-weight: normal;
|
124 |
+
font-size: 13px;
|
125 |
+
}
|
126 |
+
#Button8
|
127 |
+
{
|
128 |
+
border: 1px #2E6DA4 solid;
|
129 |
+
-moz-border-radius: 4px;
|
130 |
+
-webkit-border-radius: 4px;
|
131 |
+
border-radius: 4px;
|
132 |
+
background-color: transparent;
|
133 |
+
background-image: url(../images/index_Button8_bkgrnd.png);
|
134 |
+
background-repeat: repeat-x;
|
135 |
+
background-position: left top;
|
136 |
+
color: #000000;
|
137 |
+
font-family: Arial;
|
138 |
+
font-weight: normal;
|
139 |
+
font-size: 13px;
|
140 |
+
}
|
141 |
+
#Button9
|
142 |
+
{
|
143 |
+
border: 1px #2E6DA4 solid;
|
144 |
+
-moz-border-radius: 4px;
|
145 |
+
-webkit-border-radius: 4px;
|
146 |
+
border-radius: 4px;
|
147 |
+
background-color: transparent;
|
148 |
+
background-image: url(../images/index_Button9_bkgrnd.png);
|
149 |
+
background-repeat: repeat-x;
|
150 |
+
background-position: left top;
|
151 |
+
color: #000000;
|
152 |
+
font-family: Arial;
|
153 |
+
font-weight: normal;
|
154 |
+
font-size: 13px;
|
155 |
+
}
|
156 |
+
#Shape1
|
157 |
+
{
|
158 |
+
border-width: 0;
|
159 |
+
}
|
160 |
+
#Shape2
|
161 |
+
{
|
162 |
+
border-width: 0;
|
163 |
+
}
|
164 |
+
#Shape3
|
165 |
+
{
|
166 |
+
border-width: 0;
|
167 |
+
}
|
css/grid1.css
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
a
|
2 |
+
{
|
3 |
+
color: #0000FF;
|
4 |
+
text-decoration: underline;
|
5 |
+
}
|
6 |
+
a:visited
|
7 |
+
{
|
8 |
+
color: #800080;
|
9 |
+
}
|
10 |
+
a:active
|
11 |
+
{
|
12 |
+
color: #FF0000;
|
13 |
+
}
|
14 |
+
a:hover
|
15 |
+
{
|
16 |
+
color: #0000FF;
|
17 |
+
text-decoration: underline;
|
18 |
+
}
|
19 |
+
h1
|
20 |
+
{
|
21 |
+
font-family: Arial;
|
22 |
+
font-weight: bold;
|
23 |
+
font-size: 32px;
|
24 |
+
font-style: normal;
|
25 |
+
text-decoration: none;
|
26 |
+
color: #000000;
|
27 |
+
background-color: transparent;
|
28 |
+
margin: 0px 0px 0px 0px;
|
29 |
+
padding: 0px 0px 0px 0px;
|
30 |
+
display: inline;
|
31 |
+
}
|
32 |
+
h2
|
33 |
+
{
|
34 |
+
font-family: Arial;
|
35 |
+
font-weight: bold;
|
36 |
+
font-size: 27px;
|
37 |
+
font-style: normal;
|
38 |
+
text-decoration: none;
|
39 |
+
color: #000000;
|
40 |
+
background-color: transparent;
|
41 |
+
margin: 0px 0px 0px 0px;
|
42 |
+
padding: 0px 0px 0px 0px;
|
43 |
+
display: inline;
|
44 |
+
}
|
45 |
+
h3
|
46 |
+
{
|
47 |
+
font-family: Arial;
|
48 |
+
font-weight: normal;
|
49 |
+
font-size: 24px;
|
50 |
+
font-style: normal;
|
51 |
+
text-decoration: none;
|
52 |
+
color: #000000;
|
53 |
+
background-color: transparent;
|
54 |
+
margin: 0px 0px 0px 0px;
|
55 |
+
padding: 0px 0px 0px 0px;
|
56 |
+
display: inline;
|
57 |
+
}
|
58 |
+
h4
|
59 |
+
{
|
60 |
+
font-family: Arial;
|
61 |
+
font-weight: normal;
|
62 |
+
font-size: 21px;
|
63 |
+
font-style: italic;
|
64 |
+
text-decoration: none;
|
65 |
+
color: #000000;
|
66 |
+
background-color: transparent;
|
67 |
+
margin: 0px 0px 0px 0px;
|
68 |
+
padding: 0px 0px 0px 0px;
|
69 |
+
display: inline;
|
70 |
+
}
|
71 |
+
h5
|
72 |
+
{
|
73 |
+
font-family: Arial;
|
74 |
+
font-weight: normal;
|
75 |
+
font-size: 19px;
|
76 |
+
font-style: normal;
|
77 |
+
text-decoration: none;
|
78 |
+
color: #000000;
|
79 |
+
background-color: transparent;
|
80 |
+
margin: 0px 0px 0px 0px;
|
81 |
+
padding: 0px 0px 0px 0px;
|
82 |
+
display: inline;
|
83 |
+
}
|
84 |
+
h6
|
85 |
+
{
|
86 |
+
font-family: Arial;
|
87 |
+
font-weight: normal;
|
88 |
+
font-size: 16px;
|
89 |
+
font-style: normal;
|
90 |
+
text-decoration: none;
|
91 |
+
color: #000000;
|
92 |
+
background-color: transparent;
|
93 |
+
margin: 0px 0px 0px 0px;
|
94 |
+
padding: 0px 0px 0px 0px;
|
95 |
+
display: inline;
|
96 |
+
}
|
97 |
+
.CustomStyle
|
98 |
+
{
|
99 |
+
font-family: "Courier New";
|
100 |
+
font-weight: bold;
|
101 |
+
font-size: 16px;
|
102 |
+
font-style: normal;
|
103 |
+
text-decoration: none;
|
104 |
+
color: #000080;
|
105 |
+
background-color: transparent;
|
106 |
+
}
|
css/hs2_index.css
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body
|
2 |
+
{
|
3 |
+
background-color: #000000;
|
4 |
+
color: #000000;
|
5 |
+
font-family: Arial;
|
6 |
+
font-weight: normal;
|
7 |
+
font-size: 13px;
|
8 |
+
line-height: 1.1875;
|
9 |
+
margin: 0;
|
10 |
+
padding: 0;
|
11 |
+
}
|
12 |
+
#Image1
|
13 |
+
{
|
14 |
+
border: 0px #000000 solid;
|
15 |
+
padding: 0px 0px 0px 0px;
|
16 |
+
left: 0;
|
17 |
+
top: 0;
|
18 |
+
width: 100%;
|
19 |
+
height: 100%;
|
20 |
+
}
|
21 |
+
#Image2
|
22 |
+
{
|
23 |
+
border: 0px #000000 solid;
|
24 |
+
padding: 0px 0px 0px 0px;
|
25 |
+
left: 0;
|
26 |
+
top: 0;
|
27 |
+
width: 100%;
|
28 |
+
height: 100%;
|
29 |
+
}
|
30 |
+
#Image3
|
31 |
+
{
|
32 |
+
border: 0px #000000 solid;
|
33 |
+
padding: 0px 0px 0px 0px;
|
34 |
+
left: 0;
|
35 |
+
top: 0;
|
36 |
+
width: 100%;
|
37 |
+
height: 100%;
|
38 |
+
}
|
39 |
+
#Image4
|
40 |
+
{
|
41 |
+
border: 0px #000000 solid;
|
42 |
+
padding: 0px 0px 0px 0px;
|
43 |
+
left: 0;
|
44 |
+
top: 0;
|
45 |
+
width: 100%;
|
46 |
+
height: 100%;
|
47 |
+
}
|
48 |
+
#Shape1
|
49 |
+
{
|
50 |
+
border-width: 0;
|
51 |
+
}
|
52 |
+
#Shape2
|
53 |
+
{
|
54 |
+
border-width: 0;
|
55 |
+
}
|
css/hs_index.css
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
a
|
2 |
+
{
|
3 |
+
color: #0000FF;
|
4 |
+
text-decoration: underline;
|
5 |
+
}
|
6 |
+
a:visited
|
7 |
+
{
|
8 |
+
color: #800080;
|
9 |
+
}
|
10 |
+
a:active
|
11 |
+
{
|
12 |
+
color: #FF0000;
|
13 |
+
}
|
14 |
+
a:hover
|
15 |
+
{
|
16 |
+
color: #0000FF;
|
17 |
+
text-decoration: underline;
|
18 |
+
}
|
19 |
+
h1
|
20 |
+
{
|
21 |
+
font-family: Arial;
|
22 |
+
font-weight: bold;
|
23 |
+
font-size: 32px;
|
24 |
+
font-style: normal;
|
25 |
+
text-decoration: none;
|
26 |
+
color: #000000;
|
27 |
+
background-color: transparent;
|
28 |
+
margin: 0px 0px 0px 0px;
|
29 |
+
padding: 0px 0px 0px 0px;
|
30 |
+
display: inline;
|
31 |
+
}
|
32 |
+
h2
|
33 |
+
{
|
34 |
+
font-family: Arial;
|
35 |
+
font-weight: bold;
|
36 |
+
font-size: 27px;
|
37 |
+
font-style: normal;
|
38 |
+
text-decoration: none;
|
39 |
+
color: #000000;
|
40 |
+
background-color: transparent;
|
41 |
+
margin: 0px 0px 0px 0px;
|
42 |
+
padding: 0px 0px 0px 0px;
|
43 |
+
display: inline;
|
44 |
+
}
|
45 |
+
h3
|
46 |
+
{
|
47 |
+
font-family: Arial;
|
48 |
+
font-weight: normal;
|
49 |
+
font-size: 24px;
|
50 |
+
font-style: normal;
|
51 |
+
text-decoration: none;
|
52 |
+
color: #000000;
|
53 |
+
background-color: transparent;
|
54 |
+
margin: 0px 0px 0px 0px;
|
55 |
+
padding: 0px 0px 0px 0px;
|
56 |
+
display: inline;
|
57 |
+
}
|
58 |
+
h4
|
59 |
+
{
|
60 |
+
font-family: Arial;
|
61 |
+
font-weight: normal;
|
62 |
+
font-size: 21px;
|
63 |
+
font-style: italic;
|
64 |
+
text-decoration: none;
|
65 |
+
color: #000000;
|
66 |
+
background-color: transparent;
|
67 |
+
margin: 0px 0px 0px 0px;
|
68 |
+
padding: 0px 0px 0px 0px;
|
69 |
+
display: inline;
|
70 |
+
}
|
71 |
+
h5
|
72 |
+
{
|
73 |
+
font-family: Arial;
|
74 |
+
font-weight: normal;
|
75 |
+
font-size: 19px;
|
76 |
+
font-style: normal;
|
77 |
+
text-decoration: none;
|
78 |
+
color: #000000;
|
79 |
+
background-color: transparent;
|
80 |
+
margin: 0px 0px 0px 0px;
|
81 |
+
padding: 0px 0px 0px 0px;
|
82 |
+
display: inline;
|
83 |
+
}
|
84 |
+
h6
|
85 |
+
{
|
86 |
+
font-family: Arial;
|
87 |
+
font-weight: normal;
|
88 |
+
font-size: 16px;
|
89 |
+
font-style: normal;
|
90 |
+
text-decoration: none;
|
91 |
+
color: #000000;
|
92 |
+
background-color: transparent;
|
93 |
+
margin: 0px 0px 0px 0px;
|
94 |
+
padding: 0px 0px 0px 0px;
|
95 |
+
display: inline;
|
96 |
+
}
|
97 |
+
.CustomStyle
|
98 |
+
{
|
99 |
+
font-family: "Courier New";
|
100 |
+
font-weight: bold;
|
101 |
+
font-size: 16px;
|
102 |
+
font-style: normal;
|
103 |
+
text-decoration: none;
|
104 |
+
color: #2E74B5;
|
105 |
+
background-color: transparent;
|
106 |
+
}
|
css/skulls.css
ADDED
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
h1, .h1
|
2 |
+
{
|
3 |
+
font-family: Arial;
|
4 |
+
font-weight: bold;
|
5 |
+
font-size: 32px;
|
6 |
+
text-decoration: none;
|
7 |
+
color: #000000;
|
8 |
+
background-color: transparent;
|
9 |
+
margin: 0px 0px 0px 0px;
|
10 |
+
padding: 0px 0px 0px 0px;
|
11 |
+
display: inline;
|
12 |
+
}
|
13 |
+
h2, .h2
|
14 |
+
{
|
15 |
+
font-family: Arial;
|
16 |
+
font-weight: bold;
|
17 |
+
font-size: 27px;
|
18 |
+
text-decoration: none;
|
19 |
+
color: #000000;
|
20 |
+
background-color: transparent;
|
21 |
+
margin: 0px 0px 0px 0px;
|
22 |
+
padding: 0px 0px 0px 0px;
|
23 |
+
display: inline;
|
24 |
+
}
|
25 |
+
h3, .h3
|
26 |
+
{
|
27 |
+
font-family: Arial;
|
28 |
+
font-weight: bold;
|
29 |
+
font-size: 24px;
|
30 |
+
text-decoration: none;
|
31 |
+
color: #000000;
|
32 |
+
background-color: transparent;
|
33 |
+
margin: 0px 0px 0px 0px;
|
34 |
+
padding: 0px 0px 0px 0px;
|
35 |
+
display: inline;
|
36 |
+
}
|
37 |
+
h4, .h4
|
38 |
+
{
|
39 |
+
font-family: Arial;
|
40 |
+
font-weight: bold;
|
41 |
+
font-size: 21px;
|
42 |
+
font-style: italic;
|
43 |
+
text-decoration: none;
|
44 |
+
color: #000000;
|
45 |
+
background-color: transparent;
|
46 |
+
margin: 0px 0px 0px 0px;
|
47 |
+
padding: 0px 0px 0px 0px;
|
48 |
+
display: inline;
|
49 |
+
}
|
50 |
+
h5, .h5
|
51 |
+
{
|
52 |
+
font-family: Arial;
|
53 |
+
font-weight: bold;
|
54 |
+
font-size: 19px;
|
55 |
+
text-decoration: none;
|
56 |
+
color: #000000;
|
57 |
+
background-color: transparent;
|
58 |
+
margin: 0px 0px 0px 0px;
|
59 |
+
padding: 0px 0px 0px 0px;
|
60 |
+
display: inline;
|
61 |
+
}
|
62 |
+
h6, .h6
|
63 |
+
{
|
64 |
+
font-family: Arial;
|
65 |
+
font-weight: bold;
|
66 |
+
font-size: 16px;
|
67 |
+
text-decoration: none;
|
68 |
+
color: #000000;
|
69 |
+
background-color: transparent;
|
70 |
+
margin: 0px 0px 0px 0px;
|
71 |
+
padding: 0px 0px 0px 0px;
|
72 |
+
display: inline;
|
73 |
+
}
|
74 |
+
.CustomStyle
|
75 |
+
{
|
76 |
+
font-family: "Courier New";
|
77 |
+
font-weight: bold;
|
78 |
+
font-size: 16px;
|
79 |
+
text-decoration: none;
|
80 |
+
color: #2E74B5;
|
81 |
+
background-color: transparent;
|
82 |
+
}
|
css/skulls2.css
ADDED
@@ -0,0 +1,159 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body
|
2 |
+
{
|
3 |
+
background-color: #000000;
|
4 |
+
color: #000000;
|
5 |
+
font-family: Arial;
|
6 |
+
font-weight: normal;
|
7 |
+
font-size: 13px;
|
8 |
+
line-height: 1.1875;
|
9 |
+
margin: 0;
|
10 |
+
padding: 0;
|
11 |
+
}
|
12 |
+
a
|
13 |
+
{
|
14 |
+
color: #0000FF;
|
15 |
+
text-decoration: underline;
|
16 |
+
}
|
17 |
+
a:visited
|
18 |
+
{
|
19 |
+
color: #800080;
|
20 |
+
}
|
21 |
+
a:active
|
22 |
+
{
|
23 |
+
color: #FF0000;
|
24 |
+
}
|
25 |
+
a:hover
|
26 |
+
{
|
27 |
+
color: #0000FF;
|
28 |
+
text-decoration: underline;
|
29 |
+
}
|
30 |
+
input:focus, textarea:focus, select:focus
|
31 |
+
{
|
32 |
+
outline: none;
|
33 |
+
}
|
34 |
+
#wb_Image2
|
35 |
+
{
|
36 |
+
vertical-align: top;
|
37 |
+
}
|
38 |
+
#Image2
|
39 |
+
{
|
40 |
+
border: 0px solid #000000;
|
41 |
+
padding: 0;
|
42 |
+
margin: 0;
|
43 |
+
left: 0;
|
44 |
+
top: 0;
|
45 |
+
width: 100%;
|
46 |
+
height: 100%;
|
47 |
+
}
|
48 |
+
#wb_Image1
|
49 |
+
{
|
50 |
+
vertical-align: top;
|
51 |
+
}
|
52 |
+
#Image1
|
53 |
+
{
|
54 |
+
border: 0px solid #000000;
|
55 |
+
padding: 0;
|
56 |
+
margin: 0;
|
57 |
+
left: 0;
|
58 |
+
top: 0;
|
59 |
+
width: 100%;
|
60 |
+
height: 100%;
|
61 |
+
}
|
62 |
+
#wb_Image3
|
63 |
+
{
|
64 |
+
vertical-align: top;
|
65 |
+
}
|
66 |
+
#Image3
|
67 |
+
{
|
68 |
+
border: 0px solid #000000;
|
69 |
+
padding: 0;
|
70 |
+
margin: 0;
|
71 |
+
left: 0;
|
72 |
+
top: 0;
|
73 |
+
width: 100%;
|
74 |
+
height: 100%;
|
75 |
+
}
|
76 |
+
#wb_Shape1
|
77 |
+
{
|
78 |
+
transform: rotate(0deg);
|
79 |
+
transform-origin: 50% 50%;
|
80 |
+
}
|
81 |
+
#Shape1
|
82 |
+
{
|
83 |
+
border-width: 0;
|
84 |
+
vertical-align: top;
|
85 |
+
}
|
86 |
+
#wb_Shape2
|
87 |
+
{
|
88 |
+
transform: rotate(0deg);
|
89 |
+
transform-origin: 50% 50%;
|
90 |
+
}
|
91 |
+
#Shape2
|
92 |
+
{
|
93 |
+
border-width: 0;
|
94 |
+
vertical-align: top;
|
95 |
+
}
|
96 |
+
#wb_Shape3
|
97 |
+
{
|
98 |
+
transform: rotate(0deg);
|
99 |
+
transform-origin: 50% 50%;
|
100 |
+
}
|
101 |
+
#wb_Shape3 a img
|
102 |
+
{
|
103 |
+
position: absolute;
|
104 |
+
left: 0;
|
105 |
+
}
|
106 |
+
#wb_Shape3 .default
|
107 |
+
{
|
108 |
+
position: absolute;
|
109 |
+
left: 0;
|
110 |
+
}
|
111 |
+
#wb_Shape3 a .hover
|
112 |
+
{
|
113 |
+
visibility: hidden;
|
114 |
+
}
|
115 |
+
#wb_Shape3 a:hover .hover
|
116 |
+
{
|
117 |
+
visibility: visible;
|
118 |
+
}
|
119 |
+
#wb_Shape3 a:hover .default
|
120 |
+
{
|
121 |
+
visibility: hidden;
|
122 |
+
}
|
123 |
+
#Shape3
|
124 |
+
{
|
125 |
+
border-width: 0;
|
126 |
+
vertical-align: top;
|
127 |
+
}
|
128 |
+
#wb_Shape4
|
129 |
+
{
|
130 |
+
transform: rotate(0deg);
|
131 |
+
transform-origin: 50% 50%;
|
132 |
+
}
|
133 |
+
#wb_Shape4 a img
|
134 |
+
{
|
135 |
+
position: absolute;
|
136 |
+
left: 0;
|
137 |
+
}
|
138 |
+
#wb_Shape4 .default
|
139 |
+
{
|
140 |
+
position: absolute;
|
141 |
+
left: 0;
|
142 |
+
}
|
143 |
+
#wb_Shape4 a .hover
|
144 |
+
{
|
145 |
+
visibility: hidden;
|
146 |
+
}
|
147 |
+
#wb_Shape4 a:hover .hover
|
148 |
+
{
|
149 |
+
visibility: visible;
|
150 |
+
}
|
151 |
+
#wb_Shape4 a:hover .default
|
152 |
+
{
|
153 |
+
visibility: hidden;
|
154 |
+
}
|
155 |
+
#Shape4
|
156 |
+
{
|
157 |
+
border-width: 0;
|
158 |
+
vertical-align: top;
|
159 |
+
}
|