Skip to content

Magnetadmin by pappak

Details

Authorpappak

LicenseNo License

CategoryUserstyles

Created

Updated

Size4.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Admin2Theme brings joy.

Notes

Supercool Admin2

Source code

/* ==UserStyle==
@name         Magnetadmin
@version      20220405.10.32
@namespace    userstyles.world/user/pappak
@description  Admin2Theme brings joy.
@author       pappak
@license      No License
==/UserStyle== */

@-moz-document domain("admin.magnetevents.com") {
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

/* BODY */
body {
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
/* HEADER */
#PageHeader {
    padding: 2em;
    background-color: rgba(0, 0, 0, .05);
    color: #E6007E;
}

/* CHECKBOX */
input[type="checkbox"],
input[type="radio"] {
    margin: 3px 3px 3px;
    line-height: normal;
}

/* BUTTON */
.btn-primary {
    box-shadow: inset 0px 11px 5px 0px #d500b1;
    background: linear-gradient(to bottom, #ce0071 5%, #fb0089 100%);
    background-color: #E6007E;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    color: #ffffff;
    font-family: Quicksand;
    font-size: 12px;
    padding: 6px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #263666;
}

.btn-primary:hover {
    background: linear-gradient(to bottom, #ce0071 5%, #fb0089 100%);
    background-color: #E6007E;
}

.btn-primary:active {
    position: relative;
    top: 1px;
}

#PageHeader .btn.btn-primary {
    background-color: #E6007E;
    border-color: rgba(26, 145, 189, .5);
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #f00092;
    border-radius: 0;
}


/* FONT */
#PageHeader h1 {
    font-weight: 100;
    font-size: 25px;
    margin: 0 0 .4em;
}

@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/quicksand/v24/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Quicksand;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a {
    color: #E6007E;
}

/* NAVBAR */
.navbar-default {
    padding: 8px;
    background: linear-gradient(to bottom, #ce0071 5%, #fb0089 100%);
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: 3px 3px 5px -1px #727272;
    border-bottom: 1px solid rgb(38, 100, 166);
    background-clip: padding-box;
}
/* NAVBAR :active */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #ff008c;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #ff008c;
}

/* NAVBAR - Dropdown */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #E6007E;
    outline: 0;
}

/* NAVBAR - NavNav */
#PageHeader .nav-tabs > li.active > a,
#PageHeader .nav-tabs > li.active > a:focus,
#PageHeader .nav-tabs > li.active > a:hover {
    color: #E6007E;
    cursor: default;
    background-color: transparent;
    border: 0 solid transparent;
}

#PageHeader .nav-tabs > li > a::after {
    display: block;
    content: "";
    width: calc(100% - 20px);
    border-bottom: 3px solid #E6007E;
    position: absolute;
    bottom: -5px;
    transition: bottom .15s ease-out;
}

/* TABLE */
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    font-size: 14px;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .8);
    background: linear-gradient(to bottom, #ce0071 5%, #fb0089 100%);
}

/* PANEL */
.panel-primary > .panel-heading {
    background-color: #e6007e;
}

.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #e6007e;
    border-color: #ca006f;
}
}

Reviews

No reviews yet.