Skip to content

Commit

Permalink
refactor: Remove unused CSS classes and IDs in the example stylesheet.
Browse files Browse the repository at this point in the history
…Fixes #565. (#632)
  • Loading branch information
shawnbuso committed May 31, 2018
1 parent 35ee818 commit b6dbc62
Showing 1 changed file with 0 additions and 70 deletions.
70 changes: 0 additions & 70 deletions examples/style.css
Expand Up @@ -39,12 +39,6 @@ footer {
width: 728px;
}

#ima-sample-placeholder {
background-image: url("posters/poster.jpg");
width: 640px;
height: 360px;
}

.urlLink {
color: blue;
text-decoration: underline;
Expand All @@ -68,70 +62,6 @@ footer {
overflow: hidden;
}

#ima-sample-content-wrapper {
position:relative;
top: 0px;
left: 0px
}

#ima-sample-playpause, #ima-sample-replay {
position: absolute;
left: 20px;
bottom: 20px;
height: 40px;
width: 100px;
border-style: none;
font-weight: bold;
font-size: 25px;
opacity: 0.5;
background-color: #fff;
border-radius: 5px;
border: 1px transparent solid;
color: #000;
cursor: pointer;
line-height: 0;
}

#ima-sample-replay {
display: none;
}

#ima-sample-playpause:hover, #ima-sample-replay:hover {
border: 1px #f00 solid;
color: #f00;
}

#ima-sample-fullscreen {
position: absolute;
bottom: 20px;
right: 20px;
height: 40px;
width: 100px;
border-style: none;
font-weight: bold;
font-size: 25px;
opacity: 0.5;
background-color: #fff;
border-radius: 5px;
border: 1px transparent solid;
color: #000;
cursor: pointer;
line-height: 0;
}

#ima-sample-fullscreen:hover {
border: 1px #f00 solid;
color: #f00;
}

#ima-sample-content, #ima-sample-adcontainer {
position: absolute;
top: 0px;
left: 0px;
width: 640px;
height: 360px;
}

#ima-sample-playlistDiv {
height: 122px;
width: 224px;
Expand Down

0 comments on commit b6dbc62

Please sign in to comment.