forked from hachy/Nanagogo-FriendlyNav
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mystyle.css
103 lines (87 loc) · 1.69 KB
/
mystyle.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
.left-contents {
background: #f4f3f0; /* barely off-white */
border-right: 1px solid #e5e4e0; /* slightly darker off-white */
color: #000;
font-size: 12px;
height: 100%;
overflow: auto;
position: fixed;
top: 0;
left: 0;
width: 100px;
z-index: 100;
}
/*
.title-nogizaka {
background: #812990;
color: white;
font-size: 14px;
font-weight: bold;
padding: 7px 0 7px 10px;
}
.nogi-list {
list-style: none;
height: 100%;
}
.nogi-list li:nth-child(odd) {
background: #eae9e8;
}
.nogi-list li a {
display: block;
padding: 7px 0 7px 15px;
text-decoration: none;
}
.nogi-list li a:hover {
background: #bc8dc4;
}
*/
.group48 {
color: white;
font-size: 14px;
font-weight: bold;
padding: 7px 0 7px 7px;
}
.team48{
color: white;
font-size: 14px;
font-weight: bold;
padding: 7px 0 7px 14px;
width: 100px;
display: none;
}
.list48 {
list-style: none;
height: 100%;
width: 100px;
display: none;
}
.list48 li:nth-child(odd) {
background: #eae9e8;
}
.list48 li a {
display: block;
padding: 7px 0 7px 21px;
text-decoration: none;
}
/* do all of this with mouseover events instead */
.list48.teama li a:hover, .list48.teama li.highlight {
background: #f596b4;
}
.list48.teamk li a:hover, .list48.teamk li.highlight {
background: #83C033;
}
.list48.teamb li a:hover, .list48.teamb li.highlight {
background: #51B8E6;
}
.list48.team4 li a:hover, .list48.team4 li.highlight {
background: #FDCF33;
}
.list48.teamn li a:hover, .list48.teamn li.highlight {
background: #FBC733;
}
.list48.teamm li a:hover, .list48.teamm li.highlight {
background: #E77B8D;
}
.list48.teambii li a:hover, .list48.teambii li.highlight {
background: #3C5AC3;
}