Advertisement
pfgpastebin

TildesStyle

Jun 22nd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. .btn.btn-comment-collapse {
  2. position: absolute;
  3. transform: translate(-20px, -4px);
  4. background-color: #eee;
  5. border: none;
  6. height: 100%;
  7. transition: 0.1s background-color, 0.1s transform;
  8. display: inline-flex;
  9. text-align: right;
  10. vertical-align: top;
  11. padding-bottom: 100000000%;
  12. padding-top:7px;
  13. }
  14.  
  15. .btn.btn-comment-collapse:hover {
  16. transform: translate(-15px, -4px);
  17. background-color: #58f;
  18. color: #fff;
  19. }
  20.  
  21. .comment {
  22. overflow: hidden;
  23. position: relative;
  24. display: block;
  25. border:none;
  26. }
  27.  
  28. .comment-itself {
  29. padding-left: 10px;
  30. }
  31.  
  32. /*.post-button[name="vote"]:hover {
  33. background-color: #58f;
  34. left: -1px;
  35. }
  36.  
  37. .post-button[name="vote"] {
  38. position: absolute;
  39. top: -2px;
  40. left: -6px;
  41. max-width: -0px;
  42. background-color: #eee;
  43. color: rgba(0,0,0,0);
  44. height: 32px;
  45. }
  46.  
  47. .post-button[name="vote"]::after {
  48. content: "^";
  49. color: #000;
  50. transform: translate(-10px,0);
  51. transition: 0.1s transform;
  52. }
  53.  
  54. .post-button.post-button-used[name="unvote"] {
  55. position: absolute;
  56. top: -2px;
  57. left: -6px;
  58. max-width: -0px;
  59. background-color: #ccc;
  60. color: rgba(0,0,0,0);
  61. transition: 0.1s transform;
  62. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement