Add videoframe styles
This commit is contained in:
parent
a1be4e8e66
commit
61131488c9
12
style.css
12
style.css
@ -124,6 +124,18 @@ content .videoframe {
|
|||||||
margin-left:16px;
|
margin-left:16px;
|
||||||
box-shadow: 0px 0px 3px white;
|
box-shadow: 0px 0px 3px white;
|
||||||
border: 1 px solid #f3f3f3;
|
border: 1 px solid #f3f3f3;
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
content .videoframe a {
|
||||||
|
color:lightblue;
|
||||||
|
}
|
||||||
|
content .videoframe input {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
|
color:lightblue;
|
||||||
}
|
}
|
||||||
content vidcaption {
|
content vidcaption {
|
||||||
margin-left: 18px;
|
margin-left: 18px;
|
||||||
|
Loading…
Reference in New Issue
Block a user