Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Web-Comic-Reader
Commits
b9431e63
Commit
b9431e63
authored
Apr 21, 2017
by
afzafri
Browse files
tweak some UI design
parent
38949d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/styles.css
View file @
b9431e63
body
{
background-color
:
#EEEEEE
;
}
.se-pre-con
{
position
:
fixed
;
left
:
0px
;
...
...
@@ -9,10 +13,24 @@
display
:
none
;
}
fieldset
{
display
:
inline-block
;
background
:
#fff
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
);
}
#output
{
width
:
80%
;
margin
:
0
auto
;
padding
:
5px
;
background
:
#fff
;
box-shadow
:
0
1px
2px
rgba
(
0
,
0
,
0
,
.3
);
}
img
{
float
:
center
;
height
:
200px
;
padding
:
10
px
;
padding
:
5
px
;
}
img
:hover
{
...
...
index.html
View file @
b9431e63
...
...
@@ -10,11 +10,15 @@
<body>
<div
class=
"se-pre-con"
></div>
<!-- loading spinner -->
<label>
Open comic:
</label><br>
<input
type=
"file"
name=
"fileup"
id=
"fileup"
accept=
".cbr,.cbz,.cbt"
><br>
<i>
(cbr,cbz,cbt files only)
</i>
<br><br>
<center>
<fieldset>
<legend>
Open Comic
</legend>
<input
type=
"file"
name=
"fileup"
id=
"fileup"
accept=
".cbr,.cbz,.cbt"
><br>
<i>
(cbr,cbz,cbt files only)
</i>
</fieldset>
<br><br>
<!-- output comics images here -->
<div
id=
"output"
></div>
</center>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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