gradient changed to grayscale
This commit is contained in:
parent
7122e087e9
commit
8d2b78f53d
|
@ -9,12 +9,12 @@
|
|||
margin-top:5px;
|
||||
margin-left: 25px;
|
||||
float:left;
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
box-shadow: 0px 0px 1em;
|
||||
-moz-box-shadow: 0px 0px 1em;
|
||||
-webkit-box-shadow: 0px 0px 1em;
|
||||
box-shadow: 0px 0px 1em;
|
||||
-moz-box-shadow: 0px 0px 1em;
|
||||
-webkit-box-shadow: 0px 0px 1em;
|
||||
background: rgba(255,255,255,0.5);
|
||||
clear:left;
|
||||
font-family: Helvetica, sans-serif;
|
||||
|
@ -24,10 +24,10 @@
|
|||
padding-left:20px;
|
||||
padding-right: 20px;
|
||||
padding-top: 20px;
|
||||
padding-bottom:20px;
|
||||
padding-bottom:20px;
|
||||
/*
|
||||
border-left:1px #CC6600 dotted;
|
||||
border-bottom: #CC6600 1px dotted;
|
||||
border-bottom: #CC6600 1px dotted;
|
||||
*/
|
||||
margin-left: 25px;
|
||||
margin-top: 10px;
|
||||
|
@ -315,10 +315,13 @@ a img
|
|||
display: none;
|
||||
}
|
||||
.style1 {font-size: 16px}
|
||||
|
||||
body {
|
||||
background: #ABAE71;
|
||||
background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
|
||||
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
|
||||
}
|
||||
|
||||
body {
|
||||
background: #aaa;
|
||||
/* background-image: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
|
||||
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%); */
|
||||
background-image: -moz-linear-gradient(left top, #666, #ccc, #333);
|
||||
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||
#666 0%, #ccc 100%, #333 95%);
|
||||
}
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
body {
|
||||
background: #aaa;
|
||||
background-image: -moz-linear-gradient(left top, #666, #ccc, #333);
|
||||
background-image: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||
#666 0%, #ccc 100%, #333 95%);
|
||||
/*
|
||||
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
|
||||
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
|
||||
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
|
||||
*/
|
||||
font-family: Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user