css/playscreen.css
changeset 20 8b0a464fb5ac
parent 19 685c406c7d8c
child 22 4e1e66b2fdf1
equal deleted inserted replaced
19:685c406c7d8c 20:8b0a464fb5ac
    94 
    94 
    95 .home-button {
    95 .home-button {
    96 	background-position: -36px -18px;
    96 	background-position: -36px -18px;
    97 }
    97 }
    98 
    98 
    99 .play-svg {
    99 .play-canvas {
   100     position: absolute; left: 0; top: 0; width: 100%; height: 100%;
   100     position: absolute; left: 0; top: 0; width: 100%; height: 100%;
   101 }
   101 }
   102 
   102 
   103 .topics-block {
   103 .topics-block {
   104     float: left; clear: both; width: 10000px; height: 50px; left: 20px;
   104     float: left; clear: both; width: 10000px; height: 50px; left: 20px;
   185     position: absolute;
   185     position: absolute;
   186     width: 296px;
   186     width: 296px;
   187 }
   187 }
   188 
   188 
   189 .play-tagcloud li {
   189 .play-tagcloud li {
   190 	float: left; width: 98px; height: 10px;
   190     cursor: pointer;
   191 	line-height: 10px;
   191     float: left;
   192     text-align: center; cursor: pointer;
   192     height: 16px;
       
   193     line-height: 16px;
       
   194     text-align: center;
       
   195     width: 98px;
       
   196     display: inline-block;
       
   197     margin-bottom: -6px;
   193 }
   198 }
   194 
   199 
   195 .play-tagcloud li.selected {
   200 .play-tagcloud li.selected {
   196 	background: #FFFF00; color: #000000;
   201 	background: #FFFF00; color: #000000;
   197 }
   202 }
   202 
   207 
   203 .play-tagcloud li:nth-child(3n) {
   208 .play-tagcloud li:nth-child(3n) {
   204 	margin-top: 10px;
   209 	margin-top: 10px;
   205 }
   210 }
   206 
   211 
   207 .local-position, .global-position {
       
   208 	position: absolute; height: 1px;
       
   209 	background: #FF00FC;
       
   210 }
       
   211 
       
   212 .global-position {
       
   213 	left: 0; width: 125px;
       
   214 }
       
   215 
       
   216 .local-position {
       
   217 	left: 155px; width: 215px;
       
   218 }
       
   219 
       
   220 .user-tweets {
   212 .user-tweets {
   221 	position: absolute; left: 730px; top: 300px; bottom: 0; right: 0; display: none;
   213 	position: absolute; left: 730px; top: 300px; bottom: 0; right: 0; display: none;
   222 }
   214 }
   223 
   215 
   224 .user-tweets-head {
   216 .user-tweets-head {