V3 FOOTER YOUTUBE
V3 FOOTER YOUTUBE by mason20121981
Details
Authormason20121981
LicenseNo License
Categoryyoutube
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name aozora footer
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Mason2012
==/UserStyle== */
@-moz-document domain("youtube.com") {
[static] #footer-container {
clear: both;
margin-top: 1.1666em !important;
border-top: 1px solid #f3f3f3 !important;
}
#footer {
padding-bottom: 11em !important;
padding: 0;
height: 48px;
}
#alerts, #content, #promos, #footer, #copyright {
margin: 0 auto;
width: 970px;
}
#footer .footer-links {
font-size: 1.0833em;
color: #666;
}
#footer ul {
margin-top: 0.5em;
margin-bottom: 0;
}
#footer li {
display: inline;
margin-right: 1.67em;
line-height: 2;
}
#footer .footer-links {
font-size: 1.0833em;
color: #666;
}
#footer .footer-info {
display: inline;
color: #666;
font-size: 11px;
}
#footer .footer-info, #footer .footer-info span, ul.pickers li {
margin-right: 1.25em;
}
#footer ul {
margin-top: 0.5em;
margin-bottom: 0;
}
ul.pickers {
display: inline !important;
color: #666;
font-size: 11px;
}
#picker-container {
background: #fff;
text-align: left;
}
a {
color: #03c !important;
text-decoration: none !important;
}
.footer-links li + li::before {
display:none;
}
body, button, input, textarea {
font: 12px arial,sans-serif;
font-size: 12px;
line-height: normal;
}
[static] #footer-container {
min-width: unset !important;
width: unset !important;
background: unset !important;
padding: unset !important;
}
}