Skip to content

a-manuals by quaritexa

Details

Authorquaritexa

LicenseNo License

Categoryuserstyles

Created

Updated

Size24 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

some manuals 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-manuals
@version      2022.07.14
@namespace    userstyles.world/user/quaritexa
@description  some manuals 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 url-prefix("https://3dcoat.com/documentation") {
	/* 3dcoat */
	content p,
	content li,
	pre,
	_ {
		font-family: Georgia;
		font-size: 2.5rem;
		line-height: 1.3;
	}
	
	pre {
		font-family: Georgia;
		font-size: 2rem;
	}
}

@-moz-document domain("helpx.adobe.com"),
domain("help.adobe.com") {
	/* adobe help */
	
	/* header */
	.userGuideContainer {
		padding: 0;
		padding-top: 40px;
	}

	#feds-header,
	#_AdobeSecondaryNav {
		height: 60px;
		margin-top: -45px;
		opacity: 0;
		overflow: hidden;
		position: absolute !important;
		width: 100%;
	}

	#_AdobeSecondaryNav {
		margin-top: -55px;
	}

	#AdobeSecondaryNav.Subnav-wrapper {
		display: block;
		padding-top: 5px;
		height: 60px;
	}

	#AdobeSecondaryNav.Subnav-wrapper .Subnav-background,
	.Subnav-wrapper::before {
		background: none;
	}

	#feds-header:hover,
	#AdobeSecondaryNav:hover {
		margin-top: initial;
		opacity: 1;
		transition: all .1s;
	}

	#feds-header:hover {
		height: 80vh;
	}

	.Subnav-background {
		background: none !important;
	}

	/* sidebar */
	.tocLink li,
	.TableOfContents .tocLink-label,
	.tocLink,
	.toc .TableOfContents,
	_ {
		margin: 0;
	}
	
	.tocLink .active-indicator a {
		color: #fe0;
	}

	.toc {
		margin-left: 5px;
	}

	.tocLink-line-item {
		font-size: .8rem;
	}

	/* text */
	.text p, 
	.text b,
	.variable-text p,
	.cmp-text p,
	.cmp-text li,
	_ {
		font-family: Georgia;
		font-size: 1.3rem;
	}

	/* contact button */
	#adbmsgCta {
		bottom: 10px !important;
		right: 10px !important;
	}

	.adbMsgClientWrapper #adbmsgContainer .adbmsgCta {
		border: none;
		box-shadow: none;
	}
	
	/* adobe.com */
	.video-js .vjs-modal-dialog {
		background: none !important;
	}
}

@-moz-document domain("community.adobe.com") {
	/* adobe community */
	.ForumTopicPage .lia-message-body-content, 
	.ForumTopicPage .lia-message-body-content p, 
	.ForumTopicPage .lia-message-body p, 
	.ForumTopicPage .lia-message-editor p, 
	.ForumTopicPage .lia-note-body p, 
	.ForumTopicPage .lia-message-body-content ul, 
	.ForumTopicPage .lia-message-body ul, 
	.ForumTopicPage .lia-message-editor ul, 
	.ForumTopicPage .lia-note-body ul, 
	.ForumTopicPage .lia-occasion-description ul, 
	.ForumTopicPage ol, 
	.IdeaPage .lia-message-body-content, 
	.IdeaPage .lia-message-body-content p, 
	.IdeaPage .lia-message-body p,
	_ {
		font-family: Georgia !important;
		font-size: 1.2rem !important;
		line-height: 1.3 !important;
	}
}
@-moz-document domain("illustrator.uservoice.com") {
	/* adobe illustrator uservoice */
	.typeset p {
		font-family: Georgia !important;
		font-size: 1.2rem !important;
		line-height: 1.3 !important;
		border: none;
		padding: 0;
	}
}

