Skip to content

Questionable Questing Custom Style - Blue by alkarl

Screenshot of Questionable Questing Custom Style - Blue

Details

Authoralkarl

LicenseNo License

Categoryquestionablequesting.com

Created

Updated

Code size5.6 kB

Code checksumaf620ae0

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A blue version of the default style on QQ that doesn't sear the eyes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name Questionable Questing Custom Style - Blue
@namespace questionablequesting.com
@version 1.0.0
@description A blue version of the default style on QQ that doesn't sear the eyes.
@author Alkarl
==/UserStyle== */

.p-title-value {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 0;
    margin-right: auto;
    color: white;
}

.message-body {
    font-size: 32px;
    font-family: 'Tahoma', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif;
    color: #fff;
    background: #1e1e1e;
}

.bbCodeBlock-title {
    padding: 6px 10px;
    font-size: 13px;
    color: #ffffff;
    background: #014072
}

.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {
    font-size: 15px;
    background: black;
    color: white;
}

.message-cell.message-cell--user,
.message-cell.message-cell--action {
    position: relative;
    background: #1e1e1e;
    border-right: 1px solid #d8d8d8;
    min-width: 0;
    color: white;
}
.message-cell.message-cell--main {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    background: #1e1e1e;
}

.block--messages .message-cell--threadmark-header {
    font-size: 14px;
    color: #ffffff;
    background: #1e1e1e;
}

.p-body {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    min-height: 1px;
    background: #1b2f4b;
}

.block-body {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #1e1e1e;
}

.blockLink:hover {
    background: #1E1E1E;
    text-decoration: inherit;
}

.block--messages .message-cell--threadmark-footer {
    font-size: 12px;
    color: white;
    background: #1e1e1e
}
.structItem-cell {
    color: white;
}

.overlay .overlay-title {
    display: block;
    background: #1e1e1e;
}

.threadmarkListingHeader-content {
    background: #1e1e1e;
}

.u-dt[title] {
    color: white;
}

.block-container:not(.block-container--noStripRadius) > :first-child,
.block-topRadiusContent,
.block-container:not(.block-container--noStripRadius) > .block-body:first-child > .blockLink:first-child {
    background: #1e1e1e;
}


#uix_alertsMenuPanel .alert.is-read, .js-alertTabPanel .uix_canvasPanelBody .alert.is-read, .js-alertsMenuBody .alert.is-read, .alert-list .alert.is-read {
    color: #fff;
    background: #1e1e1e;
}

.menu-header {
    padding: 6px 15px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #2577b1;
    border-bottom: 1px solid #1e1e1e;
    background: linear-gradient(0deg, #2577b1, #1e1e1e);
}

.menu-footer.menu-footer--split {
    display: flex;
    align-items: center;
    background: #1e1e1e;
}

.menu-tabHeader {
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    color: #2577b1;
    border-bottom: 1px solid #dfdfdf;
    background: linear-gradient(0deg, #2577b1, #1e1e1e);
}

.listColumns {
    color: #ffffff;
    background: #1e1e1e;
}

.menu-linkRow {
    display: block;
    padding: 6px 15px 6px 12px;
    border-left: 3px solid transparent;
    text-decoration: none;
    color: #fff;
    background: #1e1e1e;
}

.menu-linkRow.is-selected, .menu-linkRow:hover, .menu-linkRow:focus {
    color: #185886;
    text-decoration: none;
    background: #1e1e1e;
    border-left-color: rgba(71, 167, 235, 0.5);
}

.menu-footer {
    padding: 6px 15px;
    font-size: 12px;
    color: #505050;
     border-top: 1px solid #dfdfdf;
    background: linear-gradient(180deg, #1E1E1E, #1e1e1e);
}

.menu-row.menu-row--alt {
    color: #ffffff;
    background: #1e1e1e;
}

#uix_alertsMenuPanel .alert.is-recently-read, .js-alertTabPanel .uix_canvasPanelBody .alert.is-recently-read, .js-alertsMenuBody .alert.is-recently-read, .alert-list .alert.is-recently-read {
    color: #fff;
    background: #3a3a3a;
}

.block-container {
    color: #fff;
    background: #fefefe;
    border-width: 1px;
    border-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #d8d8d8;
    border-bottom-color: #cbcbcb;
    border-left-color: #d8d8d8;
    border-radius: 4px;
}

#uix_alertsMenuPanel .alert.is-recently-read.is-just-read, .js-alertTabPanel .uix_canvasPanelBody .alert.is-recently-read.is-just-read, .js-alertsMenuBody .alert.is-recently-read.is-just-read, .alert-list .alert.is-recently-read.is-just-read, #uix_alertsMenuPanel .alert.is-unread, .js-alertTabPanel .uix_canvasPanelBody .alert.is-unread, .js-alertsMenuBody .alert.is-unread, .alert-list .alert.is-unread {
    color: #FFF;
    background: #3a3a3a;
}

.blockLink {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer;
    background: #1e1e1e;
}

a:hover {
    color: #fff;
}

.a{
    color: #52b9ff;    
}

.formRow>dt {
    background: #1e1e1e;}

.block-formSectionHeader {
   background: #1e1e1e;
}

.formRow>dd {
   background: #1e1e1e;
}

.formSubmitRow-controls {
    background: #1e1e1e;
}

.block-container:not(.block-container--noStripRadius)>.block-body:last-child .formSubmitRow:not(.is-sticky) .formSubmitRow-bar, .block-container:not(.block-container--noStripRadius)>.formSubmitRow:not(.is-sticky):last-child .formSubmitRow-bar, .block-bottomRadiusContent>.formSubmitRow:not(.is-sticky) .formSubmitRow-bar {
        background: #1e1e1e;

}

.formSubmitRow.formSubmitRow--sticky.is-sticky .formSubmitRow-bar {
          background: #1e1e1e;}

Reviews

No reviews yet.