Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
  2. margin: 0
  3. padding: 0
  4.  
  5. table
  6. border-collapse: collapse
  7. border-spacing: 0
  8.  
  9. img, input, textarea
  10. border: 0
  11. outline: 0
  12.  
  13. ul, ol
  14. list-style: none
  15.  
  16. a
  17. outline: 0
  18. text-decoration: none
  19.  
  20. body
  21. background-color: #fff
  22. font:
  23. family: 'Helvetica Neue',Arial,Helvetica,sans-serif
  24.  
  25. #header
  26. line-height: 44px
  27. font-size: 12px
  28. color: #eee
  29. text-align: center
  30. width: 100%
  31. height: 44px
  32. background-image: url(/images/topbar_bg.png)
  33.  
  34. a
  35. color: #29aaca
  36. padding-bottom: 1px
  37. border-bottom: 1px dotted #29aaca
  38.  
  39. &:hover
  40. color: #f90f67
  41. border-color: #f90f67
  42.  
  43. =icon
  44. background:
  45. image: url(/images/icons.png)
  46. repeat: no-repeat
  47.  
  48. #wrapper
  49. margin: 0 auto
  50. width: 642px
  51. padding-bottom: 40px
  52.  
  53. h1
  54. float: left
  55. margin: 60px 120px 40px
  56. width: 380px
  57. height: 90px
  58. background-image: url(/images/clickitystick.gif)
  59.  
  60. a
  61. display: block
  62. width: 100%
  63. height: 100%
  64. text-indent: -999999px
  65.  
  66. #placeholders
  67. float: left
  68. width: 642px
  69.  
  70. li
  71. float: left
  72. width: 174px
  73. height: 150px
  74. padding: 20px
  75.  
  76. &.droppable
  77. background-image: url(/images/droppable.png)
  78.  
  79. .note, .contact, .event
  80. width: 174px
  81. height: 150px
  82. background:
  83. image: url(/images/post_bgs.png)
  84. repeat: no-repeat
  85.  
  86. a.delete
  87. +icon
  88. position: absolute
  89. display: none
  90. text-indent: -999999px
  91. left: -2px
  92. top: -10px
  93. width: 21px
  94. height: 21px
  95. background-position: 0 0
  96.  
  97. .note
  98. background-position: 0 0
  99.  
  100. .contact
  101. background-position: -348px 0
  102.  
  103. .event
  104. background-position: -174px 0
  105.  
  106. #footer
  107. clear: both
Add Comment
Please, Sign In to add comment