Skip to content

Startpage+ by gabrielvicenteYT

Details

AuthorgabrielvicenteYT

LicenseYou can do whatever you want with this, just don't blatantly copy and re-release the Stylus theme without giving proper credits to me, and to everyone that helped.

Categorystartpage.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This is an add-on for Startpage, improving the design and fluency.

Notes

This is an add-on for Startpage, improving the design and fluency.

Notes

This is an add-on for Startpage, improving the user experience.

Has multiple improvements, such as:

- Making the Rounded Corners more visually pleasing.
- Slightly lowering the font size.

Known bugs:

  • For some reason, the selected text font size doesn't change.

Changelog:
1.0

  • The first version of Startpage+

Source code

/* ==UserStyle==
@name           Startpage+
@namespace      Link
@version        1.0
@description    A Stylus theme that enhances your Startpage experience
@author         Author
==/UserStyle== */
@-moz-document domain("startpage.com") {
	/* Unselected search box */
	.css-l5cdr8 form {
		height: 40px;
	}

	.css-l5cdr8 input {
		font-size: 15px;
		flex: 1 1 0%;
		padding: 10px 75px 10px 15px;
		width: 100%;
	}

	.css-l5cdr8 {
		position: relative;
		width: 100%;
		max-width: 630px;
		color: rgb(32, 41, 69);
		background: rgb(255, 255, 255);
		border-radius: 14px;
		border: 1px solid rgb(222, 224, 247);
		transition: border 0.2s ease 0s;
		margin: 24px 0px 0px;
		box-shadow: none;
	}

	/* Selected search box */
	.css-1gcqfld form {
		height: 40px;
	}

	.css-1gcfld input {
		font-size: 13px;
	}

	.css-1gcqfld {
		position: relative;
		width: 100%;
		max-width: 630px;
		color: rgb(101, 115, 255);
		background: rgb(255, 255, 255);
		border-radius: 14px;
		border: 1px solid rgb(222, 224, 247);
		transition: border 0.2s ease 0s;
		margin: 24px 0px 0px;
		box-shadow: none;
	}
	/* That's about it! :) */
}

Reviews

No reviews yet.