The logo competition for the 2025 4chan Summer Cup is now taking submissions.
The deadline is July 7th, 23:59 UTC. Logos will be placed in this gallery to facilitate discussion. This will be followed by a polling period to determine which logo will be used.

Please send all submissions to Potatotron. You must supply a high-res PNG file (5000x5000 limit) and the original multi-layer source file.

Cloverleaf logo: .png .svg

Cloverball logo: .ai .png .svg

Difference between revisions of "MediaWiki talk:Common.css"

From Rigged Wiki
Jump to navigation Jump to search
(Created page with "===Spoiler CSS for hover-able Spoiler Template=== Add this please kthnxbai .rigged-spoiler { background-color:black; color:black; } .rigged-spoiler:hover {...")
 
(→‎Spoiler CSS for hover-able Spoiler Template: spoilers don't seem to work at all now)
Line 13: Line 13:


[[User:Koala|Koala]] ([[User talk:Koala|talk]]) 09:04, 14 August 2015 (UTC)
[[User:Koala|Koala]] ([[User talk:Koala|talk]]) 09:04, 14 August 2015 (UTC)
:Uh, I don't think it worked as intended. At least I currently see no spoilers at all on text that's supposed to be spoilered. -- [[User:MerkaST|MerkaST]] ([[User talk:MerkaST|talk]]) 10:01, 14 August 2015 (UTC)

Revision as of 10:01, 14 August 2015

Spoiler CSS for hover-able Spoiler Template

Add this please kthnxbai

.rigged-spoiler {
    background-color:black;
    color:black;
}
.rigged-spoiler:hover {
    background-color:black;
    color:white;
}

Koala (talk) 09:04, 14 August 2015 (UTC)

Uh, I don't think it worked as intended. At least I currently see no spoilers at all on text that's supposed to be spoilered. -- MerkaST (talk) 10:01, 14 August 2015 (UTC)