「網戸+自作+DIY などで検索してる方へ」 |
「押入れ改造の記録」 |
「踏み台を諦めてベビーゲート作りに着手」 |
KRLGHDN: かてごり: DIY |
a {
filter:alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
-moz-transition-property:
background-color,
opacity,-moz-opacity,filter,
border,
border-radius,-moz-border-radius,-webkit-border-radius,
color,
-moz-box-shadow,-webkit-box-shadow,box-shadow;
-webkit-transition-property:
background-color,
opacity,-moz-opacity,filter,
border,
border-radius,-moz-border-radius,-webkit-border-radius,
color,
-moz-box-shadow,-webkit-box-shadow,box-shadow;
-o-transition-property:
background-color,
opacity,-moz-opacity,filter,
border,
border-radius,-moz-border-radius,-webkit-border-radius,
color,
-moz-box-shadow,-webkit-box-shadow,box-shadow;
-ms-transition-property:
background-color,
opacity,-moz-opacity,filter,
border,
border-radius,-moz-border-radius,-webkit-border-radius,
color,
-moz-box-shadow,-webkit-box-shadow,box-shadow;
-moz-transition-duration:0.3s;
-webkit-transition-duration:0.3s;
-o-transition-duration:0.3s;
-ms-transition-duration:0.3s;
-moz-transition-timing-function:ease-in-out;
-webkit-transition-timing-function:ease-in-out;
-o-transition-timing-function:ease-in-out;
-ms-transition-timing-function:ease-in-out;
}
.TestMenuTitle a {
padding: 0px 10px 2px;
border: 1px solid transparent;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
:hover.TestMenuTitle a {
background-color: #ffddcc;
border: 1px solid #ffddcc;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-moz-box-shadow: 0px 0px 4px 4px #ffddcc;
-webkit-box-shadow: 0px 0px 4px 4px #ffddcc;
box-shadow: 0px 0px 4px 4px #ffddcc;
color:#fff;
}