Written by Anonymous
#wpforo-description .before-posting span {
display: block;
text-align: center;
}
#wpforo-description .before-posting .red {
color: #f70404;
}
#wpforo-description .before-posting .a-link a {
display: block;
border: solid 1px #eee;
background:#faf9f9;
position:relative;
padding: 0.4em 1.2em 0.4em 0.2em;
}
#wpforo-description .before-posting a:after {
content: ">";
position: absolute;
bottom: 0;
right: 0;
font-size: 0.8em;
}
#wpforo-description .before-posting .font {
font-size: 1.4em;
font-weight: bold;
}
#wpforo-description .before-posting .a-link a:hover {
color: #ffffff;
background: #4e4e4e;
}
#wpforo-description .before-posting .a-link span {
margin: 0 0 2em;
}
#wpforo-wrap .wpforo-forum-info .before-posting {
display:none;
}
/*
@media screen and (max-width: 500px) {
#wpforo-wrap .wpf-button:hover:after {
display: block;
content: "前にチェック←";
color: #fac8c8;
}
#wpforo-wrap .wpf-button:hover {
transform: rotate(-10.5deg);
}
}
@media screen and (min-width: 501px) {
#wpforo-wrap .wpf-button:hover:before {
content: "←チェック ";
color: #fac8c8;
}
#wpforo-wrap .wpf-button:hover {
transform: rotate(-5.5deg);
}
}
*/