diff sat_templates/templates/default/static/styles_noscript.css @ 166:178f55b825b7

small refactoring/redesign, better BEM integration: - blog has been redesigned, and almost all blog CSS has been made generic and moved to main styles.css file. - better noscript handling, dynamic elements are created using "magic" classes (dom_update.js) - using better icons for older/newer messages - better state handling, classes now use "state_XXX" - more classes now use BEM convention - menu labels have been moved to a separate template (components/menu_labels.html), so it can be overriden easily by other sites - better styles.css organisation
author Goffi <goffi@goffi.org>
date Wed, 03 Oct 2018 21:00:24 +0200
parents
children 240bbac435f4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat_templates/templates/default/static/styles_noscript.css	Wed Oct 03 21:00:24 2018 +0200
@@ -0,0 +1,29 @@
+/*******************************************************
+ * This styles are used when javascript is not enabled *
+ *******************************************************/
+
+
+/*************
+ * Constants *
+ *************/
+
+:root {
+  --box--expand_limit: none;
+}
+
+/*********
+ * boxes *
+ *********/
+
+.box__under {
+    display: none;
+}
+
+/************
+ * Comments *
+ ************/
+
+.comments_panel {
+    max-height: none;
+    opacity: 1;
+}