@-moz-document domain("affinity.help") {
	/* affinity	 */
	p,
	ol,
	ul,
	summary,
	_ {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	#navigation p,
	#navigation ol,
	#navigation ul,
	_ {
		font-family: revert;
		font-size: revert;
	}
}

@-moz-document domain("forum.affinity.serif.com") {
	.ipsType_normal p,
	.ipsType_normal span,
	_ {
		font-family: Georgia !important;
		font-size: 1.5rem !important;
		line-height: 1.4 !important;		
	}
}
@-moz-document url-prefix("https://solidthinking.com/help") {
	/* altair evolve */
	body,
	_ {
		background: none !important;
		border: none !important;
	}

	hr,
	#idheaderbg > table > tbody > tr:last-child,
	_ {
		display: none;
	}

	#innerdiv p,
	#innerdiv li,
	_td span,
	tr[style="vertical-align:baseline"],
	_ {
		font-size: 1.3rem;
		font-family: Georgia;
		line-height: 1.4;
	}

	#innerdiv .f_body,
	_ {

		font-size: 1.3rem !important;
		font-family: Georgia !important;
		line-height: 1.4 !important;
	}

	.f_Heading2 {
		font-size: 1.5rem !important;
	}

	[class^="hilight"] {
		background: #888 !important;
		color: white;
		outline: solid 3px #888;
	}

	/* header */
	.topichead .p_Heading1 {
		margin: 0;
	}

	.topichead {
		background: #888 !important;
		border: none !important;
		padding: 3px 5px;
	}

	.topichead * {
		color: white !important;
		font-weight: normal !important;
	}

	.topichead .f_Heading1 {
		font-size: 1rem;
	}

	#idnav {
		border: none;
	}
}

@-moz-document url-prefix("https://solidthinking.com/helpst") {
	/* altair inspire */
	#wh_topic_body p,
	#wh_topic_body li,
	#wh_topic_body td,
	#wh_topic_body .note,
	_ {
		font-size: 1.3rem;
		font-family: Georgia;
		line-height: 1.4;
	}

	.wh_breadcrumb {
		min-width: 30% !important;
	}

	.wh_search_input {
		width: 30%;
	}
}

@-moz-document url-prefix("https://developer.apple.com/library/") {
	/* apple */
	body.jazz,
	.jazz #valence,
	.jazz .book-parts,
	.jazz .book-parts * {
		background: white;
		font-family: Roboto !important;
	}

	* {
		border: none !important;
		box-shadow: none !important;
	}

	.jazz .section {
		font-size: 1rem;
		font-family: Georgia;
	}

	.jazz .chapter {
		width: calc(60%);
	}

	#contents.isShowingTOC p,
	#contents.isShowingTOC a {
		font-size: 1.3rem;
		font-family: Georgia !important;
		line-height: 1.4;
	}

	#contents.isShowingTOC td,
	.jazz .code-sample {
		font-size: 1rem;
		font-family: Georgia !important;
		line-height: 1;
		padding: 3px;
	}
}

@-moz-document url-prefix("http://help.autodesk.com/view") {
	/* autodesk */
	:root {
		--text: 9px;
		--width: calc(var(--text) * 20);
		--zero: 0;
	}

	.body {
		font-size: 2rem;
		font-family: Georgia;
		line-height: 1.4;
	}

	h2.title {
		font-size: 3rem !important;
	}

	/* 

sidebar */
	.node-tree,
	.node-tree li {
		font-family: "Open Sans", sans-serif;
		font-size: var(--text);
		font-weight: 600;
		overflow: auto;
	}

	.node-tree .node {
		padding: calc(var(--text) / 4) var(--zero) calc(var(--text) / 4) calc(var(--text) * 1.5);
	}

	.node-tree .node-tree {
		padding: var(--zero);
	}

	.node-tree .node .expand-collapse {
		height: var(--text);
		font-size: var(--text);
		top: -3px;
	}

	.node-tree-section {
		font-size: calc(var(--text) * 2);
		padding: 0 0 var(--text) var(--text);
	}

	html[data-layout=fixed] .node-tree-container {
		padding-left: var(--text);
		margin: var(--zero);
	}

	html[data-layout=fixed] .node-tree-overflow {
		border-right: var(--zero);
	}

	html[data-layout=fixed] #ui-content-area .ui-content-panel .ui-sidebar-toggle {
		border-radius: calc(var(--text) * 1.5);
		font-size: calc(var(--text) * 1.5);
		height: calc(var(--text) * 3);
		right: calc(-5px - var(--text) * 1.5);
		top: var(--zero);
		width: calc(var(--text) * 3);
		line-height: calc(var(--text) * 3);
	}

	#ui-content-area .ui-sidebar,
	#ui-content-area .ui-sidebar.floating {
		margin-left: var(--zero);
		width: var(--width);
	}

	#ui-content-area .ui-sidebar ~ * {
		margin-left: var(--width);
		padding-left: var(--text);
	}

	@media (max-width: 1023px) {
		html[data-layout=fixed] #ui-content-area .ui-content-panel .ui-sidebar.panel-open ~ * {
			transform: translateX(var(--width));
		}

		html[data-layout=fixed] #ui-content-area .ui-sidebar.panel-open {
			transform: translateX(var(--zero)) !important;
		}

		html[data-layout=fixed] #ui-content-area .ui-sidebar ~ * {
			margin-left: var(--text);
			transition: transform .01s;
		}

		html[data-layout=fixed] #ui-content-area .ui-sidebar {
			margin-left: var(--zero);
			transform: translateX(calc(0px - var(--width))) !important;
			transition: transform .01s;
		}

		html[data-layout=fixed] #ui-content-area .ui-sidebar .ui-contents-panel {
			width: var(--width);
		}
	}
}

