2015-08-23 22:38:18 +02:00
|
|
|
/* 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-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;
|
|
|
|
}
|
|
|
|
|
2015-10-24 13:04:14 +02:00
|
|
|
.wall-item-content h1,
|
|
|
|
.wall-item-content h2 {
|
|
|
|
font-size: 1.319em;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
2015-10-24 13:04:14 +02:00
|
|
|
.wall-item-title h3,
|
|
|
|
.wall-item-content h3,
|
|
|
|
.wall-item-content h4 {
|
|
|
|
font-size: 1.112em;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2015-10-24 13:04:14 +02:00
|
|
|
.body-tags {
|
|
|
|
margin-top: 5px;
|
2015-08-23 22:38:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
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;
|
|
|
|
}
|
2015-11-15 19:51:39 +01:00
|
|
|
|
2015-12-06 02:08:25 +01:00
|
|
|
/* event item */
|
|
|
|
|
|
|
|
.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 */
|
|
|
|
|
|
|
|
.event-title h3 {
|
|
|
|
margin: 0px 0px 10px 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vevent {
|
|
|
|
padding-top: 10px;
|
2015-11-15 19:51:39 +01:00
|
|
|
}
|
|
|
|
|
2015-12-06 02:08:25 +01:00
|
|
|
.event-description {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.event-label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|