Other styles to complete the style.
https://userstyles.world/style/18590/hide-stuff
https://userstyles.world/style/18597/ggpersia-com-labels-left
Authorblk020
LicenseNo License
Categoryforum.cgpersia.com
Created
Updated
Code size5.3 kB
Code checksum2737631d
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Other styles to complete the style.
https://userstyles.world/style/18590/hide-stuff
https://userstyles.world/style/18597/ggpersia-com-labels-left
/* ==UserStyle==
@name forum.cgpersia.com - NEW STYLE
@namespace github.com/openstyles/stylus
@version 1.0.3
@description A new userstyle
@author blk
==/UserStyle== */
@-moz-document domain("forum.cgpersia.com") {
body,
html {
line-height: 1.5;
background: #111111;
}
.p-pageWrapper {
margin: auto;
max-width: 1800px;
}
.block-container.lbContainer {
background: none!important;
border: none!important;
}
.block--messages .message {
color: #ccc;
font-size: 14px;
border: none;
/* border: 1px solid #333; */
background: #1F1F1F;
}
.memberHeader-main {
background: #2b2b2b
}
.p-pageWrapper {
background: #111;
}
.p-header {
background: none;
}
.p-nav-inner {
background: #1f1f1f;
}
.tabs--standalone {
border: 1px solid #2f2f2f;
}
.actionBar-action--report {
color: #893C3C;
}
.message-attribution,
.tabs--standalone .tabs-tab {
border-bottom: none;
}
.p-nav,
.p-header,
.pageNav-page.pageNav-page--current,
.p-breadcrumbs::before {
border: none;
}
.label.label--gray {
background: #452d66; /* aka macos */
}
/* .label.label--gamedev {
background-color: #002c5d;
}
.label.label--reqopen {
background-color: #0f4e3b;
}
.label.label--reqclose {
background-color: #2b3237;
}
.label.label--app {
background-color: #5a1414;
}
.label.label--model {
background-color: #7a5900;
}
.label.label--plugin {
background-color: #7c3b00;
}
.label.label--misc {
background-color: #006f6b;
}
.label.label--textures {
background-color: #7f3b06;
}
.label.label--tutorial {
background-color: #0f4e43;
}
.label.label--general {
background-color: #004c47;
} */
.label,
.label.label--gray,
.label.label--gamedev,
.label.label--reqopen,
.label.label--reqclose,
.label.label--app,
.label.label--model,
.label.label--plugin,
.label.label--misc,
.label.label--textures,
.label.label--tutorial,
.label.label--general {
border: 1px solid rgba(255, 255, 255, .2);
font-size: 10px;
line-height: 1.2;
border-radius: 1px;
}
.node-title,
.structItem-title,
.p-title-value {
display: flex;
align-items: center;
}
.node--unread .node-title::before {
margin-top: 0!important;
}
.is-unread .structItem-title::before,
.node--unread .node-title::before {
border: 1px solid rgba(255, 255, 255, .2);
font-size: 10px;
line-height: 1.5;
height: 15px;
margin-top: 4px;
padding: 0 5px;
border-radius: 2px;
}
.p-breadcrumbs > li:last-child a,
.structItem-title a {
color: #dfdfdf!important;
}
.is-unread .structItem-title,
.node--unread .node-title {
font-size: 14px;
}
.userBanner {
border: 1px solid rgba(255, 255, 255, .1) !important;
width: 100px;
padding: 4px;
margin: auto;
}
[data-username] {
background: black!important;
color: #218BF4!important;
padding: 0px 4px !important;
}
.bbCodeBlock-title {
color: #999;
}
.bbWrapper a:link {
color: #3399FF;
}
.bbWrapper a:visited {
color: #B380FF;
}
.bbWrapper a:hover {
color: #66B2FF;
}
/*
.bbWrapper a:active {
color: #FF6347;
}
*/
.message-userExtras,
.userTitle.message-userTitle {
color: #aaa;
}
.message-cell.message-cell--main {
border: 1px solid #333;
}
.message-cell.message-cell--user {
background: #1d1d1d;
border: 1px solid #333;
}
.cgp_spacer {
border-top: 1px solid #333
}
.p-nav-list .p-navEl,
.tabs-tab,
.p-breadcrumbs {
color: #aaa;
}
.p-nav-list .p-navEl:hover,
.tabs-tab:hover {
color: #fcfcfc;
}
.node-title a {
color: #dcdcdc;
font-weight: bold
}
.reactionsBar {
border: none;
background: #2c2c2c;
}
.structItem-cell {
padding: 7px;
}
.p-body-header,
.p-breadcrumbs {
background: #222;
border: 1px solid #3a3a3a;
}
.block-outer {
padding-bottom: 10px;
}
.block-container {
background: #1f1f1f !important;
border: 1px solid #333 !important;
}
.button--link,
.button--cta,
.button {
height: 30px;
}
.button,
a.button {
background: #37424E!important;
border: 1px solid rgba(255, 255, 255, .1) !important;
padding: 5px 10px;
}
.button.button--primary:hover,
a.button.button--cta:hover,
a.button:hover {
background: #465A70 !important;
border: 1px solid rgba(255, 255, 255, .1) !important;
}
.block-filterBar,
.block-header {
background: #2c2c2c;
}
}