Problems with WordPress 3.1 and latest Graphene
-
Since upgrading to the new version of graphene my page is no longer looking good. the text is not wrapping the pictures properly and I have removed the line you suggested. my marquee is not lining up and I have some flags for bullets on a previous post that are no longer working. I would like to roll back to the previous version until this is fixed.
here is my site http://www.burtonreport.ca
Hi Sab-ina
Try this for sidebar:
.sidebar h3 {
-pie-background: linear-gradient(#777777, #666666);
background: #777777;
background: linear-gradient(#777777, #666666);
background: -moz-linear-gradient(#777777, #666666) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777777), to(#666666));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#666666'); /* for IE */
text-shadow: 0 -1px 0 #555555;
}Hi Sab-ina
sidebar H3 corners: (Not sure with IE7)
Add this line:
border-radius: 5px 5px 0 0;
Then buttons:
If You change these start and end colors:
You are using (#777777, #666666) in visited group
Your “hover” state is blue.. 🙂
Here are my “colors”:
.block-button, .block-button:visited {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius:5px;
border-radius:5px;
border: 1px solid #CCCCCC;
display:block;
font:bold 12px arial;
text-decoration:none;
padding:5px 15px 6px 15px;
color:#FFFFFF;
text-shadow:0 -1px 1px #000000;
margin-top:10px;
position:relative;
float:right;
-moz-box-shadow: 0 0 0px #42454A;
-webkit-box-shadow:0 0 0px #42454A;
box-shadow:0 0 0px #42454A;
background:#BABABA;
background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));
background:linear-gradient(#BABABA, #6E6E6E);
-pie-background: linear-gradient(#BABABA, #6E6E6E);
}
.block-button:hover{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
background:#D4D4D4;
background:-moz-linear-gradient(#D4D4D4, #737373);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#D4D4D4), to(#737373));
background:linear-gradient(#D4D4D4, #737373);
-pie-background: linear-gradient(#D4D4D4, #737373);
}What with slider border? 🙂
Kim
Hmm. I think You still have some blue color codes in
the 2 “button” groups. Try put Your #color numbers in
this link: http://www.colorschemer.com/online.html
Kim
Hi,
Since the last update, the text doesn’t align around the pictures anymore in a reasonable way. My website is http://www.horndasch.net. Can anyone help? Or please produce an update that fixes this issue?
Best,
Sebastian
Admin
- You must be logged in to reply to this topic.