305 lines
3.9 KiB
CSS
305 lines
3.9 KiB
CSS
/* jot */
|
|
|
|
.jothidden input[type="text"] {
|
|
border: 0px;
|
|
margin: 0px;
|
|
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;
|
|
}
|
|
|
|
#jot-title-wrap input,
|
|
#jot-pagetitle-wrap input {
|
|
padding: 0.5rem;
|
|
}
|
|
|
|
#profile-jot-text {
|
|
resize: none;
|
|
border-width: 0px;
|
|
height: 2.5rem;
|
|
line-height: 1.5rem;
|
|
padding: 0.5rem;
|
|
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;
|
|
padding: 10px;
|
|
width: 100%;
|
|
}
|
|
|
|
#profile-jot-text-loading {
|
|
padding: 30px 0px 0px 12px;
|
|
}
|
|
|
|
#profile-jot-submit-wrapper {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
#profile-rotator {
|
|
padding: 15px 0px 0px 15px;
|
|
}
|
|
|
|
/* conversation */
|
|
|
|
|
|
/* conv_item */
|
|
|
|
.wall-item-head-new {
|
|
border-top: 0.2rem solid #0275d8;
|
|
}
|
|
|
|
.wall-item-info {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.wall-item-wrapper {
|
|
margin-left:10px;
|
|
}
|
|
|
|
.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,
|
|
.wall-item-ago i {
|
|
font-size: 0.75rem;
|
|
line-height: 1;
|
|
}
|
|
|
|
.wall-item-ago .fa-check {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.wall-item-content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wall-item-content img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.wall-item-title.h3 {
|
|
font-weight: bold;
|
|
margin: 0px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.wall-item-body {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
.item-act-list {
|
|
width: 20px;
|
|
}
|
|
|
|
.shared_header {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.ivoted {
|
|
color: #0275d8;
|
|
}
|
|
|
|
.item-highlight {
|
|
border-left: 0.2rem solid #0275d8;
|
|
}
|
|
|
|
.item-highlight .wall-item-head,
|
|
.item-highlight .wall-item-content,
|
|
.item-highlight .wall-item-tools {
|
|
padding-left: 0.3rem;
|
|
}
|
|
|
|
/* comment_item */
|
|
|
|
.comment-edit-text-empty,
|
|
.comment-edit-text-full {
|
|
padding: 0.5rem;
|
|
line-height: 1.25;
|
|
width: 100%;
|
|
display: inherit;
|
|
}
|
|
|
|
.comment-edit-text-empty {
|
|
height: 2.25rem;
|
|
overflow: hidden;
|
|
resize: none;
|
|
}
|
|
|
|
.comment-edit-text-full {
|
|
height: 7rem;
|
|
overflow: auto;
|
|
resize: vertical;
|
|
}
|
|
|
|
.comment-tools,
|
|
.comment-edit-preview {
|
|
display: none;
|
|
}
|
|
|
|
/* disable link handling for unknown entries */
|
|
.dropdown-menu a.disabled {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
}
|
|
|
|
.item-verified {
|
|
color: darkgreen;
|
|
}
|
|
|
|
.item-forged {
|
|
color: #FF0000;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
.event-description {
|
|
padding-top: 10px;
|
|
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;
|
|
}
|
|
|
|
|
|
.checklist input {
|
|
margin: 0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.combobox {
|
|
padding: 15px;
|
|
}
|
|
|
|
#filer_save {
|
|
margin-left: 15px;
|
|
}
|