fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
turn off banner
[wolnelektury.git]
/
src
/
catalogue
/
static
/
player
/
player.css
1
#player h1 {
2
font-size: 2em;
3
margin: .5em;
4
}
5
6
.player-info {
7
margin: 1em;
8
}
9
10
11
.play {
12
cursor: pointer;
13
}
14
15
.play:hover {
16
color: #0D7E85;
17
}
18
19
.daisy-list {
20
list-style: none;
21
}