Just an Amoled Modification of famour GameDrive.org site
Some elements do contain blur so that they appear beautiful
GameDrive Amoled Theme by InternetNinjo

Details
AuthorInternetNinjo
LicenseGPLv3
Categorygamedrive.org
Created
Updated
Size3.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Any issues you can put a review under this and i'll try to fix it.
Source code
/* ==UserStyle==
@name GameDrive Amoled Theme
@namespace https://github.com/InternetNinjo/UserCSS
@version 2.0.0
@description Just an Amoled Modification of famous GameDrive.org site.
@author InternetNinja
@preprocessor stylus
==/UserStyle== */
@-moz-document domain("gamedrive.org") {
.gridlove-header-top {
display: none !important;
}
body {
background-color: #000;
}
.gridlove-header-wrapper,
.gridlove-header-middle .sub-menu,
.gridlove-header-responsive,
.gridlove-header-responsive .sub-menu {
background-color: #000;
}
.gridlove-header-sticky {
background: transparent;
transition: all 0.3s ease;
border-bottom: 1px solid transparent;
}
/* No blur when at top of page */
body:not(.scrolled) .gridlove-header-sticky {
background: rgba(0, 0, 0, .5);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0);
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
transition: none !important;
transform: none !important;
}
/* Blur effect when scrolled */
body.scrolled .gridlove-header-sticky {
background: rgba(0, 0, 0, .5);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.gridlove-site-header {
position: static !important;
top: auto !important;
}
.gridlove-header-sticky .active > span, .gridlove-header-sticky .gridlove-main-nav > li.menu-item-has-children:hover > a, .gridlove-header-sticky .gridlove-social-icons:hover > span {
background-color: rgba(0, 0, 0, 0.05);
}
/* Alternative more aggressive approach */
body.gridlove-v_2_1_2 .gridlove-site-header {
position: relative !important;
transform: none !important;
}
#header.gridlove-site-header {
position: static !important;
top: 0 !important;
}
.gridlove-header-sticky-on,
.gridlove-site-header {
position: relative !important;
top: 0 !important;
}
.gridlove-cover-area {
background: #000;
}
.gridlove-sidebar-action-wrapper {
background: #000;
}
.gridlove-action-close {
background: #000;
}
.gridlove-highlight {
background: #000;
}
.gridlove-header-sticky .sub-menu {
background: rgba(0, 0, 0, .5);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
::placeholder {
color: rgb(0, 0, 0);
}
/*inner-post themes fix */
.gridlove-box, #disqus_thread {
background: #000;
}
.gridlove-footer {
background: #000;
}
.dark .input--text {
background: #0d0d0d;
box-shadow: none;
border-color: #3d3d3d;
}
.input--text:placeholder-shown {
color: #fff;
}
/* fix widget spacing from the gridlove-sticky nav */
.widget.gridlove_category_widget {
padding-top: 15px;
}
/*carousel view fix at homepage*/
.gridlove-cover-wrapper.gridlove-cover-area {
padding-top: 100px;
}
/*results header fix at results page*/
.module-header {
padding-top: 70px;
}
}