Skip to content

David, dieser hier by chrischris

Details

Authorchrischris

LicenseNo License

Categoryitsm.slx.de

Created

Updated

Size3.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Denn hier, David

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         David, dieser hier
@version      20230615.08.39
@namespace    userstyles.world/user/chrischris
@description  Denn hier, David
@author       chrischris
@license      No License
==/UserStyle== */

@-moz-document domain("itsm.slx.de") {
@keyframes wiggle {
    0% {transform: rotate(5deg);}
    50% {transform: scale(0.8)}
    100% {transform: rotate(-5deg);}
}

@keyframes warnblink {
    from {background: #ff0101;}
    to {background: #dfaf06;}
}

/* Queue empty text */
.sd-queues .sd-queue-empty {
    font-size: 20px;
}

/* Trophy image*/
.sd-queues .sd-queue-empty-trophy:hover {
    
}
/* Trophy image on hover*/
.sd-queues .sd-queue-empty-trophy {
    animation-name: wiggle;
	animation-duration: 1s;
    animation-delay: 0s;
	animation-timing-function: ease-in-out;
    animation-direction: alternate;
	animation-iteration-count: infinite;
    animation-fill-mode: none;
}

/* Count != 0 */
.navigator-item-label+.navigator-item-count-number {
    background: hsl(0, 62%, 85%);
}

/* Count == 0 */
.navigator-item-label+.navigator-item-count-number[title="0"] {
    background: rgb(189, 238, 194);
}

#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li.section-item.aui-nav-selected > a > aui-badge {
       
}

#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li:nth-child(2) > a > aui-badge[title="0"] {
    animation-name: warnblink;
    animation-iteration-count: 0;
}

#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li:nth-child(2) > a > aui-badge {
    animation-name: warnblink;
	animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

/* Selected*/
#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li.section-item.aui-nav-selected > a {
    font-weight: bold;
    color: white;
}

#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li.section-item.aui-nav-selected {
    background: #6c6c6c;
}

/* Not Selected*/
#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li.section-item > a {
    
}

#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li.section-item {

}

/* Mir zugewiesen */
#pinnednav-opts-sd-queues-nav > div.js-pinned-items-list > div > div > ul > li:nth-child(19) > a {
    
    font-weight: bold;
}

/* User Info Icon*/
.user-hover-trigger-icon {
    filter: brightness(2.5) saturate(0);
}

}

@-moz-document domain("10.1.0.30") {
#overTopForm\:com_h3c_imc_res_ext_resMgrNavigationMenu_com_h3c_imc_res_view_deivce_view > span.ui-menuitem-text {
    font-weight: bolder;
    color: #0b71dff5;
}





#overTopForm\:com_h3c_imc_res_ext_resMgrNavigationMenu_com_h3c_imc_res_bulkConfig > span.ui-menuitem-text {
    font-weight: bolder;
    color: #0b71dff5;
}




#overTopForm\:com_h3c_imc_res_restab > ul > li:nth-child(15) > a > span.ui-menuitem-text {
    font-weight: bolder;
    color: #0b71dff5;
}




#overTopForm\:com_h3c_imc_res_ext_resMgrNavigationMenu_com_h3c_imc_asset_access_realtimeLocate > span.ui-menuitem-text {
    font-weight: bolder;
    color: #0b71dff5;
}




#overTopForm\:com_h3c_imc_res_restab > a > span.ui-menuitem-text {
    color: #f05a5ef5;
}
}

@-moz-document domain("portal.slx.de") {
    
    /* IT */
    #zz8_RootAspMenu > li:nth-child(1) > ul > li:nth-child(9) > a {
        font-weight: bolder;
        color: #0b71dff5;
    }
    
    /* Mitarbeiterrestaurant */
    #zz8_RootAspMenu > li:nth-child(2) > ul > li:nth-child(6) > a {
        font-weight: bolder;
        color: #0b71dff5;
    }
}

Reviews

No reviews yet.