Guest User

Untitled

a guest
Jun 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1.  
  2.  
  3. $brightaqua: #82D4C9
  4. $green: #023B30
  5. $logo: #07886F
  6. $darkbrown: #3B1000
  7. $rust: #882A07
  8. $pale: #F2F2F2
  9.  
  10. @import compass/utilities
  11. @import compass/css3
  12.  
  13.  
  14. body.bp
  15. :background-color $pale
  16. :font-size 14px
  17. h1
  18. :text-align center
  19. :font-size 2.5em
  20. :color $rust
  21. h2
  22. :color $green
  23. :margin-bottom 0
  24.  
  25. .logout
  26. +float-right
  27.  
  28. #logo
  29. +float-left
  30. :width 100px
  31. :padding-left 10px
  32. :color $logo
  33. :font
  34. :size 40px
  35. :family "Lucida Grande"
  36. :weight bold
  37.  
  38. #navBar
  39. :margin 10px 0
  40. :background-color $darkbrown
  41. ol
  42. +inline-block-list
  43. li
  44. :padding 5px 10px
  45. a, a:visited
  46. :padding 5px 5px
  47. :color $brightaqua
  48. :text-decoration none
  49. :font
  50. :size 16px
  51.  
  52. body.two-col #content
  53. :width 700px
  54. .postShow
  55. :padding 20px 0
  56. div
  57. :float left
  58. :margin-right 10px
  59. :line-height 2em
  60. .sequence
  61. :width 30px
  62. .title
  63. :width 400px
  64. a, a:visited
  65. :text-decoration none
  66. :font-size 1.8em
  67. .date
  68. :width 120px
  69. .admin
  70. :width 80px
  71.  
  72. #innerContent
  73. :width 680px
  74. :padding 0 20px
  75.  
  76. body.two-col #sidebar
  77. :width 240px
  78.  
  79. #innerSidebar
  80. :margin 0 10px
  81. :padding 0 10px
  82. :border-left 1px solid gray
  83.  
  84. #footer
  85. :padding 10px
  86.  
  87. #footer
  88. :padding 10px
  89.  
  90. .section
  91. :margin-bottom 20px
  92. .caption
  93. :margin-top 10px
  94. :padding-left 10px
  95. :color black
  96. :background-color $brightaqua
  97. :border 1px solid black
  98. .CodeRay
  99. :margin-top 0
Add Comment
Please, Sign In to add comment