streams/view/css/conversation.css
2015-07-07 12:13:15 +02:00

273 lines
3.4 KiB
CSS

/* common */
code {
font-family: Courier, monospace;
display: block;
overflow: auto;
}
/* jot */
.jothidden input {
border: 0px;
margin: 0px;
height: 39px;
width: 100%;
}
.jothidden {
display:none;
}
#jot-title-wrap input,
#jot-pagetitle-wrap input {
padding: 8px;
margin-bottom: 5px;
}
.profile-jot-text {
height: 39px;
padding: 8px;
width: 100%;
}
.jot-attachment {
padding: 8px;
width: 100%;
}
#profile-jot-text-loading {
float: left;
padding: 30px 0px 0px 12px;
}
#profile-jot-submit-wrapper {
margin-top: 10px;
}
#profile-jot-perms-end {
height: 30px;
}
#profile-jot-end {
margin-bottom: 30px;
}
#profile-rotator-wrapper {
float: left;
}
#profile-rotator {
margin: 16px;
}
.profile-jot-net {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
}
/* conversation */
.thread-wrapper.toplevel_item {
margin-bottom: 20px;
}
/* conv_item */
.wall-item-info {
display: block;
float: left;
margin-right: 10px;
}
.wall-item-photo-wrapper {
margin-top: 0px;
margin-bottom: 20px;
}
.comment .wall-item-photo-wrapper {
margin-bottom: 15px;
}
.wall-item-wrapper {
margin-left:10px;
}
.lockview-panel {
padding: 3px 20px;
}
.wall-item-lock {
float: left;
}
a.wall-item-name-link {
font-weight: bold !important;
}
.wall-item-author {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wall-item-ago .icon-ok {
cursor: pointer;
}
.wall-item-content {
overflow: auto;
}
.wall-item-content h1, .wall-item-content h2 {
font-size: 1.319em;
}
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
font-size: 1.112em;
}
.wall-item-content img {
max-width: 100%;
}
.wall-item-title h3 {
font-weight: bold;
margin: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wall-item-title-end {
clear: both;
}
.wall-item-body {
word-wrap: break-word;
}
.body-tag, .filesavetags, .categorytags {
opacity: 0.5;
filter:alpha(opacity=50);
}
.body-tag:hover, .filesavetags:hover, .categorytags:hover {
opacity: 1.0 !important;
filter:alpha(opacity=100) !important;
}
.body-tag {
margin-top: 10px;
}
.categorytags {
margin-top: 10px;
}
.wall-item-tools {
width: 100%;
margin-top: 10px;
}
.item-tool {
cursor: pointer;
}
.like-rotator {
float: right;
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);
}
.shared_header {
margin-bottom: 20px;
}
/* comment_item */
.comment-edit-text-empty, .comment-edit-text-full {
float: left;
width: 100%;
}
.comment-edit-text-empty {
padding: 0px 8px;
line-height: 28px;
height: 30px;
overflow: hidden;
resize: none;
}
.comment-edit-text-full {
padding: 8px;
height: 150px;
overflow: auto;
}
.qcomment {
border: 1px solid #EEE;
padding: 3px;
margin-top: 15px;
margin-left: 25px;
width: 125px;
overflow-y: auto;
}
.qcomment option {
width: 125px;
overflow-x: hidden;
}
.qcomment {
opacity: 0.3;
filter:alpha(opacity=30);
}
.qcomment:hover {
opacity: 1.0;
filter:alpha(opacity=100);
}
.comment-tools {
display: none;
margin-top: 7px;
}
.comment-edit-preview {
display: none;
margin-top: 7px;
}
/* disable link handling for unknown entries */
.dropdown-menu > li > a.disabled {
pointer-events: none;
cursor: default;
}
.item-verified {
color: darkgreen;
font-size: 1em !important;
}
.item-forged {
color: #FF0000;
font-size: 1em !important;
}