This userstyle tries to make the MediaFire layout better.
Better MediaFire REBORN by 2013internetlover
Details
Author2013internetlover
LicenseNo License
Categorymediafire
Created
Updated
Size4.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This is a remaster of my old script! (Better MediaFire)
The old version can be found on my server ( https://discord.gg/NgrefPVbuA )
CHANGELOG ( 01/09/24)
- Text glitches
- Footer theming
Source code
/* ==UserStyle==
@name Better Mediafire REBORN
@namespace github.com/openstyles/stylus
@version 1.2
@description This userstyle fixes the MediaFire layout. It is my own version of it! Enjoy.
@author 2013internetlover
==/UserStyle== */
@-moz-document url-prefix("https://www.mediafire.com"), url-prefix("http://www.mediafire.com") {
body {
padding-bottom: 0px !important;
height: auto;
}
.sticky-mode ~ #footer > #subFooterWrap {
padding-bottom: 0px;
}
.footerColWrap {
padding: 0px 0 0px;
}
#subFooterSocial li {
display:none;
}
#goog-footer-translate {
border: 1px solid #aaa;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7) !important;
margin-bottom: 10px;
}
ul.subFooterLinks li#copyrightInfo {
display:none;
}
#subFooter li#copyrightInfo {
display:none;
}
#footer {
box-shadow: inset 0 1px 0px 0 #aaa;
}
#subFooterWrap {
position: relative;
border-top: 1px solid #aaa;
}
#goog-footer-translate .goog-te-combo {
background-color: #fff;
padding: 0 10px 0 10px;
}
.download_link a, .download_link input, .download_link button, #authorize_dl_btn {
color: #fff;
border: 1px solid #468000!important;
background: #629721!important;
background-image: -moz-linear-gradient(top, #83b842, #629721)!important;
text-shadow: 0px -1px 0px #000;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
}
.dl-btn-cont {
background: #ddd;
background-image: -moz-linear-gradient(top, #eee, #ddd)!important;
border: 1px solid #aaa;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
}
.dl-utility-nav ul li, .dl-utility-nav li {
background: #666;
background-image: -moz-linear-gradient(top, #666, #aaa)!important;
border: 1px solid #333;
border-radius: 5px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
}
.sidebar > div {
background: #ddd;
background-image: -moz-linear-gradient(top, #eee, #ddd)!important;
border: 1px solid #aaa;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
border-radius: 5px;
}
.dl-btn-label {
color: #333;
text-shadow: 0px 1px 0px #fff;
}
.ads-alternate .DLExtraInfo-wrap {
display:none;
}
.ads-normal .content, .ads-alternate .content {
min-height: 900px!important;
}
.sticky-mode .nonDLContentWrap {
min-height: 900px !important;
}
.header {
margin: 0px 0 0 0;
padding: 12px 0 0 0;
background: #fff !important;
background: #ddd;
background-image: -moz-linear-gradient(top, #ddd, #eee)!important;
border: 1px solid #aaa;
border-radius: 5px;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
}
.header > .actions > li > a {
background: #fff;
border: 1px solid #aaa;
}
.g-Select {
border: 1px solid #aaa!important;
}
.download_link.started a {
color: #fff;
}
.download_link .retry:hover em {
color: #000!important;
text-shadow: 0px 0px 0px#fff0!important;
text-decoration: underline;
}
.download_link .retry em {
color: #000!important;
text-shadow: 0px 0px 0px #fff0!important;
}
.download_test_link {
border: 1px solid #aaa!important;
background: #ddd!important;
background-image: -moz-linear-gradient(top, #ddd, #eee)!important;
text-shadow: 0px 0px 0px #0000;
box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(255,255,255,.7)!important;
}
}