Very cool, would be great to have a way to share these or to view ones others have made as presets/templates. Here is a 'double bevelled' border: https://imgur.com/wPxvdCZ
Broider: Pixel Art CSS Borders
41–50 of 56 posts
Re: Broider: Pixel Art CSS Borders
#42Re: Broider: Pixel Art CSS Borders
#43Re: Broider: Pixel Art CSS Borders
#44Brilliant… and nostalgic. Windows 3’s control panel had a facility to draw tiled pixel patterns which was a simpler version of this. It was called the Pattern : https://swiat-owocow.pl/grafiki/wallpaper-win30.png
wow , I had forgotten all about that -- when I saw the sub window I was hit with some serious nostalgia. 3.x had some interesting priorities with regards to what a user may want to do, you don't realize (remember..) that in some ways the users of the past were more empowered than they are now until something like that is thrown in front of you to remember.
Fun times were had by my young self, though like you I had forgotten all about it until just now.
---
Edit: Oh wow, it's secretly still an option, even in Windows 11!
Try this:
- Get rid of your wallpaper image, set it to Solid Color instead.
- Open regedit.
- Go to HKEY_CURRENT_USER/Control Panel/Desktop.
- Add a new String Value called Pattern.
- Set the value of Pattern to the data from one of these: https://i.imgur.com/C2KcZFE.jpg
Or presumably a custom one, since the data just seems to be the pixels to colour, but I'm not sure in what format. I just tried it with Tulip though and now I have a desktop tulip pattern!
Re: Broider: Pixel Art CSS Borders
#45I don't remember the years but around 2004-2006, smooth rounded corners were still hard to do if you do not know "feathering" in the graphic software and then using it in CSS or as sprites for Flash.
I have lost the tool and the code but here is the article I wrote after reading happy emails from developers. https://brajeshwar.com/2005/splice9-bitmap-window-resizer-co...
Re: Broider: Pixel Art CSS Borders
#46Re: Broider: Pixel Art CSS Borders
#47Re: Broider: Pixel Art CSS Borders
#48Earlier quoted context omitted.
wow , I had forgotten all about that -- when I saw the sub window I was hit with some serious nostalgia. 3.x had some interesting priorities with regards to what a user may want to do, you don't realize (remember..) that in some ways the users of the past were more empowered than they are now until something like that is thrown in front of you to remember.
Windows 95-2000 still had the pattern option as well: https://i.imgur.com/WVePNGj.jpg Fun times were had by my young self, though like you I had forgotten all about it until just now. --- Edit: Oh wow, it's secretly still an option , even in Windows 11! Try this: - Get rid of your wallpaper image, set it to Solid Color instead. - Open regedit. - Go to HKEY_CURRENT_USER/Control Panel/Desktop. - Add a new String Value…
The numbers themselves look to be eight bytes of eight bits. The 50% gray gives it away:
>>> 0b01010101
85
>>> 0b10101010
170
What happens if you put more than 8 bytes in there? Or a negative number? What about “ ªU ªU ªU ªU”, the bytes for the grayscale? Give it a poke!Re: Broider: Pixel Art CSS Borders
#49Re: Broider: Pixel Art CSS Borders
#50Brilliant… and nostalgic. Windows 3’s control panel had a facility to draw tiled pixel patterns which was a simpler version of this. It was called the Pattern : https://swiat-owocow.pl/grafiki/wallpaper-win30.png