Files
dev.ttsby.com/modules/comment/admin/makebbs.css
2023-04-17 11:06:08 +09:00

333 lines
6.1 KiB
CSS

#rb-body .tab-content .form-group.tab-content {
border: 0;
padding: 0 15px;
}
#rb-body .tab-content .form-group {
margin-bottom: 25px;
}
.help-text {
margin-top: 5px
}
.dataTables_wrapper a{
color: #666
}
.form-horizontal .tab-content {
border: 0;
padding-top: 0;
padding-bottom: 0
}
#rb-body .row,
#rb-body .xrow {
margin-right: -5px;
margin-left: -5px;
}
.rb-advance {
border-top: 1px solid #EFEFEF;
padding-top: 5px;
margin-top: 30px;
margin-bottom: 30px
}
.rb-advance .btn span:before {
content: "숨기기"
}
.rb-advance .btn.collapsed span:before {
content: "표시"
}
.input-group-addon:first-child,
.input-group-btn:last-child>.btn,
.input-group-addon:last-child {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.help-block {
margin-top: 10px;
font-size: 13px
}
.rb-guide {
margin: 5px 0 0 0;
padding: 15px;
color: #777;
border-top: 1px solid #eee;
font-size: 13px
}
.form-horizontal .has-feedback.rb-outside .form-control-feedback {
left: -925px;
}
#page-settings {
padding-top: 15px;
margin-top: 40px;
border-top: 1px solid #EFEFEF
}
#page-settings .panel-default {
border: none;
box-shadow: none;
}
#page-settings .panel-default>.panel-heading {
background-color: transparent;
border: none;
}
#page-settings .panel-default .panel-title>a {
color: #428bca;
}
/*panel-form*/
.rb-panelform {
margin-bottom: 0
}
.rb-panelform .panel-body {
padding: 0
}
.rb-panelform .form-control {
border-radius: 0
}
/*김성호추가*/
.table {
}
.table thead {
border: 0;
}
.table thead td {
color: #666;
font-weight: bold;
font-size: 11px;
}
.table tbody td a {
color: #666;
text-decoration: none;
}
.table tbody tr:hover {
background: #efefef;
cursor: pointer;
}
.table tbody td small {
color: #999;
font-size: 11px;
}
.rb-keyword-search input {
border-top: #dfdfdf solid 1px;
border-bottom: #dfdfdf solid 1px;
border-left: 0;
border-right: 0;
}
.rb-pagename span {
padding-left: 34px;
}
.rb-time {
width: 100px;
font-size:13px;
text-align:center;
color:#999;
}
.table .active1 td {
background-color: #428BCA;
}
.table .active1 td a,
.table .active1 td small,
.table .active1 .rb-time {
color: #fff;
}
.rb-search-box {
background-color: #f5f5f5;
}
.rb-search-box .input-group {
width: 190px;
}
.rb-panel-footer {
text-align: center;
}
.rb-panel-footer .pagination {
margin-top: 5px;
margin-bottom: 5px;
}
@media (min-width: 1200px) {
.form-horizontal .has-feedback.rb-outside .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
right: -25px;
left: auto
}
#page-settings .panel-body {
padding-left:0;
padding-right:0;
}
}
.rb-top-btnbox {
position: relative;
top:-10px;
}
@media (max-width: 767px) {
#rb-body .row,
#rb-body .xrow {
margin-right: -16px;
margin-left: -16px;
}
}
/**
* Nestable
*/
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
list-style: none;
font-size: 13px;
line-height: 20px;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
min-height: 20px;
line-height: 20px;
}
.dd-handle {
display: inline-block;
width:90%;
margin: 5px 0;
padding: 5px 10px;
text-decoration: none;
border: 1px solid #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box; -moz-box-sizing: border-box;
cursor: move;
font-size: 13px
}
.dd-handle:hover {
color: #2ea8e5;
background: #eee;
}
.dd-item > button {
display: block;
position: relative;
cursor: pointer;
float: left;
width: 35px;
height: 35px;
margin: 5px 0;
padding: 0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
background: transparent;
font-size: 13px;
line-height: 1;
text-align: center;
}
.dd-placeholder,
.dd-empty {
margin: 5px 0;
padding: 0;
min-height: 30px;
background: #f2fbff;
border: 1px dashed #b6bcbf;
box-sizing: border-box;
-moz-box-sizing: border-box
}
.dd-empty {
border: 1px dashed #bbb;
min-height: 100px;
background-color: #e5e5e5;
background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
background-size: 60px 60px;
background-position: 0 0, 30px 30px;
}
.dd-dragel {
position: absolute;
pointer-events: none;
z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}
.nopadding{padding:0 !important; }
/*고급설정 */
#bbs-settings {
border-top: 1px solid #efefef;
margin-top: 40px;
padding-top: 15px;
}
#bbs-settings .panel-default {
border: medium none;
box-shadow: none;
}
#bbs-settings .panel-default > .panel-heading {
background-color: transparent;
border: medium none;
}
#bbs-settings .panel-default .panel-title > a {
color: #428bca;
}
.rb-form .checkbox-inline input, .rb-form .radio input, .rb-form .radio-inline input {
left:0;
position: relative;
}
.rb-label {
cursor: pointer;
font-weight: normal;
margin-right: 15px;
}