Mercurial > xmpp-account-manager
changeset 62:46ca1aa08146
Rename prosody.css to style.css, and remove Prosody specifics.
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 24 May 2020 13:15:01 +0200 |
| parents | 78c873be0caa |
| children | ee1df80a1715 |
| files | build_website.py index.xhtml locale/django.pot locale/en/LC_MESSAGES/django.po locale/fr/LC_MESSAGES/django.po prosody.css style.css |
| diffstat | 7 files changed, 82 insertions(+), 86 deletions(-) [+] |
line wrap: on
line diff
--- a/build_website.py Sun May 24 13:13:57 2020 +0200 +++ b/build_website.py Sun May 24 13:15:01 2020 +0200 @@ -71,7 +71,7 @@ django.setup() - static = ['share', 'prosody.css', 'spinner.svg', 'ok.svg', 'error.svg'] + static = ['share', 'style.css', 'spinner.svg', 'ok.svg', 'error.svg'] files = [ 'index.xhtml', 'client.js', 'roster.js', 'avatar.js', 'client.js', 'index.xhtml', 'mam.js', 'nickname.js', 'pep.js', 'roster.js', 'strophe.js', 'strophe.mam.js',
--- a/index.xhtml Sun May 24 13:13:57 2020 +0200 +++ b/index.xhtml Sun May 24 13:15:01 2020 +0200 @@ -13,7 +13,7 @@ <title>{% trans 'XMPP account manager' %}</title> <link rel="canonical" content-type="text/html" href="https://linkmauve.fr/xmpp-account-manager/"/> <link rel="stylesheet" href="share/bootstrap/css/bootstrap.min.css"/> - <link rel="stylesheet" href="prosody.css"/> + <link rel="stylesheet" href="style.css"/> </head> <body>
--- a/locale/django.pot Sun May 24 13:13:57 2020 +0200 +++ b/locale/django.pot Sun May 24 13:15:01 2020 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
--- a/locale/en/LC_MESSAGES/django.po Sun May 24 13:13:57 2020 +0200 +++ b/locale/en/LC_MESSAGES/django.po Sun May 24 13:15:01 2020 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
--- a/locale/fr/LC_MESSAGES/django.po Sun May 24 13:13:57 2020 +0200 +++ b/locale/fr/LC_MESSAGES/django.po Sun May 24 13:15:01 2020 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
--- a/prosody.css Sun May 24 13:13:57 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,81 +0,0 @@ - -/* Branding */ -.jumbotron h1, .jumbotron > h2 { - text-align: center; -} -h1 img { - height: 1em; -} -.jumbotron p img { - height: 42pt; - float: left; - padding-right: 1ex; -} -@media (max-width: 767px) { - #navbar { - height: 0; - overflow: hidden; - } - #navbar:target { - height: auto; - } -} -#navtabs { - margin-bottom: 1em; - margin-top: 1em; -} -#connect { - margin-top: 1em; -} -.navbar { - background-color: #6197d6; - background-image: linear-gradient(to right, #000080, #6197d6); - border-width: 0 0 1em; - border-color: #e49200; - border-radius: 0; -} -.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand { - background-color: inherit !important; - color: white !important; -} -.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover { - font-weight: bold; -} -.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover { - background-color: inherit !important; - color: white !important; -} -.navbar .navbar-toggle .icon-bar { - background-color: white; -} -section:target > :first-child::after { - content: "←"; - color: silver; -} -footer { - font-size: smaller; - margin-top: 7em; - text-align: center; -} -footer > dl:first-child { - text-align: left; -} -footer > dl:last-child { - text-align: right; -} - -.news ul li:last-child { - opacity: 0.50; -} - -.prosody-sponsors p a img { - height: 18pt; -} - -/* From Pandoc template */ -code{white-space: pre-wrap;} -span.smallcaps{font-variant: small-caps;} -span.underline{text-decoration: underline;} -div.column{display: inline-block; vertical-align: top; width: 50%;} -q { quotes: "“" "”" "‘" "’"; } -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/style.css Sun May 24 13:15:01 2020 +0200 @@ -0,0 +1,77 @@ + +/* Branding */ +.jumbotron h1, .jumbotron > h2 { + text-align: center; +} +h1 img { + height: 1em; +} +.jumbotron p img { + height: 42pt; + float: left; + padding-right: 1ex; +} +@media (max-width: 767px) { + #navbar { + height: 0; + overflow: hidden; + } + #navbar:target { + height: auto; + } +} +#navtabs { + margin-bottom: 1em; + margin-top: 1em; +} +#connect { + margin-top: 1em; +} +.navbar { + background-color: #6197d6; + background-image: linear-gradient(to right, #000080, #6197d6); + border-width: 0 0 1em; + border-color: #e49200; + border-radius: 0; +} +.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover, .navbar .navbar-brand, .navbar .navbar-brand, .navbar .navbar-brand { + background-color: inherit !important; + color: white !important; +} +.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover { + font-weight: bold; +} +.navbar .navbar-nav a, .navbar .navbar-nav a:focus, .navbar .navbar-nav a:hover { + background-color: inherit !important; + color: white !important; +} +.navbar .navbar-toggle .icon-bar { + background-color: white; +} +section:target > :first-child::after { + content: "←"; + color: silver; +} +footer { + font-size: smaller; + margin-top: 7em; + text-align: center; +} +footer > dl:first-child { + text-align: left; +} +footer > dl:last-child { + text-align: right; +} + +.news ul li:last-child { + opacity: 0.50; +} + +/* From Pandoc template */ +code{white-space: pre-wrap;} +span.smallcaps{font-variant: small-caps;} +span.underline{text-decoration: underline;} +div.column{display: inline-block; vertical-align: top; width: 50%;} +q { quotes: "“" "”" "‘" "’"; } +
