Custom CSS
ADM by mallowigi
Details
Authormallowigi
LicenseNo License
Categoryadm
Created
Updated
Size7.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ADM
@version 20220707.06.31
@namespace userstyles.world/user/mallowigi
@description Custom CSS
@author mallowigi
@license No License
==/UserStyle== */
@-moz-document regexp("https?://.*/dyadmin2/.*") {
* {
font-weight: 400 !important;
}
body {
font-family: Roboto, "Proxima Nova" !important;
}
.top-nav {
background-color: #3498db;
}
.side-nav-options {
width: 220px !important;
}
.card {
background: #fff;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .3);
border-radius: 5px;
overflow: hidden;
transition: all .3s ease 0s;
}
.card:hover {
-moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .5);
-webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .5);
box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .5);
-moz-transform: translate3D(0, -5px, 0);
-webkit-transform: translate3D(0, -5px, 0);
transform: translate3D(0, -5px, 0);
position: relative;
z-index: 3;
}
.mat-list-item-content .menu-title {
text-transform: uppercase;
font-size: 14px !important;
}
dy-logo-loader ~ * .panel-wrapper {
-webkit-filter: blur(5px) !important;
filter: blur(5px) !important;
}
table tr:nth-child(even) {
background-color: aliceblue;
}
.card-block,
.panel-heading {
background-color: #3498db !important;
border: #3498db 20px solid !important;
margin: -20px !important;
margin-bottom: 0 !important;
display: flex;
flex-direction: column;
}
.card-block .card-title,
.panel-heading .card-title {
color: white !important;
}
.card-block .mat-input-infix label,
.card-block .mat-input-infix input,
.panel-heading .mat-input-infix label,
.panel-heading .mat-input-infix input {
color: white !important;
}
.card-block control-table {
flex: 1;
display: flex;
flex-direction: column;
}
.card-block control-table > div {
flex: 1;
}
.mat-input-underline .mat-input-ripple {
background-color: white !important;
}
search-input .mat-form-field-infix {
width: 100%;
}
.mat-input-element {
caret-color: white;
}
.card-title {
font-size: 2rem;
}
features table td:nth-child(2) span {
display: inline-block;
line-height: 1;
vertical-align: baseline;
margin: 0 .14285714em;
background-image: none;
padding: .5833em .833em;
text-transform: none;
font-weight: 700;
border: 0 solid rgba(0, 0, 0, 0);
border-radius: .28571429rem;
-webkit-transition: background .1s ease;
transition: background .1s ease;
font-size: .70rem;
background-color: #C56EC0;
color: white;
}
sections table td:nth-child(5) span,
publishers table td:nth-child(4) span {
display: inline-block;
line-height: 1;
vertical-align: baseline;
margin: 0 .14285714em;
background-image: none;
padding: .5833em .833em;
text-transform: none;
font-weight: 700;
border: 0 solid rgba(0, 0, 0, 0);
border-radius: .28571429rem;
-webkit-transition: background .1s ease;
transition: background .1s ease;
font-size: .70rem;
background-color: darkgreen;
color: white;
}
.material-icons[aria-label*="open_in_new"] {
color: #0091ea !important;
}
.mat-primary .material-icons[aria-label*="open_in_new"] {
color: white !important;
}
tr {
display: flex;
flex-direction: row;
align-items: baseline;
}
tr td,
tr th {
flex: 1;
}
publishers tr th:nth-child(1),
publishers tr td:nth-child(1),
publishers tr th:nth-child(3),
publishers tr td:nth-child(3),
publishers tr th:nth-child(7),
publishers tr td:nth-child(7),
sections tr th:nth-child(3),
sections tr td:nth-child(3),
sections tr th:nth-child(6),
sections tr td:nth-child(6),
sections tr th:nth-child(7),
sections tr td:nth-child(7),
sections tr th:nth-child(8),
sections tr td:nth-child(8),
sections tr th:nth-child(9),
sections tr td:nth-child(9),
users tr th:nth-child(1),
users tr td:nth-child(1),
users tr th:nth-child(2),
users tr td:nth-child(2),
users tr th:nth-child(5),
users tr td:nth-child(5),
users tr th:nth-child(6),
users tr td:nth-child(6),
admin-users tr th:nth-child(1),
admin-users tr td:nth-child(1),
admin-users tr th:nth-child(4),
admin-users tr td:nth-child(4),
admin-users tr th:nth-child(5),
admin-users tr td:nth-child(5),
dashboard tr th:nth-child(5),
dashboard tr td:nth-child(5) {
flex: 0.5;
}
features tr th:nth-child(1),
features tr td:nth-child(1),
features tr th:nth-child(4),
features tr td:nth-child(4),
features tr th:nth-child(5),
features tr td:nth-child(5),
features tr th:nth-child(6),
features tr td:nth-child(6),
features tr th:nth-child(7),
features tr td:nth-child(7),
dashboard tr th:nth-child(1),
dashboard tr td:nth-child(1),
dashboard tr th:nth-child(3),
dashboard tr td:nth-child(3),
dashboard tr th:nth-child(6),
dashboard tr td:nth-child(6),
[_ngcontent-c16] control-table tr th:nth-child(3),
[_ngcontent-c16] control-table tr td:nth-child(3),
[_ngcontent-c16] control-table tr th:nth-child(4),
[_ngcontent-c16] control-table tr td:nth-child(4) {
flex: 0.25;
}
}
@-moz-document url-prefix("https://adm.dyqa.io"), url-prefix("https://adm-danger.dynamicserving.com"), url-prefix("https://adm.dynamicyield.com"), url-prefix("http://localhost:3000"), domain("dynamicyield.com") {
:root {
--adm-font: 'Proxima Nova', 'ProximaNova';
--mono-font: 'Monaco','Operator Mono';
--header-font: 'Mont HeavyDEMO','Mont','Montserrat';
}
*,
.tfa-form .text,
.genText,
.ui-datepicker .ui-datepicker-title span,
.dropdown .dropdown-menu,
.password-input .alert,
#two-factor-modal,
.navbar .poweredby .powered,
.navbar .poweredby .bydy,
.navbar .drop-item,
.navbar .nav li a,
.navbar .publisher,
#signup span,
#login span.username,
.btn.btn-primary-a,
.btn.btn-primary-b,
.tableButton,
.cbxSection .cboxTitle,
.cboxTitle,
.dtInfo,
.tpRow .tpLiveSince,
.tpShortRow .tpLiveSince,
.noResultsText,
.tpTotals .tpTitle,
.tpData .tpTitle,
.checkEmail,
.stsTitle,
.stsValue,
.boxTitle,
footer .ftMainTitle,
footer .ftLink,
footer .ftAllRights,
#cancelSignUp,
.getTagButton,
.dyButton,
.ui-autocomplete-input,
.ui-menu .ui-menu-item a,
.formTitle,
.genLabel, .variationLabel, .oneRowLabel,
.tpSocialScore,
.loginContact,
.checkEmailText,
#signUpTitle,
form label,
.editText,
.duplicateText,
#noDataContainer,
.compareTitle,
#loginForm .alert,
.editable,
.versionBox,
#experimentReport .experimentInfo,
.title-error-page,
div.contact-details *,
.ag-theme-balham,
.navbar,
#controls .control .ctrlTitle *,
.dropdown .dropdown-panel,
.md-text,
body #new-content,
.MuiTypography-body1,
.MuiTypography-body2,
.smart-wizard label,
.angular-app button, .angular-app html, .angular-app input, .angular-app p, .angular-app select, .angular-app span, .angular-app textarea {
font-family: var(--adm-font);
}
.DyGridTopRow_gridTitle__fSn5E,
h1, h2, h3 {
font-family: var(--header-font);
}
pre, code,
.ace_editor * {
font-family: var(--mono-font);
}
}