Skip to content

Instantly share code, notes, and snippets.

@az1979
Last active January 25, 2018 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/759929b7918332171036c7bb323b197b to your computer and use it in GitHub Desktop.
Save az1979/759929b7918332171036c7bb323b197b to your computer and use it in GitHub Desktop.
WPP Plus Widget 新着記事の設定 - スタイルシート
.wpp-list-category-new {
list-style: none;
line-height: 0;
}
.wpp-list-category-new li {
border-bottom: none !important;
margin: 0 !important;
padding: 10px 0 10px !important;
}
.wpp-list-category-new-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.wpp-list-category-new-img {
width: 100px;
}
.wpp-list-category-new-box a {
text-decoration: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
outline: none;
}
.wpp-list-category-new-box img {
border: solid 1px #333;
max-width: initial !important;
}
.wpp-list-category-new-text-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column wrap;
flex-flow: column wrap;
}
.wpp-list-category-new-title {
line-height: 1.6;
font-weight: bold;
padding: 0 0 0 10px;
}
.wpp-list-category-new-category {
line-height: 1.6;
font-size: 0.8rem;
padding: 6px 0 0 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment