forked from veleary/Week-1-FE-Eval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jesterking_redesign.css
113 lines (95 loc) · 1.79 KB
/
jesterking_redesign.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
110
111
112
113
body {
background: black;
margin: 5px 5px 5px 5px !important;
border-top-style: double;
border-top-width: 10px;
border-left-style: double;
border-left-width: 10px;
border-right-style: double;
border-right-width: 10px;
border-top-color: #b37b25;
border-right-color: #b37b25;
border-left-color: #b37b25;
height: 120%;
}
.row {
margin-top: 10px;
}
#jk-logo {
height: 175px;
-webkit-border-radius: 20px 20px 20px 20px;
border-radius: 20px 20px 20px 20px;
}
#jk-logo-2 {
height: 80px;
}
#jk-logo-2:hover {
background: black;
-webkit-border-radius: 30px 30px 30px 30px;
border-radius: 30px 30px 30px 30px;
}
#location {
-webkit-border-radius: 30px 30px 30px 30px;
border-radius: 30px 30px 30px 30px;
margin-top: 20px;
}
#satyr {
height: 200px;
margin-left: 30px;
}
#satyr-flip {
height: 200px;
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
#jk-text-header {
font-family: Palatino;
color: #b37b25;
margin-top: 20px;
padding-left: 0;
}
#jk-text {
font-family: Palatino;
color: #f6db5a;
}
.middle-row {
margin-top: 25px;
}
.side-icons {
font-size: 22px;
}
.side-nav-items {
font-size: 14px;
font-style: normal;
padding-left: 5px;
}
.emphasis {
color: #b37b25;
}
.top-bar {
height: 80px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
background: #381e11;
}
.top-bar-section ul {
margin: 18px;
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
background: #381e11;
color: #f6db5a;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 16px;
font-family: Palatino;
}
ul.right {
background: #381e11;
}
li.active {
padding-right: 20px;
}