Files
2023-04-17 11:06:08 +09:00

385 lines
8.5 KiB
CSS

.hidden {
display: none !important;
}
.comment-editmod .bar-nav {
display: none
}
.rb-commentting header h1 {
line-height: 30px
}
[data-role="comment-notice-container"] > li,
[data-role="comment-container"] > li {
margin-top: -1px;
padding: 1rem 0.625rem;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
[data-role="comment-container"] [data-role="comment-item"]:focus,
[data-role="comment-container"] [data-role="oneline-item"]:focus {
background-color: #F5FFFE !important;
}
[data-role="comment-container"] .media-body {
word-break: break-all;
}
[data-role="comment-container"] > .media:first-child {
border-bottom: 0
}
[data-role="commentWrite-container"] .ck-editor__editable {
max-height: 13.7rem;
overflow: auto
}
[data-role="comment-item"] [data-role="comment-hidden"],
[data-role="oneline-item"] [data-role="oneline-hidden"] {
display: none
}
[data-role="comment-item"][data-hidden="true"] [data-role="comment-hidden"] {
display: inline-block;
}
[data-role="oneline-item"][data-hidden="true"] [data-role="oneline-hidden"] {
display: inline-block;
}
.sheet [data-role="commentWrite-container"] [data-role="form"] .btn{
padding-top: .8rem;
padding-bottom: .8rem;
padding-left: .5rem;
padding-right: .5rem;
font-size: 1.3rem;
color: #999
}
.sheet [data-role="commentWrite-container"] .ck.ck-icon {
font-size: .85rem;
margin-bottom: .36rem;
color: #999;
}
.sheet [data-role="commentWrite-container"] [data-kcact="regis"].active {
color: #0275d8;
}
.sheet [data-role="commentWrite-container"] .toolbar-container,
.sheet [data-role="commentWrite-container"] [data-kcact="regis"],
.sheet [data-role="commentWrite-container"] [data-toggle="collapse"] {
visibility: hidden
}
.sheet [data-role="commentWrite-container"].active .toolbar-container,
.sheet [data-role="commentWrite-container"].active [data-kcact="regis"],
.sheet [data-role="commentWrite-container"].active [data-toggle="collapse"] {
visibility: visible;
}
.sheet .fa-paper-plane:before {
content: "\f1d8";
}
.sheet fieldset:disabled .fa-paper-plane:before {
content: "\f110";
}
.sheet fieldset:disabled .ck-content p {
color: #999;
}
.media-list > .media .media {
margin-top: .5rem;
}
.media-list .media-list {
margin: 10px 0 0 -20px;
padding: 2px 20px;
display: none
}
.media-list hr {
display: none
}
.media-list .media-list:empty {
margin: 0
}
.media-list .ico-replay {
margin-top: -2px;
margin-right: 3px
}
.media-list .ico-replay::before {
display: inline-block;
width: 13px;
height: 10px;
margin: 4px 4px 0 1px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAABkCAMAAACvvNBNAAAAclBMVEVMaXEtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUtlvUAAAAtlvXBtxldAAAAJHRSTlMAlgoDD071ePxpN7FZvfDjLRxb/gEGpEL5hxUkyNvqeXyAwuvQ8jQMAAAAqElEQVR42u2R1w7CMAxFu/feu4ze//9FWlRaWlwkBC9IPi+2cpzYSYTPUZwjk7rQaZNk8ENalfAC2pgoctqoRhzRxtKWERxlY+oO4pz2cKUnU7Ww5TkP/Sl/IDVo1srAW04QZBttRfcV0dW7aWHeEx2a9XJHQx1DFI9hz2kqz4tp88rS5Op4KDdr62hAlpDPI13gpkf/elYEhmGYXzAMrL5XO94phvlnbrKzELi3OthbAAAAAElFTkSuQmCC) 0 -30px no-repeat;
background-size: 13px 50px;
vertical-align: top;
content: '';
}
.rb-commentting .btn-secondary.active {
color: red
}
/* notify */
#commentting-container, [data-role=comment-container], [data-role=moreBtn-container] {
position: relative;
}
#comment-notify {
visibility: hidden;
width: 100%;
position: absolute;
z-index: 1;
bottom: 30px;
top: auto
}
#comment-notify .comment-notify-msg {
width: 80%;
margin: 0 auto;
background-color: #333;
color: #fff;
text-align: center;
border-radius: 5px;
padding:12px 6px;
font-size: 14px;
}
#comment-notify.active {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 1.1s;
animation: fadein 0.5s, fadeout 0.5s 1.1s;
}
@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}
@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}
/* notify */
/* attach trigger */
#commentting-container .comment-attach {
position: relative;
display: block;
height: 100%;
width: 100%;
padding: 8px 0;
cursor: pointer;
}
#commentting-container span.comment-attach input[type='file'] {
cursor: pointer;
position: absolute;
display: block;
top: 0;
right: -9px;
margin: 0;
padding: 0;
opacity: 0;
font-size: 0;
width: 180%;
height: 100%;
}
/* emoticon */
#commentting-container .emoticon-wrapper {
display: none;
overflow: hidden;
padding: 15px 5px;
}
#commentting-container .emoticon-wrapper ul {
padding: 0;
margin: 0;
width: 100%;
}
#commentting-container .emoticon-wrapper li {
display: inline-block;
float: left;
text-align: center;
width: 12.5%;
cursor: pointer;
}
#commentting-container .emoticon-wrapper li img {
width: 25px;
height: 25px;
border-radius: 100%;
}
[data-role|=oneline-input-wrapper], [data-role|=comment-modify-btn-wrapper], [data-role|=oneline-modify-btn-wrapper], [data-role|=menu-container] {
display: none;
}
/* Comment Intro */
/* Comment Input */
.rb-comments-write .card {
display: none;
}
.rb-comments-write .active .card {
display: block;
}
.rb-comments-write .active .comment-input-tmp {
display: none
}
.rb-comments-write .card-header {
font-size: 1rem
}
.rb-comments-write .card-footer {
height: inherit;
padding: .35rem .35rem .25rem .5rem;
line-height: 2rem
}
.rb-comments-write .card textarea {
border: none
}
/* loader */
#comment-spinner-wrap {
position: absolute;
left: 50%;
}
.comment-top5p {
top: 5%;
}
.comment-bottom5p {
bottom: 5%;
}
.bar-footer.rb-comments-write {
min-height: 44px;
height: auto;
padding: 0;
border-top: 1px solid #ccc
}
.rb-comments-write .input-group {
position: relative;
margin-bottom: 0;
padding: 3px 40px 0 10px;
}
.rb-comments-write .input-group textarea {
width: 100%;
background-color: transparent;
border-bottom: none;
margin-bottom: 0;
border: none;
resize: none;
border: none;
-webkit-resize: none;
max-height: 120px !important;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}
.rb-comments-write .rb-submit {
}
.rb-comments-write .btn-link {
padding: .5rem 1rem .7rem .4rem;
color: #666;
line-height: 1rem;
}
.rb-comments-write .rb-submit .fa {
display: inline-block;
margin-top: -3px;
font-size: 25px;
color: #0084FF;
}
.rb-comments-write .ck.ck-editor__editable_inline>:first-child {
margin-top: 0;
margin-bottom: 0
}
.rb-comments-write .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
outline: none;
border: none;
box-shadow: none;
}
[data-role="commentWrite-container"] .ck.ck-toolbar,
[data-role="comment-item"] .ck.ck-toolbar {
border: 0;
background-color: transparent
}
[data-role="comment-item"] .ck.ck-icon {
font-size: .7rem;
}
[data-role="comment-box"].edit_mod .content {
top: 0;
padding-top: 0
}
.anchor-link::before,
[data-role="anchor-link"]::before {
position: relative;
display: block;
content: " ";
margin-top: -50px;
height: 50px;
visibility: hidden;
}
.sheet .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
outline: none;
border: none;
box-shadow: none;
}
.sheet .ck.ck-editor__editable_inline>:first-child {
margin-top: .5rem;
}
.sheet .ck.ck-editor__editable_inline>:last-child {
margin-bottom: .5rem;
}
.sheet .ck.ck-editor__editable_inline> p {
margin-bottom: 0;
line-height: 1.3
}
.ck.ck-placeholder:before,
.ck .ck-placeholder:before {
content: attr(data-placeholder);
pointer-events: none;
cursor: text;
color: var(--ck-color-engine-placeholder-text);
}
/* sheet */
.sheet .media-list .media-list {
display: block;
}
.sheet [data-toggle="sheet"] {
display: none
}
.sheet .media-list .media-list {
margin: 10px 0 0 -65px;
padding-left: 25px
}
.sheet .media-list hr {
display: block;
margin: 20px -10px 20px -65px;
}