Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roberto José TORO OLMEDO
BrainBox
Commits
a1f944e5
Unverified
Commit
a1f944e5
authored
Nov 24, 2019
by
Roberto Toro
Committed by
GitHub
Nov 24, 2019
Browse files
Delete index.html
parent
28015022
Changes
1
Hide whitespace changes
Inline
Side-by-side
view/atlasMaker/src/tools/adjust/index.html
deleted
100644 → 0
View file @
28015022
<div
id=
'adjust'
style=
'width:calc(100% - 20px );position:absolute;bottom:0;left:0;padding:10px;'
>
<!-- Transparency -->
<div>
<img
src=
'./alpha.svg'
style=
'width:20px;vertical-align:middle'
/>
<div
id=
'alphaLevel'
class=
'slider'
data-max=
100
data-val=
0
style=
'display:inline-block;position:relative;margin-left:10px;width:calc(100% - 30px - 20px);height:100%;vertical-align:middle'
>
<div
class=
'track'
style=
'position:absolute;left:0;top:50%;width:100%;border-top:1px solid #fff;display:inline-block'
></div>
<div
class=
'thumb'
style=
'transform:translate(-10px,-10px);border-radius:10px;position:absolute;left:0;top:50%;width:20px;height:20px;background-color:#fff;display:inline-block'
></div>
</div>
</div>
<!-- Brightness -->
<div>
<img
src=
'./sun-o.svg'
style=
'width:20px;vertical-align:middle'
/>
<div
id=
'minLevel'
class=
'slider'
data-max=
100
data-val=
0
style=
'display:inline-block;position:relative;margin-left:10px;width:calc(100% - 30px - 20px);height:100%;vertical-align:middle'
>
<div
class=
'track'
style=
'position:absolute;left:0;top:50%;width:100%;border-top:1px solid #fff;display:inline-block'
></div>
<div
class=
'thumb'
style=
'transform:translate(-10px,-10px);border-radius:10px;position:absolute;left:0;top:50%;width:20px;height:20px;background-color:#fff;display:inline-block'
></div>
</div>
</div>
<!-- Contrast -->
<div>
<img
src=
'./adjust.svg'
style=
'width:20px;vertical-align:middle'
/>
<div
id=
'maxLevel'
class=
'slider'
data-max=
100
data-val=
0
style=
'display:inline-block;position:relative;margin-left:10px;width:calc(100% - 30px - 20px);height:100%;vertical-align:middle'
>
<div
class=
'track'
style=
'position:absolute;left:0;top:50%;width:100%;border-top:1px solid #fff;display:inline-block'
></div>
<div
class=
'thumb'
style=
'transform:translate(-10px,-10px);border-radius:10px;position:absolute;left:0;top:50%;width:20px;height:20px;background-color:#fff;display:inline-block'
></div>
</div>
</div>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment