-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathArrow.css
More file actions
executable file
·171 lines (160 loc) · 2.9 KB
/
Copy pathArrow.css
File metadata and controls
executable file
·171 lines (160 loc) · 2.9 KB
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
body{
margin: 0;
padding: 0;
background-image: url("arrowbg6.jpg");
background-repeat:no-repeat;
background-size: 100% 100% ;
}
nav{
position:relative;
background-color: #333;
font-size: 30px;
font-family: 'Rancho', cursive;
word-spacing:2px;
letter-spacing:2px;
font-weight: bold;
margin:0;
overflow: hidden;
}
nav ul{
margin: 0;
padding: 0;
}
nav ul li{
display:inline-block;
list-style-type:none;
}
nav > ul > li > a{
color: #aaa;
background-color:#333;
display: block;
line-height: 2em;
padding: 0.5em 0.5em;
text-decoration: none;
}
a:hover
{
background-color:#666;
color:rgb(102, 255, 255);
transition: all 0.5s;
}
h1
{
text-align:center;
color:black;
opacity:0.8;
transition:all 0.5s;
}
h1:hover
{
color:purple;
opacity:1;
}
p img
{
width:300px;
height:300px;
float: right;
margin: 20px 20px 0px 0px;
border: 2px solid black;
opacity:0.8;
transition:all 0.5s;
}
p img:hover
{
opacity:1;
border:2px solid purple;
}
p
{
color: rgb(0, 51, 102);
font-style: italic;
font-weight:bold;
font-size: 30px;
}
p:hover
{
color:black;
}
.abilities ul li
{
color: rgb(0, 51, 102);
font-style:italic;
font-weight:bold;
font-size: 30px;
z-index: 100;
opacity:0.8;
transition:all 0.5s;
}
.abilities ul li:hover
{
opacity:1;
color:black;
}
.abilities ul {
margin: 0.75em 0;
padding: 0 1em;
list-style: none;
}
.abilities ul li:before {
content: "";
border-color: transparent #111;
border-style: solid;
border-width: 0.35em 0 0.35em 0.45em;
display: block;
height: 0;
width: 0;
left: 1em;
top: 0.9em;
position: relative;
}
div.abilities img
{
width: 320px;
height: 300px;
border: 2px solid black;
margin: 2% 5% 5% 0%;
float: right;
opacity:0.9;
transition:all 0.5s;
}
div.abilities img:hover
{
border:2px solid purple;
opacity:1;}
@font-face {
font-family: 'Tangerine';
font-style: normal;
font-weight: 400;
src: local('Tangerine'), url(f.woff) format('woff');
}
@font-face {
font-family: 'Rancho';
font-style: normal;
font-weight: 400;
src: local('Rancho'), url(f3.woff) format('woff');
}
@font-face{
font-family: 'Pacifico';
font-style: normal;
font-weight: 400;
src: local('Pacifico'), url(f1.woff) format('woff');
}
@font-face {
font-family: 'Indie Flower';
font-style: normal;
font-weight: 400;
src: local('Indie Flower'), local('IndieFlower'), url(f4.woff) format('woff');
}
@font-face {
font-family: 'Creepster';
font-style: normal;
font-weight: 400;
src: local('Creepster'), url(f5.woff) format('woff');
}
@font-face {
font-family: 'Kaushan Script';
font-style: normal;
font-weight: 400;
src: local('Kaushan Script'), url(f6.woff) format('woff');
}