css/playscreen.css
changeset 9 5b743d461f99
parent 7 a2d5b669f663
child 11 9833f3e24105
equal deleted inserted replaced
7:a2d5b669f663 9:5b743d461f99
   112 }
   112 }
   113 
   113 
   114 .play-tagcloud li {
   114 .play-tagcloud li {
   115 	float: left; width: 98px; height: 10px;
   115 	float: left; width: 98px; height: 10px;
   116 	line-height: 10px;
   116 	line-height: 10px;
   117     text-align: center;
   117     text-align: center; cursor: pointer;
   118 }    
   118 }
       
   119 
       
   120 .play-tagcloud li.selected {
       
   121 	background: #FFFF00; color: #000000;
       
   122 }
   119 
   123 
   120 .play-tagcloud li:nth-child(3n+2) {
   124 .play-tagcloud li:nth-child(3n+2) {
   121 	margin-top: 5px;
   125 	margin-top: 5px;
   122 }
   126 }
   123 
   127