Makes YouTube Look Like You Started It
YouTube Custom Layout by mason20121981
Details
Authormason20121981
LicenseNo License
CategoryYouTube
Created
Updated
Size1.5 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 YoTube Custom Layout
@namespace http://www.youtube.com
@description Makes YouTube Look Like You Started It
@author Mason
@homepageURL https://www.youtube.com
@supportURL https://www.youtube.com
@preprocessor stylus
@version 1.0.0
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* Header Styling */
#masthead-container {
background-color: #1e1e1e;
border-bottom: 2px solid #007bff;
}
/* Navigation Button */
#buttons ytd-button-renderer.style-scope {
background-color: #007bff;
border-radius: 5px;
color: #fff;
}
/* Video Grid Layout */
ytd-rich-grid-renderer {
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
}
/* Video Thumbnails */
ytd-thumbnail {
border-radius: 10px;
overflow: hidden;
}
/* Smaller Video Player */
ytd-watch-flexy #player {
max-width: 800px;
margin: 0 auto;
}
/* Profile Button */
#avatar-btn {
border-radius: 50%;
border: 2px solid #007bff;
}
/* Settings Page */
ytd-settings-page-renderer {
background-color: #121212;
color: #f0f0f0;
}
/* Input Fields */
input[type="text"], input[type="password"] {
background-color: #333;
color: #fff;
border: 1px solid #555;
border-radius: 5px;
}
/* Footer */
ytd-mini-guide-renderer {
background-color: #1e1e1e;
color: #888;
}
/* Like/Dislike Buttons */
ytd-toggle-button-renderer {
color: #007bff;
}