Advertisement
str-wrs

Updates Tab: Palace (1)

Jun 7th, 2016
8,236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. .upd_hold:hover {height:100%;}
  2. .upd_hold {
  3. position:fixed;
  4. height:32px; /* Initial height */
  5. max-width:155px;
  6. top:20px;
  7. left:20px;
  8. font-size:0;
  9. overflow:hidden;
  10. z-index:99999;
  11. /* Hover transitions below */
  12. transition: all 0.5s ease-in-out;
  13. -o-transition: all 0.5s ease-in-out;
  14. -moz-transition: all 0.5s ease-in-out;
  15. -webkit-transition: all 0.5s ease-in-out;
  16. }
  17.  
  18. .upd {background:#fff;border:1px solid #eee;color:#444;}
  19. .upd nav {padding:10px;border-top:1px solid #eee;}
  20. .upd nav *{font-size:9px;line-height:100%;margin:0;}
  21. .upd nav:first-of-type {border:0;}
  22. .upd nav h1{font-size:10px;cursor:help;height:10px;}
  23. .upd nav h3 {font-weight:400;letter-spacing:1px;text-transform:uppercase;}
  24. .upd nav .fa{margin-right:2px;}
  25. .upd nav a:last-of-type {margin-right:0;}
  26. .upd nav a:hover {color:#333;}
  27. .upd nav a {display:inline-block;margin:5px 5px 0 0;color:#999;}
  28. .upd nav p {line-height:150%;margin:5px 0 0;color:#999;}
  29.  
  30. /* Search form */
  31. .search-form {display:block;width:100%;outline:none;padding:5px 0 0;}
  32. .search-form input {font-size:9px;font-family:inherit;border:none;outline:none;padding:0;}
  33. .search-form input[type=text] {color:#999;}
  34. input::-webkit-input-placeholder {color:#999;}
  35. input::-moz-placeholder {color:#999;}
  36. input:-moz-placeholder {color:#999;}
  37. input:-ms-input-placeholder {color:#999;}
  38. input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement