streams/view/css/conversation.css

310 lines
3.9 KiB
CSS
Raw Normal View History

/* jot */
.jothidden input[type="text"] {
border: 0px;
margin: 0px;
2017-03-19 09:51:58 +00:00
height: 2.5rem;
width: 100%;
}
.jothidden {
display:none;
}
#jot-title-wrap,
#jot-pagetitle-wrap,
#jot-category-wrap {
border-bottom: 1px solid #ccc;
}
#jot-attachment-wrap {
border-top: 1px solid #ccc;
}
2015-04-12 11:13:22 +00:00
#jot-title-wrap input,
#jot-pagetitle-wrap input {
2017-03-19 09:51:58 +00:00
padding: 0.5rem;
}
#profile-jot-text {
resize: none;
border-width: 0px;
2017-03-19 09:51:58 +00:00
height: 2.5rem;
line-height: 1.5rem;
padding: 0.5rem;
2014-03-22 20:10:26 +00:00
width: 100%;
display: inherit;
}
#profile-jot-text.jot-expanded {
resize: vertical;
}
#profile-jot-text.hover {
background-color: aliceblue;
opacity: 0.5;
box-shadow: inset 0 0px 7px #5cb85c;
}
.comment-edit-text-empty.hover, .comment-edit-text-full.hover {
background-color: aliceblue;
opacity: 0.5;
box-shadow: inset 0 0px 7px #5cb85c;
}
.jot-attachment {
border: 0px;
2016-03-01 12:32:18 +00:00
padding: 10px;
width: 100%;
}
#profile-jot-text-loading {
padding: 30px 0px 0px 12px;
}
#profile-jot-submit-wrapper {
border-top: 1px solid #ccc;
}
#profile-rotator {
2016-04-27 09:36:02 +00:00
padding: 15px 0px 0px 15px;
}
/* conversation */
/* conv_item */
2017-03-15 11:41:37 +00:00
.wall-item-head-new {
2017-03-19 09:51:58 +00:00
border-top: 0.2rem solid #0275d8;
2017-03-15 11:41:37 +00:00
}
.wall-item-info {
display: block;
float: left;
2014-04-15 18:48:15 +00:00
margin-right: 10px;
}
.wall-item-wrapper {
margin-left:10px;
}
2014-05-01 10:51:34 +00:00
.wall-item-lock {
float: left;
}
a.wall-item-name-link {
2014-10-08 07:24:34 +00:00
font-weight: bold !important;
}
2014-05-01 10:51:34 +00:00
.wall-item-author {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wall-item-ago,
.wall-item-ago i {
2017-03-11 14:07:30 +00:00
font-size: 0.75rem;
2017-03-18 16:28:46 +00:00
line-height: 1;
}
.wall-item-ago .fa-check {
cursor: pointer;
}
.wall-item-content {
2016-07-15 11:20:00 +00:00
overflow: hidden;
}
2014-10-30 17:55:24 +00:00
.wall-item-content img {
max-width: 100%;
}
.wall-item-title.h3 {
font-weight: bold;
2014-05-01 10:51:34 +00:00
margin: 0px;
2017-03-19 09:51:58 +00:00
word-wrap: break-word;
}
.wall-item-title.bg-primary a {
color: #fff;
}
.wall-item-body {
word-wrap: break-word;
}
.item-tool {
cursor: pointer;
}
.like-rotator {
float: right;
2014-05-01 10:51:34 +00:00
margin: 16px;
}
.item-select {
opacity: 0.1;
filter:alpha(opacity=10);
float: right;
margin-right: 10px;
}
.item-select:hover,
.checkeditem {
opacity: 1;
filter:alpha(opacity=100);
}
.item-act-list {
width: 20px;
}
.shared_header {
margin-bottom: 20px;
}
.ivoted {
color: #0275d8;
}
.item-highlight {
2017-03-19 09:51:58 +00:00
border-left: 0.2rem solid #0275d8;
}
.item-highlight .wall-item-head,
.item-highlight .wall-item-content,
.item-highlight .wall-item-tools {
2017-03-19 09:51:58 +00:00
padding-left: 0.3rem;
}
/* comment_item */
.comment-edit-text-empty,
.comment-edit-text-full {
2017-03-19 09:51:58 +00:00
padding: 0.5rem;
2014-05-20 15:33:06 +00:00
width: 100%;
display: inherit;
}
.comment-edit-text-empty {
2017-03-27 11:22:15 +00:00
height: 2rem;
line-height: 1;
2014-05-27 14:44:18 +00:00
overflow: hidden;
2014-05-20 15:33:06 +00:00
resize: none;
}
.comment-edit-text-full {
2017-03-19 09:51:58 +00:00
height: 7rem;
2017-03-27 11:22:15 +00:00
line-height: 1.25;
overflow: auto;
2016-03-01 13:11:42 +00:00
resize: vertical;
}
2017-03-19 09:51:58 +00:00
.comment-tools,
2014-05-20 15:33:06 +00:00
.comment-edit-preview {
display: none;
}
/* disable link handling for unknown entries */
2017-03-19 09:51:58 +00:00
.dropdown-menu a.disabled {
pointer-events: none;
cursor: default;
}
2014-10-16 23:19:19 +00:00
2015-02-13 09:40:52 +00:00
.item-verified {
color: darkgreen;
}
2014-10-16 23:19:19 +00:00
.item-forged {
color: #FF0000;
2014-10-30 13:10:55 +00:00
}
2015-11-25 21:55:07 +00:00
/* event item */
2015-11-28 13:47:17 +00:00
.event-item-title h3 {
margin: 0px 0px 10px 0px;
font-weight: bold;
}
.event-item-description {
padding-bottom: 10px;
}
.event-item-label {
font-weight: bold;
}
/* vevent */
2015-11-25 21:55:07 +00:00
.event-title h3 {
2015-11-26 11:26:27 +00:00
margin: 0px 0px 10px 0px;
2015-11-25 21:55:07 +00:00
font-weight: bold;
}
2015-11-28 13:47:17 +00:00
.vevent {
padding-top: 10px;
}
2015-11-25 21:55:07 +00:00
.event-description {
2015-11-28 13:47:17 +00:00
padding-top: 10px;
2015-11-25 21:55:07 +00:00
padding-bottom: 10px;
}
.event-label {
font-weight: bold;
}
/* bb-code */
/* prevent [toc] bbcode links to scroll the titles behind the navbar */
.section-content-wrapper h1,
.section-content-wrapper h2,
.section-content-wrapper h3,
.section-content-wrapper h4 {
padding-top: 60px;
margin-top: -40px;
}
.toc {
margin-top: 1em;
}
code {
font-family: Courier, monospace;
font-size: 1em;
padding: 1em 1.5em;
display: block;
}
code.inline-code {
padding: 0px 4px;
display: inline;
}
.overline {
text-decoration: overline;
}
img.smiley.emoji:hover {
width: 32px;
height: 32px;
2016-07-15 11:20:00 +00:00
}
.checklist input {
margin: 0px;
vertical-align: middle;
}
2016-08-31 07:41:07 +00:00
.combobox {
padding: 15px;
}
#filer_save {
margin-left: 15px;
2016-08-31 07:41:07 +00:00
}