SevenSidedDice
Savant
Last edited:
Well, that settles it.
give the cat-girl treatment.Well it's so big it breaks elements on this page. And well... Yea I think making cat button more cute is more important.
you are to blameThese are the end times alright
you are to blameThese are the end times alright
Holy shit, of course it's also going to fuck up alert message.
Well done DU
I'm all for buttons but this donut is a disgrace.
It messes everything up.
Fuck this button
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.
It just needs a bit more text, so that it covers 3 rows, not just 2.The donut rating is the best thing on Codex since Phelot stopped posting.
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?
Congrats with messing up his site and making it unreadable eyesore for everyone, I guess.This looks like a typical DU thing. Sometimes I wonder if the Australian humor is even more "funny" than the British one.
It just needs a bit more text, so that it covers 3 rows, not just 2.
/* 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.
.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;
}
Nice try, but its still out of bounds. DANCING DONUT STATUS: UNDEFEATED.'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.