Skip to content

a-bundle by quaritexa

Details

Authorquaritexa

LicenseNo License

Categoryuserstyles

Created

Updated

Code size10 kB

Code checksum46f544d4

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some sites bundle

Notes

Userstyle doesn't have notes.

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         a-bundle
@version      2025.04.02
@namespace    userstyles.world/user/quaritexa
@description  some sites bundle
@author       quaritexa
@license      No License
==/UserStyle== */
@-moz-document domain("example.style") {
	/* - */
	body {
		background: white;
	}

	body,
	td,
	p,
	li {
		font-family: Georgia !important;
		font-size: 1.3rem !important;
		line-height: 1.4 !important;
		border: none;
		padding: 0;
	}
}

@-moz-document domain("cgpeers.to") {
	/* cgpeers */
	* {
			font-size: 1rem;
			font-family: roboto;
			line-height: 1.4;
	}

	td, div,
	_ {
		background-color: #222 !important;
	}
	
	table {		
		border: none !important;
	}
	
	.torrent > td:nth-child(1) > div {		
		margin-top: 7px !important;
		padding: 0 !important;
		width: 3rem !important;
	}
	
	#wrapper,
	.cgp-block-container,
	table.cgp-tlist,
	table.torrent_table,
	.thin,
	.torrent > td > div[style],
	_ {
		width: 100%;
		white-space: normal !important;
	}

	.torrent_table td,
	.request_table td,
	#torrent_table .torrent > td,
	_ {
		padding: 7px 4px 7px 4px;
		border: none !important;
		vertical-align: top !important;
	}
	
	#torrent_table .torrent > td {
		text-align: right !important;
	}
	#torrent_table .torrent > td:nth-child(2) {
		text-align: left !important;
	}
	#torrent_table .torrent > td:last-child {
		padding-right: 20px !important;
	}
	
	.filter_torrents {
		width: 50%;
	}
	
	.search_form div,
	.search_form td,
	.search_form tr,
	_ {
		border: none !important;
	}
	
	.linkbox strong {
		font-weight: 300 !important;
	}
}

