|
|
@@ -9,10 +9,6 @@ |
|
|
|
<style type="text/css" media="screen"> |
|
|
|
body { |
|
|
|
overflow: hidden; |
|
|
|
background: #232B30; /* old browsers */ |
|
|
|
background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */ |
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */ |
|
|
|
} |
|
|
|
.inner { |
|
|
|
margin-top: 36px; |
|
|
@@ -22,6 +18,14 @@ |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
} |
|
|
|
.toolbar { |
|
|
|
margin: 0; |
|
|
|
padding: 0; |
|
|
|
background: #232B30; /* old browsers */ |
|
|
|
background: -moz-linear-gradient(top, #3D4850 3%, #313d45 4%, #232B30 100%); /* firefox */ |
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3D4850), color-stop(4%,#313d45), color-stop(100%,#232B30)); /* webkit */ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */ |
|
|
|
} |
|
|
|
.btn { |
|
|
|
outline: 0; |
|
|
|
padding: 3px 8px; |
|
|
|