-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
99 lines (99 loc) · 1.66 KB
/
styles.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
body {
background-color: antiquewhite;
}
header {
text-shadow: 0 0 3px #222, 0 0 15px #fff;
width: auto;
height: 500px;
font-size: 62px;
font-family: 'Magneto', sans-serif;
background-size: cover;
}
a:link {
color: darkgoldenrod;
}
a:active {
color: goldenrod;
}
a:visited {
color: brown;
}
a:hover {
color: darkred;
}
footer {
text-align: center;
}
#Photo2 {
width: 500px;
}
#Photo2:hover {
width: 1000px;
}
p + a {
font-size: larger;
font-family: 'Georgia', sans-serif;
}
span + i {
color: #a80;
}
div > img {
width: 100%;
}
h3 {
text-align: center;
}
.Category {
background-size: cover;
width: 370px;
height: 400px;
border: 3px inset #777;
float: left;
text-align: center;
padding-right: 1px;
}
.Category a {
position: relative;
color: white;
top: 30%;
font-size: x-large;
font-family: 'Magneto', 'Trebuchet MS', sans-serif;
text-decoration: underline;
}
.Category a:hover {
text-shadow: 0px 0px 10px ivory;
}
.Category a::after, .Category a::before {
content: "\20aa ";
}
.Category div {
background-color: #1119;
position: relative;
top: 80%;
width: 100%;
height: 20%;
}
.Category:first-child div, .Category:last-child div{
border: 3px ridge #a80;
}
table {
margin: auto;
font-size: 32px;
border: 2px solid black;
}
table td, th {
padding: 5px;
border: 2px solid black;
}
table img {
width: 300px;
}
button {
background-color: #8c8c8c !important;
color: white !important;
padding: 5px !important;
border: 1px solid black !important;
}
button:hover {
background-color: #4c4c4c !important;
}