Appendko

sklive

Aug 27th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. .chatline {
  2. background: rgba(0, 0, 0, 0.10); /*0.48是透度明,1代表全黑,0是全透明*/
  3. margin: 5px 5px;
  4. padding: 3px;
  5. border: 2px solid rgba(255, 255, 255, 0.45);
  6. border-radius: 10px;
  7. -webkit-animation:spin 0.4s ease-out; /*不需要翻滾動畫 刪除這個*/
  8. }
  9. @-webkit-keyframes spin { 100% { -webkit-transform: rotateX(360deg); } } /*不需要翻滾動畫 刪除這行*/
  10. span.timestamp {visible: none;/*float: right;*/ /*時間在右邊顯示 刪除回到左邊*/}
  11. span.skClass {
  12. margin: 3px;
  13. display: inherit;
  14. }
Add Comment
Please, Sign In to add comment