Skip to content

chess.com | Birth of Twin Stars Theme by theSpaceParakeet

Details

AuthortheSpaceParakeet

LicenseNo License

Categorychess.com

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is a theme for chess.com featuring a stunning image taken by the James Webb Space Telescope.

Notes

Credit to:

exosploit (userstyles.world/user/exosploit)

  • code

James Webb Space Telescope (webbtelescope.org)

  • the stunning image of Herbig-Haro 46/47, a tightly bound pair of newly forming stars!

This is a theme for chess.com featuring a stunning image taken by the James Webb Space Telescope. Here is a description from the JWST Website:

"NASA’s James Webb Space Telescope has captured a tightly bound pair of actively forming stars, known as Herbig-Haro 46/47, in high-resolution near-infrared light. Look for them at the center of the red diffraction spikes. The stars are buried deeply, appearing as an orange-white splotch. They are surrounded by a disk of gas and dust that continues to add to their mass."

Source code

/* ==UserStyle==
@name           www.chess.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@author         theSpaceParakeet
==/UserStyle== */

@-moz-document url-prefix("https://www.chess.com/") {

    /*>>> Change background at row x and x. Change board at row x and x <<<*/

    body {
        background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0.4) 0%, rgba(31, 31, 31, 0.4) 100%),
        url(https://stsci-opo.org/STScI-01H530BR24BZMXSY06PCR4E1EC.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100%;
    }

    .board {
        background: url("https://cdn.discordapp.com/attachments/601445157606260756/1051946615574888448/chesst21.png") 0 0 / 100% 100% no-repeat!important;
    }

    .nav-panel-shade {
        background-image: linear-gradient(to bottom, rgba(8, 8, 8, 0.49) 0%, rgba(8, 8, 8, 0.49) 100%), url(https://stsci-opo.org/STScI-01H530BR24BZMXSY06PCR4E1EC.jpg);
        background-position: 0px;
        background-size: cover;
        background-attachment: fixed;
    }
}

.settings-themes-theme-preview settings-themes-default-theme {
    background-image: url("https://cdn.discordapp.com/attachments/601445157606260756/1051946615574888448/chesst21.png") !important;
}

.mce-content-body {
    background: transparent;
}

/* ADBLOCK */
.ns-ud25z-l-square ns-ud25z-v-0 {
    display: none;
}

.short-sidebar-ad-iframe {
    display: none;
}

.placeholder-ad-upgrade {
    display: none;
}

.amp-animate {
    display: none;
}

.content-ad-content {
    display: none;
}

.ad {
    display: none;
}

.sidebar-ad {
    display: none;
}

.jar {
    display: none;
}

.upo-label {
    display: none;
}

#adframe {
    display: none;
}

Reviews

No reviews yet.