-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
102 lines (102 loc) · 1.57 KB
/
main.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
body {
background-color: #efefef;
font-family: verdana;
font-size: 12pt;
color: #363636;
margin: 0;
padding: 0;
}
a:link, a:visited, a:active {
text-decoration: underline;
font-weight: bold;
color: #363636;
}
a:hover {
text-decoration: none;
color: #646464;
}
.collapsed {
position: relative;
margin-left: 20px;
margin-top: 20px;
width: 130px;
height: 130px;
z-index: 1;
}
.collapsed:hover {
cursor: pointer;
}
.collapsed:hover .name {
opacity: .5;
}
.expanded .name {
display: none;
}
.collapsed .name {
display: inline;
}
.name {
top: 30%;
position:absolute;
color: white;
font-size: 30pt;
text-align: center;
width: 100%;
}
.projects {
position: relative;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
border: none;
background: none;
}
.projInfo img {
padding: 10px;
background: url("https://s3.amazonaws.com/neopets_pictures/Layouts/Tiles/40w.png");
width: 400px;
}
.gallery td .reg {
padding: 5px;
background: url("https://s3.amazonaws.com/neopets_pictures/Layouts/Tiles/40w.png");
width: 75px;
height: 75px;
}
.gallery td .hoverDiv {
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1000;
}
.gallery td .hoverDiv .hoverImg {
top: 50%;
left: 50%;
background: url("https://s3.amazonaws.com/neopets_pictures/Layouts/Tiles/40b.png");
padding: 10px;
}
.box {
padding: 100px 50px 100px 50px;
position: relative;
width: auto;
height: auto;
}
.box h1 {
font-size: 40pt;
}
h3 {
font-size: 20pt;
padding: 10px;
}
#about {
background: #4cc8de;
}
#art {
background: #e04fed;
}
#contact {
background: #4cc8de;
}