Skip to content

2010-2012 DropDown by Noname29

Details

AuthorNoname29

LicenseNo License

CategoryYoutube.com

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

title is self-explainotory

Notes

Userstyle doesn't have notes.

Source code

    /* ==UserStyle==
@name          ? - Jul 2024
@namespace   lolol   github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
    #yt-masthead-user {
        display: flex;
        flex-direction: column;
        position: relative;
        margin-left: 64px
    }
    #yt-masthead-user button {
        width: 100%;
    }
    #yt-masthead-user #sb-button-notify {
        position: absolute;
        left: -42px
    }
    #yt-masthead-user .yt-masthead-user-icon {
        background: none;
        border-color: transparent;
        box-shadow: none;
    }
    #yt-masthead-user span#yt-masthead-dropdown {
        position: absolute;
        width: 100%;
        height: 25px;
        border-width: 1px;
        border-color: transparent;
        top: 0;
        box-sizing: border-box
    }
    #yt-masthead-user span#yt-masthead-dropdown:hover {
        border-color: #999;
        background: #f3f3f3;
        background-image: -moz-linear-gradient(top, #ffffff, #ebebeb);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
        -webkit-box-shadow: 0 0 3px #999;
        box-shadow: 0 0 3px #999;
    }
    #yt-masthead-user span#yt-masthead-dropdown.reversed {
        border-color: #999;
        background: #ddd;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        text-align: left;
    }
    #yt-masthead-user-displayname {
        color: #000;
        font-size: 12px;
        margin: 0;
        margin-bottom: -20px;
        z-index: 1;
        margin-top: 7px;
        padding: 0 6px 0 7px;
        user-select: none;
        pointer-events: none;
        opacity: 1;
    }
    #yt-masthead-user-displayname:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 5px 5px 0;
        border-top-color: #333;
        margin-top: -4px;
        vertical-align: middle;
        font-size: 0;
        margin-left: 4px;
        margin-right: 1px
    }
    #yt-masthead-user .yt-masthead-user-icon span {
        display: none
    }}

Reviews

No reviews yet.