Only the logo, the rest of the theme comes from the other 2009 things I posted earlier
LIIVID YOUTUBE LOGO (2009 header) by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://liivid.co/
Created
Updated
Size885 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LIIVID YOUTUBE LOGO (2009 header)
@version 20230610.07.26
@namespace ?
==/UserStyle== */
@-moz-document domain("liivid.co") {
element.style {
}
img#hd_vidlii {
width: 221px;
height: 37px;
}
#hd_vidlii {
width: 125px;
height: 60px;
position: absolute;
top: 4px;
left: 32px;
}
#hd_vidlii {
content: url(https://i.imgur.com/oCqPIbo.png);
}
#hd_vidlii {
width: 157px;
height: 60px;
position: absolute;
top: 4px;
left: 16px;
}
a img {
border: 0;
}
a {
color: #00f;
text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
}
Style Attribute {
visibility: visible;
}
body {
overflow-y: scroll;
background: #fff;
margin: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
min-width: 1000px;
}
}