Skip to content

EHGP by jxsys

Details

Authorjxsys

LicenseNo License

Categoryehgp.holyghostprep.org

Created

Updated

Size2.8 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Electronic Holy Ghost Prep MacOS like theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ehgp.holyghostprep.org
@version      20230829.16.03
@namespace    ?
==/UserStyle== */

@-moz-document domain("ehgp.holyghostprep.org") {
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5?styles=103513');

body {
    font-family: 'Helvetica Neue', sans-serif !important;
    background: no-repeat url(https://www.chromethemer.com/download/hd-wallpapers/beach-sunrise-3840x2160.jpg) center !important;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.centeredButton, .btn.btn-primary.announcements-btns {
    all: unset;
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px);
    font-family: 'Helvetica Neue', sans-serif !important;
    padding: 1vw;
    border-radius: 0.5vw;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    min-width: 300px !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0.5vw;
}

.navbar {
    background: rgba(255, 255, 255, 0.6) !important;
    border: 0.2vw solid black;
    transform: translateY(-0.5vw) !important;
    backdrop-filter: blur(5px);
    border-radius: 0.5vw;
}

.centeredButton > td {
    min-width: 300px !important;
    flex: 1;
}

.headerCenter, .headerRight, .headerLeft, .centerWhite, .header-top, .footer-bottom.center {
    display: none !important;
    visibility: hidden !important;
}

.glossy-button.blue {
    all: inherit !important;
    text-align: center;
    justify-content: center;
}

.centered {
    font-family: 'Helvetica Neue', sans-serif !important;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.weekDays {
    border: 0.5vw solid black;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Helvetica Neue', sans-serif !important;
    outline: none;
    border-radius: 0.5vw;
    padding: 0.5vw;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    color: rgb(0, 0, 0);
}

tbody tr:nth-child(1), table {
    outline: none !important;
    border: none !important;
}

tr td.valign {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.5vw;
    padding: 0.5vw;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    outline: none !important;
    border: 0.2vw solid black;
    font-family: 'Helvetica Neue', sans-serif !important;
}

tr td.valign b {
    color: #976200;
    font-family: 'Helvetica Neue', sans-serif !important;
}

tr td.valign p, tr td.valign {
    font-family: 'Helvetica Neue', sans-serif !important;
    color: gray;
}

.card-body {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
}

.card {
    background: none !important;
}
}

Reviews

No reviews yet.