-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (76 loc) · 2.55 KB
/
Copy pathstyle.css
File metadata and controls
80 lines (76 loc) · 2.55 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
html
{
margin: -1px;
border: -1px;
padding: -1px;
}
body
{
background: url('steph.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-family: 'Questrial', sans-serif; /* Applies the font you donwloadedin the HTML */
}
::-webkit-scrollbar /* Gets rid of any scrollbars on the browser */
{
display: hidden;
}
ul
{
display: hidden;
width: 35%;
margin: 15% auto;
padding: 0;
list-style: none;
}
ul.container
{
box-shadow: 0px 0px 0px #000;
}
ul.submenu
{
display: block;
width: 100%;
margin: 0;
padding: 0;
background:rgba(220,219,219,.07);
}
a /* All links */
{
display: block;
padding: 10px;
color: #eee;
text-decoration: none;
transition: all .3s ease;
opacity: .5;
}
a:hover
{
color: #fff;
transition: all .3s ease;
}
a.parent1 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.parent2 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.parent3 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.parent4 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.parent5 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.parent6 {transition: all .3s ease;color: #555;background: #EEE;text-align: center;}
a.tab1 {transition: all .3s ease;opacity: 0.5;}
a.tab2 {transition: all .3s ease;opacity: 0.5;}
a.tab3 {transition: all .3s ease;opacity: 0.5;}
a.tab4 {transition: all .3s ease;opacity: 0.5;}
a.tab5 {transition: all .3s ease;opacity: 0.5;}
a.tab6 {transition: all .3s ease;opacity: 0.5;}
a.tab1:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
a.tab2:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
a.tab3:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
a.tab4:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
a.tab5:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
a.tab6:hover {transition: all .3s ease;text-indent: 5px;opacity: 1; }
ul > li:hover > a.parent1 {transition: all .3s ease;opacity: .8;}
ul > li:hover > a.parent2 {transition: all .3s ease;opacity: .8;}
ul > li:hover > a.parent3 {transition: all .3s ease;opacity: .8;}
ul > li:hover > a.parent4 {transition: all .3s ease;opacity: .8;}
ul > li:hover > a.parent5 {transition: all .3s ease;opacity: .8;}
ul > li:hover > a.parent6 {transition: all .3s ease;opacity: .8;}