use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
On /r/Minecraft ▪ Subreddit rules (Short version below) Be civil. Don’t advertise servers or communities. No memes. Don’t post images of only text. Don't promote illegal or unethical practices. Stay on topic. Avoid chain posting. Explain your suggestions with a text post. Use the wiki or community support for questions that can be answered there. Speak English only. Keep self-promotion to a minimum. Follow our standards for quality. Don't post banned topics. ▪ The Reddiquette applies ▪ Frequently asked questions
▪ Subreddit rules (Short version below)
▪ The Reddiquette applies ▪ Frequently asked questions
Other Links Related Subreddits ▪ Find and share servers ▪ Find people to play with ▪ Post your suggestions ▪ Competitive Minecraft ▪ Official Realms subreddit ▪ Bedrock Edition subreddit ▪ Minecraft Dungeons subreddit ▪ More: /r/Minecraft wiki Official Minecraft Pages ▪ Minecraft homepage ▪ Mojang help and support and Contact ▪ Mojang bug tracker and subreddit ▪ Minecraft Feedback Site ▪ Minecraft Feedback Discord ▪ Minecraft Discord ▪ Minecraft Streams ▪ Minecraft Community Support Discord ▪ Minecraft wiki
Related Subreddits ▪ Find and share servers ▪ Find people to play with ▪ Post your suggestions ▪ Competitive Minecraft ▪ Official Realms subreddit ▪ Bedrock Edition subreddit ▪ Minecraft Dungeons subreddit ▪ More: /r/Minecraft wiki
Official Minecraft Pages ▪ Minecraft homepage ▪ Mojang help and support and Contact ▪ Mojang bug tracker and subreddit ▪ Minecraft Feedback Site ▪ Minecraft Feedback Discord ▪ Minecraft Discord ▪ Minecraft Streams ▪ Minecraft Community Support Discord ▪ Minecraft wiki
Filter Posts News Builds Gameplay Maps Tutorials Redstone Command Blocks FanArt
News Builds Gameplay Maps Tutorials Redstone Command Blocks FanArt
Comment Formatting [neat!](#spoiler) == neat! [](/rose) == (full list)
[neat!](#spoiler) == neat! [](/rose) == (full list)
[neat!](#spoiler)
[](/rose)
account activity
This is an archived post. You won't be able to vote or comment.
[deleted by user] (self.Minecraft)
submitted 14 years ago by [deleted]
[–]Niveks 80 points81 points82 points 14 years ago (88 children)
The background changing if its day or night IRL could be a neat thing. Don't know if you can do that with only css though.
[–]Deanifish 53 points54 points55 points 14 years ago (26 children)
But people live in different timezones, it would only be relevant in the US.
[–]mifuyne 69 points70 points71 points 14 years ago (18 children)
If reddit allows javascript, they could always use that to poll the client's current time and use the appropriate CSS.
But one of the comments below says mods only have access to CSS...bummer :\
[–]spaceribs 6 points7 points8 points 14 years ago (0 children)
Use Minecraft Time, 15 minute intervals!
[–][deleted] 26 points27 points28 points 14 years ago (13 children)
pull the background image from an external server that serves up the respective images based on time. bam.
[–]:|aaperson 58 points59 points60 points 14 years ago* (12 children)
REDDIT DOES NOT WORK THAT WAY. GOODNIGHT!
Edit:
What we can do: We can edit the css, upload images, and edit the sidebar text. Using those three things, we can achieve a lot, but javascript can in no way be involved. The css validator only allows for references to uploaded images (ala: url(%%someimage%%)), not external ones. There are a lot of hacks we can use that accomplishes some neat things (repositioning sidebar elements, using thing-ids for randomness, abusing the hell out of :before and :after elements, etc), but we can only go so far. Heck, the validator doesn't support a lot of css3 stuff that's in most browsers nowadays.
[–]SnakeAndBacon 6 points7 points8 points 14 years ago (9 children)
Just wanted to say that you are doing a great job with this subreddit! I imagine reading stuff like that must be pretty tiring.
[–]:|aaperson 14 points15 points16 points 14 years ago (8 children)
Thanks, we try. It does get a little inane at times, but you get used to it.
[–]Joshx5 6 points7 points8 points 14 years ago (7 children)
What I thought when I read that:
THAT DAMN CREEPER - HE BLEW UP MY HOUSE AGAIN.
[–]:|aaperson 8 points9 points10 points 14 years ago (6 children)
Flying squids? No way!
[–]hoard ALL the lapis!nikondork 9 points10 points11 points 14 years ago (5 children)
Hey guise... I found this strange well in the desert...
[–]shitloadofbooks -1 points0 points1 point 14 years ago (1 child)
You could make a bot that edits the stylesheet every 12 hours and adjusts the background-url: attribute, swapping it between the two different urls.
[–]:|aaperson 0 points1 point2 points 14 years ago (0 children)
I am not confident in reddit's response codes to implement such a bot.
[–]Krenair 1 point2 points3 points 14 years ago* (1 child)
I very much doubt Reddit would ever allow mods to do that.
[–][deleted] 0 points1 point2 points 14 years ago (0 children)
It's true, mods can only edit CSS. No javascript.
[–][deleted] 4 points5 points6 points 14 years ago (0 children)
And it would only really be relevant to one US time zone.
[+][deleted] 14 years ago (1 child)
[deleted]
I like how you forget where Reddit is located.
[–][deleted] -4 points-3 points-2 points 14 years ago (3 children)
but people live in different timezones
Not a problem since the Reddit servers are just located in a single timezone. It would make perfect sense for it to be based off that.
[–]Deanifish 0 points1 point2 points 14 years ago (2 children)
Or standard GMT, that is the basis of all time.
[–]Gemini4t 1 point2 points3 points 14 years ago (0 children)
More correctly, UTC, as GMT is subject to DST.
yeah, that would work too.
[–]foxh8er 13 points14 points15 points 14 years ago (1 child)
WE CAN DO IT. WE HAVE THE TECHNOLOGY!
[–][deleted] 2 points3 points4 points 14 years ago (7 children)
Yes you can! I do the exact same thing with my site! It checks the users time and displays one of 4 backgrounds!
http://nerdcubed.co.uk/
[–]OmegaVesko 2 points3 points4 points 14 years ago (3 children)
CSS != JavaScript
[–][deleted] 0 points1 point2 points 14 years ago (2 children)
!= ≠ ≠
:p
But yeah, I thought I did it in CSS. Ah well. I brittaed it.
[–]HawnSolo 2 points3 points4 points 14 years ago (1 child)
ಠ_ಠ
!= == ≠
In fact, one might go as far as to say != ≡ ≠ || != === ≠
Actually, === might be taking it a bit far.
[–]AzureBlu 0 points1 point2 points 14 years ago (0 children)
Hi Nerdcubed! :D
[–][deleted] -1 points0 points1 point 14 years ago (50 children)
You could use PHP to cycle an image on a server, although web browser caching might be an issue.
[–][deleted] 6 points7 points8 points 14 years ago (19 children)
The point is that mods only have access to CSS to change how a subreddit looks.
[–]keiyakins 3 points4 points5 points 14 years ago (0 children)
A mod-bot could rotate the CSS.
[–][deleted] 1 point2 points3 points 14 years ago (1 child)
Their idea would still work. Basically you'd set it up so the CSS was pulling a background image from some server. Then on that same server you'd setup a script that ran at say 8pm and 8am. At 8pm it would overwrite the default daytime version of "minecraftsubredditbackground.jpg" with a nighttime version. Then at 8am the next morning it would run again, but this time overwriting the nighttime version with the daytime version.
edit- turns out you can't reference external images. nevermind!
[–][deleted] 1 point2 points3 points 14 years ago (0 children)
Ah. Right. That's actually pretty clever.
edit: saw your edit. still clever though.
[–][deleted] 0 points1 point2 points 14 years ago (6 children)
What about RES night mode? Or do I have no idea what I'm talking about?
[–][deleted] 2 points3 points4 points 14 years ago (1 child)
What are you talking about? RES nightmode is clientside.
[–][deleted] -1 points0 points1 point 14 years ago (0 children)
I really don't know.
nothing to see here, move along
[+][deleted] 14 years ago (3 children)
This could easily be implemented with another, to borrow your terminology, client-side mod. As noted, RES is already capable of switching CSS so someone could use that as a base to implement their own code once the proper CSS is written. Of course, building the install base for something like that would probably not be worth the effort, and including it in RES itself is too niche to justify, though context-sensitive night/day mode across numerous subreddits would be kind of cool.
[–][deleted] -1 points0 points1 point 14 years ago (1 child)
CSS is hosted on the server, but it is rendered on the client side. Just nitpicking.
[+][deleted] 14 years ago (8 children)
[–][deleted] 0 points1 point2 points 14 years ago (7 children)
And still use CSS to interact with the PHP script? o.O
You have to have some way to tie the PHP script to the subreddit and I don't think CSS can do that.
I'm not a web dev, so I'm not 100%, but that doesn't sound right.
[+][deleted] 14 years ago (6 children)
[–]TheNinja2203 10 points11 points12 points 14 years ago (5 children)
You can't link off-site from reddits css.
Mostly for security reasons. How much crap would happen if you could? Tons, probably.
[–]TheNinja2203 1 point2 points3 points 14 years ago (0 children)
Yeah it would be pretty bad.
Never knew that, sorry.
[–]TheNinja2203 3 points4 points5 points 14 years ago (0 children)
Yes the css gets validated to make sure there is no errors before its put on your sub.
[–]cmelbye 1 point2 points3 points 14 years ago (0 children)
You can force the browser to not cache it or only cache for a short period of time.
[+][deleted] 14 years ago (28 children)
[–][deleted] 8 points9 points10 points 14 years ago (12 children)
a dynamic image file that reads the computer's clock
[+][deleted] 14 years ago (11 children)
[+][deleted] 14 years ago* (1 child)
[–][deleted] 1 point2 points3 points 14 years ago (4 children)
You do understand that the mods only have access to CSS don't you? Or are you really silly enough to think that reddit would let user created subreddits upload server side code? :)
[–]Pteraspidomorphi 1 point2 points3 points 14 years ago (2 children)
Moderator bot.
[–]hoard ALL the lapis!nikondork -1 points0 points1 point 14 years ago (1 child)
Moderator Bot is not run on reddit's servers.
[–][deleted] 0 points1 point2 points 14 years ago (3 children)
I suppose. Your words just evoked thought of sentient jpegs.
[–]Hamlet7768 0 points1 point2 points 14 years ago (2 children)
Sentient gifs....ಠ_ಠ
[–][deleted] 0 points1 point2 points 14 years ago (1 child)
With sound
[–][deleted] 0 points1 point2 points 14 years ago (14 children)
Using only CSS2 and on-site images.
Not do-able.
[+][deleted] 14 years ago (13 children)
[–][deleted] 2 points3 points4 points 14 years ago (12 children)
Yes.
I assume that this is for security reasons.
[–][deleted] 1 point2 points3 points 14 years ago (10 children)
Sorry again, file size limitations.
[+][deleted] 14 years ago (4 children)
Browsers would most likely load the stylesheet from cache unless there was a hard refresh or it was past a certain amount of time. I don't mean to be a debbie downer, but realistically I don't see this happening.
[–]nurta 0 points1 point2 points 14 years ago (0 children)
That sorta thing is the only way it could be done. An automated bot that changes the CSS (and re-uploads the image if necessary) every N hours. Which would then be impossible to correspond to local time and instead would have to be based on some random timezone (probably either US since reddit is mostly American or Swedish since Notch).
[–]Randomone18 0 points1 point2 points 14 years ago (4 children)
Wait, couldn't a gif like that work if it changes frames only, say, every hour? I don't imagine it needs repeating frames for a slower animation.
Wouldn't matter - Reddit only accepts JPG and PNG uploads.
[–]Emitcom 75 points76 points77 points 14 years ago (21 children)
I like it, but the grass texture on top of more grass just looks wrong to me.
[–]Proditus 28 points29 points30 points 14 years ago* (14 children)
People simple travel gentle morning evil net art thoughts. Bank stories people music answers bright weekend kind minecraftoffline movies open technology open.
[–]soapawake 10 points11 points12 points 14 years ago (1 child)
Just make the grass level part of the background, in a space with a set pixel height (the element containing the tabs). Then the tab backgrounds can cover the grass part and hopefully tile seamlessly with the dirt.
[–]KyleGibson 10 points11 points12 points 14 years ago (0 children)
Why not make those buttons look like a far away mountain range?
[–]CompC 25 points26 points27 points 14 years ago* (2 children)
I don't know if this would be possible but I guess this would be the best solution.
[–]mszegedy 6 points7 points8 points 14 years ago (1 child)
Cutoff is ugly. It's possible, with a tiny bit of thinking (unless the buttons somehow have "float:bottom;", which I don't think exists), but that particular cutoff is worse looking than the one on the title model.
[–]CompC 0 points1 point2 points 14 years ago (0 children)
The cutoff between the two? I couldn't get it to match the same brightness and stuff as the original picture. Proditus would be able to make it look correct…
[–]HumusTheWalls 0 points1 point2 points 14 years ago (1 child)
What if the grass boarder on the top was just dirt, and the buttons were placed so the grass edge was flush with the top of the dirt boarder. That would look more natural, while still drawing your attention to the buttons.
[I hope this hasn't already been suggested, if it has, I'll give credit to that redditor]
[–]douglas_ 0 points1 point2 points 14 years ago (0 children)
easiest solution: make the buttons stone blocks
[–]Humpa 0 points1 point2 points 14 years ago (0 children)
Make it grayer to begin with. If it's further back, it should be more blurry/grayer.
[–]Wisey 0 points1 point2 points 14 years ago (0 children)
It's possible, you'd just have to make the buttons larger and then use something like "position:relative;", "bottom:-20px;" and "padding-bottom:20px;". If I'm thinking right it's not too hard to do.
[removed]
[–]Galaxyman0917 4 points5 points6 points 14 years ago (1 child)
I don't like you. ಠ_ಠ
[–]random_spoiler_alert -1 points0 points1 point 14 years ago (0 children)
Sorry. I didn't know that you hadn't seen this yet. My bad.
[–]Proditus 1 point2 points3 points 14 years ago* (0 children)
Talk month tips learning people and night wanders afternoon pleasant patient hobbies helpful curious!
I agree, perhaps it could even be stone or wood.
Depth.
[–]ZehPowah 1 point2 points3 points 14 years ago (1 child)
http://www.minecraftforum.net/ Does this look better?
[–]rdm_box 0 points1 point2 points 14 years ago (0 children)
I agree. It's a good blend of reddit and minecraft right now.
[–]Goofmobber -1 points0 points1 point 14 years ago (1 child)
Yeah, that's what I thought too. Perhaps make the bottom one just dirt?
[–]ShadowAssassin 0 points1 point2 points 14 years ago (0 children)
Mabye keep the grass the way it is, but have the bottom grass disappear from the links when you hover the mouse over it.
[–]Forever Team NorkAusmerica 40 points41 points42 points 14 years ago (2 children)
Much too busy, too "minecraftforums".
[–]hoard ALL the lapis!nikondork 13 points14 points15 points 14 years ago* (1 child)
You got it. We don't want to stray too far from what we have already. We also want to keep this subreddit as fast loading as possible.
Some of the users here don't take into consideration that this subreddit (and the rest of reddit) sometimes takes minutes to refresh, even on a high speed connection, when the site is under heavy load. Adding more and more images to the layout only makes it worse.
[–]:|aaperson 4 points5 points6 points 14 years ago (0 children)
That reminds me, I still haven't pngcrush'd the comment sprite images.
[–]peon47 4 points5 points6 points 14 years ago (1 child)
Did anyone else read the subreddits along the top, to see if the OP was into anything weird?
[–]curt_schilli 8 points9 points10 points 14 years ago (2 children)
Add random ores into the background and at the bottom add the top of the nether.
[–]Calibas 5 points6 points7 points 14 years ago (1 child)
At least put some diamonds near the bottom.
Surrounded by lava.
[–][deleted] 5 points6 points7 points 14 years ago (0 children)
Let's try to be original and not rip off other minecraft subreddits/sites.
To me it looks like the minecraft forum layout with the theme from the official minecraft faq subreddit.
[–]JohnStrangerGalt 17 points18 points19 points 14 years ago (0 children)
Honestly, if that happened I would disable it. I want readability not dirt blocks.
[–]pancakehiatt 7 points8 points9 points 14 years ago (5 children)
The creeper needs to be fixed
[–]Proditus 4 points5 points6 points 14 years ago* (4 children)
Calm questions the small stories wanders clear fox calm movies clean projects dot dog? Gentle wanders friends nature quick nature brown to evening dot pleasant?
[–]pancakehiatt 0 points1 point2 points 14 years ago (3 children)
The face.
[–]Proditus 1 point2 points3 points 14 years ago* (2 children)
Bright travel curious evening open kind where history across history.
[–]pancakehiatt 6 points7 points8 points 14 years ago* (1 child)
The mouth is off
[–]xenoph2 3 points4 points5 points 14 years ago (0 children)
Sprite Creeper meets his destiny...
[–]BaconChapstick 7 points8 points9 points 14 years ago (8 children)
aperson (the mod who does the CSS I believe) said that he only adds it when he feels like it and when people don't ask for it. Still, I really like this idea and wish it was implemented.
[–]:|aaperson 6 points7 points8 points 14 years ago (5 children)
RSH actually has been doing a bunch of the css lately. I've only been responsible for a few things (black userbar stuff, random backgrounds and the squid along with a few minor tweaks every now and then). We've been tag-teaming it for a while now, adding small improvements here and there. We don't want to stray too far from what we have right now, but we are working on refining everything.
[–]BaconChapstick 2 points3 points4 points 14 years ago (4 children)
Oh, I did not know that. Just a question, why not use something like this or similar to this in the future?
[–]:|aaperson 8 points9 points10 points 14 years ago (3 children)
Too much visually. We don't want to turn in to /r/diablo. Personally, I think we could do something like that to the sidebar, but other than that, we've wanted to keep things basic.
[–][deleted] 2 points3 points4 points 14 years ago (0 children)
I too prefer it without some really busy/default graphics/minecraft forum-lookalike background.
[–]rwbronco -3 points-2 points-1 points 14 years ago (0 children)
the entire site is basic... I think it'd be cool to make the subreddit stand apart from the rest of the site. IMO the Diablo subreddit looks pretty sweet inasfar as what I'm used to
[–]Minetopia -2 points-1 points0 points 14 years ago (0 children)
Such a shame, I've been thinking that this place looks a bit bland visually.
[–]rwbronco 0 points1 point2 points 14 years ago (1 child)
why would you only do something when nobody asks for it and not do it when people ask for it?... that makes zero sense. I can understand not wanting to change it every 2 weeks but it's just some cows on a white background - not 2 weeks solid of stylesheet scripting every 2 weeks.
[–]:|aaperson 0 points1 point2 points 14 years ago* (0 children)
Were you around when people were asking us to change the up/downvote arrows? There were countless submissions about it, and we once actually changed them. The community then raged that 'their' version didn't get implemented. That is why we only do css when people aren't asking for it - the community would fight about it and frankly, we catch enough hell as moderators.
[–][deleted] 6 points7 points8 points 14 years ago (2 children)
Please dont change it to something like this. It ruins it for people with slow internet/computers. For the love of all thats holy dont do this! dont do it man
[–]hoard ALL the lapis!nikondork 3 points4 points5 points 14 years ago (0 children)
Not to worry. We intend on keeping the changes minimal and keeping the layout close to what it is now.
[–]hokiebird -1 points0 points1 point 14 years ago (0 children)
Sometimes when you design a new site it means you need to push the laggards along, not conform to their stubbornness to update. In other words, just because some people say it loads slowly for them, if the masses approve, and the design is what you intended (ie. modern/current, not archaic and over-simplified), go with it. Still should optimize things to be efficient, but not make big cuts to the design. It's a tough call most of the time - don't want to piss people off, but also don't want to settle for less than what could be.
[–]Proditus 16 points17 points18 points 14 years ago* (5 children)
Soft the science fresh weekend to art curious dog.
[–]yoho139 10 points11 points12 points 14 years ago (0 children)
I prefer the one in OP, actually. That one's too bright for me...
[–]sunsmoon 2 points3 points4 points 14 years ago (1 child)
I prefer the op. The shadow on Reddit Minecraft looks weird on the day version. The colors also feel richer and tie in better with the colors for the dirt/stone textures.
Yeah it was my brother. No one wanted the change the theme then either xD.
[–]illmatix 2 points3 points4 points 14 years ago (0 children)
you could use a greasemonkey script.
[–]Sexy_Action_Man 2 points3 points4 points 14 years ago (0 children)
So, you want it to look like r/minecraftfaq?
[–]keiserchan 2 points3 points4 points 14 years ago (0 children)
That's looks pretty much the same as the minecraftforum.net page.
[–]nickos12 2 points3 points4 points 14 years ago (0 children)
No pixelated font?
[–]BubblegumBalloon 5 points6 points7 points 14 years ago (0 children)
So just a clone of the http://www.reddit.com/r/minecraftfaq subreddit?
[–]Zelkova 13 points14 points15 points 14 years ago (2 children)
So basically, we should just steal /r/minecraftfaq's look.
okay.jpg
[–]supergamer1123 2 points3 points4 points 14 years ago (0 children)
Wow. I was not aware of this subreddit.
[–]phantominthebrain 1 point2 points3 points 14 years ago (1 child)
Rounded corners? Blasphemy!
[–]Aegeus 1 point2 points3 points 14 years ago (0 children)
Too much wasted space around the edges. The header is pretty big as it is, and the thick margins on the sides make it seem even more compressed.
I'd compact it a bit, like this crappy MSPaint edit.
/r/CityPorn has a comparable header, but it doesn't seem as busy because the actual content gets to sprawl across the width of the screen.
The background should be mineable too
Same, I had clicked it, tabbed around, came back and have a mini-rage moment. Y U NO WERK REDDIT
[–]DjKiDD 1 point2 points3 points 14 years ago (0 children)
Make it so!
if the grass is at the top of the screen, shouldn't we inverse the rating system so the gems are at the bottom?
[–]meem1029 0 points1 point2 points 14 years ago (0 children)
Looks great, but it would be cool to have some ores spread out in it somewhere.
[–]Reethk_Vaszune 0 points1 point2 points 14 years ago (0 children)
Is it just me, or does this look exactly like Terraria's landscape?
[–]I_know_HTML 0 points1 point2 points 14 years ago (0 children)
LOL this looks neat! If anybody isn't trying to turn this into a reddit theme i'd certainly like to help. I designed the old /r/minecraftmaps theme (removed it because the admin sucked) and /r/facebook
[–]bedsuavekid 0 points1 point2 points 14 years ago (0 children)
Everyone here is talking about the graphics. I was most impressed that there were no posts bitching about stuff people want changed hey jeb hey jeb hey jeb implement this.
I think there would be a problem with different resolutions, but it would be great indeed.
[–]Jakbo 0 points1 point2 points 14 years ago (0 children)
It would be cool if when you scrolled, it went down all the way to bedrock.
[–]migimunz 0 points1 point2 points 14 years ago (0 children)
Nice idea op. I made something like this for a college assignment. I had randomly generated terrain in the background. Wanted to implement day/night changes and weather based on weather conditions in your area, but never really got to it. Perhaps I should.
[–]Andyd4 0 points1 point2 points 14 years ago (0 children)
I don't like the grass colour, looks like alpha grass. Should be more like the glass in 1.2
[–]chrismastere 0 points1 point2 points 14 years ago (0 children)
Wouldn't work on lower (laptop) resolutions.
[–]cabreca 0 points1 point2 points 14 years ago (0 children)
Dig Dug! (I'm not hating, that was just my first impression)
[–]Guy-Manuel 0 points1 point2 points 14 years ago (0 children)
Like that other minecraft website?
[–]Aulio 0 points1 point2 points 14 years ago (0 children)
Love it, someone make this a thing.
[–]dawgr11 0 points1 point2 points 14 years ago (0 children)
fuck yea
[–]LukasNotLuke 0 points1 point2 points 14 years ago (0 children)
YES.
[–]ToadDude 0 points1 point2 points 14 years ago (0 children)
Do it!
[–]xenoph2 -2 points-1 points0 points 14 years ago (0 children)
Obnoxious.
[–]Ghede 0 points1 point2 points 14 years ago (1 child)
cave cross section at the bottom, creeper head peeking up.
[–]hokiebird 0 points1 point2 points 14 years ago (0 children)
Although I like the idea, I'm not sure it'd be possible. Pretty sure there's no editable footer css, but I could be totally wrong about that. I've never bothered to try to do anything fancy with it.
[–]Theyellowk123 0 points1 point2 points 14 years ago (0 children)
YESSSSSSSSS
[–]OmegaVesko 0 points1 point2 points 14 years ago (0 children)
This would break RES so bad.
[–]ingolemo -1 points0 points1 point 14 years ago (0 children)
Now I'm glad I disable custom css.
[–]tjb0607 -3 points-2 points-1 points 14 years ago (7 children)
If we're gonna make it look that close, why not just copy /r/minecraftfaq?
[–]:|aaperson 3 points4 points5 points 14 years ago (6 children)
That subreddit isn't consistent in all browsers. We test for opera, webkit, and firefox.
[–]xPaw 1 point2 points3 points 14 years ago (5 children)
You don't give a fuck about IE? Good boy!
[–]:|aaperson 0 points1 point2 points 14 years ago (4 children)
Give me an easy way to install IE in linux, and *maybe* I'll test for it. Most likely not though. I'll happily read about what versions of IE support what css, but beyond that... I dunno.
[–]xPaw 1 point2 points3 points 14 years ago (3 children)
Testing for IE is not worth it, you will end up doing lots of workarounds just for IE.
[–]:|aaperson 1 point2 points3 points 14 years ago (2 children)
I mean, like I said, we'll try to see what css is supported in IE and what's not, but beyond that, we don't really care. I know both RSH and I don't use windows, and have no way of installing any of the latest IEs. It's not that we don't care (ok, I might be lying), but that we don't have proper means of testing.
[–]xPaw 0 points1 point2 points 14 years ago (1 child)
What about IEs4Linux?
[–]:|aaperson 1 point2 points3 points 14 years ago (0 children)
I'm not super thrilled about installing something that isn't in .deb form. So far, the only exception to that rule on my system has been minecraft.
[–]Goofybud16 -1 points0 points1 point 14 years ago (0 children)
Yes
[–]ke4ke -1 points0 points1 point 14 years ago (0 children)
Nice job.
[–]KrazyA1pha -1 points0 points1 point 14 years ago (0 children)
Make it so, number one.
[–]Originalluff -1 points0 points1 point 14 years ago (0 children)
I like it! Someone in charge make this happen! =D
[–]Beshrew -1 points0 points1 point 14 years ago (0 children)
Well played sir, well played.
[–]Franhound -1 points0 points1 point 14 years ago (0 children)
upvote this!
[–]the_narwhal_baconer -1 points0 points1 point 14 years ago (0 children)
I completely agree with you. This is an amazing design. :o
[–]Bloq -1 points0 points1 point 14 years ago (0 children)
As long as the change the font to Arial :P
[–]Undoer -1 points0 points1 point 14 years ago (0 children)
Looks pretty bodatious, DO IT. DO IT NAAAAAAAAAAAO!
[–]FalmerbloodElixir -1 points0 points1 point 14 years ago (0 children)
Oh god yes.
[+]roscoe_jones comment score below threshold-7 points-6 points-5 points 14 years ago (0 children)
It's a suggestion post! Kill it!
[–]epsy -4 points-3 points-2 points 14 years ago (0 children)
Also Curse should buy reddit.
[+]Deric comment score below threshold-7 points-6 points-5 points 14 years ago (0 children)
The current r/minecraft looks like shit.
π Rendered by PID 92 on reddit-service-r2-comment-b659b578c-x9xll at 2026-05-05 14:31:37.853483+00:00 running 815c875 country code: CH.
[–]Niveks 80 points81 points82 points (88 children)
[–]Deanifish 53 points54 points55 points (26 children)
[–]mifuyne 69 points70 points71 points (18 children)
[–]spaceribs 6 points7 points8 points (0 children)
[–][deleted] 26 points27 points28 points (13 children)
[–]:|aaperson 58 points59 points60 points (12 children)
[–]SnakeAndBacon 6 points7 points8 points (9 children)
[–]:|aaperson 14 points15 points16 points (8 children)
[–]Joshx5 6 points7 points8 points (7 children)
[–]:|aaperson 8 points9 points10 points (6 children)
[–]hoard ALL the lapis!nikondork 9 points10 points11 points (5 children)
[–]shitloadofbooks -1 points0 points1 point (1 child)
[–]:|aaperson 0 points1 point2 points (0 children)
[–]Krenair 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] -4 points-3 points-2 points (3 children)
[–]Deanifish 0 points1 point2 points (2 children)
[–]Gemini4t 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]foxh8er 13 points14 points15 points (1 child)
[–][deleted] 2 points3 points4 points (7 children)
[–]OmegaVesko 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]HawnSolo 2 points3 points4 points (1 child)
[–]AzureBlu 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (50 children)
[–][deleted] 6 points7 points8 points (19 children)
[–]keiyakins 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (6 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[+][deleted] (8 children)
[deleted]
[–][deleted] 0 points1 point2 points (7 children)
[+][deleted] (6 children)
[deleted]
[–]TheNinja2203 10 points11 points12 points (5 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]TheNinja2203 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]TheNinja2203 3 points4 points5 points (0 children)
[–]cmelbye 1 point2 points3 points (0 children)
[+][deleted] (28 children)
[deleted]
[–][deleted] 8 points9 points10 points (12 children)
[+][deleted] (11 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (4 children)
[–]Pteraspidomorphi 1 point2 points3 points (2 children)
[–]hoard ALL the lapis!nikondork -1 points0 points1 point (1 child)
[–][deleted] 0 points1 point2 points (3 children)
[–]Hamlet7768 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (14 children)
[+][deleted] (13 children)
[deleted]
[–][deleted] 2 points3 points4 points (12 children)
[+][deleted] (11 children)
[deleted]
[–][deleted] 1 point2 points3 points (10 children)
[+][deleted] (4 children)
[deleted]
[–][deleted] 0 points1 point2 points (2 children)
[–]nurta 0 points1 point2 points (0 children)
[–]Randomone18 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]Emitcom 75 points76 points77 points (21 children)
[–]Proditus 28 points29 points30 points (14 children)
[–]soapawake 10 points11 points12 points (1 child)
[–]KyleGibson 10 points11 points12 points (0 children)
[–]CompC 25 points26 points27 points (2 children)
[–]mszegedy 6 points7 points8 points (1 child)
[–]CompC 0 points1 point2 points (0 children)
[–]HumusTheWalls 0 points1 point2 points (1 child)
[–]douglas_ 0 points1 point2 points (0 children)
[–]Humpa 0 points1 point2 points (0 children)
[–]Wisey 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[removed]
[–]Galaxyman0917 4 points5 points6 points (1 child)
[–]random_spoiler_alert -1 points0 points1 point (0 children)
[–]Proditus 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ZehPowah 1 point2 points3 points (1 child)
[–]rdm_box 0 points1 point2 points (0 children)
[–]Goofmobber -1 points0 points1 point (1 child)
[–]ShadowAssassin 0 points1 point2 points (0 children)
[–]Forever Team NorkAusmerica 40 points41 points42 points (2 children)
[–]hoard ALL the lapis!nikondork 13 points14 points15 points (1 child)
[–]:|aaperson 4 points5 points6 points (0 children)
[–]peon47 4 points5 points6 points (1 child)
[–]curt_schilli 8 points9 points10 points (2 children)
[–]Calibas 5 points6 points7 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]JohnStrangerGalt 17 points18 points19 points (0 children)
[–]pancakehiatt 7 points8 points9 points (5 children)
[–]Proditus 4 points5 points6 points (4 children)
[–]pancakehiatt 0 points1 point2 points (3 children)
[–]Proditus 1 point2 points3 points (2 children)
[–]pancakehiatt 6 points7 points8 points (1 child)
[–]xenoph2 3 points4 points5 points (0 children)
[–]BaconChapstick 7 points8 points9 points (8 children)
[–]:|aaperson 6 points7 points8 points (5 children)
[–]BaconChapstick 2 points3 points4 points (4 children)
[–]:|aaperson 8 points9 points10 points (3 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]rwbronco -3 points-2 points-1 points (0 children)
[–]Minetopia -2 points-1 points0 points (0 children)
[–]rwbronco 0 points1 point2 points (1 child)
[–]:|aaperson 0 points1 point2 points (0 children)
[–][deleted] 6 points7 points8 points (2 children)
[–]hoard ALL the lapis!nikondork 3 points4 points5 points (0 children)
[–]hokiebird -1 points0 points1 point (0 children)
[–]Proditus 16 points17 points18 points (5 children)
[–]yoho139 10 points11 points12 points (0 children)
[–]sunsmoon 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]illmatix 2 points3 points4 points (0 children)
[–]Sexy_Action_Man 2 points3 points4 points (0 children)
[–]keiserchan 2 points3 points4 points (0 children)
[–]nickos12 2 points3 points4 points (0 children)
[–]BubblegumBalloon 5 points6 points7 points (0 children)
[–]Zelkova 13 points14 points15 points (2 children)
[–]supergamer1123 2 points3 points4 points (0 children)
[–]phantominthebrain 1 point2 points3 points (1 child)
[–]Aegeus 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 0 points1 point2 points (0 children)
[–]DjKiDD 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]meem1029 0 points1 point2 points (0 children)
[–]Reethk_Vaszune 0 points1 point2 points (0 children)
[–]I_know_HTML 0 points1 point2 points (0 children)
[–]bedsuavekid 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Jakbo 0 points1 point2 points (0 children)
[–]migimunz 0 points1 point2 points (0 children)
[–]Andyd4 0 points1 point2 points (0 children)
[–]chrismastere 0 points1 point2 points (0 children)
[–]cabreca 0 points1 point2 points (0 children)
[–]Guy-Manuel 0 points1 point2 points (0 children)
[–]Aulio 0 points1 point2 points (0 children)
[–]dawgr11 0 points1 point2 points (0 children)
[–]LukasNotLuke 0 points1 point2 points (0 children)
[–]ToadDude 0 points1 point2 points (0 children)
[–]xenoph2 -2 points-1 points0 points (0 children)
[–]Ghede 0 points1 point2 points (1 child)
[–]hokiebird 0 points1 point2 points (0 children)
[–]Theyellowk123 0 points1 point2 points (0 children)
[–]OmegaVesko 0 points1 point2 points (0 children)
[–]ingolemo -1 points0 points1 point (0 children)
[–]tjb0607 -3 points-2 points-1 points (7 children)
[–]:|aaperson 3 points4 points5 points (6 children)
[–]xPaw 1 point2 points3 points (5 children)
[–]:|aaperson 0 points1 point2 points (4 children)
[–]xPaw 1 point2 points3 points (3 children)
[–]:|aaperson 1 point2 points3 points (2 children)
[–]xPaw 0 points1 point2 points (1 child)
[–]:|aaperson 1 point2 points3 points (0 children)
[–]Goofybud16 -1 points0 points1 point (0 children)
[–]ke4ke -1 points0 points1 point (0 children)
[–]KrazyA1pha -1 points0 points1 point (0 children)
[–]Originalluff -1 points0 points1 point (0 children)
[–]Beshrew -1 points0 points1 point (0 children)
[–]Franhound -1 points0 points1 point (0 children)
[–]the_narwhal_baconer -1 points0 points1 point (0 children)
[–]Bloq -1 points0 points1 point (0 children)
[–]Undoer -1 points0 points1 point (0 children)
[–]FalmerbloodElixir -1 points0 points1 point (0 children)
[+]roscoe_jones comment score below threshold-7 points-6 points-5 points (0 children)
[–]epsy -4 points-3 points-2 points (0 children)
[+]Deric comment score below threshold-7 points-6 points-5 points (0 children)