Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
This wiki has had no edits or log actions made within the last 45 days and has been automatically marked as inactive. If you would like to prevent this wiki from being closed, please start showing signs of activity here. If there are no signs of this wiki being used within the next 15 days, this wiki will be closed in accordance to the Dormancy Policy (which all wiki founders accept when requesting a wiki). If this wiki is closed and no one reopens it 135 days from now, this wiki will become eligible for deletion. Note: If you are a bureaucrat, you can go to Special:ManageWiki and uncheck "inactive" yourself.

MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(Changed wiki title font to Menlo)
(Change wiki title font from Menlo to Lexend)
Tag: Reverted
Line 64: Line 64:
/* Title in banner */
/* Title in banner */
.mw-wiki-title {
.mw-wiki-title {
font-family: 'Menlo' !important;
font-family: 'Lexend' !important;
}
}

Revision as of 17:44, 28 February 2024

/* All CSS here will be loaded for users of the Timeless skin */

/** Icons **/
/* Taken from Zelda Wiki [ https://zeldawiki.wiki/wiki/MediaWiki:Timeless.css ] */
@media screen and (max-width: 850px) {
    #site-navigation h2 {
        background-image: url("https://static.miraheze.org/gogiganticwiki/b/b1/Wiki_Icon_Timeless_Menu_Large_Dark.svg");
    }
    #site-tools h2 {
        background-image: url("https://static.miraheze.org/gogiganticwiki/b/b6/Wiki_Icon_Timeless_Gear_Large_Dark.svg");
    }
    #user-tools h2 {
        background-image: url("https://static.miraheze.org/gogiganticwiki/e/e3/Wiki_Icon_Timeless_User_Large_Dark.svg");
    }
}
@media screen and (min-width: 851px) {
    #personal h2 {
        background-image: url("https://static.miraheze.org/gogiganticwiki/4/48/Wiki_Icon_Timeless_User_Dark.svg");
    }
}
.tools-inline li[id^='ca-nstab-'] a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/4/44/Wiki_Icon_Timeless_Page_Dark.svg");
}
#ca-talk a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/4/48/Wiki_Icon_Timeless_Talk_Dark.svg");
}
#ca-watch a {
    background-image: url("https://gogigantic.miraheze.org/wiki/File:Wiki_Icon_Timeless_Star_Dark.svg");
}
#ca-unwatch a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/5/5e/Wiki_Icon_Timeless_Star_Filled_Dark.svg");
}
.tools-inline li a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/0/0a/Wiki_Icon_Timeless_Page_Misc_Dark.svg");
}
#ca-edit a,
.client-js #ca-ve-edit a,
.mw-editsection {
    background-image: url("https://static.miraheze.org/gogiganticwiki/e/eb/Wiki_Icon_Timeless_Pencil_Dark.svg");
}
.client-js #ca-edit a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/7/7c/Wiki_Icon_Timeless_Pencil_Source_Dark.svg");
}
#ca-viewsource a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/7/72/Wiki_Icon_Timeless_Brackets_Dark.svg");
}
#ca-history a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/b/bb/Wiki_Icon_Timeless_Clock_Dark.svg");
}
#ca-more span {
    background-image: url("https://static.miraheze.org/gogiganticwiki/8/88/Wiki_Icon_Timeless_Gear_Dark.svg");
}
.dropdown-toggle:after,
#user-tools h2:after,
.sidebar-chunk h2:after,
#mw-site-navigation h2:after,
#mw-related-navigation h2:after {
    background-image: url("https://static.miraheze.org/gogiganticwiki/2/29/Wiki_Icon_Timeless_Arrow_Down_Dark.svg");
}
#t-contributions a {
    background-image: url("https://static.miraheze.org/gogiganticwiki/d/d3/Wiki_Icon_Timeless_Puzzle_Dark.svg");
}

/* Title in banner */
.mw-wiki-title {
    font-family: 'Lexend' !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.