Guest User

Untitled

a guest
Oct 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. /* The fucking magic that makes it say "Fuck You" */
  2. .titlebox .number {
  3. display: none;
  4. }
  5. .titlebox .word:before {
  6. content: "Fuck you, we're too drunk to count ";
  7. }
  8. .titlebox:hover .number {
  9. display:inline;
  10. }
  11. .titlebox:hover .word:before {
  12. content:"";
  13. }
  14.  
  15. /* big burrs
  16. .midcol {
  17. width: 75px !important;
  18. }
  19.  
  20. .entry {
  21. height: 125px;
  22. }
  23.  
  24. .title {
  25. font-size: x-large;
  26. }
  27.  
  28. body .tagline .domain {
  29. font-size: medium;
  30. }
  31.  
  32. .arrow {
  33. height: 50px;
  34. width: 75px;
  35. }
  36.  
  37. .arrow.down {
  38. background-image: url(%%bigburrs%%);
  39. display: inline-block;
  40. background-position: 0px 0px;
  41. }
  42. .arrow.up{
  43. background-image: url(%%bigburrs%%);
  44. display: inline-block;
  45. background-position: 0px 0px;
  46. }
  47. .arrow.upmod {
  48. background-image: url(%%bigburrs%%);
  49. display: inline-block;
  50. background-position: 0px -50px;
  51. }
  52. .arrow.downmod {
  53. background-image: url(%%bigburrs%%);
  54. display: inline-block;
  55. background-position: 0px -100px;
  56. }*/
  57.  
  58. /* burrs*/
  59. .arrow.down {
  60. background-image: url(%%burrs%%);
  61. display: inline-block;
  62. background-position: 0px 0px;
  63. }
  64. .arrow.up{
  65. background-image: url(%%burrs%%);
  66. display: inline-block;
  67. background-position: 0px 0px;
  68. }
  69. .arrow.upmod {
  70. background-image: url(%%burrs%%);
  71. display: inline-block;
  72. background-position: 0px -50px;
  73. }
  74. .arrow.downmod {
  75. background-image: url(%%burrs%%);
  76. display: inline-block;
  77. background-position: 0px -100px;
  78. }
  79. /* body {
  80. background: url(%%foreverADrunkOpaque%%) no-repeat fixed center center
  81. } */
  82.  
  83. /* flair */
Add Comment
Please, Sign In to add comment