Skip to content

skyscrapercity.com improvements by wojtek

Details

Authorwojtek

LicenseNo License

Categoryskyscrapercity.com

Created

Updated

Code size3.3 kB

Code checksumd6386478

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A couple of improvements to skyscrapercity.com forums to make it more compact (and readable IMHO)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       skyscrapercity.com improvements
@version    20250413.14.04
@namespace  https://userstyles.world/user/Wojtek
@author     Wojtek
==/UserStyle== */

@-moz-document domain("skyscrapercity.com") {
* {
    border-radius: 0px !important;
}


html, button, input, optgroup, select, textarea, .structItem-title {
    font-family: system, -apple-system, ".SFNSText-Regular", "San Francisco", "Segoe UI", "Roboto", "Helvetica Neue", "Lucida Grande", sans-serif;
}

.message-content .bbWrapper {
    font-size: 0.9375rem !important;
    letter-spacing: 0;
    line-height: 1.35;
}

.message-content .bbCodeBlock-content {
    font-size: inherit !important;
}

.message-cell message-cell--user,
section.message-user div.message-userDetails div.userbit-info span.userTitle.message-userTitle
{
    display: none !important;
}

section.message-user div.message-userDetails div.message-userStats {
    font-size: 0.5em !important;
}

section.message-user div.message-avatar div.message-avatar-wrapper div.avatar-badge-wrapper .avatar
{
    height: 48px !important;
    width: 48px !important;
}

.message-cell.message-cell--user .avatar--ml img {
    height: 48px !important;
    width: 48px !important;
}



div.sidebar,
section#header-banner div img,
#thread-recommended-reading,
div.p-body-sidebar,
div[qid="sidebar-section"]
{
    display: none !important;
}

.desktop-adhesion-ad__footer-ad-container {
    display: none !important;
}

header.p-navSticky {
    position: inherit !important;
}

.california-additional-header h1 {
	font-size: 20px !important;
    line-height: 1.2em !important;
}

.p-header-banner-placeholder {
	height: 70px;
}

.message-body {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}









article.message-body div.bbWrapper blockquote.bbCodeBlock {
    margin-bottom: 5px !important;
}


article.message.message--post {
    border-top: 5px solid #a1bbdf !important;
    font-size: 1.1em !important;
}







footer.message-footer div.message-actionBar.actionBar div.actionBar-set.actionBar-set--external {
    display: none !important;
}

div.message-cell.california-message-cell footer.message-footer div.california-likes-container,
.california-reaction-bar
{
    float: right !important;
}
div.message-cell.california-message-cell footer.message-footer div.message-actionBar.actionBar
{
    float: left !important;
}







div.message-userDetails div.userbit-info
{
    float: left !important;
}

div.message-userDetails div.topical-info
{
    display: none !important;
}

div.message-userDetails div.message-userStats
{
    float: none !important;
}



/* make sure threads by ignored folks are shown */

.structItem--thread.is-ignored {
    display: table !important;
}



div.p-body {
    max-width: 80%;
    margin: auto;
}





/* hide mark-as-read */
.california-block-outer-upper-nav .california-mark-all-read-button,
.california-block-outer-lower-nav .california-mark-all-read-button {
	display: none !important;
}


/*
adblock
*/

.california-banner-ad-container,
.california-ad,
.hide-mw-responsiveWide,
.california-thread-ad {
	display: none !important;
}



.actionBar-action.button.button--text.is-selected, .actionBar-action.button.button--text.is-bookmarked {
	color: white;
	background: grey;
}

}

Reviews

No reviews yet.