Skip to content

EndWay Grey by localware

Screenshot of EndWay Grey

Details

Authorlocalware

LicenseNo License

Categoryendway.su

Created

Updated

Size1.8 MB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Style for endway.su

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           24.08.2023, 14:12:34
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("endway.su") {
    @	charset "UTF-8";

/********* public:bb_code.less ********/
.bbCodeBlock {
		display: flow-root;
		margin: .5em 0;
		background: #131314;
		border: 1px solid rgba(255,255,255,0.03);
		border-left: 2px solid #4a4a4a;;
		border-radius: 15px;
	}

	.bbCodeBlock.bbCodeBlock--quote .bbCodeBlock-content {
		font-size: 1.3rem;
	}

	.bbCodeBlock-title {
		padding: 10px 15px;
		font-size: 1.3rem;
		color: #FACD78;
		padding-bottom: 0;
	}

	.bbCodeBlock-title:before,.bbCodeBlock-title:after {
		content: " ";
		display: table;
	}

	.bbCodeBlock-title:after {
		clear: both;
	}

	a.bbCodeBlock-sourceJump {
		color: inherit;
		text-decoration: none;
	}

	a.bbCodeBlock-sourceJump:hover {
		text-decoration: underline;
	}

	a.bbCodeBlock-sourceJump:after {
		font-family: 'Font Awesome 5 Pro';
		font-size: inherit;
		font-style: normal;
		font-weight: 400;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0aa";
		width: 1.28571429em;
		text-align: center;
		display: inline-block;
		margin-left: 5px;
	}

	.bbCodeBlock-content {
		position: relative;
		padding: 10px 15px;
	}

	.bbCodeBlock-content:before,.bbCodeBlock-content:after {
		content: " ";
		display: table;
	}

	.bbCodeBlock-content:after {
		clear: both;
	}

	.bbCodeBlock--code .bbCodeBlock-content {
		color: rgba(255,255,255,0.87);
	}

	.bbCodeBlock-expandLink {
		display: none;
		position: absolute;
		top: 95px;
		left: 0;
		right: 0;
		height: 75px;
		cursor: pointer;
		z-index: 100;
		background: transparent;
		background: linear-gradient(to bottom, rgba(19,19,20,0) 0%, #131314 60%);
	}

	.bbCodeBlock-expandLink a {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 1.3rem;
		color: #FACD78;
		text-decoration: none;
	}

	.bbCodeBlock--screenLimited .bbCodeBlock-content {
		max-height: 300px;
		max-height: 70vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.bbCodeBlock--expandable {
		overflow: hidden;
		-webkit-transition: -xf-height .2s ease, height .2s ease, padding .2s ease, margin .2s ease, border .2s ease;
		transition: -xf-height .2s ease, height .2s ease, padding .2s ease, margin .2s ease, border .2s ease;
	}

	.bbCodeBlock--expandable .bbCodeBlock-content {
		overflow: hidden;
	}

	.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock:not(.bbCodeBlock--expandable) .bbCodeBlock-content {
		overflow: visible;
	}

	.bbCodeBlock--expandable .bbCodeBlock-content .bbCodeBlock.bbCodeBlock--screenLimited .bbCodeBlock-content {
		overflow: auto;
	}

	.bbCodeBlock--expandable .bbCodeBlock-expandContent {
		max-height: 150px;
		overflow: hidden;
	}

	.bbCodeBlock--expandable.is-expandable .bbCodeBlock-expandLink {
		display: block;
	}

	.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandContent {
		max-height: none;
	}

	.bbCodeBlock--expandable.is-expanded .bbCodeBlock-expandLink {
		display: none;
	}

	.bbCodeBlock--unfurl {
		color: rgba(255,255,255,0.87);
		background: #161617;
		padding: 10px;
		width: 650px;
		max-width: 100%;
		border-left: 2px solid #4a4a4a;;
		overflow: hidden;
	}

	.bbCodeBlock--unfurl .contentRow-header {
		margin: 0;
		font-size: 1.3rem;
		font-weight: normal;
		overflow: hidden;
		white-space: nowrap;
		word-wrap: normal;
		text-overflow: ellipsis;
	}

	.bbCodeBlock--unfurl .contentRow-snippet {
		font-size: 1.2rem;
		font-style: normal;
	}

	.bbCodeBlock--unfurl .contentRow-minor {
		font-size: 1.2rem;
	}

	.bbCodeBlock--unfurl.is-pending {
		opacity: 0.5;
	}

	.bbCodeBlock--unfurl.is-pending.is-recrawl {
		opacity: 1;
	}

	.bbCodeBlock--unfurl.is-simple .contentRow-figure {
		display: none;
	}

	.bbCodeBlock--unfurl .bbCodeBlockUnfurl-icon {
		width: 12px;
		vertical-align: -2px;
	}

	.bbCodeCode {
		margin: 0;
		padding: 0;
		font-family: Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;
		font-size: 1.3rem;
		line-height: 1.4;
		text-align: left;
		direction: ltr;
		white-space: pre;
		position: relative;
		-moz-tab-size: 4;
		tab-size: 4;
	}

	.has-hiddenscroll .bbCodeCode {
		padding-bottom: 15px;
	}

	.bbCodeCode code {
		font-family: inherit;
	}

	.bbCodeCode .prism-token.prism-comment,.bbCodeCode .prism-token.prism-prolog,.bbCodeCode .prism-token.prism-doctype,.bbCodeCode .prism-token.prism-cdata {
		color: #8292a2;
	}

	.bbCodeCode .prism-token.prism-constant {
		color: #f92672;
	}

	.bbCodeCode .prism-token.prism-tag {
		color: #f92672;
	}

	.bbCodeCode .prism-token.prism-boolean {
		color: #ae81ff;
	}

	.bbCodeCode .prism-token.prism-symbol,.bbCodeCode .prism-token.prism-atrule,.bbCodeCode .prism-token.prism-keyword {
		color: #e6db74;
	}

	.bbCodeCode .prism-token.prism-selector,.bbCodeCode .prism-token.prism-function {
		color: #e6db74;
	}

	.bbCodeCode .prism-token.prism-deleted {
		color: #d44;
	}

	.bbCodeCode .prism-token.prism-inserted {
		color: #292;
	}

	.bbCodeCode .prism-token.prism-string,.bbCodeCode .prism-token.prism-attr-value {
		color: #a6e22e;
	}

	.bbCodeCode .prism-token.prism-number {
		color: #ae81ff;
	}

	.bbCodeCode .prism-token.prism-attr-name,.bbCodeCode .prism-token.prism-char,.bbCodeCode .prism-token.prism-builtin {
		color: #a6e22e;
	}

	.bbCodeCode .prism-token.prism-regex,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-variable,.bbCodeCode .prism-token.prism-package {
		color: #fd971f;
	}

	.bbCodeCode .prism-token.prism-class-name,.bbCodeCode .prism-token.prism-important,.bbCodeCode .prism-token.prism-bold {
		color: #e6db74;
	}

	.bbCodeCode .prism-token.prism-bold {
		font-weight: bold;
	}

	.bbCodeCode .prism-token.prism-italic,.bbCodeCode .prism-token.prism-constant {
		color: #f92672;
		font-style: italic;
	}

	.bbCodeCode .prism-token.prism-entity {
		cursor: help;
	}

	.bbCodeInline {
		margin: 0;
		font-size: 90%;
		background: transparent;
		border: 1px solid rgba(255,255,255,0.03);
		border-radius: 15px;
		padding-top: 1px;
		padding-right: 4px;
		padding-bottom: 1px;
		padding-left: 4px;
		font-family: Monaco,Menlo,Consolas,'Roboto Mono','Andale Mono','Ubuntu Mono',monospace;
		line-height: 1.4;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		white-space: pre-wrap;
	}

	.bbCodeSpoiler {
		margin: .5em 0;
	}

	.has-no-js .bbCodeSpoiler-button {
		display: none;
	}

	.bbCodeSpoiler-content {
		display: none;
		opacity: 0;
		-webkit-transition: all .2s ease, -xf-opacity .2s ease;
		transition: all .2s ease, -xf-opacity .2s ease;
		overflow-y: hidden;
		height: 0;
		-webkit-transition-property: all,-xf-height;
		transition-property: all,-xf-height;
	}

	.bbCodeSpoiler-content.is-active {
		display: block;
	}

	.bbCodeSpoiler-content.is-active {
		display: block;
		opacity: 1;
	}

	.bbCodeSpoiler-content.is-transitioning {
		display: block;
	}

	.bbCodeSpoiler-content.is-active {
		height: auto;
		overflow-y: visible;
	}

	.bbCodeSpoiler-content.is-transitioning {
		overflow-y: hidden;
	}

	.has-no-js .bbCodeSpoiler-content {
		display: block !important;
	}

	.bbCodeSpoiler-content>.bbCodeBlock--spoiler {
		margin: .2em 0 0;
	}

	.bbCodeInlineSpoiler {
		filter: blur(6px);
		cursor: pointer;
	}

	.has-js .bbCodeInlineSpoiler a,.has-js .bbCodeInlineSpoiler span {
		pointer-events: none;
	}

	.bbCodeInlineSpoiler .smilie {
		filter: grayscale(90%);
	}

	.bbCodeInlineSpoiler:hover {
		filter: blur(5px);
	}

/********* public:dcom_qs_search.less ********/
	.js-dcomQuickSearch li.is-selected {
		color: #FACD78;
		text-decoration: none;
		background: #161617;
	}

	.js-dcomQuickSearch li.block-row.block-row--separated {
		padding: 8px 8px;
		line-height: 16px;
	}

	.autoCompleteList.js-dcomQuickSearch li.block-row.block-row--separated {
		padding: 4px 4px;
	}

	.js-dcomQuickSearch li .dcom-qs-typeContent {
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
	}

	.js-dcomQuickSearch li .contentRow .contentRow-figure .avatar.avatar--s {
		width: 32px;
		height: 32px;
		font-size: 19px;
	}

	.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-title {
		font-size: 15px;
	}

	.menu .js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-title,.autoCompleteList.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor {
		font-size: 12px;
	}

	.menu .js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor,.autoCompleteList.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor ul>li {
		padding: 0;
		line-height: 16px;
	}

	.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor ul>li::after,.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-minor ul>li::before {
		display: inline;
	}

	.menu .js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-snippet,.autoCompleteList.js-dcomQuickSearch li .contentRow .contentRow-main .contentRow-snippet {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.block-container-search {
		color: rgba(255,255,255,0.87);
		background: #181819;
		border-width: 0;
		border-style: solid;
		border-top-col...

Reviews

No reviews yet.