1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
body {
font: 14px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial;
color: #FFFFFF;
text-decoration: none;
background: #000000;
margin: 0px;
}
#external-container-basic {
position: absolute;
width: 600px;
/* height: 150px; */
left: 50%;
top: 50%;
margin: -150px 0px 0px -300px;
}
#external-container-button {
position: absolute;
left: 50%;
top: 50%;
margin: -17px 0px 0px -102px;
text-align: center;
}
#external-button-left {
float: left;
margin: 50px 0px 0px 120px;
}
#external-button-center {
float: left;
margin: 50px 0px 0px 50px;
}
#external-button-right {
float: left;
margin: 50px 0px 0px 50px;
}
#external-button-left, #external-button-right, #external-button-center {
color: inherit;
text-decoration: inherit;
height: 31px;
background: url(../images/ext-button-left.gif) no-repeat left top
}
#external-button-left span, #external-button-right span, #external-button-center span {
float: left;
height: 31px;
padding: 7px 15px 0px 15px;
background: url(../images/ext-button-left-edge.gif) no-repeat right top;
}
#embedded-video-info {
position: absolute;
bottom: 0%;
width: 100%;
height: 46px;
}
#countdown {
color: #955;
padding-left: 8px;
font-weight: normal;
}
|