mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +00:00
🗑 Delete leftover stylesheets
This commit is contained in:
parent
e429621116
commit
e7364f1d40
6 changed files with 0 additions and 268 deletions
|
@ -1,69 +0,0 @@
|
|||
.bluelib-skin-rygblue {
|
||||
background-color: #0d193b;
|
||||
color: #a0ccff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.bluelib-skin-rygblue .panel-box {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
.bluelib-skin-rygblue .panel-blockquote {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
.bluelib-skin-rygblue .panel-aside {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
.bluelib-skin-rygblue .panel-table {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
.bluelib-skin-rygblue .element-title {
|
||||
color: #ffffff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.bluelib-skin-rygblue .element-separator {
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
.bluelib-skin-rygblue .element-anchor {
|
||||
color: #00caca;
|
||||
text-decoration: none;
|
||||
}
|
||||
.bluelib-skin-rygblue .element-anchor:hover {
|
||||
color: #00ffff;
|
||||
}
|
||||
.bluelib-skin-rygblue .element-anchor:active {
|
||||
color: #a0ffff;
|
||||
}
|
||||
.bluelib-skin-rygblue .style-bold {
|
||||
color: #ffffff;
|
||||
}
|
||||
.bluelib-skin-rygblue .style-strike {
|
||||
text-decoration-color: #ff7d7d;
|
||||
}
|
||||
.bluelib-skin-rygblue .style-monospace {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-red {
|
||||
color: #ff7d7d;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-orange {
|
||||
color: #ffbb7d;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-yellow {
|
||||
color: #ffff7d;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-lime {
|
||||
color: #7dff7d;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-cyan {
|
||||
color: #7dffff;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-blue {
|
||||
color: #7d7dff;
|
||||
}
|
||||
.bluelib-skin-rygblue .color-magenta {
|
||||
color: #ff7dff;
|
||||
}
|
||||
/*# sourceMappingURL=rygblue-class.css.map */
|
|
@ -1 +0,0 @@
|
|||
{"version":3,"sources":["rygblue-class.less","rygblue.less"],"names":[],"mappings":"AAEA;ECyBI,yBAAA;EACA,cAAA;EACA,uBAAA;;AD3BJ,qBC4CI;EACI,2CAAA;EACA,sCAAA;;AD9CR,qBCkDI;EALI,2CAAA;EACA,sCAAA;;AD9CR,qBCuDI;EAVI,2CAAA;EACA,sCAAA;;AD9CR,qBC4DI;EAfI,2CAAA;EACA,sCAAA;;AD9CR,qBC2FI;EACI,cAAA;EACA,uBAAA;;AD7FR,qBCoGI;EACI,sCAAA;;ADrGR,qBC4GI;EACI,cAAA;EACA,qBAAA;;AAEA,qBAJJ,gBAIK;EACG,cAAA;;AAGJ,qBARJ,gBAQK;EACG,cAAA;;ADrHZ,qBCuKI;EACI,cAAA;;ADxKR,qBCmLI;EACI,8BAAA;;ADpLR,qBCuLI;EACI,uBAAA;;ADxLR,qBC8LI;EACI,cAAA;;AD/LR,qBCkMI;EACI,cAAA;;ADnMR,qBCsMI;EACI,cAAA;;ADvMR,qBC0MI;EACI,cAAA;;AD3MR,qBC8MI;EACI,cAAA;;AD/MR,qBCkNI;EACI,cAAA;;ADnNR,qBCsNI;EACI,cAAA","file":"rygblue-class.css"}
|
|
@ -1,5 +0,0 @@
|
|||
@import "rygblue";
|
||||
|
||||
.bluelib-skin-rygblue {
|
||||
.bluelib-skin-rygblue();
|
||||
}
|
|
@ -1,105 +0,0 @@
|
|||
:root {
|
||||
background-color: #0d193b;
|
||||
color: #a0ccff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
:root .panel-box {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root .panel-blockquote {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root .panel-aside {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root .panel-table {
|
||||
background-color: rgba(160, 204, 255, 0.02);
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root .element-title {
|
||||
color: #ffffff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
:root .element-separator {
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root .element-anchor {
|
||||
color: #00caca;
|
||||
text-decoration: none;
|
||||
}
|
||||
:root .element-anchor:hover {
|
||||
color: #00ffff;
|
||||
}
|
||||
:root .element-anchor:active {
|
||||
color: #a0ffff;
|
||||
}
|
||||
:root .style-bold {
|
||||
color: #ffffff;
|
||||
}
|
||||
:root .style-strike {
|
||||
text-decoration-color: #ff7d7d;
|
||||
}
|
||||
:root .style-monospace {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
:root .color-red {
|
||||
color: #ff7d7d;
|
||||
}
|
||||
:root .color-orange {
|
||||
color: #ffbb7d;
|
||||
}
|
||||
:root .color-yellow {
|
||||
color: #ffff7d;
|
||||
}
|
||||
:root .color-lime {
|
||||
color: #7dff7d;
|
||||
}
|
||||
:root .color-cyan {
|
||||
color: #7dffff;
|
||||
}
|
||||
:root .color-blue {
|
||||
color: #7d7dff;
|
||||
}
|
||||
:root .color-magenta {
|
||||
color: #ff7dff;
|
||||
}
|
||||
:root h1,
|
||||
:root h2,
|
||||
:root h3,
|
||||
:root h4,
|
||||
:root h5,
|
||||
:root h6 {
|
||||
color: #ffffff;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
:root hr {
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root b {
|
||||
color: #ffffff;
|
||||
}
|
||||
:root pre,
|
||||
:root code,
|
||||
:root kbd {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
:root strike {
|
||||
text-decoration-color: #ff7d7d;
|
||||
}
|
||||
:root hr {
|
||||
border-color: rgba(160, 204, 255, 0.1);
|
||||
}
|
||||
:root a {
|
||||
color: #00caca;
|
||||
text-decoration: none;
|
||||
}
|
||||
:root a:hover {
|
||||
color: #00ffff;
|
||||
}
|
||||
:root a:active {
|
||||
color: #a0ffff;
|
||||
}
|
||||
/*# sourceMappingURL=rygblue-root.css.map */
|
|
@ -1 +0,0 @@
|
|||
{"version":3,"sources":["rygblue-root.less","rygblue.less"],"names":[],"mappings":"AAEA;ECyBI,yBAAA;EACA,cAAA;EACA,uBAAA;;AD3BJ,KC4CI;EACI,2CAAA;EACA,sCAAA;;AD9CR,KCkDI;EALI,2CAAA;EACA,sCAAA;;AD9CR,KCuDI;EAVI,2CAAA;EACA,sCAAA;;AD9CR,KC4DI;EAfI,2CAAA;EACA,sCAAA;;AD9CR,KC2FI;EACI,cAAA;EACA,uBAAA;;AD7FR,KCoGI;EACI,sCAAA;;ADrGR,KC4GI;EACI,cAAA;EACA,qBAAA;;AAEA,KAJJ,gBAIK;EACG,cAAA;;AAGJ,KARJ,gBAQK;EACG,cAAA;;ADrHZ,KCuKI;EACI,cAAA;;ADxKR,KCmLI;EACI,8BAAA;;ADpLR,KCuLI;EACI,uBAAA;;ADxLR,KC8LI;EACI,cAAA;;AD/LR,KCkMI;EACI,cAAA;;ADnMR,KCsMI;EACI,cAAA;;ADvMR,KC0MI;EACI,cAAA;;AD3MR,KC8MI;EACI,cAAA;;AD/MR,KCkNI;EACI,cAAA;;ADnNR,KCsNI;EACI,cAAA;;ADvNR,KAKI;AALJ,KAKQ;AALR,KAKY;AALZ,KAKgB;AALhB,KAKoB;AALpB,KAKwB;ECuFhB,cAAA;EACA,uBAAA;;AD7FR,KASI;EC4FI,sCAAA;;ADrGR,KAyCI;EC+HI,cAAA;;ADxKR,KAqDI;AArDJ,KAqDS;AArDT,KAqDe;ECmIP,uBAAA;;ADxLR,KAyDI;EC2HI,8BAAA;;ADpLR,KAiEI;ECoCI,sCAAA;;ADrGR,KAqEI;ECwCI,cAAA;EACA,qBAAA;;AAEA,KD3CJ,EC2CK;EACG,cAAA;;AAGJ,KD/CJ,EC+CK;EACG,cAAA","file":"rygblue-root.css"}
|
|
@ -1,87 +0,0 @@
|
|||
@import "rygblue";
|
||||
|
||||
:root {
|
||||
.bluelib-skin-rygblue();
|
||||
|
||||
// === INHERITANCES ===
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
.bluelib-skin-rygblue.element-title();
|
||||
}
|
||||
|
||||
hr {
|
||||
.bluelib-skin-rygblue.element-separator();
|
||||
}
|
||||
|
||||
p {
|
||||
.bluelib-skin-rygblue.element-paragraph();
|
||||
}
|
||||
|
||||
h1 {
|
||||
.bluelib-skin-rygblue.size-xxl();
|
||||
}
|
||||
|
||||
h2 {
|
||||
.bluelib-skin-rygblue.size-xl();
|
||||
}
|
||||
|
||||
h3 {
|
||||
.bluelib-skin-rygblue.size-l();
|
||||
}
|
||||
|
||||
h4 {
|
||||
.bluelib-skin-rygblue.size-m();
|
||||
}
|
||||
|
||||
h5 {
|
||||
.bluelib-skin-rygblue.size-s();
|
||||
}
|
||||
|
||||
h6 {
|
||||
.bluelib-skin-rygblue.size-xs();
|
||||
}
|
||||
|
||||
b {
|
||||
.bluelib-skin-rygblue.style-bold();
|
||||
}
|
||||
|
||||
i {
|
||||
.bluelib-skin-rygblue.style-italic();
|
||||
}
|
||||
|
||||
u {
|
||||
.bluelib-skin-rygblue.style-underline();
|
||||
}
|
||||
|
||||
pre, code, kbd {
|
||||
.bluelib-skin-rygblue.style-monospace();
|
||||
}
|
||||
|
||||
strike {
|
||||
.bluelib-skin-rygblue.style-strike();
|
||||
}
|
||||
|
||||
li {
|
||||
.bluelib-skin-rygblue.element-list-item();
|
||||
}
|
||||
|
||||
hr {
|
||||
.bluelib-skin-rygblue.element-separator();
|
||||
}
|
||||
|
||||
a {
|
||||
.bluelib-skin-rygblue.element-anchor();
|
||||
}
|
||||
|
||||
*[title] {
|
||||
.bluelib-skin-rygblue.status-hoverable();
|
||||
}
|
||||
|
||||
*[disabled] {
|
||||
.bluelib-skin-rygblue.status-disabled();
|
||||
}
|
||||
|
||||
*[onclick] {
|
||||
.bluelib-skin-rygblue.status-clickable();
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue