Mod portal "everything isn't grey" css override

Enhance your gameplay with these tools. This category is also the right place for tools useful for modders.
Mod databases, calculators, cheatsheets, multiplayer, scripts, libs and other useful stuff that is not strictly in-game mods.
Post Reply
Xuerian
Inserter
Inserter
Posts: 34
Joined: Mon Nov 07, 2016 7:10 am
Contact:

Mod portal "everything isn't grey" css override

Post by Xuerian »

Use Stylish or whatever to load. It's not really pretty, but it's readable.

Image

Code: Select all

@-moz-document domain("mods.factorio.com") {
.mod-page div:not(.mod-page-tabs) a,
.mod-card :not(.no-picture) a {
    color: #24B !important;
    text-decoration: underline;
}

.mod-page div:not(.mod-page-tabs) a:hover {
    color: #ff9f1c !important;
}

.mod-page-content,
.search-bar,
.search-block-query,
.mod-card {
    background: #FAFAFA !important;
}

li.discussion-list-message:nth-child(even),
.mod-card:nth-child(odd) {
	background: #DDD !important;   
}

.mod-card-info span * {
    background: none !important;
}

.mod-page-tabs li a {
    background: #bbb;
}

.mod-page-tabs li a.active {
    background: #FAFAFA;
}

.mod-card-footer {
    background: #777 !important;
}

.mod-page-description,
.data-name,
.data-value,
button,
.mod-card-summary,
a.btn {
    color: #444 !important;
}

span.tag,
ul.tags-list li {
    color: #EEE !important;
}
}
Last edited by Xuerian on Tue May 09, 2017 3:52 pm, edited 1 time in total.

Xandaros
Burner Inserter
Burner Inserter
Posts: 8
Joined: Sat May 24, 2014 6:55 pm
Contact:

Re: Mod portal "everything isn't grey" css override

Post by Xandaros »

Thank you very much!
Now I can actually read the mod descriptions.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Mod portal "everything isn't grey" css override

Post by darkfrei »

How to overwrite this?

Xuerian
Inserter
Inserter
Posts: 34
Joined: Mon Nov 07, 2016 7:10 am
Contact:

Re: Mod portal "everything isn't grey" css override

Post by Xuerian »

darkfrei wrote:How to overwrite this?
Use it, you mean? Install Stylish, it's a browser extension.

Firefox Stylish will accept the code directly, Chrome will want to convert it.

Xuerian
Inserter
Inserter
Posts: 34
Joined: Mon Nov 07, 2016 7:10 am
Contact:

Re: Mod portal "everything isn't grey" css override

Post by Xuerian »

Updated for whatever change happened with the mod page, I think.

Post Reply

Return to “Tools”