membership-app
flexsoft.site:7428 - Nov 2023 by missyano
Details
Authormissyano
LicenseNo License
Categoryhttps://flexsoft.site:7428/#home_page
Created
Updated
Size7.3 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 flexsoft.site:7428 - Nov 2023
@version 20231109.10.03
@namespace ?
==/UserStyle== */
@-moz-document domain("flexsoft.site:7428") {
@CHARSET "UTF-8";
/**********************************************************************************************
************* Components ********************************************************************
********************************************************************************************/
@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&display=swap";
/***************************************** Base *********************************************/
:root {
--mdc-theme-primary: #ee2c24;
--mdc-theme-text-primary-on-primary: white;
/* From Bootstrap v5.2.3 (https://getbootstrap.com/) */
--fx-blue: #0d6efd;
--fx-indigo: #6610f2;
--fx-purple: #6f42c1;
--fx-pink: #ea4c89;
--fx-red: #dc3545;
--fx-orange: #fd7e14;
--fx-yellow: #ffc107;
--fx-green: #198754;
--fx-teal: #33d685;
--fx-cyan: #0dcaf0;
--fx-black: #000;
--fx-white: #fff;
--fx-gray: #6e7985;
--fx-gray-dark: #313c47;
--fx-gray-100: #f8f9fc;
--fx-gray-200: #f3f5f9;
--fx-gray-300: #e2e5ec;
--fx-gray-400: #ccd2da;
--fx-gray-500: #9ea7b1;
--fx-gray-600: #6e7985;
--fx-gray-700: #41505f;
--fx-gray-800: #313c47;
--fx-gray-900: #212830;
--fx-primary: #506fd9;
--fx-secondary: #6e7985;
--fx-success: #0cb785;
--fx-info: #0dcaf0;
--fx-warning: #ffc107;
--fx-danger: #dc3545;
--fx-light: #f8f9fc;
--fx-dark: #212830;
--fx-primary-rgb: 80, 111, 217;
--fx-secondary-rgb: 110, 121, 133;
--fx-success-rgb: 12, 183, 133;
--fx-info-rgb: 13, 202, 240;
--fx-warning-rgb: 255, 193, 7;
--fx-danger-rgb: 220, 53, 69;
--fx-light-rgb: 248, 249, 252;
--fx-dark-rgb: 33, 40, 48;
--fx-white-rgb: 255, 255, 255;
--fx-black-rgb: 0, 0, 0;
--fx-body-color-rgb: 65, 80, 95;
--fx-body-bg-rgb: 251, 252, 254;
--fx-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--fx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
--fx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
--fx-body-font-family: Open Sans, sans-serif;
--fx-body-font-size: 0.875rem;
--fx-body-font-weight: 400;
--fx-body-line-height: 1.5;
--fx-body-color: #41505f;
--fx-body-bg: #fbfcfe;
--fx-border-width: 1px;
--fx-border-style: solid;
--fx-border-color: #e2e5ec;
--fx-border-color-translucent: rgba(0, 0, 0, 0.175);
--fx-border-radius: 0.25rem;
--fx-border-radius-sm: 0.25rem;
--fx-border-radius-lg: 0.5rem;
--fx-border-radius-xl: 1rem;
--fx-border-radius-2xl: 2rem;
--fx-border-radius-pill: 50rem;
--fx-link-color: #506fd9;
--fx-link-hover-color: #4059ae;
--fx-code-color: #ea4c89;
--fx-highlight-bg: #fff3cd;
}
body {
margin: 0;
font-family: var(--fx-body-font-family);
font-size: var(--fx-body-font-size) ;
font-weight: var(--fx-body-font-weight);
line-height: var(--fx-body-line-height);
color: var(--fx-body-color);
text-align: var(--fx-body-text-align);
background-color: var(--fx-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
@font-face {
font-family: 'Roboto Slab';
src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'), url(https://fonts.gstatic.com/s/robotoslab/v7/BngMUXZYTXPIvIBgJJSb6ufN5qU.woff2) format('woff2');
}
.mdc-form-field {
padding-top: 14px;
}
.mdc-form-field > button.mdc-select {
width: 70%;
max-width: 70%;
margin-left: 5px;
height: 27px;
/* border-radius: 10px; */
border-style: inset;
/* temporary workaround to make this consistent with other components)*/
border-color: #ddd;
border-width: 2px;
border-bottom-color: #eee;
/* border-top-color: #eee; */
/* border-left-color: #eee; */
/* border-right-color: #eee; */
}
/***************************************** Header *********************************************/
.mdc-toolbar {
background-color: #fff;
color: black;
}
.mdc-toolbar__title {
font-size: 28px;
text-align: center;
word-wrap: break-word;
font-weight: bolder;
white-space: normal;
margin-left: 0px;
}
/***************************************** Add / Edit Panes *********************************************/
jdl-add-pane {
display: block;
flex: 1;
}
jdl-add-pane .mdc-form-field > label {
width: 30%;
overflow: hidden;
text-overflow: ellipsis;
font-size: larger;
}
.mdc-textfield {
/* TODO: Enable round borders next time (version 2) */
/* border-radius: 10px; */
font-size: small;
}
.mdc-textfield__input {
/* TODO: Enable round borders for 'select' components too next time (version 2) */
/* border-radius: 10px; */
font-family: 'Roboto Slab', serif;
font-size: small;
}
/***************************************** Buttons *********************************************/
button.mdc-button {
height: 40px;
border-radius: 14px;
font-size: larger;
background: linear-gradient(to right,#ff6100 0%,#ff0000 52%,#ff6100 100%);
}
/***************************************** Filters *********************************************/
div[data-role='content'] > div[data-role='filter'] + div.mdc-form-field {
font-family: 'Roboto Slab', serif;
}
/***************************************** List View *********************************************/
th.integer, td.integer, input.integer, th.money, td.money, input.money,
th.number, td.number, input.number, th.double, td.double, input.double {
text-align: right;
}
tr:nth-child(2n) {
background: #ededed;
}
/***************************************** Menu *********************************************/
jdl-listview[data-list-name='__menu'] {
position: absolute;
bottom: 0px;
display: flex;
}
jdl-listview[data-list-name='__menu'] div[data-item-id] {
flex: 1;
text-align: center;
}
/***************************************** Label *********************************************/
jdl-label {
font-size: 14px;
font-weight: 600;
margin-bottom: 3px;
}
/**********************************************************************************************
******************************************* Pages *******************************************
********************************************************************************************/
div[data-role="content"] {
/* This rule from event.css */
/* display: flex; */
/* flex-direction: column; */
/* flex: 1; */
/* padding: 1em; */
/* padding-top: 0px; */
/* overflow: hidden; */
}
jdl-page {
flex-direction: column;
width: 100%;
margin-right: auto;
margin-left: auto;
padding: 30px;
position: relative;
background: #fff;
}
/************************************** Landing Page ******************************************/
#logo {
width: 90px;
height: 90px;
margin: 0 auto;
}
}