@-moz-document domain("forum.cgpersia.com") {
	/* cgpersia */

	:root {
		--gray: #fff2;
		--black: #000;
	}
	
	.message-body *,
	[itemprop="text"] * {
		font-family: Georgia !important;
		font-size: 1.5rem !important;
		line-height: 1.5;
	}
	
	.message-body br,
	[itemprop="text"] br,
	_ {
		display: block;
  	margin: .3rem 0 !important;
	}
	
	/* clear */
	.block-container,
	.block--messages .message, 
	.block--messages .block-row,
	.fr-box.fr-basic,
	.message-attribution,
	.message .reactionsBar,
	.message-signature,
	.menu-content *,
	.notice,
	.notice.notice--primary,
	.p-body-header,
	.p-header,
	.p-nav,
	.fr-toolbar	.fr-btn-grp.rte-tab--inactive,
	_ {
		border-width: 0;
	}
	
	._bbCodeBlock,
	._bbCodeBlock-title,
	.block-container,
	.block-header, 
	.block-filterBar,
	.message,
	.message-cell,
	.menu-header,
	.p-body-header,
	.p-breadcrumbs,
	.p-footer,
	.p-header,
	.p-pageWrapper,
	.reactionsBar,
	_ {
		background: initial !important;
	}
	
	.block-header,
	.message .reactionsBar,
	.p-header-inner,
	.p-body-header,
	_ {
		padding: 0;
	}
	
	.message-signature br+br,
	_ {
		display: none;
	}
	
	/* sidebar */
	.message-userExtras * {
		font-size: .7rem;
		color: var(--gray) !important;
	}

	.message-avatar,
	.message-name,
	.message-userTitle,
	.userBanner,
	_ {
		text-align: initial;	
	}
	
	/* message-footer */
	.message-lastEdit,
	.message-signature,
	.message-footer,
	.message-attribution.message-attribution--split,
	_ {
		opacity: .2 !important;
	}
	
	.message .reactionsBar,
	.message-actionBar .actionBar-set,
	_ {
		margin: 0;
	}
	
	/*  */
	.block-header,
	.p-header-inner,
	.p-body-header,
	_ {
		margin: 1rem 0;
	}
	
	.block-outer,
	article,
	_ {
		margin-bottom: 3rem;
	}

	form.menu-content {
		padding: 5px 0 10px 0;
	}

	.bbCodeBlock-title,
	.bbCodeBlock,
	_ {
		border-radius: 7px;	
		border-color: var(--black) !important;
		border-width: 0 !important;
	}

	.message-cell {
		padding: 0 10px;
	}
 
	.blockStatus,
	.tabs--standalone,
	_ {
		border: 1px solid var(--gray);
	}
	.cgp_spacer {
		border-top: none;
		margin: 5px 0;
	}

	
	.structItem {
		border-top-color: var(--gray);
	}

	.structItem-cell {
		padding: 10px 0;
	}
	
	.message-cell.message-cell--user, 
	.message-cell.message-cell--action,
	_ {
		border-color: var(--gray) !important;
	}
}
@-moz-document domain("deepl.com") {
	/* deepl */
	body,
	.dl_body--redesign,
	.dl_body--redesign .dl_footer,
	.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__vertical_line,
	_ {
		background-color: transparent !important;
	}

	#dl_app_banner_popup,
	.dl_app_popup__content,
	.dl_overlay_popup,
	.lmt_quotes,
	.lmt_quotes_nav,
	_ {
		display: none !important;
	}

	.dl_body--redesign .lmt--web .lmt__textarea_container,
	.lmt__dict .lmt__dict__inner,
	.dl_body--redesign .dl_footer .dl_footer__container,
	.dl_body--redesign .lmt__textarea_separator .lmt__textarea_separator__border_inner,
	.dl_body--redesign .lmt__edit_text_popup,
	_ {
		box-shadow: none !important;
		border: none !important;
		padding: 0 !important;
	}

	.lmt__edit_text_popup li {
		border: none !important;
	}

	.lmt__textarea_separator__border_inner,
	.lmt__textarea_separator__border_outer,
	.lmt__textarea_separator__border_inner > *,
	.lmt__textarea_separator__border_outer > *,
	_ {
		border-width: 0 !important;
	}

	.lmt__textarea_separator__vertical_line {
		background-color: red !important;
	}
}
@-moz-document domain("discord.com") {
	/* discord */
	 [class^="contents"] > [id^="message-content"] > span {
		font-family: Georgia !important;
		font-size: 1.5rem !important;
		line-height: 1.4 !important;
	}
}
@-moz-document domain("dtf.ru") {
	/* dtf */
	.content p, 
	.content ol li, 
	.content ul li,
	_ {
		font-family: Georgia;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.content h2 {
		font-size: 2rem;
		line-height: 1.4;
		margin-left: -2rem;
	}
	.comment__text p {
		font-family: Georgia;
		font-size: 1.3rem;
		line-height: 1.4;		
	}
}
@-moz-document domain("dzen.ru") {
	/* dzen */
	
	[data-testid="article-render__block"] {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4;		
	}
	.content--comment-text__block-Il *,
	_ {
		font-family: Georgia;
		font-size: 1.3rem;
		line-height: 1.4;
	}
}
@-moz-document domain("expert.ru") {
	/* expert */
	section.content .main-content p {
		font-family: Georgia;
		font-size: 2rem;
	}
}
@-moz-document domain("fantlab.ru") {
	/* fanlab */
	.response-body-home p {
		font-family: Georgia !important;
		font-size: 1.3rem !important;
		line-height: 1.4 !important;
		text-indent: 0;
	}
}
@-moz-document domain("livejournal.com") {
	/* livejournal */
	.b-singlepost-body,
	.entryunit__text,
	#entrytext,
	.b-singlepost-body p,
	_ {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4 !important;
	}

	.controls-entryunit {
		border: none;
		background: none;
	}
}
@-moz-document domain("linux.org.ru") {
	/* lor */
	.msg_body p {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4;
	}
}
@-moz-document domain("meduza.io") {
	/* meduza */
	
	[class^="SimpleBlock-module"] {
		font-size: 1.3rem !important;
		line-height: 1.4 !important;
	}
}
@-moz-document domain("neolurk.org") {
	/* neolurk */
	#mw-content-text {
		font-family: Georgia;
	}

	#mw-content-text h3,
	#mw-content-text p {
		font-size: 1.4rem;
	}

	#mw-content-text h2 {
		font-size: 2rem;
	}
}
@-moz-document domain("opennet.ru") {
	/* opennet */
	* {
		border: none !important;
	}
	
	.chtext {
		text-indent: 0;
	}
	
	#r_memo {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	.ctxt {
		font-family: Georgia;
		font-size: 1.3rem !important;
		line-height: 1.4;
	}
}
@-moz-document domain("reddit.com") {
	/* reddit */
	shreddit-post p,
	shreddit-comment p {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4;		
	}
}
@-moz-document domain("render.ru") {
	/* render */
	.blog-post__text p,
	.blog-post__text li,
	.comment__text,
	_ {
		font-family: Georgia;
		font-size: 2.7rem;
		line-height: 1.4;
	}

	h4 {
		font-size: 3rem;
		margin-top: 20px;
	}
}

