1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 05:47:23 +02:00

Bumped flavors to latest version

Recompiled all flavors, updated lite with latest rules and palettes.
This commit is contained in:
Angelos Chalaris
2017-04-28 11:39:02 +03:00
parent 1eb365726e
commit a560ffe346
13 changed files with 331 additions and 400 deletions

View File

@@ -1,4 +1,4 @@
# mini.css v2.1.2
# mini.css
A minimal, responsive, style-agnostic CSS framework
[![npm](https://img.shields.io/npm/v/mini.css.svg)](https://www.npmjs.com/package/mini.css)

47
dist/mini-dark.css vendored
View File

@@ -118,7 +118,6 @@ hr {
line-height: 1.25em;
margin: 0.5rem;
height: 1px;
background: -webkit-linear-gradient(to right, #616161, #9e9e9e, #616161);
background: linear-gradient(to right, #616161, #9e9e9e, #616161);
}
@@ -190,8 +189,7 @@ a {
color: #039be5;
text-decoration: underline;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: opacity 0.3s;
}
a:visited {
@@ -725,8 +723,7 @@ header .logo {
font-size: 1.75rem;
line-height: 1.3125em;
margin: 0.0625rem 0.375rem 0.0625rem 0.0625rem;
-webkit-transition: 0s opacity;
transition: 0s opacity;
transition: opacity 0.3s;
}
header button, header [type="button"],
@@ -984,8 +981,7 @@ a[role="button"], label[role="button"], [role="button"] {
padding: 0.5rem 0.75rem;
margin: 0.5rem;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: background 0.3s;
cursor: pointer;
}
@@ -1559,8 +1555,7 @@ table.striped tr:nth-of-type(2n) > td {
display: inline-block;
height: 1.5rem;
cursor: pointer;
-webkit-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
transition: background 0.3s;
background: #1d262a;
border: 1px solid #757575;
padding: 0.75rem;
@@ -1592,8 +1587,7 @@ table.striped tr:nth-of-type(2n) > td {
transform: scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transition: -webkit-transform 0.3s ease 0s,
transform 0.3s ease 0s;
transition: -webkit-transform 0.3s,
transform 0.3s;
}
@@ -1751,8 +1745,7 @@ mark.inline-block {
opacity: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip-path: inset(100%);
transition: all 0.3s;
z-index: 1010;
}
@@ -1779,6 +1772,8 @@ mark.inline-block {
.tooltip:before {
content: '';
background: transparent;
border: 0.5rem solid transparent;
left: 50%;
left: calc(50% - 0.5rem);
}
@@ -1808,13 +1803,6 @@ mark.inline-block {
.tooltip.bottom:after {
margin-top: 1rem;
}
}
@supports (left: calc(50% - 0.5rem)) or (left: -webkit-calc(50% - 0.5rem)) {
.tooltip:before {
left: -webkit-calc(50% - 0.5rem);
left: calc(50% - 0.5rem);
}
/*
Custom contextual background elements and alerts.
@@ -1864,10 +1852,11 @@ progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
height: 1rem;
width: 90%;
width: calc(100% - 1rem);
margin: 0.5rem 0.5rem;
border: 0;
border: 0;
border-radius: 2px;
background: #39444a;
color: #0277bd;
@@ -1896,14 +1885,6 @@ progress[value="1000"]::-moz-progress-bar {
progress[value="1000"]::-moz-progress-bar {
border-radius: 2px;
}
}
@supports (width: calc(100% - 2*0.5rem)) or (width: -webkit-calc(100% - 2*0.5rem)) {
progress {
width: -webkit-calc(100% - 2*0.5rem);
width: calc(100% - 2*0.5rem);
margin: 0.5rem 0.5rem;
}
@-webkit-keyframes spinner-donut-anim {
0% {
@@ -1968,7 +1949,8 @@ progress.tertiary::-moz-progress-bar {
}
progress.nano {
progress.nano {
height: 0.125rem;
width: calc(100% - 0);
margin: 0 0;
margin: 0 auto;
border-radius: 0;
@@ -2095,8 +2077,7 @@ ul.breadcrumbs li:last-child:after {
text-overflow: clip;
background: rgba(57, 68, 74, 0);
vertical-align: top;
vertical-align: top;
cursor: pointer;
cursor: pointer;
transition: background 0.3s;
}

File diff suppressed because one or more lines are too long

274
dist/mini-lite.css vendored
View File

@@ -19,13 +19,13 @@ html, * {
}
* {
font-size: 1em;
font-size: 1rem;
}
body {
margin: 0;
color: #212121;
background: #f5f5f5;
background: #f8f8f8;
}
article, aside, section, figcaption, figure, main, details, menu {
@@ -64,47 +64,47 @@ dfn {
h1, h2, h3, h4, h5, h6 {
line-height: 1.2em;
margin: 12px 8px;
margin: 0.75rem 0.5rem;
font-weight: 500;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
color: #424242;
display: block;
margin-top: -4px;
margin-top: -0.25rem;
}
h1 {
font-size: 2em;
font-size: 2rem;
}
h2 {
font-size: 1.5em;
font-size: 1.6875rem;
}
h3 {
font-size: 1.25em;
font-size: 1.4375rem;
}
h4 {
font-size: 1.1em;
font-size: 1.1875rem;
}
h5 {
font-size: 1em;
font-size: 1rem;
}
h6 {
font-size: 0.85em;
font-size: 0.8125rem;
}
p {
margin: 1px 8px;
margin: 0.5rem;
}
ol, ul {
margin: 1px 8px 10px;
padding-left: 28px;
margin: 0.5rem;
padding-left: 1rem;
}
b, strong {
@@ -116,9 +116,9 @@ hr {
border: 0;
overflow: visible;
line-height: 1.25em;
margin: 8px;
margin: 0.5rem;
height: 0;
border-top: 1px solid #424242;
border-top: 1px solid #8c8c8c;
}
blockquote {
@@ -126,17 +126,17 @@ blockquote {
position: relative;
font-style: italic;
background: #eeeeee;
margin: 8px 10px;
padding: 6px 10px 24px;
margin: 0.5rem;
padding: 0.5rem 0.5rem 1.5rem;
border-radius: 0 2px 2px 0;
}
blockquote:after {
position: absolute;
font-style: normal;
font-size: 0.85em;
color: #616161;
left: 10px;
font-size: 0.875rem;
color: #505050;
left: 0.625rem;
bottom: 0;
content: "— " attr(cite);
}
@@ -148,34 +148,34 @@ code, kbd, pre, samp {
code {
border-radius: 2px;
background: #e0e0e0;
padding: 2px 4px;
padding: 0.125rem 0.25rem;
}
pre {
overflow: auto;
border-radius: 0 2px 2px 0;
background: #e0e0e0;
padding: 12px;
margin: 8px 10px;
padding: 0.75rem;
margin: 0.5rem;
}
kbd {
border-radius: 2px;
background: #212121;
background: #0c0c0c;
color: #fafafa;
padding: 2px 4px;
padding: 0.125rem 0.25rem;
}
small, sup, sub {
font-size: 75%;
font-size: 0.75em;
}
sup {
top: -8px;
top: -0.5em;
}
sub {
bottom: -4px;
bottom: -0.25em;
}
sup, sub {
@@ -188,8 +188,7 @@ a {
color: #0277bd;
text-decoration: underline;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: opacity 0.3s;
}
a:visited {
@@ -201,7 +200,7 @@ a:hover, a:focus, a:active {
}
figcaption {
font-size: 80%;
font-size: 0.8125rem;
color: #424242;
}
@@ -210,7 +209,7 @@ figcaption {
*/
.container {
margin: 0 auto;
padding: 0 10px;
padding: 0 0.75rem;
}
.row {
@@ -232,7 +231,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
@media screen and (min-width: 768px) {
@@ -241,7 +240,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
}
@@ -251,7 +250,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
}
@@ -262,7 +261,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
.col-sm,
@@ -430,7 +429,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
.col-md,
.row.cols-md > * {
@@ -571,7 +570,7 @@ figcaption {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0 4px;
padding: 0 0.25rem;
}
.col-lg,
.row.cols-lg > * {
@@ -709,32 +708,30 @@ figcaption {
*/
header {
display: block;
height: 44px;
background: #263238;
color: #fafafa;
padding: 2px 8px;
height: 2.75rem;
background: #12171a;
color: #f5f5f5;
padding: 0.125rem 0.5rem;
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
}
header .logo {
color: #fafafa;
font-size: 1.75em;
line-height: 1.2;
margin: 1px 6px 1px 1px;
padding: 3px 0 0;
-webkit-transition: 0s opacity;
transition: 0s opacity;
color: #f5f5f5;
font-size: 1.75rem;
line-height: 1.3125em;
margin: 0.0625rem 0.375rem 0.0625rem 0.0625rem;
transition: opacity 0.3s;
}
header button, header [type="button"],
header a.button, header label.button, header .button,
header a[role="button"], header label[role="button"], header [role="button"] {
background: #263238;
color: #fafafa;
background: #12171a;
color: #f5f5f5;
vertical-align: top;
margin: 2px 0 0;
margin: 0.125rem 0;
}
header button:hover, header button:active, header button:focus, header [type="button"]:hover, header [type="button"]:active, header [type="button"]:focus,
@@ -744,7 +741,7 @@ header a.button:focus, header label.button:hover, header label.button:active, he
header a[role="button"]:hover,
header a[role="button"]:active,
header a[role="button"]:focus, header label[role="button"]:hover, header label[role="button"]:active, header label[role="button"]:focus, header [role="button"]:hover, header [role="button"]:active, header [role="button"]:focus {
background: #37474f;
background: #20292e;
}
header .logo, header a.button, header a[role="button"] {
@@ -753,15 +750,15 @@ header .logo, header a.button, header a[role="button"] {
footer {
display: block;
background: #263238;
color: #fafafa;
margin: 18px 0 0;
padding: 22px 10px 12px;
font-size: 85%;
background: #192024;
color: #f5f5f5;
margin: 1rem 0 0;
padding: 1.5rem 0.5rem 0.75rem;
font-size: 0.875rem;
}
footer a, footer a:visited {
color: #039be5;
color: #0288d1;
}
header.sticky, footer.sticky {
@@ -783,16 +780,16 @@ footer.sticky {
*/
form {
background: #eeeeee;
border: 1px solid #bdbdbd;
margin: 8px;
padding: 12px 10px 18px;
border: 1px solid #c9c9c9;
margin: 0.5rem;
padding: 0.75rem 0.5rem 1.125rem;
}
fieldset {
border: 1px solid #bdbdbd;
border: 1px solid #d0d0d0;
border-radius: 2px;
margin: 2px;
padding: 6px 8px 8px;
margin: 0.125rem;
padding: 0.5rem;
}
legend {
@@ -801,12 +798,12 @@ legend {
max-width: 100%;
white-space: normal;
font-weight: 700;
font-size: 0.925em;
padding: 2px 4px;
font-size: 0.875rem;
padding: 0.125rem 0.25rem;
}
label {
padding: 4px;
padding: 0.25rem;
}
.input-group {
@@ -836,10 +833,10 @@ input:not([type]), [type="text"], [type="email"], [type="number"], [type="search
box-sizing: border-box;
background: #fafafa;
color: #212121;
border: 1px solid #bdbdbd;
border-radius: 1px;
margin: 2px;
padding: 8px 12px;
border: 1px solid #c9c9c9;
border-radius: 2px;
margin: 0.25rem;
padding: 0.5rem 0.75rem;
}
input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover, input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus, textarea:hover, textarea:focus, select:hover, select:focus {
@@ -858,8 +855,8 @@ input:not([type="button"]):not([type="submit"]):not([type="reset"]):invalid, inp
}
input:not([type="button"]):not([type="submit"]):not([type="reset"])[readonly], textarea[readonly], select[readonly] {
background: #e0e0e0;
border-color: #bdbdbd;
background: #e5e5e5;
border-color: #c9c9c9;
}
::-webkit-input-placeholder {
@@ -900,15 +897,14 @@ button, [type="button"], [type="submit"], [type="reset"],
a.button, label.button, .button,
a[role="button"], label[role="button"], [role="button"] {
display: inline-block;
background: rgba(189, 189, 189, 0.65);
background: rgba(208, 208, 208, 0.75);
color: #212121;
border: 0;
border-radius: 2px;
padding: 8px 12px;
margin: 8px;
padding: 0.5rem 0.75rem;
margin: 0.5rem;
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: background 0.3s;
cursor: pointer;
}
@@ -919,7 +915,7 @@ a.button:focus, label.button:hover, label.button:active, label.button:focus, .bu
a[role="button"]:hover,
a[role="button"]:active,
a[role="button"]:focus, label[role="button"]:hover, label[role="button"]:active, label[role="button"]:focus, [role="button"]:hover, [role="button"]:active, [role="button"]:focus {
background: rgba(189, 189, 189, 0.8);
background: #d0d0d0;
opacity: 1;
}
@@ -929,7 +925,7 @@ a.button[disabled], label.button:disabled, label.button[disabled], .button:disab
a[role="button"]:disabled,
a[role="button"][disabled], label[role="button"]:disabled, label[role="button"][disabled], [role="button"]:disabled, [role="button"][disabled] {
cursor: not-allowed;
opacity: 0.65;
opacity: 0.75;
}
input[type="file"] {
@@ -970,7 +966,7 @@ input[type="file"] {
height: 16px;
content: '';
border: 1px solid #bdbdbd;
border-radius: 1px;
border-radius: 2px;
background: #fafafa;
color: #212121;
margin-left: -20px;
@@ -1025,7 +1021,7 @@ button.primary:hover, button.primary:active, button.primary:focus, [type="button
button.secondary, [type="button"].secondary, [type="submit"].secondary,
[type="reset"].secondary, .button.secondary, [role="button"].secondary {
background: rgba(198, 40, 40, 0.85);
background: rgba(198, 40, 40, 0.9);
color: #fafafa;
}
@@ -1038,7 +1034,7 @@ button.secondary:hover, button.secondary:active, button.secondary:focus, [type="
button.tertiary, [type="button"].tertiary, [type="submit"].tertiary,
[type="reset"].tertiary, .button.tertiary, [role="button"].tertiary {
background: rgba(104, 159, 56, 0.85);
background: rgba(95, 145, 51, 0.9);
color: #fafafa;
}
@@ -1046,21 +1042,19 @@ button.tertiary:hover, button.tertiary:active, button.tertiary:focus, [type="but
[type="reset"].tertiary:hover,
[type="reset"].tertiary:active,
[type="reset"].tertiary:focus, .button.tertiary:hover, .button.tertiary:active, .button.tertiary:focus, [role="button"].tertiary:hover, [role="button"].tertiary:active, [role="button"].tertiary:focus {
background: #689f38;
background: #5f9133;
}
button.small, [type="button"].small, [type="submit"].small,
[type="reset"].small, .button.small, [role="button"].small {
border-radius: 1px;
padding: 4px 6px;
margin: 6px 8px;
padding: 0.25rem 0.375rem;
}
button.large, [type="button"].large, [type="submit"].large,
[type="reset"].large, .button.large, [role="button"].large {
border-radius: 4px;
padding: 12px 18px;
margin: 10px 8px;
padding: 0.75rem 1.125rem;
}
/*
@@ -1069,23 +1063,23 @@ button.large, [type="button"].large, [type="submit"].large,
table {
border-collapse: separate;
border-spacing: 0;
border: 1px solid #bdbdbd;
border: 1px solid #c9c9c9;
margin: 0 auto;
}
table caption {
font-size: 1.5em;
margin: 6px 8px 12px;
font-size: 1.5rem;
margin: 0.5rem;
}
table tr {
padding: 8px;
padding: 0.5rem;
}
table th, table td {
padding: 10px;
border-left: 1px solid #bdbdbd;
border-top: 1px solid #bdbdbd;
padding: 0.625rem;
border-left: 1px solid #c9c9c9;
border-top: 1px solid #c9c9c9;
}
table td {
@@ -1124,14 +1118,14 @@ table th:first-child, table td:first-child {
}
table:not(.preset) tr {
display: block;
border: 1px solid #bdbdbd;
border: 1px solid #c9c9c9;
background: #fafafa;
margin-bottom: 10px;
margin-bottom: 0.625rem;
}
table:not(.preset) td {
display: block;
border: 0;
border-bottom: 1px solid #bdbdbd;
border-bottom: 1px solid #c9c9c9;
text-align: right;
}
table:not(.preset) td:before {
@@ -1163,15 +1157,18 @@ table th:first-child, table td:first-child {
position: relative;
width: 100%;
background: #fafafa;
border: 1px solid #9e9e9e;
margin: 2px 10px 20px;
border: 1px solid #acacac;
margin: 0.5rem;
overflow: hidden;
}
.card > .section {
box-sizing: border-box;
margin: 0;
border-bottom: 1px solid #bdbdbd;
padding: 6px 8px 6px;
border: 0;
border-radius: 0;
border-bottom: 1px solid #c9c9c9;
padding: 0.5rem;
width: 100%;
}
@@ -1182,10 +1179,6 @@ table th:first-child, table td:first-child {
object-fit: cover;
}
.card > button.section, .card .button.section, .card [role="button"].section, .card input.section {
border-radius: 0;
}
.card > .section:last-child {
border-bottom: 0;
}
@@ -1209,7 +1202,7 @@ table th:first-child, table td:first-child {
}
.card > .section.double-padded {
padding: 10px 12px 10px;
padding: 0.75rem;
}
/*
@@ -1218,10 +1211,10 @@ table th:first-child, table td:first-child {
mark {
background: #0277bd;
color: #fafafa;
font-size: 95%;
line-height: 1;
font-size: 0.9375em;
line-height: 1em;
border-radius: 2px;
padding: 2px 4px;
padding: 0.125em 0.25em;
}
mark.inline-block {
@@ -1241,13 +1234,13 @@ mark.tertiary {
mark.tag {
border-radius: 200px;
padding: 4px 8px;
padding: 0.25em 0.5em;
}
mark.inline-block {
font-size: 100%;
line-height: 1.35;
padding: 5px;
font-size: 1em;
line-height: 1.375em;
padding: 0.375em;
}
/*
@@ -1259,45 +1252,38 @@ progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 14px;
width: 100%;
height: 1rem;
width: 90%;
width: calc(100% - 1rem);
margin: 0.5rem 0.5rem;
border: 0;
border-radius: 1px;
margin: 2px auto;
background: #eeeeee;
color: #01579b;
border-radius: 2px;
background: #e0e0e0;
color: #0277bd;
}
progress::-webkit-progress-value {
background: #01579b;
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
background: #0277bd;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
progress::-webkit-progress-bar {
background: #eeeeee;
background: #e0e0e0;
}
progress::-moz-progress-bar {
background: #01579b;
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
background: #0277bd;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
progress[value="1000"]::-webkit-progress-value {
border-radius: 1px;
border-radius: 2px;
}
progress[value="1000"]::-moz-progress-bar {
border-radius: 1px;
}
@supports (width: calc(100% - 2*8px)) or (width: -webkit-calc(100% - 2*8px)) {
progress {
width: -webkit-calc(100% - 2*8px);
width: calc(100% - 2*8px);
margin: 2px 8px;
}
border-radius: 2px;
}
/*
@@ -1369,34 +1355,34 @@ progress.tertiary::-moz-progress-bar {
}
.responsive-margin {
margin: 4px !important;
margin: 0.25rem !important;
}
@media screen and (min-width: 768px) {
.responsive-margin {
margin: 6px !important;
margin: 0.375rem !important;
}
}
@media screen and (min-width: 1280px) {
.responsive-margin {
margin: 8px !important;
margin: 0.5rem !important;
}
}
.responsive-padding {
padding: 2px 4px !important;
padding: 0.125rem 0.25rem !important;
}
@media screen and (min-width: 768px) {
.responsive-padding {
padding: 4px 6px !important;
padding: 0.25rem 0.375rem !important;
}
}
@media screen and (min-width: 1280px) {
.responsive-padding {
padding: 6px 8px !important;
padding: 0.375rem 0.5rem !important;
}
}

File diff suppressed because one or more lines are too long

61
dist/mini-nord.css vendored
View File

@@ -3,7 +3,7 @@
Flavor name: Nord (mini-nord)
Author: tphecca (https://github.com/tphecca)
Maintainers: tphecca
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.3 (Fermion)
*/
/*
Browsers resets and base typography.
@@ -118,7 +118,6 @@ hr {
line-height: 1.25em;
margin: 8px;
height: 1px;
background: -webkit-linear-gradient(to right, #ECEFF4, #D8DEE9, #ECEFF4);
background: linear-gradient(to right, #ECEFF4, #D8DEE9, #ECEFF4);
}
@@ -195,8 +194,7 @@ a {
color: #88C0D0;
text-decoration: underline;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: opacity 0.3s;
}
a:visited {
@@ -732,8 +730,7 @@ header .logo {
line-height: 1.2;
margin: 1px 6px 1px 1px;
padding: 3px 0 0;
-webkit-transition: 0s opacity;
transition: 0s opacity;
transition: opacity 0.3s;
}
header button, header [type="button"],
@@ -771,6 +768,7 @@ nav {
nav a, nav a:visited {
display: block;
color: #88C0D0;
text-decoration: none;
}
nav .sublink-1 {
@@ -990,8 +988,7 @@ a[role="button"], label[role="button"], [role="button"] {
margin: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: background 0.3s;
cursor: pointer;
}
@@ -1472,11 +1469,14 @@ table.striped tr:nth-of-type(2n) > td {
border: 1px solid #D8DEE9;
margin: 2px 10px 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), 0 2px 3px rgba(0, 0, 0, 0.26);
overflow: hidden;
}
.card > .section {
box-sizing: border-box;
margin: 0;
border: 0;
border-radius: 0;
border-bottom: 1px solid #E5E9F0;
padding: 6px 8px 6px;
width: 100%;
@@ -1489,10 +1489,6 @@ table.striped tr:nth-of-type(2n) > td {
object-fit: cover;
}
.card > button.section, .card .button.section, .card [role="button"].section, .card input.section {
border-radius: 0;
}
.card > .section:last-child {
border-bottom: 0;
}
@@ -1571,8 +1567,7 @@ table.striped tr:nth-of-type(2n) > td {
display: inline-block;
height: 26px;
cursor: pointer;
-webkit-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
transition: background 0.3s;
background: #D8DEE9;
border: 1px solid #9e9e9e;
padding: 8px 12px;
@@ -1604,8 +1599,7 @@ table.striped tr:nth-of-type(2n) > td {
transform: scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transition: -webkit-transform 0.3s ease 0s,
transform 0.3s ease 0s;
transition: -webkit-transform 0.3s,
transform 0.3s;
}
@@ -1764,8 +1758,7 @@ mark.inline-block {
opacity: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip-path: inset(100%);
transition: all 0.3s;
z-index: 1010;
}
@@ -1774,11 +1767,11 @@ mark.inline-block {
left: 50%;
}
.tooltip:not(.bottom):before, .tooltip:not(.bottom):after {
bottom: 75%;
}
.tooltip.bottom:before, .tooltip.bottom:after {
top: 75%;
}
@@ -1792,6 +1785,8 @@ mark.inline-block {
.tooltip:before {
content: '';
background: transparent;
border: 6px solid transparent;
left: 50%;
left: calc(50% - 6px);
}
@@ -1822,13 +1817,6 @@ mark.inline-block {
.tooltip.bottom:after {
margin-top: 12px;
}
}
@supports (left: calc(50% - 6px)) or (left: -webkit-calc(50% - 6px)) {
.tooltip:before {
left: -webkit-calc(50% - 6px);
left: calc(50% - 6px);
}
/*
Custom contextual background elements and alerts.
@@ -1878,10 +1866,11 @@ progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
height: 14px;
width: 90%;
width: calc(100% - 16px);
margin: 2px 8px;
border: 0;
border: 0;
border-radius: 1px;
box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.1), 0 0.5px 0.5px rgba(0, 0, 0, 0.15);
background: #D8DEE9;
@@ -1911,14 +1900,6 @@ progress[value="1000"]::-moz-progress-bar {
progress[value="1000"]::-moz-progress-bar {
border-radius: 1px;
}
}
@supports (width: calc(100% - 2*8px)) or (width: -webkit-calc(100% - 2*8px)) {
progress {
width: -webkit-calc(100% - 2*8px);
width: calc(100% - 2*8px);
margin: 2px 8px;
}
@-webkit-keyframes spinner-donut-anim {
0% {
@@ -1983,7 +1964,8 @@ progress.tertiary::-moz-progress-bar {
}
progress.nano {
progress.nano {
height: 2px;
width: calc(100% - 0);
margin: 0 0;
margin: 0 auto;
border-radius: 0;
@@ -2112,8 +2094,7 @@ ul.breadcrumbs li:last-child:after {
text-overflow: clip;
background: rgba(236, 239, 244, 0);
vertical-align: top;
vertical-align: top;
cursor: pointer;
cursor: pointer;
transition: background 0.3s;
}

File diff suppressed because one or more lines are too long

61
dist/mini-sucroa.css vendored
View File

@@ -3,7 +3,7 @@
Flavor name: Sucroa (mini-sucroa)
Author: Angeliki Daskalakis
Maintainers: Angeliki Daskalakis, Angelos Chalaris (chalarangelo@gmail.com)
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.3 (Fermion)
*/
@import url("https://fonts.googleapis.com/css?family=Cousine:400,400i,700|Libre+Baskerville:400,400i,700&subset=latin-ext");
/*
@@ -120,7 +120,6 @@ hr {
line-height: 1.3em;
margin: 10px;
height: 1px;
background: -webkit-linear-gradient(to right, #5d545f, #1e1320, #5d545f);
background: linear-gradient(to right, #5d545f, #1e1320, #5d545f);
}
@@ -197,8 +196,7 @@ a {
color: #5664a3;
text-decoration: underline;
opacity: 1;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: opacity 0.3s;
}
a:visited {
@@ -734,8 +732,7 @@ header .logo {
line-height: 1.5;
margin: 6px 6px 1px 1px;
padding: 6px 0 0;
-webkit-transition: 0s opacity;
transition: 0s opacity;
transition: opacity 0.3s;
}
header button, header [type="button"],
@@ -776,6 +773,7 @@ nav {
nav a, nav a:visited {
display: block;
color: #6979c6;
text-decoration: none;
}
nav .sublink-1 {
@@ -977,8 +975,7 @@ a[role="button"], label[role="button"], [role="button"] {
margin: 10px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
text-decoration: none;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
transition: background 0.3s;
cursor: pointer;
}
@@ -1328,11 +1325,14 @@ table.striped tr:nth-of-type(2n) > td {
border-radius: 2px;
margin: 4px 10px 22px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18), 0 2px 3px rgba(0, 0, 0, 0.26);
overflow: hidden;
}
.card > .section {
box-sizing: border-box;
margin: 0;
border: 0;
border-radius: 0;
border-bottom: 1px solid #c7b0b1;
padding: 8px 10px;
width: 100%;
@@ -1345,10 +1345,6 @@ table.striped tr:nth-of-type(2n) > td {
object-fit: cover;
}
.card > button.section, .card .button.section, .card [role="button"].section, .card input.section {
border-radius: 0;
}
.card > .section:last-child {
border-bottom: 0;
}
@@ -1431,8 +1427,7 @@ table.striped tr:nth-of-type(2n) > td {
display: inline-block;
height: 28px;
cursor: pointer;
-webkit-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
transition: background 0.3s;
background: #d3cae8;
border: 1px solid #a9a2ba;
padding: 10px 12px;
@@ -1472,8 +1467,7 @@ table.striped tr:nth-of-type(2n) > td {
transform: scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
-webkit-transition: -webkit-transform 0.3s ease 0s,
transform 0.3s ease 0s;
transition: -webkit-transform 0.3s,
transform 0.3s;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
@@ -1635,8 +1629,7 @@ mark.inline-block {
opacity: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
-webkit-clip-path: inset(100%);
clip-path: inset(100%);
clip-path: inset(100%);
transition: all 0.3s;
z-index: 1010;
}
@@ -1645,11 +1638,11 @@ mark.inline-block {
left: 50%;
}
.tooltip:not(.bottom):before, .tooltip:not(.bottom):after {
bottom: 75%;
}
.tooltip.bottom:before, .tooltip.bottom:after {
top: 75%;
}
@@ -1663,6 +1656,8 @@ mark.inline-block {
.tooltip:before {
content: '';
background: transparent;
border: 8px solid transparent;
left: 50%;
left: calc(50% - 8px);
}
@@ -1693,13 +1688,6 @@ mark.inline-block {
.tooltip.bottom:after {
margin-top: 16px;
}
}
@supports (left: calc(50% - 8px)) or (left: -webkit-calc(50% - 8px)) {
.tooltip:before {
left: -webkit-calc(50% - 8px);
left: calc(50% - 8px);
}
/*
Custom contextual background elements and alerts.
@@ -1749,10 +1737,11 @@ progress {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
appearance: none;
height: 16px;
width: 90%;
width: calc(100% - 20px);
margin: 2px 10px;
border: 0;
border: 0;
border-radius: 2px;
box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.1), 0 0.5px 0.5px rgba(0, 0, 0, 0.15);
background: #e8deff;
@@ -1782,14 +1771,6 @@ progress[value="1000"]::-moz-progress-bar {
progress[value="1000"]::-moz-progress-bar {
border-radius: 2px;
}
}
@supports (width: calc(100% - 2*10px)) or (width: -webkit-calc(100% - 2*10px)) {
progress {
width: -webkit-calc(100% - 2*10px);
width: calc(100% - 2*10px);
margin: 2px 10px;
}
@-webkit-keyframes spinner-donut-anim {
0% {
@@ -1854,7 +1835,8 @@ progress.tertiary::-moz-progress-bar {
}
progress.nano {
progress.nano {
height: 2px;
width: calc(100% - 0);
margin: 0 0;
margin: 0 auto;
border-radius: 0;
@@ -1984,8 +1966,7 @@ ul.breadcrumbs li:last-child:after {
text-overflow: clip;
background: rgba(232, 222, 255, 0);
vertical-align: top;
vertical-align: top;
cursor: pointer;
cursor: pointer;
transition: background 0.3s;
}

File diff suppressed because one or more lines are too long

View File

@@ -1052,3 +1052,5 @@
- Added better module descriptions in `modules.html`, updated the way their cards look, everything should look cleaner and better now.
- Updated `flavors.html` page, removed latest version, because it was not really all that useful. Flavors that are not updated can just list it in their description now.
- Updated all Codepens to use `https://gitcdn.link/repo/Chalarangelo/mini.css/master/dist/mini-default.min.css` instead of version-specific files. That was tiresome!
- Removed version from `README.md`, the npm shield has it listed, so no need to list it again!
- Updated `mini-lite` to use the latest ruleset and colors from `mini-default`.

View File

@@ -10,83 +10,83 @@
mini.css version: v2.1.2 (Fermion)
*/
// Basic rules for body and typography
$fore-color: #212121; // Text and general foreground color
$back-color: #f5f5f5; // Body background color
$base-font-family: // Default font stack for all elements:
$fore-color: #212121; // Text and general foreground color
$back-color: #f8f8f8; // Body background color
$base-font-family: // Default font stack for all elements:
'-apple-system, BlinkMacSystemFont,\"Segoe UI\",\"Roboto\", \"Droid Sans\",\"Helvetica Neue\", Helvetica, Arial, sans-serif';
// OS X and iOS system fonts (San Francisco) -> Windows system fonts -> Android system fonts (newer and older) -> Fallback fonts
$base-root-font-size: 16px; // Root font sizing for all elements [1]
$base-font-size: 1em; // Default font sizing for all elements [2]
$base-line-height: 1.5; // Default line height for all elements.
$body-margin: 0; // Margin for the body
$apply-defaults-to-all: true; // Should default values be applied to all elements? (`true` or `false`) [3]
$h1-font-size: 2em; // Font size of h1
$h2-font-size: 1.5em; // Font size for h2
$h3-font-size: 1.25em; // Font size for h3
$h4-font-size: 1.1em; // Font size for h4
$h5-font-size: 1em; // Font size for h5
$h6-font-size: 0.85em; // Font size for h6
$heading-line-height: 1.2em; // Line height for all headings
$heading-margin: 12px 8px; // Margin for all headings
$heading-font-weight: 500; // Font weight for all headings
$heading-smalltext-fore-color: #424242; // <small> color in headings
$make-heading-smalltext-block: true; // Should <small> elements in headings be displayed as blocks (`true`/`false`) [4]
$heading-smalltext-b-font-size: 75%; // Font size of block <small> elements in headings
$heading-smalltext-b-top-margin:-4px; // Top margin of block <small> elements in headings
$paragraph-margin: 1px 8px; // Margin for <p> elements
$list-margin: 1px 8px 10px; // Margin for <ol> and <ul> elements
$list-left-padding: 28px; // Left padding for <ol> and <ul> elements
$bold-font-weight: 700; // Font weight for <b> and <strong>
$horizontal-rule-line-height: 1.25em; // <hr> line height
$horizontal-rule-margin: 8px; // <hr> margin
$horizontal-rule-border-style: 1px solid #424242; // Border style for horizontal rules (used in the <hr> element's border-top)
$horizontal-rule-fancy-style: false; // Should a fancy styling be applied for the <hr> element (`true`/`false`) [5]
$blockquote-back-color: #eeeeee; // Background color for <blockquote>
$blockquote-fore-color: $fore-color; // Text color for <blockquote>
$blockquote-margin: 8px 10px; // Margin for <blockquote>
$blockquote-padding: 6px 10px 24px; // Padding for <blockquote>
$blockquote-sidebar-style: 0; // Style for the sidebar of <blockquote>
$blockquote-cite-font-size: 0.85em; // Font size for citation of <blockquote>
$blockquote-cite-fore-color: #616161; // Text color for citation of <blockquote>
$blockquote-cite-left-position: 10px; // Left padding for citation of <blockquote>
$blockquote-cite-bottom-position: 0; // Bottom padding for citation of <blockquote>
$blockquote-border-style: 0; // Border style for <blockquote>
$blockquote-border-radius: 0 2px 2px 0; // Border radius for <blockquote>
$blockquote-box-shadow: none; // Box shadow for <blockquote>
$base-root-font-size: 16px; // Root font sizing for all elements [1]
$base-font-size: 1rem; // Default font sizing for all elements [2]
$base-line-height: 1.5; // Default line height for all elements.
$body-margin: 0; // Margin for the body
$apply-defaults-to-all: true; // Should default values be applied to all elements? (`true` or `false`) [3]
$h1-font-size: 2rem; // Font size of h1
$h2-font-size: 1.6875rem; // Font size for h2
$h3-font-size: 1.4375rem; // Font size for h3
$h4-font-size: 1.1875rem; // Font size for h4
$h5-font-size: 1rem; // Font size for h5
$h6-font-size: 0.8125rem; // Font size for h6
$heading-line-height: 1.2em; // Line height for all headings
$heading-margin: 0.75rem 0.5rem; // Margin for all headings
$heading-font-weight: 500; // Font weight for all headings
$heading-smalltext-fore-color: #424242; // <small> color in headings
$make-heading-smalltext-block: true; // Should <small> elements in headings be displayed as blocks (`true`/`false`) [4]
$heading-smalltext-b-font-size: 0.75em; // Font size of block <small> elements in headings
$heading-smalltext-b-top-margin:-0.25rem; // Top margin of block <small> elements in headings
$paragraph-margin: 0.5rem; // Margin for <p> elements
$list-margin: 0.5rem; // Margin for <ol> and <ul> elements
$list-left-padding: 1rem; // Left padding for <ol> and <ul> elements
$bold-font-weight: 700; // Font weight for <b> and <strong>
$horizontal-rule-line-height: 1.25em; // <hr> line height
$horizontal-rule-margin: 0.5rem; // <hr> margin
$horizontal-rule-border-style: 1px solid #8c8c8c;// Border style for horizontal rules (used in the <hr> element's border-top)
$horizontal-rule-fancy-style: false; // Should a fancy styling be applied for the <hr> element (`true`/`false`) [5]
$blockquote-back-color: #eeeeee; // Background color for <blockquote>
$blockquote-fore-color: $fore-color; // Text color for <blockquote>
$blockquote-margin: 0.5rem; // Margin for <blockquote>
$blockquote-padding: 0.5rem 0.5rem 1.5rem; // Padding for <blockquote>
$blockquote-sidebar-style: 0; // Style for the sidebar of <blockquote>
$blockquote-cite-font-size: 0.875rem; // Font size for citation of <blockquote>
$blockquote-cite-fore-color: #505050; // Text color for citation of <blockquote>
$blockquote-cite-left-position: 0.625rem; // Left padding for citation of <blockquote>
$blockquote-cite-bottom-position: 0; // Bottom padding for citation of <blockquote>
$blockquote-border-style: 0; // Border style for <blockquote>
$blockquote-border-radius: 0 2px 2px 0; // Border radius for <blockquote>
$blockquote-box-shadow: none; // Box shadow for <blockquote>
$use-default-code-fonts: true; // Should default font choice (monospace) be used for code elements? (`true`/`false`) [6]
$code-element-padding: 2px 4px; // Padding for <code>
$code-element-padding: 0.125rem 0.25rem; // Padding for <code>
$code-element-fore-color: $fore-color; // Text color for <code>
$code-element-back-color: #e0e0e0; // Background color for <code>
$code-element-border-style: 0; // Border style for <code>
$code-element-border-radius: 2px; // Border radius for <code>
$code-element-box-shadow: none; // Box shadow for <code>
$pre-element-padding: 12px; // Padding for <pre>
$pre-element-padding: 0.75rem; // Padding for <pre>
$pre-element-fore-color: $code-element-fore-color; // Text color for <pre>
$pre-element-back-color: $code-element-back-color; // Background color for <pre>
$pre-element-border-style: 0; // Border style for <pre>
$pre-element-border-radius: 0 2px 2px 0; // Border radius for <pre>
$pre-element-margin: 8px 10px; // Margin for <pre>
$pre-element-box-shadow: none; // Box shadow for <pre>
$add-pre-element-sidebar: false; // Should a fancy sidebar be added to the left side of <pre> (`true`/`false`) [7]
$kbd-element-padding: 2px 4px; // Padding for <kbd>
$pre-element-border-radius: 0 2px 2px 0;; // Border radius for <pre>
$pre-element-margin: 0.5rem; // Margin for <pre>
$pre-element-box-shadow: none; // Box shadow for <pre>
$add-pre-element-sidebar: false; // Should a fancy sidebar be added to the left side of <pre> (`true`/`false`) [7]
$kbd-element-padding: $code-element-padding; // Padding for <kbd>
$kbd-element-fore-color: #fafafa; // Text color for <kbd>
$kbd-element-back-color: $fore-color; // Background color for <kbd>
$kbd-element-back-color: #0c0c0c; // Background color for <kbd>
$kbd-element-border-style: 0; // Border style for <kbd>
$kbd-element-border-radius: 2px; // Border radius for <kbd>
$kbd-element-box-shadow: none; // Box shadow for <kbd>
$style-samp-element: false; // Should styles for <samp> be included? (`true`/`false`) [8]
$kbd-element-border-radius: $code-element-border-radius; // Border radius for <kbd>
$kbd-element-box-shadow: $code-element-box-shadow; // Box shadow for <kbd>
$style-samp-element: false; // Should styles for <samp> be included? (`true`/`false`) [8]
$include-dfn-fix: true; // Should the fix for Android 4.3 concerning <dfn> be included (`true`/`false`) [9]
$small-font-size: 75%; // Font size for <small> elements
$sup-font-size: 75%; // Font size for <sup> elements
$sub-font-size: 75%; // Font size for <sub> elements
$sup-top: -8px; // <sup> top
$sub-bottom: -4px; // <sub> bottom
$small-font-size: 0.75em; // Font size for <small> elements
$sup-font-size: 0.75em; // Font size for <sup> elements
$sub-font-size: 0.75em; // Font size for <sub> elements
$sup-top: -0.5em; // <sup> top
$sub-bottom: -0.25em; // <sub> bottom
$link-fore-color: #0277bd; // Text color for <a>
$link-visited-fore-color: #01579b; // Text color for visited <a>
$link-font-weight: 500; // Font weight for <a>
$apply-link-underline: true; // Should an underline be applied to all <a> elements? (`true`/`false`) [10]
$apply-link-hover-fade: true; // Should the :hover and :focus state of <a> elements use fade-out instead of a different color (`true`/`false`) [11]
$figcaption-font-size: 80%; // Font size of <figcaption> elements
$figcaption-font-size: 0.8125rem; // Font size of <figcaption> elements
$figcaption-fore-color: #424242; // Text color for <figcaption> elements
// Notes:
// [1] - The value $base-root-font-size should be in `px` only! This rule is very important, as it will determine the root
@@ -116,7 +116,7 @@ $figcaption-fore-color: #424242; // Text color for <figcaption> element
$use-four-step-grid: false; // Should the old 4-step grid system be used instead of the new (`true`/`false`) [1]
$include-parent-layout: true; // Should the classes for rows defining the column layout of children be included (`true`/`false`) [2]
$grid-container-name: 'container'; // Class name for the grid container
$grid-container-side-padding: 10px; // Padding for the grid container (left and right only)
$grid-container-side-padding: 0.75rem; // Padding for the grid container (left and right only)
$grid-row-name: 'row'; // Class name for the grid's rows
$grid-row-parent-layout-prefix: 'cols'; // Class name prefix for the grid's row parents [2]
$grid-column-prefix: 'col'; // Class name prefix for the grid's columns
@@ -125,7 +125,7 @@ $grid-order-normal-suffix: 'normal'; // Class name suffix for grid column
$grid-order-first-suffix: 'first'; // Class name suffix for grid columns with highest priority
$grid-order-last-suffix: 'last'; // Class name suffix for grid columns with lowest priorty
$grid-column-count: 12; // Number of columns in the grid (integer value only)
$grid-column-padding: 0 4px; // Padding for the columns of the grid
$grid-column-padding: 0 0.25rem; // Padding for the columns of the grid
$grid-small-prefix: 'sm'; // Small screen class prefix for grid
$grid-medium-breakpoint: 768px; // Medium screen breakpoint for grid
$grid-medium-prefix: 'md'; // Medium screen class prefix for grid
@@ -137,30 +137,30 @@ $grid-large-prefix: 'lg'; // Large screen class prefix for grid
// [2] - If the value of $include-parent-layout is `true`, the grid system will contain extra classes that will define the column
// layout of their children. In this case, a value should be specified for $grid-row-parent-layout-prefix.
// Variables for navigational elements
$header-height: 44px; // Height for <header>
$header-back-color: #263238; // Background color for <header>
$header-fore-color: #fafafa; // Text color for <header>
$header-height: 2.75rem; // Height for <header>
$header-back-color: #12171a; // Background color for <header>
$header-fore-color: #f5f5f5; // Text color for <header>
$header-border-style: 0; // Border style for <header>
$header-margin: 0; // Margin for <header>
$header-padding: 2px 8px; // Padding for <header>
$header-padding: 0.125rem 0.5rem; // Padding for <header>
$header-box-shadow: none; // Box shadow for <header>
$header-logo-name: 'logo'; // Class name for <header>'s logo
$header-logo-font-size: 1.75em; // Font size for <header>'s logo
$header-logo-line-height: 1.2; // Line height for <header>'s logo
$header-logo-margin: 1px 6px 1px 1px; // Margin for <header>'s logo
$header-logo-padding: 3px 0 0; // Padding for <header>'s logo
$header-link-hover-color: #37474f; // Hover color for <header>'s links
$header-link-margin: 2px 0 0; // Margin for <header>'s links
$header-logo-font-size: 1.75rem; // Font size for <header>'s logo
$header-logo-line-height: 1.3125em; // Line height for <header>'s logo
$header-logo-margin: 0.0625rem 0.375rem 0.0625rem 0.0625rem; // Margin for <header>'s logo
$header-logo-padding: 0; // Padding for <header>'s logo
$header-link-hover-color: #20292e; // Hover color for <header>'s links
$header-link-margin: 0.125rem 0; // Margin for <header>'s links
$include-header-sticky: true; // Should sticky <header> elements be included? (`true`/`false`) [1]
$header-sticky-name: 'sticky'; // Class name for sticky <header>
$include-nav-styles: false; // [Hidden flag override] Should <nav> elements by stylized? (`true`/`false`) [2]
$footer-back-color: #263238; // Background color for <footer>
$footer-fore-color: #fafafa; // Text color for <footer>
$footer-back-color: #192024; // Background color for <footer>
$footer-fore-color: #f5f5f5; // Text color for <footer>
$footer-border-style: 0; // Border stye for <footer>
$footer-font-size: 85%; // Font size for <footer>
$footer-margin: 18px 0 0; // Margin for <footer>
$footer-padding: 22px 10px 12px; // Padding for <footer>
$footer-link-fore-color: #039be5; // Text color for links in <footer>
$footer-font-size: 0.875rem; // Font size for <footer>
$footer-margin: 1rem 0 0; // Margin for <footer>
$footer-padding: 1.5rem 0.5rem 0.75rem; // Padding for <footer>
$footer-link-fore-color: #0288d1; // Text color for links in <footer>
$include-footer-sticky: true; // Should sticky <footer> elements be included (`true`/`false`) [3]
$footer-sticky-name: 'sticky'; // Class name for sticky <footer> elements
// Notes:
@@ -173,48 +173,48 @@ $footer-sticky-name: 'sticky'; // Class name for sticky <footer> eleme
// Variables for forms and inputs
$form-back-color: #eeeeee; // Background color for forms
$form-fore-color: $fore-color; // Text color for forms
$form-border-style: 1px solid #bdbdbd; // Border style for forms
$form-border-style: 1px solid #c9c9c9; // Border style for forms
$form-border-radius: 0; // Border radius for forms
$form-margin: 8px; // Margin for forms
$form-padding: 12px 10px 18px; // Padding for forms
$form-margin: 0.5rem; // Margin for forms
$form-padding: 0.75rem 0.5rem 1.125rem; // Padding for forms
$form-box-shadow: none; // Box shadow for forms
$fieldset-back-color: $form-back-color; // Background color for fieldset
$fieldset-border-style: 1px solid #bdbdbd; // Border style for fieldset
$fieldset-border-style: 1px solid #d0d0d0; // Border style for fieldset
$fieldset-border-radius:2px; // Border radius for fieldset
$fieldset-margin: 2px; // Margin for fieldset
$fieldset-padding: 6px 8px 8px; // Padding for fieldset
$fieldset-margin: 0.125rem; // Margin for fieldset
$fieldset-padding: 0.5rem; // Padding for fieldset
$legend-font-weight: $bold-font-weight; // Font weight for legend
$legend-font-size: 0.925em; // Font size for legend
$legend-font-size: 0.875rem; // Font size for legend
$legend-fore-color: $form-fore-color; // Text color for legend
$legend-padding: 2px 4px; // Padding for legend
$label-padding: 4px; // Padding for label
$legend-padding: 0.125rem 0.25rem; // Padding for legend
$label-padding: 0.25rem; // Padding for label
$input-group-name: 'input-group'; // Class for input groups
$include-fluid-input-group: false; // Should fluid input grooups be included? (`true`/`false`) [1]
$input-back-color: #fafafa; // Background for input
$input-fore-color: $fore-color; // Text color for input
$input-border-style: 1px solid #bdbdbd; // Border style for input
$input-border-radius: 1px; // Border radius for input
$input-margin: 2px; // Margin for input
$input-padding: 8px 12px; // Padding for input
$input-border-style: 1px solid #c9c9c9; // Border style for input
$input-border-radius: 2px; // Border radius for input
$input-margin: 0.25rem; // Margin for input
$input-padding: 0.5rem 0.75rem; // Padding for input
$input-focus-border-color: #0288d1; // Border color for focused input
$input-invalid-border-color: #d32f2f; // Border color for invalid input
$input-disabled-opacity: 0.75; // Opacity for disabled input
$input-readonly-back-color: #e0e0e0; // Background color for readonly input
$input-readonly-border-color: #bdbdbd; // Border color for readonly input
$input-readonly-back-color: #e5e5e5; // Background color for readonly input
$input-readonly-border-color: #c9c9c9; // Border color for readonly input
$input-placeholder-fore-color:#616161; // Text color for input placeholder
$button-back-color: #bdbdbd; // Back color for button elements
$button-back-opacity: 0.65; // Background opacity for button elements
$button-hover-back-opacity: 0.8; // Background opacity for button elements on hover or focus
$button-back-color: #d0d0d0; // Back color for button elements
$button-back-opacity: 0.75; // Background opacity for button elements
$button-hover-back-opacity: 1; // Background opacity for button elements on hover or focus
$button-fore-color: $fore-color; // Text color for button elements
$button-border-style: 0; // Border style for button elements
$button-border-radius: 2px; // Border radius for button elements
$button-padding: 8px 12px; // Padding for button elements
$button-margin: 8px; // Margin for button elements
$button-padding: 0.5rem 0.75rem; // Padding for button elements
$button-margin: 0.5rem; // Margin for button elements
$button-box-shadow: none; // Box shadow for buttons
$button-disabled-opacity: 0.65; // Disabled button elements opacity
$button-disabled-opacity: 0.75; // Disabled button elements opacity
$button-class-name: 'button'; // Class for custom button elements
$include-button-group: false; // [Hidden flag override] Should button groups be enabled? (`true`/`false`) [2]
$hide-file-inputs: true; // Should a style be added that makes all <input>s of type `file` hidden? (`true`/`false`) [3]
$hide-file-inputs: true; // Should a style be added that makes all <input>s of type `file` hidden? (`true`/`false`) [2]
$button-variant1-name: 'primary'; // Class name for button variant 1
$button-variant1-back-color: #0277bd; // Background color for button variant 1
$button-variant1-back-opacity: 0.9; // Background opacity for button variant 1
@@ -222,25 +222,25 @@ $button-variant1-hover-back-opacity: 1; // Background opacity for button va
$button-variant1-fore-color: #fafafa; // Text color for button variant 1
$button-variant2-name: 'secondary';// Class name for button variant 2
$button-variant2-back-color: #c62828; // Background color for button variant 2
$button-variant2-back-opacity: 0.85; // Background opacity for button variant 2
$button-variant2-back-opacity: 0.9; // Background opacity for button variant 2
$button-variant2-hover-back-opacity: 1; // Background opacity for button variant 2 on hover or focus
$button-variant2-fore-color: #fafafa; // Text color for button variant 2
$button-variant3-name: 'tertiary'; // Class name for button variant 3
$button-variant3-back-color: #689f38; // Background color for button variant 3
$button-variant3-back-opacity: 0.85; // Background opacity for button variant 3
$button-variant3-back-color: #5f9133; // Background color for button variant 3
$button-variant3-back-opacity: 0.9; // Background opacity for button variant 3
$button-variant3-hover-back-opacity: 1; // Background opacity for button variant 3 on hover or focus
$button-variant3-fore-color: #fafafa; // Text color for button variant 3
$button-style1-name: 'small'; // Class name for button style 1
$button-style1-border-style: 0; // Border style for button style 1
$button-style1-border-radius: 1px; // Border radius for button style 1
$button-style1-padding: 4px 6px; // Padding for button style 1
$button-style1-margin: 6px 8px; // Margin for button style 1
$button-style1-padding: 0.25rem 0.375rem; // Padding for button style 1
$button-style1-margin: 0.5rem; // Margin for button style 1
$button-style2-name: 'large'; // Class name for button style 2
$button-style2-border-style: 0; // Border style for button style 2
$button-style2-border-radius: 4px; // Border radius for button style 2
$button-style2-padding: 12px 18px; // Padding for button style 2
$button-style2-margin: 10px 8px; // Margin for button style 2
$checkbox-size: 16px; // Size for checkbox/radio [4]
$button-style2-padding: 0.75rem 1.125rem; // Padding for button style 2
$button-style2-margin: 0.5rem; // Margin for button style 2
$checkbox-size: $base-root-font-size; // Size for checkbox/radio [3]
$checkbox-back-color: $input-back-color; // Background clor for checkbox/radio
$checkbox-fore-color: $input-fore-color; // Text/mark color for checkbox/radio
$checkbox-border-thickness: 1px; // Border thickness for checkbox/radio
@@ -260,20 +260,20 @@ $checkbox-disabled-opacity: $input-disabled-opacity;// Opacity for disabled chec
// If the value is `false`, some fixes will be applied to the <input type="file"> element.
// [4] - The value of $checkbox-size will determine a few variables like some `margin` values, `height`, `width` etc.
// Variables for responsive tables
$table-border-style: 1px solid #bdbdbd; // Border style for <table> and children
$table-border-style: 1px solid #c9c9c9; // Border style for <table> and children
$table-border-radius: 0; // Border radius for <table> and children
$table-margin: 0 auto; // Margin for <table>
$table-box-shadow: none; // Box shadow for <table>
$table-caption-font-size: 1.5em; // Font size for <caption>
$table-caption-margin: 6px 8px 12px; // Margin for <caption>
$table-row-padding: 8px; // Padding for <tr> - both views
$table-column-padding: 10px; // Padding for <td> and <th> - desktop view
$table-caption-font-size: 1.5rem; // Font size for <caption>
$table-caption-margin: 0.5rem; // Margin for <caption>
$table-row-padding: 0.5rem; // Padding for <tr> - both views
$table-column-padding: 0.625rem; // Padding for <td> and <th> - desktop view
$table-head-back-color: #e0e0e0; // Background color for <th>
$table-head-fore-color: $fore-color; // Tex color for <th>
$table-body-back-color: #fafafa; // Background color for <td>
$table-body-fore-color: $fore-color; // Text color for <td>
$table-mobile-breakpoint: 767px; // Breakpoint for <table> mobile view
$table-mobile-card-spacing: 10px; // Space between <tr> cards - mobile view
$table-mobile-card-spacing: 0.625rem; // Space between <tr> cards - mobile view
$table-mobile-card-label: 'data-label'; // Attribute used to replace column headers in mobile view [1]
$table-mobile-label-font-weight:$bold-font-weight; // Font weight for mobile headers
$include-horizontal-table: false; // Should horizontal <table> elements be included? (`true`/`false`) [2]
@@ -287,13 +287,13 @@ $include-striped-table: false; // [Hidden flag override] Should stripe
$card-name: 'card'; // Class name for cards
$card-back-color: #fafafa; // Background color for cards
$card-fore-color: $fore-color; // Text color for cards
$card-border-style: 1px solid #9e9e9e; // Border style for cards
$card-border-style: 1px solid #acacac; // Border style for cards
$card-border-radius: 0; // Border radius for cards
$card-margin: 2px 10px 20px; // Margin for cards
$card-margin: 0.5rem; // Margin for cards
$card-box-shadow: none; // Box shadow for cards
$card-section-name: 'section'; // Class name for card sections
$card-section-border-style: 1px solid #bdbdbd; // Border style for card sections
$card-section-padding: 6px 8px 6px; // Padding for card sections
$card-section-border-style: 1px solid #c9c9c9; // Border style for card sections
$card-section-padding: 0.5rem; // Padding for card sections
$card-section-media-name: 'media'; // Class name for card media sections
$card-section-media-height: 200px; // Height for card media setions
$card-normal-width: 320px; // Width for normal cards
@@ -303,7 +303,7 @@ $card-section-style1-name: 'dark'; // Class name for card section style
$card-section-style1-back-color: #e0e0e0; // Background color for card section style 1
$card-section-style1-fore-color: $fore-color; // Text color for card section style 1
$card-section-padding1-name: 'double-padded'; // Class name for card section padding style 1
$card-section-padding1-padding: 10px 12px 10px; // Padding for card section padding style 1
$card-section-padding1-padding: 0.75rem; // Padding for card section padding style 1
// Notes:
// [1] - The cards module depends heavily on the grid system module.
// --- --- ---
@@ -313,11 +313,11 @@ $card-section-padding1-padding: 10px 12px 10px; // Padding for card section pa
// Variables for contextual background elements and alerts
$mark-back-color: #0277bd; // Background color for <mark>
$mark-fore-color: #fafafa; // Text color for <mark>
$mark-font-size: 95%; // Font size for <mark>
$mark-line-height: 1; // Line height for <mark>
$mark-font-size: 0.9375em; // Font size for <mark>
$mark-line-height: 1em; // Line height for <mark>
$mark-border-style: 0; // Border style for <mark>
$mark-border-radius: 2px; // Border radius for <mark>
$mark-padding: 2px 4px; // Padding for <mark>
$mark-padding: 0.125em 0.25em; // Padding for <mark>
$mark-margin: 0; // Margin for <mark>
$mark-box-shadow: none; // Box shadow for <mark>
$mark-inline-block-name: 'inline-block'; // Class name for <mark> inline block styling
@@ -328,13 +328,13 @@ $mark-variant2-back-color: #689f38; // Background color for <mark> varian
$mark-style1-name: 'tag'; // Class name for <mark> style 1
$mark-style1-border-style: 0; // Border style for <mark> style 1
$mark-style1-border-radius: 200px; // Border radius for <mark> style 1
$mark-style1-padding: 4px 8px; // Padding for <mark> style 1
$mark-style1-padding: 0.25em 0.5em; // Padding for <mark> style 1
$mark-style2-name: 'inline-block'; // Class name for <mark> style 2
$mark-style2-border-style: 0; // Border style for <mark> style 2
$mark-style2-border-radius: 2px; // Border radius for <mark> style 2
$mark-style2-padding: 5px; // Padding for <mark> style 2
$mark-style2-font-size: 100%; // Font size for <mark> style 2
$mark-style2-line-height: 1.35; // Line height for <mark> style 2
$mark-style2-padding: 0.375em; // Padding for <mark> style 2
$mark-style2-font-size: 1em; // Font size for <mark> style 2
$mark-style2-line-height: 1.375em; // Line height for <mark> style 2
$include-alerts: false; // [Hidden flag override] Should alerts be included? (`true`/`false``) [1]
$include-tooltip: false; // Should tooltips be included? (`true`/`false`) [1]
// Notes:
@@ -342,14 +342,14 @@ $include-tooltip: false; // Should tooltips be included? (`true`/`f
// no styling is provided for these elements. If you want to enable them, please
// refer to a full flavor file for variable definitions.
// Variables for progress elements and spinners
$progress-back-color: #eeeeee; // Background color for <progress>
$progress-fore-color: #01579b; // Progress bar color for <progress>
$progress-height: 14px; // Height of <progress>
$progress-back-color: #e0e0e0; // Background color for <progress>
$progress-fore-color: #0277bd; // Progress bar color for <progress>
$progress-height: 1rem; // Height of <progress>
$progress-max-value: 1000; // Arithmetic max value of <progress>
$progress-border-style: 0; // Border style for <progress>
$progress-border-radius: 1px; // Border radius for the <progress> container
$progress-top-bottom-margin: 2px; // Top and bottom margin for <progress>
$progress-left-right-margin: 8px; // Left and right margin for <progress>
$progress-border-radius: 2px; // Border radius for the <progress> container
$progress-top-bottom-margin: 0.5rem; // Top and bottom margin for <progress>
$progress-left-right-margin: 0.5rem; // Left and right margin for <progress>
$progress-box-shadow: none; // Box shadow for <progress>
$progress-inline-name: 'inline'; // Class name for inline <progress>
$progress-inline-width: 60%; // Width for inline <progress>
@@ -372,13 +372,13 @@ $border-radial-style1-radius: 2px; // Border radius for radial border st
$border-radial-style2-name: 'circular'; // Class name for radial border style 2
$border-radial-style2-radius: 50%; // Border radius for radial border style 2
$responsive-margin-name: 'responsive-margin'; // Class name for responsive margin
$responsive-margin-small-value: 4px; // Margin value for responsive margin on small screens
$responsive-margin-medium-value: 6px; // Margin value for responsive margin on medium screens
$responsive-margin-large-value: 8px; // Margin value for responsive margin on large screens
$responsive-margin-small-value: 0.25rem; // Margin value for responsive margin on small screens
$responsive-margin-medium-value: 0.375rem; // Margin value for responsive margin on medium screens
$responsive-margin-large-value: 0.5rem; // Margin value for responsive margin on large screens
$responsive-padding-name: 'responsive-padding'; // Class name for responsive padding
$responsive-padding-small-value: 2px 4px; // Padding value for responsive padding on small screens
$responsive-padding-medium-value: 4px 6px; // Padding value for responsive padding on medium screens
$responsive-padding-large-value: 6px 8px; // Padding value for responsive padding on large screens
$responsive-padding-small-value: 0.125rem 0.25rem; // Padding value for responsive padding on small screens
$responsive-padding-medium-value: 0.25rem 0.375rem; // Padding value for responsive padding on medium screens
$responsive-padding-large-value: 0.375rem 0.5rem; // Padding value for responsive padding on large screens
$responsive-hidden-prefix: 'hidden'; // Class name prefix for responsive hidden elements
$responsive-visually-hidden-prefix: 'visually-hidden'; // Class name prefix for responsive visually hidden elements
// Notes:

View File

@@ -5,7 +5,7 @@
Flavor name: Nord (mini-nord)
Author: tphecca (https://github.com/tphecca)
Maintainers: tphecca
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.3 (Fermion)
*/
// This flavor is based on the Nord color palette: https://github.com/arcticicestudio/nord
// Basic rules for body and typography

View File

@@ -5,7 +5,7 @@
Flavor name: Sucroa (mini-sucroa)
Author: Angeliki Daskalakis
Maintainers: Angeliki Daskalakis, Angelos Chalaris (chalarangelo@gmail.com)
mini.css version: v2.1.2 (Fermion)
mini.css version: v2.1.3 (Fermion)
*/
// Google Fonts imports and usage
@import url('https://fonts.googleapis.com/css?family=Cousine:400,400i,700|Libre+Baskerville:400,400i,700&subset=latin-ext');