Removed body gradient from all pages other than 'Home'
This commit is contained in:
parent
27bd1715cc
commit
9d52448d9e
2 changed files with 21 additions and 11 deletions
|
@ -111,14 +111,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: #f5f5f5;
|
||||
|
||||
background-color: #E2E2E2;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#f5f5f5), color-stop(0.75, #f5f5f5)); /* Safari 4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top,#E2E2E2 2em, #f5f5f5 20em); /* Chrome 10+, Safari 5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #E2E2E2, #f5f5f5); /* Firefox 3.6-15 */
|
||||
background-image: -o-linear-gradient(top, #E2E2E2, #f5f5f5); /* Opera 11.10-12.00 */
|
||||
background-image: linear-gradient(to bottom, #E2E2E2, #f5f5f5); /* Firefox 16+, IE10, Opera 12.50+ */
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
h1.intro {
|
||||
|
@ -223,11 +216,11 @@ img.responsive {
|
|||
text-align: center;
|
||||
font-family: "";
|
||||
font-size: 120%;
|
||||
background-color: #E2E2E2;
|
||||
background-color: #f5f5f5;
|
||||
|
||||
border: 0;
|
||||
border-bottom: 1px;
|
||||
-webkit-border-image: -webkit-gradient(linear,left top,right top,color-stop(25%,#e2e2e2),color-stop(50%,#BFBFBF),color-stop(75%,#e2e2e2)) 21 30 30 21;
|
||||
-webkit-border-image: -webkit-gradient(linear,left top,right top,color-stop(25%,#f5f5f5),color-stop(50%,#e2e2e2),color-stop(75%,#f5f5f5)) 21 30 30 21;
|
||||
}
|
||||
|
||||
.navbar-inner {
|
||||
|
@ -249,6 +242,6 @@ img.responsive {
|
|||
-webkit-box-shadow: inset 0 3px 21px rgba(0, 0, 0, 0.125);
|
||||
-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
|
||||
box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.1);
|
||||
background-color: auto;
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
css:
|
||||
body {
|
||||
background-color: #E2E2E2;
|
||||
background-image: -webkit-gradient(linear, left top, left bottom, from(#E2E2E2), to(#f5f5f5), color-stop(0.75, #f5f5f5)); /* Safari 4+, Chrome */
|
||||
background-image: -webkit-linear-gradient(top,#E2E2E2 2em, #f5f5f5 20em); /* Chrome 10+, Safari 5.1+, iOS 5+ */
|
||||
background-image: -moz-linear-gradient(top, #E2E2E2, #f5f5f5); /* Firefox 3.6-15 */
|
||||
background-image: -o-linear-gradient(top, #E2E2E2, #f5f5f5); /* Opera 11.10-12.00 */
|
||||
background-image: linear-gradient(to bottom, #E2E2E2, #f5f5f5); /* Firefox 16+, IE10, Opera 12.50+ */
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #e2e2e2;
|
||||
-webkit-border-image: -webkit-gradient(linear,left top,right top,color-stop(25%,#e2e2e2),color-stop(50%,#BFBFBF),color-stop(75%,#e2e2e2)) 21 30 30 21;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
h1.intro
|
||||
strong Tent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue