Files
POST_ORDER_BY_ARCHIVE/css/apop-style.css
T
nobu 7722f53f10 WP PLUGIN アーカイブ毎に投稿表示順を設定する
・ファイル名、クラス名の変更
・タクソノミーの有効化で、カテゴリー、タグ、カスタム分類のメタキーを分割
・表示用クラスの追加
・readmeの追加等
2021-05-04 16:19:14 +09:00

78 lines
1.1 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@charset "UTF-8";
.post-order-nav ul {
display: flex;
margin-bottom: 0;
}
.post-order-box {
width: 95%;
margin: 2em 0;
}
.post-order-nav li {
width: 20em;
padding: .5em;
margin-bottom: -1px;
font-size: 18px;
text-align: center;
background: #2c2c2e;
color: #fff;
cursor: pointer;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
opacity: .5;
}
.post-order-nav li.en {
opacity: 1;
}
.post-order-nav li:first-child {
margin-right: .3em;
}
h3 {
font-weight: normal;
font-size: 16px;
}
.list-orders-outer {
width: 100%;
margin-bottom: 1em;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.list-orders-inner {
width: calc((100% - 10px) / 3);
border: 1px solid #999;
background: #fff;
padding: .5em;
}
.post-order-list {
margin: .5em 1em 1em 0;
}
.product-list {
padding: .5em;
border-radius: 4px;
background: #2271B1;
cursor: move;
color: #fff;
}
.list_order {
width: 2em;
}
.sort-num-label::before {
content: "";
}
.sort-num-label::after {
content: "";
}