Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

KickStarter We need more buttons

Joined
Jan 27, 2019
Messages
725
Location
Computer
6MttcIm.jpg


RetardedDancingDonut.gif
 
Last edited:

Semiurge

Cipher
Joined
Apr 11, 2020
Messages
7,674
Location
Asp Hole
Since dimensions are no obstacle for buttons, will someone correct the wrong done to my earlier suggestion
vtEtMmz.gif
that was horribly resized and smudged in the process?
 
Self-Ejected

Zizka

Self-Ejected
Joined
Jan 15, 2020
Messages
429
I have to say, the amount teeth gnashing by Maximus, Zombra and its ilk woke me up all the way in the Canadian north. The 200 attempts were worthwhile if only for this brief, fleeting moment.

Mate let's be honest, people don't care, DU won't do shit, most users don't see a problem with the current icon. If it bothers you that much, use the redirector add-on and replace it with a thing you like. You're just throwing your time and effort into the bin.

Now I need to make a gloat button.


I really like these
DarkUnderlord

Zizka do a set of vault boy themed icons please

DarkUnderlord ? Aye or nay?
 

Camel

Scholar
Joined
Sep 10, 2021
Messages
2,812
Remove the donut button or at least make the damn thing smaller with a shorter text. Jesus wept. Who is the moron who made it and thought it's funny?
 
Glory to Ukraine
Joined
Nov 22, 2020
Messages
2,595
Strap Yourselves In Codex Year of the Donut Codex+ Now Streaming!
Remove the donut button or at least make the damn thing smaller with a shorter text. Jesus wept. Who is the moron who made it and thought it's funny?

This looks like a typical DU thing. Sometimes I wonder if the Australian humor is even more "funny" than the British one.
 

whydoibother

Arcane
Patron
Joined
May 2, 2018
Messages
17,451
Location
bulgaristan
Codex Year of the Donut
o0QqgDJ.jpg


░░░░░░░░░░░░▄▄
░░░░░░░░░░░█░░█
░░░░░░░░░░░█░░█
░░░░░░░░░░█░░░█
░░░░░░░░░█░░░░█
███████▄▄█░░░░░██████▄
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░ Valve, ░░░░░█
▓▓▓▓▓▓█░░░░Add This░░░░█
▓▓▓▓▓▓█░░░░Please!░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█████░░░░░░░░░█
██████▀░░░░▀▀██████▀
 

Hirato

Purse-Owner
Patron
Joined
Oct 16, 2010
Messages
4,001
Location
Australia
Codex 2012 Codex USB, 2014 Shadorwun: Hong Kong
Code:
  /* curb the worst excesses of the ratings */
  ul.dark_postrating_inputlist[style*="opacity: 0;"] {
    visibility: hidden;
  }
 
 
  /* remove post rating descriptions being shown inline when <5 different ratings are applied */
  /* this change fucks with the layout pretty badly for some reason, but it's the only way to hide the content */
  ul.dark_postrating_outputlist > li {
    font-size: 0px;   
  }
 
  /* using flex for the container groups the image with its count again */
  ul.dark_postrating_outputlist {
    display: flex;
  }
 
  /* this float fixes the layout of the images */
  ul.dark_postrating_outputlist > li > img {
    float: left;
  }
 
  /* since we're hiding the content of the list, and this includes the rating name and the x, we generate a CSS x before it */
  ul.dark_postrating_outputlist > li > strong::before {
    font-size: 11px;
    content: " x ";
    font-style: normal;
  }
 
  /* return normal styling for the counter, which is only doable because that got put inside a <strong> tag */
  ul.dark_postrating_outputlist > li > strong {
    margin-left: 2px;
    font-size: 11px;
  }
 
  /* return normal styling for the list button */
  ul.dark_postrating_outputlist > li:last-child {
    display: inline;
    font-size: 11px;
  }

I'll share this again, my CSS tweaks for ratings.
The first just makes it way faster, the rest makes it always look like it does when there's 5 or more unique ratings applied.
 

Twiglard

Poland Stronk
Patron
Staff Member
Joined
Aug 6, 2014
Messages
7,509
Location
Poland
Strap Yourselves In Codex Year of the Donut
I'll share this again, my CSS tweaks for ratings.
The first just makes it way faster, the rest makes it always look like it does when there's 5 or more unique ratings applied.

That's cool. I just realized you can also:

CSS:
    .dark_postrating_outputlist > li > img[src="styles/dark/ratings/RetardedDancingDonut.gif"],
    .dark_postrating_inputlist  > li > a.Tooltip > img[src="styles/dark/ratings/RetardedDancingDonut.gif"] {
        width: 30px; height: 23.57px;
    }
 

whydoibother

Arcane
Patron
Joined
May 2, 2018
Messages
17,451
Location
bulgaristan
Codex Year of the Donut
'll share this again, my CSS tweaks for ratings.
The first just makes it way faster, the rest makes it always look like it does when there's 5 or more unique ratings applied.
Nice try, but its still out of bounds. DANCING DONUT STATUS: UNDEFEATED.

J3By8Nj.jpg
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom