2018-06-21 07:36:15 +00:00
|
|
|
title: $:/plugins/tiddlywiki/comments/styles
|
|
|
|
tags: [[$:/tags/Stylesheet]]
|
|
|
|
|
|
|
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
|
|
|
|
|
|
|
.tc-is-comment-header {
|
|
|
|
padding: 0.25em;
|
2018-12-02 15:15:48 +00:00
|
|
|
border: 2px solid #c1e1ea;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #f1fcff;
|
2018-06-21 07:36:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comments-segment {
|
2018-12-02 15:15:48 +00:00
|
|
|
border-top: 2px solid #d7eef4;
|
2018-06-21 07:36:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-button button {
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2018-08-07 20:37:07 +00:00
|
|
|
.tc-sidebar-scrollable .tc-comment-button button {
|
|
|
|
width: auto;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2018-06-21 07:36:15 +00:00
|
|
|
.tc-comment-button button svg {
|
|
|
|
fill: #26cb56;
|
|
|
|
height: 2em;
|
|
|
|
width: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comments {
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-list {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-list .tc-comments {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-entry {
|
2018-12-02 15:15:48 +00:00
|
|
|
position: relative;
|
|
|
|
border: 2px solid #c1e1ea;
|
|
|
|
border-radius: 4px;
|
2018-06-21 07:36:15 +00:00
|
|
|
margin: 0.5em 0 0 0;
|
2018-12-02 15:15:48 +00:00
|
|
|
background: #f1fcff;
|
2018-06-21 07:36:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-entry-heading {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
2018-12-02 15:15:48 +00:00
|
|
|
background: #d7eef4;
|
2018-06-21 07:36:15 +00:00
|
|
|
color: #5B6D80;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-entry-body {
|
|
|
|
font-size: 0.8em;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tc-comment-entry-body textarea {
|
|
|
|
font-size: 1.1em;
|
|
|
|
width: 100%
|
|
|
|
}
|