streams/view/css/conversation.css

233 lines
2.8 KiB
CSS
Raw Normal View History

/* jot */
#jot-title,
#jot-category,
#jot-pagetitle {
border: 0px;
margin: 0px;
padding: 8px;
2014-05-27 14:44:18 +00:00
height: 39px;
width: 70%;
margin-bottom: 5px;
}
.jothidden {
display:none;
}
#profile-jot-text {
2014-05-27 14:44:18 +00:00
height: 39px;
padding: 8px;
2014-03-22 20:10:26 +00:00
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 {
2014-05-01 10:51:34 +00:00
margin: 16px;
}
.profile-jot-net {
float: left;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
2014-05-15 03:49:33 +00:00
padding: 5px;
}
/* conversation */
2013-12-18 18:47:00 +00:00
.thread-wrapper.toplevel_item {
margin-bottom: 20px;
}
/* conv_item */
.wall-item-info {
display: block;
float: left;
2014-04-15 18:48:15 +00:00
margin-right: 10px;
}
.wall-item-photo-wrapper {
margin-top: 0px;
2014-05-01 10:51:34 +00:00
margin-bottom: 20px;
}
.comment .wall-item-photo-wrapper {
margin-bottom: 15px;
}
.wall-item-wrapper {
margin-left:10px;
}
.lockview {
cursor: pointer;
}
.lockview-panel {
padding: 3px 20px;
}
2014-05-01 10:51:34 +00:00
.wall-item-lock {
float: left;
}
2014-05-01 10:51:34 +00:00
.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 img {
max-width: 95%;
}
2014-05-01 10:51:34 +00:00
.wall-item-title h3 {
font-weight: bold;
2014-05-01 10:51:34 +00:00
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 {
2014-05-01 10:51:34 +00:00
margin-top: 10px;
}
2014-05-01 10:51:34 +00:00
.categorytags {
margin-top: 10px;
}
2014-05-01 10:51:34 +00:00
.wall-item-tools {
width: 100%;
margin-top: 10px;
2014-04-20 01:43:01 +00:00
}
2014-05-01 10:51:34 +00:00
.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);
}
.wall-item-wrapper-end {
clear: both;
}
/* comment_item */
.comment-edit-text-empty, .comment-edit-text-full {
float: left;
2014-05-20 15:33:06 +00:00
width: 100%;
padding: 8px;
}
.comment-edit-text-empty {
2014-05-27 14:44:18 +00:00
height: 30px;
overflow: hidden;
2014-05-20 15:33:06 +00:00
resize: none;
}
.comment-edit-text-full {
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);
}
2014-05-20 15:33:06 +00:00
.comment-tools {
display: none;
margin-top: 7px;
}
2014-05-20 15:33:06 +00:00
.comment-edit-preview {
display: none;
margin-top: 7px;
}