Advertisement
hossem147

dgfdg

May 12th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #chatWindow,
  2. #minimap_box,
  3. #shortcutsWindow { position: absolute; } /* display: none */
  4.  
  5.  
  6. #shortcutsWindow {
  7. background-color: rgba(0, 0, 0, .4);
  8. border-radius: 5px;
  9. padding: 15px;
  10. margin: 0 0 0 10px
  11. }
  12.  
  13. #shortcutsWindow li {
  14. list-style-type: none;
  15. color: #fff;
  16. font-weight: 700
  17. }
  18.  
  19.  
  20. ::-webkit-input-placeholder {
  21. color: #8c8c8c
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement