resource.dopus.com (with fiXed colours now)
resource.dopus.com - 14/9/2023, 07:48:25 by pato
Details
Authorpato
LicenseNo License
Categorydopus
Created
Updated
Size24 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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 resource.dopus.com - 14/9/2023, 07:48:25
@namespace github.com/openstyles/stylus
@version 1.1.1
@description resource.dopus.com (with fiXed colours now, in progress)
@author pt
==/UserStyle== */
@-moz-document domain("resource.dopus.com") {
:root {
--scheme-type: light;
--primary: #000000;
--secondary: #f9fcff;
--tertiary: #0088cc;
--quaternary: #e45735;
--header_background: #c1e9ff;
--header_primary: #000000;
--highlight: #ffff4d;
--danger: #e45735;
--success: #009900;
--love: #fa6c8d;
--d-selected: #e6e6e6;
--d-hover: #f0f0f0;
--always-black-rgb: 0, 0, 0;
--primary-rgb: 0, 0, 0;
--primary-low-rgb: 230, 230, 230;
--primary-very-low-rgb: 247, 247, 247;
--secondary-rgb: 249, 252, 255;
--header_background-rgb: 193, 233, 255;
--tertiary-rgb: 0, 136, 204;
--highlight-rgb: 255, 255, 77;
--success-rgb: 0, 153, 0;
--primary-very-low: #f7f7f7;
--primary-low: #e6e6e6;
--primary-low-mid: #b3b3b3;
--primary-medium: gray;
--primary-high: #4d4d4d;
--primary-very-high: #262626;
--primary-50: #f7f7f7;
--primary-100: #f0f0f0;
--primary-200: #e6e6e6;
--primary-300: #cccccc;
--primary-400: #b3b3b3;
--primary-500: #999999;
--primary-600: gray;
--primary-700: #616161;
--primary-800: #4d4d4d;
--primary-900: #262626;
--header_primary-low: rgb(183, 221, 242);
--header_primary-low-mid: rgb(156, 188, 206);
--header_primary-medium: rgb(129, 156, 171);
--header_primary-high: rgb(106, 128, 140);
--header_primary-very-high: rgb(61, 74, 81);
--secondary-low: #004c97;
--secondary-medium: #007efc;
--secondary-high: #49a4ff;
--secondary-very-high: #d6eaff;
--tertiary-very-low: #e0f5ff;
--tertiary-low: #d1f0ff;
--tertiary-medium: #66ccff;
--tertiary-high: #0aadff;
--tertiary-hover: #006699;
--tertiary-50: #e0f5ff;
--tertiary-100: #daf3ff;
--tertiary-200: #d7f2ff;
--tertiary-300: #d1f0ff;
--tertiary-400: #afe4ff;
--tertiary-500: #8ed9ff;
--tertiary-600: #66ccff;
--tertiary-700: #47c2ff;
--tertiary-800: #29b8ff;
--tertiary-900: #0aadff;
--quaternary-low: #f7cdc2;
--highlight-bg: #ffffca;
--highlight-low: #ffffca;
--highlight-medium: #ffffa6;
--highlight-high: #a6a600;
--danger-low: #fbe6e1;
--danger-low-mid: rgba(242, 171, 154, 0.7);
--danger-medium: #ec8972;
--danger-hover: #c63c1b;
--success-low: #b8ffb8;
--success-medium: #4dff4d;
--success-hover: #007a00;
--love-low: #fee9ee;
--wiki: green;
--blend-primary-secondary-5: rgb(243, 246, 249);
--primary-med-or-secondary-med: gray;
--primary-med-or-secondary-high: gray;
--primary-high-or-secondary-low: #4d4d4d;
--primary-low-mid-or-secondary-high: #b3b3b3;
--primary-low-mid-or-secondary-low: #b3b3b3;
--primary-or-primary-low-mid: #000000;
--highlight-low-or-medium: #ffffca;
--tertiary-or-tertiary-low: #0088cc;
--tertiary-low-or-tertiary-high: #d1f0ff;
--tertiary-med-or-tertiary: #66ccff;
--secondary-or-primary: #f9fcff;
--tertiary-or-white: #0088cc;
--facebook-or-white: #1877f2;
--twitter-or-white: #1da1f2;
--hljs-comment: #998;
--hljs-number: #099;
--hljs-string: #d14;
--hljs-literal: #458;
--hljs-tag: #000080;
--hljs-attribute: #008080;
--hljs-symbol: #990073;
--hljs-bg: #f8f8f8;
--hljs-builtin-name: #0aadff;
--google: #ffffff;
--google-hover: #f2f2f2;
--instagram: #e1306c;
--instagram-hover: #ac194b;
--facebook: #1877f2;
--facebook-hover: #0a54b3;
--cas: #70ba61;
--twitter: #1da1f2;
--twitter-hover: #0c85d0;
--github: #100e0f;
--github-hover: #463e42;
--discord: #7289da;
--discord-hover: #4a67cf;
--gold: rgb(231, 195, 0);
--silver: #c0c0c0;
--bronze: #cd7f32;
--shadow-modal: 0 8px 60px rgba(0, 0, 0, 0.6);
--shadow-composer: 0 -1px 40px rgba(0, 0, 0, 0.12);
--shadow-menu-panel: 0 8px 12px rgba(0, 0, 0, 0.15);
--shadow-card: 0 4px 14px rgba(0, 0, 0, 0.15);
--shadow-dropdown: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
--shadow-header: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-footer-nav: 0 0 2px 0 rgba(0, 0, 0, 0.2);
--shadow-focus-danger: 0 0 6px 0 var(--danger)
}
:root {
--chat-skeleton-animation-rgb: 247, 247, 247
}
:root {
--font-family: Arial, sans-serif
}
:root {
--heading-font-family: Arial, sans-serif
}
/*# sourceMappingURL=color_definitions_simple-light_1_7_5bcd85e79bd2f465634baf5155058f1a79a9bf2c.css.map?__ws=resource.dopus.com */
:root {
--base-font-size-smallest: 0.815em;
--base-font-size-smaller: 0.875em;
--base-font-size: 0.938em;
--base-font-size-larger: 1.063em;
--base-font-size-largest: 1.118em;
--font-up-6: 2.296em;
--font-up-5: 2em;
--font-up-4: 1.7511em;
--font-up-3: 1.5157em;
--font-up-2: 1.3195em;
--font-up-1: 1.1487em;
--font-0: 1em;
--font-down-1: 0.8706em;
--font-down-2: 0.7579em;
--font-down-3: 0.6599em;
--font-down-4: 0.5745em;
--font-down-5: 0.5em;
--font-down-6: 0.4355em;
--font-up-3-rem: 1.5157rem;
--font-up-2-rem: 1.3195rem;
--font-up-1-rem: 1.1487rem;
--font-0-rem: 1rem;
--font-down-1-rem: 0.8706rem;
--font-down-2-rem: 0.7579rem;
--font-size-ios-input: 1.07em;
--line-height-small: 1;
--line-height-medium: 1.2;
--line-height-large: 1.4
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: rgba(0, 0, 0, 0)
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -0.25em
}
sup {
top: -0.5em
}
img {
border-style: none
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: .35em .75em .625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
/*# sourceMappingURL=desktop_716a9a0fe8f8516cbb2c4c9821552c3dad2d957d.css.map?__ws=resource.dopus.com */
details {
position: relative
}
details > *,
details .lightbox-wrapper {
display: none
}
details,
summary {
outline: none
}
summary:first-of-type {
cursor: pointer;
display: block
}
summary:before {
content: "►";
margin-right: .25em
}
details[open] > *,
details[open] .lightbox-wrapper {
display: block
}
details[open] > summary:before,
details.open > summary:before {
content: "▼"
}
details[open] > summary:first-of-type ~ *,
details.open > summary:first-of-type ~ * {
display: block
}
summary::-webkit-details-marker {
display: none
}
.elided summary:before {
content: "" !important;
display: none
}
.elided summary {
-webkit-user-select: none;
user-select: none;
cursor: default;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
box-sizing: border-box;
margin: 0;
padding: 0;
color: var(--primary-medium);
background: var(--primary-low);
border: 1px solid var(--primary-low-mid);
width: 1.5em;
line-height: 1
}
.elided summary:hover {
color: var(--primary);
background: var(--primary-low-mid);
border-color: currentColor
}
/*# sourceMappingURL=discourse-details_716a9a0fe8f8516cbb2c4c9821552c3dad2d957d.css.map?__ws=resource.dopus.com */
.menu-panel ul.menu-links li .link-opus-link {
padding-left: 2em;
background-image: url("/plugins/discourse-directoryopus/images/opus_icon.png");
background-size: 1.25em;
background-repeat: no-repeat;
background-position: .5em center
}
.directoryopus-link-status .directoryopus-link-userpage-pro,
.directoryopus-link-status .directoryopus-link-userpage-pro a,
.names span.directoryopus-link-poster-pro,
.names span.directoryopus-link-poster-pro a {
color: #daa520
}
.directoryopus-link-status .directoryopus-link-userpage-pro i.fa,
.directoryopus-link-status .directoryopus-...