Accesibility fixes from the report.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index bfffb82..b7beb79 100644 (file)
@@ -22,9 +22,17 @@ IMAGE_DIR = 'book/pictures/'
 
 PIPELINE = {
     'STYLESHEETS': {
+        '2021': {
+            'source_filenames': [
+                '2021/css/main.scss',
+            ],
+            'output_filename': 'css/compressed/2021.css',
+        },
         'main': {
             # styles both for mobile and for big screen
             'source_filenames': [
+                'css/import/gelasio.css',
+
                 'css/jquery.countdown.css',
                 'jplayer/jplayer.blue.monday.css',
 
@@ -37,17 +45,20 @@ PIPELINE = {
                 'css/tlite.css',
 
                 'scss/main.scss',
+                'club/club.scss',
             ],
             'output_filename': 'css/compressed/main.css',
         },
         'book': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'css/master.book.css',
             ],
             'output_filename': 'css/compressed/book.css',
         },
         'book_text': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'scss/book_text.scss',
                 'css/new.book.css',
                 'annoy/banner.scss',
@@ -65,6 +76,7 @@ PIPELINE = {
         },
         'picture': {
             'source_filenames': [
+                'css/import/gelasio.css',
                 'css/master.book.css',
                 'css/master.picture.css',
             ],
@@ -151,6 +163,7 @@ PIPELINE = {
                 'js/book_text/info.js',
                 'js/book_text/menu.js',
                 'js/book_text/note.js',
+                'js/book_text/references.js',
                 'js/book_text/settings.js',
                 'js/book_text/toc.js',
                 'js/locale.js',