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
Jan Kruse
potify
Commits
31ed8fc9
Commit
31ed8fc9
authored
Sep 16, 2017
by
Andre Julius
👀
Browse files
Add styling to gui template.
parent
f2abba3d
Changes
2
Hide whitespace changes
Inline
Side-by-side
web/static/style.css
0 → 100644
View file @
31ed8fc9
*
{
margin
:
0
;
padding
:
0
;
}
body
{
font-family
:
Verdana
,
Geneva
,
sans-serif
;
}
header
{
background-color
:
rgba
(
13
,
71
,
161
,
1
);
color
:
#fff
;
height
:
10vh
;
width
:
100%
;
}
h1
{
line-height
:
10vh
;
text-align
:
center
;
}
ul
{
list-style
:
none
;
text-align
:
center
;
margin
:
0
auto
;
max-width
:
400px
;
}
li
{
background-color
:
rgba
(
25
,
118
,
210
,
1
);
color
:
#fff
;
line-height
:
3em
;
margin
:
10px
0
;
}
\ No newline at end of file
web/templates/gui.html
View file @
31ed8fc9
...
...
@@ -2,6 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename='style.css') }}"
>
<title>
potify gui
</title>
</head>
<body>
...
...
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