Forum Replies Created
-
Gradients in “browsers”! Cooking?:
http://robertnyman.com/2010/02/15/css-gradients-for-all-web-browsers-without-using-images/
Hi Syahir
Please add me.
Regards Kim
Gradients in “browsers”! I was looking here?:
Hi
I am trying these gray colors for posts, slider
and sidebar in Custom CSS:
.post {
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
}
.featured_slider{
background: -moz-linear-gradient(left top , #E0E0E0, #EEEEEE) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, left top, right bottom, from(#E0E0E0), to(#EEEEEE));
background: linear-gradient(left top, #E0E0E0, #EEEEEE);
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
}
.featured_slider #slider_root {
-moz-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
-webkit-box-shadow: inset 0px 0px 1px 1px #C4C4C4;
box-shadow: inset 0px 0px 1px 1px #C4C4C4;
background: none repeat scroll 0 0 #FFFFFF;
}
.sidebar h3 {
background:#B5B5B5;
background: -moz-linear-gradient(#D9D9D9, #8A8A8A) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B5B5B5), to(#9C9C9C));
background: linear-gradient(#B5B5B5, #9C9C9C);
-pie-background: linear-gradient(#B5B5B5, #9C9C9C);
border-bottom: 1px solid #9096A1;
}
Well. I still love this theme.
So I have used this for Custom CSS style:
#top-bar {
height: 46px;
}
#rss a {
margin: 8px 0 0 23px;
}
.post {
-moz-box-shadow: 0 0 1px 1px #C4C4C4 inset;
}
.featured_slider{
background: -moz-linear-gradient(left top , #EEEEEE, #EEEEEE) repeat scroll 0 0 transparent;
-moz-box-shadow: 0 0 1px 1px #C4C4C4 inset;
}
.featured_slider #slider_root {
-moz-box-shadow: 0 0 1px 1px #C4C4C4 inset;
background: none repeat scroll 0 0 #FFFFFF;
}
.sidebar h3 {
background: -moz-linear-gradient(#EEEEEE, #A1A1A1) repeat scroll 0 0 transparent;
border-bottom: 1px solid #9096A1;
color: #FFFFFF;
font: bold 16px/33px arial;
}
#footer {
-moz-box-shadow: 0 0 5px 0 #000000;
}I have long been very happy with graphene 1.1.3.1
A great WordPress theme for my needs.
Unfortunately I tried updating to the latest 1.1.4.
Colors, fonts and visual layout is totally crazy.
Fortunately, I could use a backup of 1.1.3.1.
A big wish should be that colors, fonts and visual layout
from version 1.1.3.1 are possible without changing code.