@-moz-document domain("rutracker.org") {
	/* rutracker */
	* {
		border: none !important
	}
}

@-moz-document domain("rutube.ru") {
	/* rutube */
	body {
		overflow: initial !important;
	}
	.wdp-popup-overlay-module__overlay {
		display: none !important;
	}
	.wdp-comment-item-module__descriptionContainer p {
		font-family: Georgia;
		font-size: 2.2rem !important;
		line-height: 1.4 !important;		
	}
	
	/* subscriptions at top of sidebar */
	nav .menu-content-module__innerWrapperNarrow,
	nav .menu-content-module__innerWrapper,
	_ {
		display: flex;
		flex-direction: column;
	}
	
	nav .menu-content-module__innerWrapperNarrow section,
	nav .menu-content-module__innerWrapper section,
	_ {
		order: 1;
	}
	
	.menu-content-module__innerWrapperNarrow>section:nth-of-type(2),
  section[aria-label="Моё"],
	_ {
		order: 0 !important;
	}
	
	.menu-divider-module__divider {
		display: none;
	}
/* 	span:has(span[data-href="/my/subscriptions/"]),  */
}
@-moz-document url-prefix("https://rutube.ru/my/subscriptions/") {
	/* rutube: subscription */
	[aria-label="Shorts"] {
		height: 7rem;
		width: 15rem;
		overflow: hidden;
	}
	[aria-label="Shorts"]:hover {
		height: auto;
		width: auto;
	}
}
@-moz-document domain("app.slack.com") {
	/* slack */
	.p-rich_text_section {
		font-family: Georgia !important;
		font-size: 1.3rem !important;
		line-height: 1.4 !important;
	}
}

@-moz-document domain("userstyles.org") {
	/* userstyles */
	.android_button_banner,
	.fallbackDiv,
	.overlay_background,
	_ {
		display: none !important;
	}

	.view_inner {
		width: calc(100% - 250px);
		margin-left: 250px;
	}
}
@-moz-document domain("vas3k.blog") {
	/* vas3k */
	.block-text p,
	.block-media figcaption,
	_ {
		font-size: 1.6rem;
	} 
}
@-moz-document domain("vc.ru") {
	/* vc */
	body {
		background: inherit;
	}
	.content h2 {
		line-height: 1.4;
		margin-top: 4rem;
		margin-left: -3em;
		font-size: 2rem;
	}

	.content p,
	.content li,
	.comment__text,
	.block-quote__text p,
	.block-quote__text p b,
	.block-incut--text-small .block-incut__text,
	_ {
		border: none;
		color: #FFFC;
		font-family: Georgia;
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 0;
	}
	
	.block-quote__text {
		line-height: 1.4 !important;
	}
	/* comment */
	.comment-text p {
		font-family: Georgia;
		font-size: 1.3rem;
		line-height: 1.4;		
	}
}
@-moz-document domain("mail.yandex.ru") {
	/* yandex mail */
	.mail-Page_3pane-vertic...

Reviews

No reviews yet.