Files
POST_ORDER_BY_ARCHIVE/css/apop-style.css
T
nobu 803c742a9f WP PLUGIN アーカイブページの投稿表示順設定
・管理画面メニュー(サブメニュー)の修正
・1ページ表示件数の追加
・pre_get_postするクエリの追加
・検索用設定の追加
2021-05-06 21:09:35 +09:00

129 lines
1.9 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-nav li {
width: 20em;
margin-right: .5em;
margin-bottom: 0;
padding: .5em;
text-align: center;
background: #ababab;
border: 1px solid #999;
cursor: pointer;
}
.post-order-nav li.en {
background: #fff;
border-bottom: 1px solid #fff;
opacity: 1;
}
.post-order-nav li:last-child {
margin-right: 0;
}
.post-order-box-outer {
width: 95%;
margin: -1px 0 2em;
border-top: 1px solid #999;
}
.post-order-box:not(:first-child) {
display: none;
}
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) / 5);
margin: 1.5em 1em 0 0;
padding: .5em;
border: 1px solid #999;
position: relative;
}
.list-orders-inner.search_inner {
width: calc((100% - 10px) / 2);
}
.apop_search_order_target {
display: flex;
}
.apop_search_order_target li:first-child{
margin-right: 2em;
}
p.submit.post-order .button-primary {
position: absolute;
bottom: 1em;
right: 1.5em;
}
dl.post_per_page_list {
width: 100%;
}
dl.post_per_page_list dt {
float: left;
}
dl.post_per_page_list dd {
margin-left: 200px;
}
dl.post_per_page_list dd:first-of-type {
margin-bottom: 2em;
}
.form-table tr {
border-bottom: 1px solid #ccc;
}
.post-order-list {
margin: .5em 1em 1em 0;
}
.product-list {
padding: .5em;
border-radius: 4px;
background: #fff;
cursor: move;
color: #4b4b4b;
border: 1px solid #ababab;
}
.product-list.no_order {
background: #ababab;
}
.list_order {
width: 2em;
}
.sort-num-label::before {
content: "";
}
.sort-num-label::after {
content: "";
}
.per_page_cat_input {
}