Skip to content

Youtube Styled Bitview logo by paperboi31

Details

Authorpaperboi31

LicenseNONE

Categorybitview.net

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

replaces the bitview logo with the youtube colors

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         2007 Youtube Logo for BitView
@namespace    USO Archive
@author       ayyオイカorb ャulonlmao
@description  replaces the bitview logo with the 2007 youtube logo
@version      20201002.02.12
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("www.bitview.net") {
    #masthead .logo {
        content: url(https://i.imgur.com/ULOQm5g.png);
        float: left;
        display: block;
        margin: 1px 1px 6px 0;
    }

    element.style {
        width: 480px;
        height: 360px;
        padding-bottom: 32px;
    }
    #smallMastheadLogo {
        content: url(https://i.imgur.com/RpsPB5k.gif);
        width: 104px;
        height: 37px;
        border: 0;
    }

    #searchField {
        width: 280px;
        color: #000000;
        font-size: 12px;
    }
}

@-moz-document url-prefix("http://www.bitview.net/profile.php") {
    element.style {
        width: 424px;
        height: 320px;
        text-align: center;
        padding-bottom: 32px;
    }
}

Reviews

No reviews yet.