Advertisement
HimikoWerckmeister

Untitled

Jun 26th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. /* Initial body */
  2.  
  3.  
  4. body {
  5. left: 0;
  6. margin: 0;
  7. overflow: hidden;
  8. position: relative;
  9. }
  10.  
  11. .neighborhood-guides h1
  12. {
  13. color: white;
  14. padding-top: 20px;
  15. padding-left:50px;
  16. position: relative;
  17. font-family: 'Cabin', sans-serif;
  18.  
  19. }
  20. .neighborhood-guides p{
  21.  
  22. text-indent:100px;
  23. color: white;
  24. padding-left:10px;
  25. position: relative;
  26. font-family: 'Abel', sans-serif;
  27. }
  28.  
  29. /* Initial menu */
  30. .menu {
  31. padding-bottom: 1000px;
  32. background: #202024 url('http://cdn.mysitemyway.com/etc-mysitemyway/webtreats/assets/posts/976/full/tileable-light-blurs-and-abstract-circles-18.png') repeat left top;
  33. left: -285px; /* start off behind the scenes */
  34. height: 100%;
  35. position: fixed;
  36. width: 285px;
  37. background-size: center;
  38.  
  39.  
  40. }
  41.  
  42. /* Basic styling */
  43.  
  44. .jumbotron {
  45. background-image: url('http://orig14.deviantart.net/dcdd/f/2013/047/7/c/aki_yoru_by_dawnandhikari_sama-d5v798w.jpg');
  46. height: 100%;
  47. -webkit-background-size: cover;
  48. -moz-background-size: cover;
  49. -o-background-size: cover;
  50. background-size: cover;
  51. background-position:center;
  52.  
  53. overflow: scroll;
  54. }
  55.  
  56. .menu ul {
  57. border-top: 1px solid #636366;
  58. list-style: none;
  59. margin: 0;
  60. padding: 0;
  61. }
  62.  
  63. .menu li {
  64. border-bottom: 1px solid #636366;
  65. font-family: 'Oswald', sans-serif;
  66. line-height: 45px;
  67. padding-bottom: 3px;
  68. padding-left: 20px;
  69. padding-top: 3px;
  70. }
  71.  
  72. .active{
  73. background-color:#800080;
  74. opacity:0.6;
  75. }
  76.  
  77. .menu a {
  78. color: #fff;
  79. font-size: 15px;
  80. text-decoration: none;
  81. text-transform: uppercase;
  82. }
  83.  
  84. .icon-close {
  85. cursor: pointer;
  86. padding-left: 10px;
  87. padding-top: 10px;
  88. }
  89.  
  90. .icon-menu {
  91. color: #fff;
  92. cursor: pointer;
  93. font-family: 'Open Sans', sans-serif;
  94. font-size: 16px;
  95. padding-bottom: 25px;
  96. padding-left: 25px;
  97. padding-top: 25px;
  98. text-decoration: none;
  99. /* text-transform: lowercase;*/
  100. }
  101.  
  102. .icon-menu i {
  103. margin-right: 5px;
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement