css/playscreen.css
changeset 24 b557f4bae85f
parent 22 4e1e66b2fdf1
equal deleted inserted replaced
23:933b388521f6 24:b557f4bae85f
   201 .play-tagcloud li.selected {
   201 .play-tagcloud li.selected {
   202 	background: #FFFF00; color: #000000;
   202 	background: #FFFF00; color: #000000;
   203 }
   203 }
   204 
   204 
   205 .user-tweets {
   205 .user-tweets {
   206 	position: absolute; left: 420px; top: 40px; bottom: 40px; right: 60px; display: none;
   206 	position: absolute; top: 40px; bottom: 40px; display: none;
   207 	background: rgba(64,64,64,.8); border-radius: 10px; z-index: 4; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
   207 	background: rgba(64,64,64,.8); border-radius: 10px; z-index: 4; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
   208 }
   208 }
   209 
   209 
   210 .user-tweets-head {
   210 .user-tweets-head {
   211 	font-size: 14px; text-align: center; margin: 10px 0 0;
   211 	font-size: 14px; text-align: center; margin: 10px 0 0;
   218 .close-user-tweets {
   218 .close-user-tweets {
   219     float: right; font-size: 20px; font-weight: bold; margin: 5px; text-decoration: none; color: #FFFFFF;
   219     float: right; font-size: 20px; font-weight: bold; margin: 5px; text-decoration: none; color: #FFFFFF;
   220 }
   220 }
   221 
   221 
   222 .user-tweets-list .tweet {
   222 .user-tweets-list .tweet {
   223 	margin-bottom: 10px; cursor: hand;
   223 	margin: 0 0 10px 20px; cursor: hand;
   224 }
   224 }
   225 
   225 
   226 .user-tweets-list .tweet:hover {
   226 .user-tweets-list .tweet:hover {
   227     background: #808080; cursor: pointer;
   227     background: #808080; cursor: pointer;
   228 }
   228 }