MediaWiki:Darkvector.css: Difference between revisions

No edit summary
borrowed fromlost media wiki
Line 813: Line 813:
  background-color: #312B2A;
  background-color: #312B2A;
}
}
 
/* Comment styling (borrowed from lost media wiki) */
.commentstreams-buttontext-add {
#cs-comments * {
color: #e67860;
  font-family: sans-serif;
}
.cs-comment-header {
    background-color: #f9f9f9 !important;
    width: 100%;
}
.cs-head-comment > .cs-comment-header {
    border-top: 4px solid #36782c !important;
}
.cs-comment-title {
    font-size: 20px;
}
#cs-comments .cs-button:enabled:hover {
    color: unset;
}
#cs-comments button:hover {
    background-color: unset;
}
.cs-target-comment .cs-comment-header {
    border: none;
}
#cs-edit-box {
    background-color: #d1e9c7;
    border: 1px solid #aac593;
}
#cs-add-button > img,
.cs-edit-button > img,
.cs-delete-button > img,
.cs-link-button > img,
.cs-reply-button > img {
  display:none;
}
#cs-add-button::after {
    content: "[+comment]";
    /* margin-right: -26px; */
    font-size: 12px;
    font-weight: normal;
    padding-left: unset !important;
    text-align: left;
}
.cs-edit-button::after {
    content: "[edit]";
    /* margin-right: -26px; */
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.cs-delete-button::after {
    content: "[del]";
    /* margin-right: -26px; */
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.cs-link-button::after {
    content: "[link]";
    /* margin-right: -26px; */
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.cs-reply-button::after {
    content: "[+reply]";
    /* margin-right: -26px; */
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
}