Skip to content

guide.handmadehero.org by afk_mario

Details

Authorafk_mario

LicenseMIT

Categoryguide.handmadehero.org

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

small tweaks to align header

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         guide.handmadehero.org
@version      20231213.19.35
@namespace    ?
==/UserStyle== */

@-moz-document domain("guide.handmadehero.org") {
#cineraIndexControl {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 16px 0 16px;
}

.cineraMenu.cineraMenuTitle.ViewSettings {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    color: #8A877D;
    cursor: pointer;
    transition: 0.2s ease color;
}

.cineraMenu.cineraMenuTitle.ViewSettings:hover {
    color: #fff;
}


.cineraMenu.cineraMenuTitle {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}


.cineraMenu.cineraMenuTitle.IndexFilter {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    cursor: pointer;
}



.cineraMenu.cineraMenuTitle.IndexFilter span {
    padding-right: 8px;
    padding-left: 8px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}

.cineraQueryContainer {
    padding: 0;
    gap: 4px;
}

.cineraQueryContainer label {
    color: #8A877D;
}

.cineraQueryContainer .inputContainer {
    padding: 0;
}

.cineraQueryContainer .inputContainer input {
    border: 1px solid;
    border-radius: 4px;
    transition: 0.2s ease all;
}

.cineraQueryContainer .inputContainer input:hover {
    border-color: #fff;
}


.cineraMenus > .cineraHelp,
.cineraHelp {
    margin: 0;
    border: 1px solid #8A877D;
    color: #8A877D;
    transition: 0.2s ease all;
    height: 0.8rem;
    width: 0.8rem;
}

.cineraMenus > .cineraHelp,
.cineraHelp:hover {
    border-color: #fff;
    color: #fff;
}
}

Reviews

No reviews yet.