-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathebrice.css
More file actions
82 lines (67 loc) · 1.03 KB
/
ebrice.css
File metadata and controls
82 lines (67 loc) · 1.03 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
.cover {
width: 100%;
position: sticky;
z-index: 1;
box-shadow: 0 3px 10px #888888;
}
.logoDesktop {
margin-left: auto;
margin-top: 10px;
margin-right: auto;
width: 30%;
}
.logoiPhone {
margin-left: auto;
margin-top: 10px;
margin-right: auto;
width: 80%;
}
.logoPosition {
position: absolute;
text-align: center;
z-index: 2;
}
#note {
text-align: justify;
}
#shadow {
box-shadow: 0 3px 10px #888888;
}
#nav {
margin-right: 20px;
}
#kicker {
text-align: center;
margin-top: 0;
margin-bottom: 0;
}
#title {
text-align: center;
margin-top: 0;
}
#description {
font-size: 20px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#byline {
margin-top: 0;
text-align: center;
}
#person {
color: black;
}
.star {
width: 3rem !important;
}
#tlslogo {
width: 5rem !important;
}
/*
.uk-link-heading:hover {
color: green !important;
} */
.uk-link-toggle:hover .uk-link-heading {
color: green !important;
}