| 12345678910111213141516171819202122232425 |
- * { margin:0; padding:0; }
-
- div#player {
- background-color: #333;
- height: 30px;
- position: absolute;
- top: 0px;
- width: 100%;
- color: white;
- padding-left: 20px;
- line-height: 30px;
- letter-spacing: 10px;
- }
-
- div#player a:hover {
- text-shadow: 0px 0px 5px #fff;
- cursor: pointer;
- }
-
- #YTplayer {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
|