videopdf/static/css/videopdf.css

29 lines
489 B
CSS
Raw Normal View History

2013-02-12 10:37:25 +00:00
.button {
position: absolute;
width: 20px;
height: 20px;
padding: 4px;
border: 2px solid rgb(255, 255, 255);
border-radius: 16px;
2013-02-12 10:52:18 +00:00
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 2px rgb(0, 0, 0);
2013-02-12 11:25:00 +00:00
cursor: pointer;
2013-02-12 10:37:25 +00:00
}
2013-02-12 11:25:00 +00:00
.button.playButton {
2013-02-12 10:37:25 +00:00
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
2013-02-12 11:25:00 +00:00
.button.editButton {
2013-02-12 10:37:25 +00:00
right: 8px;
bottom: 8px;
2013-02-12 10:52:18 +00:00
}
.interface {
2013-02-12 11:20:07 +00:00
position: absolute;
}
2013-02-12 11:25:00 +00:00
.interface.video {
cursor: pointer;
}