@-moz-document url-prefix("http://autoit-script.ru/autoit3_docs/") {
	/* autoit */
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	table.param td {
		font-family: Georgia !important;
		line-height: 1.4;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: initial !important;
	}

	body {
		margin: 1rem;
		font-size: 1.3rem;
	}

	table.param td {
		font-size: 1.2rem;
	}

	.code,
	.codebox,
	.codebox * {
		font-family: PragmataPro !important;
		font-size: 1rem;
	}
}

@-moz-document domain("docs.blender.org") {
	/* blender */
	article dl dt,
	article dl p,
	article p,
	_ {
		font-family: Georgia;
		font-size: 1.5rem;
		line-height: 1.5;
		border: none;
		padding: 0;
	}

	article dl dt {
		font-size: 1.6rem;
	}
	
	.sidebar-brand {
		height: 50px !important;
		overflow: hidden;
		padding: 0;
	}
	.sidebar-logo-container {
		margin: 0;
		padding: 0;
	}
	.sidebar-drawer {
		width: initial;
	}
	
	.content {
		padding: 0 1em;
		width: 100%;
		max-width: 100%;
	}
	
	.toc-drawer, .toc-drawer * {
		word-wrap: normal;
	}
	
	.toc-title-container {
		display: none;
	}
	
	.toc-tree {
		border: none;
	}
	
	.current {
		color: #e27 !important;
	}
	
	.sidebar-tree .reference {
		padding: 0 0 5px .5rem;
	}
}

@-moz-document domain("help.maxon.net") {
	/* cinema 4d */
	html {
		padding: 0;
	}

	body {
		margin-top: 0;
	}

	.page_only_body {
		font-size: 1.3rem;
		font-family: Georgia;
		line-height: 1.4;
	}

	.HL_group {
		font-size: 1.6rem;
	}

	.HL_1 {
		font-size: 1.4rem;
	}

	.HL_2 {
		font-size: 1.2rem;
	}

	.HL_3 {
		font-size: 1.0rem;
	}

	.HL_atom {
		font-size: 1.1rem;
	}

	.c4d_id,
	.c4d_id_cycle,
	.c4d_menu_id,
	.command,
	.command_value,
	.no_id,
	.text_command,
	.text_id {
		font-size: inherit;
	}

	.c4d_group {
		padding: 3px 6px;
	}

	.c4d_group_navi,
	.c4d_group_navi_self {
		padding: 3px 6px;
	}

	/*

sidebar */
	.menucontent {
		font-size: .5rem;
		font-weight: bold;
	}

	.jstree ins {
		width: 9px;
		height: 9px;
	}

	.jstree li {
		min-height: 9px;
		line-height: 9px;
		margin-left: 9px;
		min-width: 9px;
	}

	.jstree-classic .jstree-closed > ins {
		background-position: -58px -5px;
	}

	.jstree-classic .jstree-open > ins {
		background-position: -76px -5px;
	}

	.jstree-cla...

Reviews

No reviews yet.