mirror of
https://github.com/kforney/kforney.github.io.git
synced 2025-02-22 12:48:39 -07:00
Video play button adjustments.
This commit is contained in:
parent
5132324f86
commit
dda68adc89
1 changed files with 7 additions and 3 deletions
10
css/main.css
10
css/main.css
|
@ -276,8 +276,8 @@ and was then modified by me as necessary.*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.youtube-video .playButton {
|
.youtube-video .playButton {
|
||||||
width: 90px;
|
width: 120px;
|
||||||
height: 60px;
|
height: 90px;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
|
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
@ -288,10 +288,14 @@ and was then modified by me as necessary.*/
|
||||||
.youtube-video .playButton:before {
|
.youtube-video .playButton:before {
|
||||||
content: "";
|
content: "";
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 15px 0 15px 26.0px;
|
border-width: 30px 0 30px 52px;
|
||||||
border-color: transparent transparent transparent #fff;
|
border-color: transparent transparent transparent #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.youtube-video:hover .playButton {
|
||||||
|
background-color: #FFBC42;
|
||||||
|
}
|
||||||
|
|
||||||
.youtube-video img,
|
.youtube-video img,
|
||||||
.youtube-video .playButton {
|
.youtube-video .playButton {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Reference in a new issue