Skip to content

TFW2005 Top Header Replacement by gigirassy

Screenshot of TFW2005 Top Header Replacement

Details

Authorgigirassy

LicenseWTFPL

CategoryTFW2005

Created

Updated

Code size1.5 kB

Code checksum2537f975

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Replaces the 25th anniversary top header image on TFW2005 with the original.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.tfw2005.com/boards/threads/aotp-vortex-bts.1277019/page-2
@version      20250421.01.43
@namespace    https://userstyles.world/user/Nune
@description  Replaces the 25th anniversary top header image on TFW2005 with the original.
@author       Nune
@license      WTFPL
==/UserStyle== */

@-moz-document domain("www.tfw2005.com") {
.headlogo[src="styles/TFW2005/TFW2005-Header-25-01.png"] {
    display: none !important;
}

.site-title.header-h1 a {
    display: inline-block !important;
    width: 350px !important;
    height: 100px !important;
    background-image: url("styles/TFW2005/TFW2005-Header-01.png") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left top !important;
    text-decoration: none;
}

#newheader {
    overflow: hidden;
    margin-bottom: -26px;
    background: url(styles/TFW2005/TFW2005-Header-02.png) 350px top;
    background-size: 11px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #1c99ff;
    line-height: 0;
}

.genesis-nav-menu {
    clear: both;
    overflow: hidden;
    background-color: #4e4e5c;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 5px;
    box-shadow: inset 0px 1px 0px 0px #60606b, 3px 3px 5px -1px #131317, 0px 0px 1px 0px #1c99ff, 0px 0px 0.5px 0px #1c99ff;
    padding-left: 10px;
}
}

Reviews

No reviews yet.