mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
CSS 정리
안 쓰게 된 CSS 삭제. (사실 CSS 문서는 새로 짬.)
This commit is contained in:
parent
38ac054948
commit
afa1e71d59
1 changed files with 1 additions and 30 deletions
|
|
@ -25,33 +25,4 @@
|
|||
border: none;
|
||||
border-bottom:1px solid #e0e0e0;
|
||||
}
|
||||
.rx_poll_default .rx_poll_content .poll_vote .poll_item_add input[type="button"]{position:absolute;right:0;top:7px;}
|
||||
|
||||
|
||||
.poll_table{table-layout:fixed;width:100%;padding:0;border:none}
|
||||
.poll_table td{padding:0;margin:0}
|
||||
.poll_table td.h{background:url(../images/top_bg.png) repeat-x left top}
|
||||
.poll_table td.title{height:28px;background:url(../images/top_title_bg.png) repeat-x left top;padding:0 20px 0 20px;color:#C3C3C4}
|
||||
.poll_table td.title strong{color:#FFFFFF;font-weight:bold}
|
||||
.poll_table td.l{border-left:1px solid #E5E5E5}
|
||||
.poll_table td.r{border-right:1px solid #E5E5E5}
|
||||
.poll_table td.poll_content{padding:18px 13px 18px 13px}
|
||||
.poll_table td.poll_button{border:1px solid #E5E5E5;border-bottom:none;background-color:#F6F6F5}
|
||||
.poll_table td.poll_button div{padding:5px 0 2px 0;text-align:center}
|
||||
.poll_table td.b{background-color:#F6F6F5;height:7px}
|
||||
.poll_table td.b img{width:100%;height:6px;border-bottom:1px solid #E5E5E5}
|
||||
.poll_table td.bb{height:7px}
|
||||
.poll_table td.bb img{width:100%;height:6px;border-bottom:1px solid #E5E5E5}
|
||||
.poll_table td.poll_content div.title{color:#000000;background-color:#F5F5F5;border-top:2px solid #C1C0BD;border-bottom:2px solid #C1C0BD;font-weight:bold;padding:7px 0 7px 10px;margin-bottom:10px}
|
||||
.poll_table td.poll_content div.item_text{color:#636363;padding:0 10px 0 10px;margin-top:10px}
|
||||
.poll_table td.poll_content div.item_text strong{font-weight:bold;color:#000000;font-family:돋움;font-size:12px}
|
||||
.poll_table td.poll_content table.item_bar_table{width:100%;table-layout:fixed;border-bottom:1px solid #EDEDED;margin-top:10px}
|
||||
.poll_table td.poll_content table.noborder{border-bottom:none;margin-bottom:10px}
|
||||
.poll_table td.poll_content table.item_bar_table td.bar{padding:0 0 5px 0;background:url(../images/back_bar.png) repeat-x left center}
|
||||
.poll_table td.poll_content table.item_bar_table td.bar img{width:100%;height:6px}
|
||||
.poll_table td.poll_content table.item_bar_table td.status{font-size:.9em;padding-bottom:5px;color:#636363;padding-left:15px}
|
||||
.poll_table td.poll_content table.item_bar_table td.status strong{font-weight:bold;color:#58C011}
|
||||
.poll_table td.poll_content div.item{color:#636363;border-bottom:1px solid #EDEDED;padding:5px 0 8px 10px;margin-bottom:3px}
|
||||
.poll_table td.poll_content div.noborder{border-bottom:none;margin-bottom:10px}
|
||||
.poll_table td.poll_content div.checkcount{border-bottom:1px dashed #EDEDED;padding:0 0 8px 10px;margin-bottom:3px;text-align:right;color:#636363}
|
||||
.poll_table tr.cap>td{font-size:0;line-height:0;height:7px;overflow:hidden}
|
||||
.rx_poll_default .rx_poll_content .poll_vote .poll_item_add input[type="button"]{position:absolute;right:0;top:7px;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue