css/playscreen.css
changeset 19 685c406c7d8c
parent 18 cd85b780f4a5
child 20 8b0a464fb5ac
equal deleted inserted replaced
18:cd85b780f4a5 19:685c406c7d8c
    22 .play-block {
    22 .play-block {
    23     width: 402px; height: 30px;
    23     width: 402px; height: 30px;
    24 }
    24 }
    25 
    25 
    26 .button {
    26 .button {
    27     float: left; width: 18px; margin: 5px 4px;
    27     float: left; width: 18px; margin: 6px 4px;
    28     height: 18px; background: url(../img/sprites.png);
    28     height: 18px; background: url(../img/sprites.png);
    29 }
    29 }
    30 
    30 
    31 .button:hover {
    31 .button:hover {
    32 	opacity: .5;
    32 	opacity: .5;
    40 	background-position: -36px 0;
    40 	background-position: -36px 0;
    41 }
    41 }
    42 
    42 
    43 .prev-button {
    43 .prev-button {
    44 	background-position: -54px 0;
    44 	background-position: -54px 0;
       
    45 }
       
    46 
       
    47 .lock-button {
       
    48 	width: 36px; background-position: -36px -54px;
       
    49 }
       
    50 
       
    51 .lock-button.locked {
       
    52 	background-position: -36px -36px;
    45 }
    53 }
    46 
    54 
    47 .duration, .time-separator, .current-time {
    55 .duration, .time-separator, .current-time {
    48     float: left; height: 30px;
    56     float: left; height: 30px;
    49     font-size: 20px; line-height: 30px;
    57     font-size: 20px; line-height: 30px;
    51 
    59 
    52 .time-separator {
    60 .time-separator {
    53 	width: 6px; text-align: center;
    61 	width: 6px; text-align: center;
    54 }
    62 }
    55 .duration, .current-time {
    63 .duration, .current-time {
    56 	width: 140px; margin: 0 8px;
    64 	width: 120px; margin: 0 8px;
    57 }
    65 }
    58 .current-time {
    66 .current-time {
    59 	text-align: right; color: #CCCCCC;
    67 	text-align: right; color: #CCCCCC;
    60 }
    68 }
    61 
    69 
    79 .shadow-block {
    87 .shadow-block {
    80     float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
    88     float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0;
    81 }
    89 }
    82 
    90 
    83 .play-bottom {
    91 .play-bottom {
    84     position: absolute; left: 8px; top: 86px; bottom: 8px; right: 8px; overflow: hidden;
    92     position: absolute; left: 8px; top: 96px; bottom: 8px; right: 8px; overflow: hidden;
    85 }
    93 }
    86 
    94 
    87 .home-button {
    95 .home-button {
    88 	background-position: -36px -18px;
    96 	background-position: -36px -18px;
    89 }
    97 }
    91 .play-svg {
    99 .play-svg {
    92     position: absolute; left: 0; top: 0; width: 100%; height: 100%;
   100     position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    93 }
   101 }
    94 
   102 
    95 .topics-block {
   103 .topics-block {
    96     float: left; clear: both; width: 10000px; padding-left: 8px; height: 40px; left: 0;
   104     float: left; clear: both; width: 10000px; height: 50px; left: 20px;
       
   105 }
       
   106 
       
   107 .topics-list {
       
   108 	float: left;
    97 }
   109 }
    98 
   110 
    99 .topic {
   111 .topic {
   100     float: left; padding: 6px; cursor: pointer; background: #333333;
   112     float: left; padding: 2px; cursor: pointer; background: #333333;
   101 }
   113 }
   102 
   114 
   103 .topic-words li {
   115 .topic-words li {
   104     display: inline-block; color: #fff; padding: 0 4px;
   116     display: inline-block; color: #fff; padding: 2px 4px;
   105     font-size: 14px; line-height: 16px;
   117     font-size: 14px; line-height: 16px;
   106 }
   118 }
   107 
   119 
   108 .left-arrow, .right-arrow {
   120 .left-arrow, .right-arrow {
   109 	position: absolute; top: 0; width: 9px; height: 20px; width: 9px; background: url(../img/arrows.png); margin: 5px; cursor: pointer;
   121 	position: absolute; top: 0; width: 9px; height: 20px; padding: 13px 8px; cursor: pointer;
   110 }
   122 }
   111 
   123 
   112 .left-arrow {
   124 .left-arrow {
   113 	left: 0;
   125 	left: 0; background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0));
   114 }
   126 }
   115 
   127 
   116 .right-arrow {
   128 .right-arrow {
   117 	right: 0; background-position: -9px 0;
   129 	right: 0; background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
       
   130 }
       
   131 
       
   132 .inside-arrow {
       
   133 	width: 9px; height: 20px; background: url(../img/sprites.png);
       
   134 }
       
   135 
       
   136 div:hover>.inside-arrow {
       
   137 	opacity: .5;
       
   138 }
       
   139 
       
   140 .left-arrow .inside-arrow {
       
   141 	background-position: 0 -54px;
       
   142 }
       
   143 
       
   144 .right-arrow .inside-arrow {
       
   145 	background-position: -9px -54px;
   118 }
   146 }
   119 
   147 
   120 .highlight {
   148 .highlight {
   121     color: #333333; background: #ffff00;
   149     color: #333333; background: #ffff00;
   122 }
   150 }