Public Access
PhotoDithering
This commit is contained in:
@@ -423,3 +423,25 @@ pre.raw {
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------- photo halftoning */
|
||||
|
||||
.photo-tuning {
|
||||
margin: 12px 0 16px;
|
||||
padding: 14px;
|
||||
border: 1px solid var(--rule);
|
||||
border-radius: 3px;
|
||||
background: var(--paper);
|
||||
}
|
||||
.photo-tuning input[type="range"] { width: 100%; }
|
||||
.photo-tuning .modal-field span b { font-variant-numeric: tabular-nums; }
|
||||
.photo-tuning .hint { margin: 10px 0; }
|
||||
|
||||
.photo-preview {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: 12px;
|
||||
border: 1px solid var(--rule);
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user