mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
UI updates in progress.
This commit is contained in:
2
src/frontend/static/styles/pyShelf.sass
vendored
2
src/frontend/static/styles/pyShelf.sass
vendored
@@ -23,6 +23,8 @@ $navbar-item-color: $white
|
||||
$navbar-item-hover-background-color: $ps-color-secondary
|
||||
$navbar-dropdown-background-color: $ps-color-primary-trans
|
||||
$navbar-dropdown-item-hover-color: $ps-color-background !important
|
||||
$footer-background-color: $ps-color-primary-trans
|
||||
$footer-padding: 0.5rem 0.5rem
|
||||
//$navbar-dropdown-item-hover-background-color: $background !default
|
||||
//$navbar-dropdown-item-active-color: $link !default
|
||||
//$navbar-dropdown-item-active-background-color: $background !default
|
||||
|
||||
@@ -1,2 +1,18 @@
|
||||
<footer class="footer is-dark">
|
||||
<a href="https://python.org">
|
||||
<img
|
||||
src="{{ url_for('static', path='images/python-logo-transparent.svg') }}"
|
||||
alt="Powered by Python"
|
||||
width="128"
|
||||
height="24">
|
||||
</a>
|
||||
<a href="https://bulma.io">
|
||||
<img
|
||||
src="https://bulma.io/images/made-with-bulma--white.png"
|
||||
alt="Made with Bulma"
|
||||
width="128"
|
||||
height="24">
|
||||
</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -5,5 +5,6 @@
|
||||
<link href="{{ url_for('static', path='styles/pyShelf.css') }}" rel="stylesheet">
|
||||
<script src="{{ url_for('static', path='script/jquery-3.6.1.js') }}" rel="script"></script>
|
||||
<script src="{{ url_for('static', path='script/bulma-helper.js') }}" rel="script"></script>
|
||||
<script src="{{ url_for('static', path='script/pyshelf.js') }}" rel="script"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!doctype html>
|
||||
{% include 'header.html' %}
|
||||
{% include 'navigation.html' %}
|
||||
<section>
|
||||
<section id="master">
|
||||
{{ package.test }}
|
||||
</section>
|
||||
{% include 'footer.html' %}
|
||||
|
||||
Reference in New Issue
Block a user