mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Apply simple skin to member module... ing
This commit is contained in:
parent
6ebf6d65ac
commit
ab4b37a462
4 changed files with 139 additions and 48 deletions
|
|
@ -182,4 +182,92 @@
|
|||
}
|
||||
.rx_simple_member .sw-anchor-buttons a {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
|
||||
/* 글 목록 스타일 */
|
||||
.rx_simple_member .rx_sw_list .cont_a {
|
||||
color: #222;
|
||||
display: block;
|
||||
letter-spacing: -1px;
|
||||
line-height: 18px;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
padding: 0.667em 70px 0.733em 15px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
}
|
||||
.rx_simple_member .rx_sw_list .cont_a:hover {
|
||||
color: #2196f3;
|
||||
}
|
||||
.rx_simple_member .content_basic{
|
||||
position:relative;
|
||||
display:inline-block;
|
||||
max-width:100%;
|
||||
vertical-align: middle;
|
||||
overflow:hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.rx_simple_member .content_subinfo
|
||||
{
|
||||
color: #9e9e9e;
|
||||
font-size: 12px;
|
||||
margin: 0 3px 0 7px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.rx_simple_member ul.rx_sw_list {
|
||||
list-style: outside none none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
|
||||
.rx_simple_member .rx_sw_list li {
|
||||
position:relative;
|
||||
border-top: 1px solid #e0e0e0;
|
||||
overflow: hidden;
|
||||
padding:0;
|
||||
}
|
||||
.rx_simple_member .rx_sw_list .content_delete{
|
||||
position:absolute;
|
||||
top:1px;
|
||||
right:0;
|
||||
}
|
||||
.rx_simple_member .rx_sw_list .content_delete button{
|
||||
background: #2196f3 none repeat scroll 0 0;
|
||||
font-size: 14px;
|
||||
border:0;
|
||||
color: #fff;
|
||||
padding: 10px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.rx_simple_member .pagination ul, .rx_simple_member .pagination ul li
|
||||
{
|
||||
display:inline-block;
|
||||
list-style: outside none none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border:0;
|
||||
}
|
||||
.rx_simple_member .pagination ul
|
||||
{
|
||||
display:block;
|
||||
text-align:center;
|
||||
}
|
||||
.rx_simple_member .pagination ul li>a
|
||||
{
|
||||
display: inline-block;
|
||||
background: #ffffff;
|
||||
font-size: 14px;
|
||||
border: 1px solid #e0e0e0;
|
||||
color: #000;
|
||||
padding: 10px;
|
||||
min-width:25px;
|
||||
}
|
||||
.rx_simple_member .pagination ul li.active>a
|
||||
{
|
||||
background: #2196f3;
|
||||
color: #ffffff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue