mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Automatic css build
This commit is contained in:
parent
867c471381
commit
f25090b658
50
styles.css
50
styles.css
|
|
@ -45,8 +45,9 @@ i {
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: #cfcfcf;
|
font-family: var(--font-family);
|
||||||
border: 1px solid #ccc;
|
background: #f4f4f4;
|
||||||
|
border: 1px solid #ddd;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
counter-reset: line;
|
counter-reset: line;
|
||||||
|
|
@ -3116,6 +3117,11 @@ article {
|
||||||
margin: 1.5rem; }
|
margin: 1.5rem; }
|
||||||
article blockquote p:last-child {
|
article blockquote p:last-child {
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
article blockquote code {
|
||||||
|
color: inherit;
|
||||||
|
background: inherit; }
|
||||||
|
article blockquote a {
|
||||||
|
color: inherit; }
|
||||||
article code {
|
article code {
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
|
|
@ -3130,6 +3136,7 @@ article {
|
||||||
article p {
|
article p {
|
||||||
line-height: 1.5em; }
|
line-height: 1.5em; }
|
||||||
article ol, article ul {
|
article ol, article ul {
|
||||||
|
list-style-position: outside;
|
||||||
margin: 0.5rem 0 0.5rem 3rem;
|
margin: 0.5rem 0 0.5rem 3rem;
|
||||||
line-height: 1rem; }
|
line-height: 1rem; }
|
||||||
article ul {
|
article ul {
|
||||||
|
|
@ -3176,10 +3183,11 @@ article {
|
||||||
flex: 1; }
|
flex: 1; }
|
||||||
.flex-line div:nth-child(n+1) {
|
.flex-line div:nth-child(n+1) {
|
||||||
padding-left: 5px; }
|
padding-left: 5px; }
|
||||||
|
|
||||||
.sticky {
|
.sticky {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 1rem;
|
top: 1rem; }
|
||||||
}
|
|
||||||
.inline {
|
.inline {
|
||||||
display: inline; }
|
display: inline; }
|
||||||
|
|
||||||
|
|
@ -3431,6 +3439,33 @@ img.rounded {
|
||||||
img.bordered {
|
img.bordered {
|
||||||
border: 1px solid var(--box-border); }
|
border: 1px solid var(--box-border); }
|
||||||
|
|
||||||
|
.image-comparison {
|
||||||
|
margin-left: 3rem;
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
line-height: 0; }
|
||||||
|
.image-comparison img {
|
||||||
|
user-select: none; }
|
||||||
|
.image-comparison > div {
|
||||||
|
position: absolute;
|
||||||
|
width: 50%;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
resize: horizontal;
|
||||||
|
border-right: 1px solid #000; }
|
||||||
|
.image-comparison > div:before {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
width: 13px;
|
||||||
|
height: 13px;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
resize: horizontal;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-clip: content-box;
|
||||||
|
background: linear-gradient(-45deg, red 50%, transparent 0); }
|
||||||
|
|
||||||
input, select, textarea, .textarea {
|
input, select, textarea, .textarea {
|
||||||
border: 1px solid var(--input-border); }
|
border: 1px solid var(--input-border); }
|
||||||
input.undecorated, select.undecorated, textarea.undecorated, .textarea.undecorated {
|
input.undecorated, select.undecorated, textarea.undecorated, .textarea.undecorated {
|
||||||
|
|
@ -4035,9 +4070,8 @@ div.slider-1 {
|
||||||
transform: translateZ(-35vw) rotateY(-360deg); } }
|
transform: translateZ(-35vw) rotateY(-360deg); } }
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
font-family: var(--font-family);
|
border: 1px solid var(--box-border);
|
||||||
background: #f4f4f4;
|
background: #ccc;
|
||||||
border: 1px solid #ddd;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user