this is my old startpage, however i have completely rewritten it to be modular. you can find it here.
this part of the rosebox repo (minimal-startpage) will no longer be updated.
https://github.com/KraXen72/glide
this is my minimal rosebox-themed startpage made with HTML, CSS, W3.CSS and JS.
- click bottom right ◐ to toggle the visibility of the image
- click bottom left ⚙ to open the settings popup
- you can make these buttons invisible but clickable in the settings.
I included a simple manifest.json
so you can import it as a chrome extension.
just clone this repo and load unpacked extension. (you have to enable developer mode)
you can also install this in firefox or any browser, just set the index.html
to your new tab page / create an addon which replaces the new tab page with this index.html
or just use this link idc
if you want a custom image, put it in the rosebox/minimal-startpage/img
folder.
it is recommended for the image to have an aspect ratio of 0.75 to 0.85 to fit correctly. (aspect ratio = width / height). alternatively, if you don't want to edit the image, you can uncomment the last few lines in main.css
and play around with it until satisfied:
object-fit:
can becover
which selects a portion of the image to fit the space orcontain
which resizes the whole image to fitobject-position:
determines where the image will be aligned. some basic ones aretop
,center
andbottom
. check this link for more complex alignments.