CSS Work In Progress

* new peertube theme for ConverseJS
* CSS linting
* splash screen
* defining CSS variables
This commit is contained in:
John Livingston
2021-11-09 17:45:54 +01:00
parent aa156d3c06
commit 77975ffdb6
8 changed files with 903 additions and 7 deletions

View File

@ -9,9 +9,9 @@
<script type="text/javaScript" src="{{BASE_STATIC_URL}}conversejs/converse.min.js"></script>
<script type="text/javascript" src="{{BASE_STATIC_URL}}static/builtin.js"></script>
</head>
<body class="converse-fullscreen">
<body class="converse-fullscreen theme-peertube">
<noscript>You need to enable JavaScript to run the Converse.js chat app.</noscript>
<div id="conversejs-bg"></div>
<div id="conversejs-bg" class="theme-peertube"></div>
<script type="text/javascript">
initConverse({
jid: '{{JID}}',