Guest User

Untitled

a guest
Jun 6th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. .rmenu {display: none;}
  2. .board-banner {display: none;}
  3. .footer .board-info {display: none;}
  4. #fullscreen-container {padding: 0px!important; box-shadow: 0px 0px 20px #acacac;}
  5. table {border-spacing: 4px;}
  6. .kupi-passcode-suka {display: none;}
  7. /*.postbtn-options {
  8. background:url("data:image/gif;base64,R0lGODlhDgAOAJEAAPDw8IyMjP///wAAACH5BAEAAAIALAAAAAAOAA4AQAIaVI55luCgopwUPUhv1bUfPoGSGJElljCVUAAAOw==") no-repeat;
  9. }*/
  10. a {text-decoration: blink;}
  11. a:hover, .a-link-emulator:hover{transition: color .5s;}
  12. .ABU-refmap {font-style:italic;}
  13. /* .post .post-details {opacity: 0.8;} */
  14. /*.post .post-details:hover {opacity: 1; transition: opacity .5s;} */
  15. .post .file-attr {font-style: italic;}
  16. span.spoiler:hover{background-color: transparent; color: #333333; transition: .2s;}
  17. input[type="text"], input[type="password"], textarea {
  18. padding: 0;
  19. margin: 0;
  20. border: 1px solid #CACACA;
  21. outline: medium none;
  22. padding: 2px 4px;
  23. transition:.25s ease-in-out;
  24. border-radius: 2px;
  25. }
  26. input[type="text"]:valid, input[type="password"]:valid, textarea:valid {
  27. opacity:1;
  28. box-shadow:0 0 0px 0px #92bcea;
  29. }
  30. input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  31. opacity:1;
  32. outline:none;
  33. box-shadow:0 0 0px 3px #92bcea;
  34. }
  35. .qr {
  36. box-shadow: 0px 0px 20px #acacac;
  37. border: 1px solid #acacac;
  38. border-radius: 3px;}
  39.  
  40. #ABU-select a:hover {
  41. background: -webkit-linear-gradient(top, #648bf5, #2866f2);
  42. background: linear-gradient(to bottom, #648bf5 0%, #2866f2 100%);
  43. }
  44. #ABU-select {
  45. background: rgba(255, 255, 255, 0.95);
  46. box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.35);
  47. border-radius: 4px;
  48. border: none;
  49. }
  50. .qr-reply .qr-vk-public {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment