aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-29 22:37:14 +0100
committerhellekin <hellekin@cepheide.org>2020-10-29 22:37:14 +0100
commit1cda1e3525b180778fb0ba864d63698941eb7360 (patch)
treeda1f357446664dd802c18acf9022331d4fb4febb
parent903724fd2f8dc98aed167b0290b7043775481a00 (diff)
downloadincommon-map-1cda1e3525b180778fb0ba864d63698941eb7360.tar.gz
REUSE: Add LAL-1.3 license to SCSS
-rw-r--r--app/assets/stylesheets/agents.scss9
-rw-r--r--app/assets/stylesheets/application/_body.scss5
-rw-r--r--app/assets/stylesheets/application/_debug.scss6
-rw-r--r--app/assets/stylesheets/application/_flash.scss6
-rw-r--r--app/assets/stylesheets/application/_header.scss6
-rw-r--r--app/assets/stylesheets/application/_map.scss6
-rw-r--r--app/assets/stylesheets/application/_user_info.scss6
-rw-r--r--app/assets/stylesheets/categories.scss9
-rw-r--r--app/assets/stylesheets/resources.scss6
-rw-r--r--app/assets/stylesheets/taxonomies.scss82
-rw-r--r--app/assets/stylesheets/users.scss6
-rw-r--r--app/assets/stylesheets/welcome.scss6
12 files changed, 153 insertions, 0 deletions
diff --git a/app/assets/stylesheets/agents.scss b/app/assets/stylesheets/agents.scss
new file mode 100644
index 0000000..ec9285d
--- /dev/null
+++ b/app/assets/stylesheets/agents.scss
@@ -0,0 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+// Place all the styles related to the Agents controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: https://sass-lang.com/
diff --git a/app/assets/stylesheets/application/_body.scss b/app/assets/stylesheets/application/_body.scss
index 6e3b56e..a282ba3 100644
--- a/app/assets/stylesheets/application/_body.scss
+++ b/app/assets/stylesheets/application/_body.scss
@@ -1,3 +1,8 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
html {
color: var(--primary);
diff --git a/app/assets/stylesheets/application/_debug.scss b/app/assets/stylesheets/application/_debug.scss
index 75b1988..0e3aaa7 100644
--- a/app/assets/stylesheets/application/_debug.scss
+++ b/app/assets/stylesheets/application/_debug.scss
@@ -1,4 +1,10 @@
/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+/*
DEBUG
*/
diff --git a/app/assets/stylesheets/application/_flash.scss b/app/assets/stylesheets/application/_flash.scss
index c373796..f168e68 100644
--- a/app/assets/stylesheets/application/_flash.scss
+++ b/app/assets/stylesheets/application/_flash.scss
@@ -1,4 +1,10 @@
/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+/*
FLASH
*/
diff --git a/app/assets/stylesheets/application/_header.scss b/app/assets/stylesheets/application/_header.scss
index d0fd5b8..3c7d460 100644
--- a/app/assets/stylesheets/application/_header.scss
+++ b/app/assets/stylesheets/application/_header.scss
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
/* -----------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------- */
diff --git a/app/assets/stylesheets/application/_map.scss b/app/assets/stylesheets/application/_map.scss
index a0e3abf..ba86dd4 100644
--- a/app/assets/stylesheets/application/_map.scss
+++ b/app/assets/stylesheets/application/_map.scss
@@ -1,4 +1,10 @@
/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+/*
MAP
*/
diff --git a/app/assets/stylesheets/application/_user_info.scss b/app/assets/stylesheets/application/_user_info.scss
index be3dad9..2d80a09 100644
--- a/app/assets/stylesheets/application/_user_info.scss
+++ b/app/assets/stylesheets/application/_user_info.scss
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
/* -----------------------------------------------------------------------------
User Info
----------------------------------------------------------------------------- */
diff --git a/app/assets/stylesheets/categories.scss b/app/assets/stylesheets/categories.scss
new file mode 100644
index 0000000..6e6299f
--- /dev/null
+++ b/app/assets/stylesheets/categories.scss
@@ -0,0 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+// Place all the styles related to the Categories controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: https://sass-lang.com/
diff --git a/app/assets/stylesheets/resources.scss b/app/assets/stylesheets/resources.scss
index 5f2717f..eb7411b 100644
--- a/app/assets/stylesheets/resources.scss
+++ b/app/assets/stylesheets/resources.scss
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
// Place all the styles related to the Resources controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/
diff --git a/app/assets/stylesheets/taxonomies.scss b/app/assets/stylesheets/taxonomies.scss
new file mode 100644
index 0000000..446fd20
--- /dev/null
+++ b/app/assets/stylesheets/taxonomies.scss
@@ -0,0 +1,82 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
+body>aside {
+ width: auto;
+
+ span[data-target="taxonomy.filter"] {
+ z-index: 990;
+ background: var(--icon-menu-on) top left/32px no-repeat;
+ width: 32px;
+ height: 32px;
+ position: absolute;
+ top: 6.1rem;
+ left: 10px;
+
+ &.off {
+ background-image: var(--icon-menu-off);
+ }
+ &.on {
+ background-image: var(--icon-menu-on);
+ }
+ }
+
+ nav {
+ z-index: 900;
+ position: fixed;
+ top: 5.5rem;
+ bottom: 0;
+ margin: 0;
+ padding: 0;
+ background-color: var(--incommon-blue);
+ display: block;
+ border-top-right-radius: 1rem;
+ width: 20rem;
+ height: calc(100% - 7.5rem);
+ padding-top: 48px;
+ }
+}
+
+/* Dewey Taxonomy */
+#taxonomy-2519915f-d19c-4281-b758-f5ddb889d7fa {
+ ol {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+
+ li {
+ padding: 0.5rem 1rem;
+ }
+
+ ol {
+ display: none;
+ }
+ ol.active {
+ font-weight: bold;
+ text-align: right;
+ li {
+ display: initial;
+ &.active {
+ font-weight: bold;
+ text-align: right;
+ }
+ }
+ }
+ }
+
+ #category-30 { background-color: #BCBCBC; }
+ #category-31 { background-color: #95a5a6; }
+ #category-32 { background-color: #848482; }
+ #category-33 { background-color: #948279; }
+ #category-34 { background-color: #59706a; }
+ #category-35 { background-color: #16a085; }
+ #category-36 { background-color: #27ae60; }
+ #category-37 { background-color: #2980b9; }
+ #category-38 { background-color: #34495e; }
+ #category-39 { background-color: #bd3525; }
+ #category-40 { background-color: #d35400; }
+ #category-42 { background-color: #eead0e; }
+}
diff --git a/app/assets/stylesheets/users.scss b/app/assets/stylesheets/users.scss
index aaf17f7..38fcd72 100644
--- a/app/assets/stylesheets/users.scss
+++ b/app/assets/stylesheets/users.scss
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/
diff --git a/app/assets/stylesheets/welcome.scss b/app/assets/stylesheets/welcome.scss
index 5042f7d..8175046 100644
--- a/app/assets/stylesheets/welcome.scss
+++ b/app/assets/stylesheets/welcome.scss
@@ -1,3 +1,9 @@
+/*
+ * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc
+ *
+ * SPDX-License-Identifier: LAL-1.3
+ */
+
// Place all the styles related to the welcome controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/