|
|
@ -2,11 +2,14 @@ html, |
|
|
|
body { |
|
|
|
body { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
/* The html and body elements cannot have any padding or margin. */ |
|
|
|
/* The html and body elements cannot have any padding or margin. */ |
|
|
|
overflow:hidden; |
|
|
|
|
|
|
|
color: #ddd; |
|
|
|
color: #ddd; |
|
|
|
background-color: #181818; |
|
|
|
background-color: #181818; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.no-overflow { |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.horizontal-line { |
|
|
|
.horizontal-line { |
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; |
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; |
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; |
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0; |
|
|
|