From 1cda1e3525b180778fb0ba864d63698941eb7360 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 29 Oct 2020 22:37:14 +0100 Subject: REUSE: Add LAL-1.3 license to SCSS --- app/assets/stylesheets/agents.scss | 9 +++ app/assets/stylesheets/application/_body.scss | 5 ++ app/assets/stylesheets/application/_debug.scss | 6 ++ app/assets/stylesheets/application/_flash.scss | 6 ++ app/assets/stylesheets/application/_header.scss | 6 ++ app/assets/stylesheets/application/_map.scss | 6 ++ app/assets/stylesheets/application/_user_info.scss | 6 ++ app/assets/stylesheets/categories.scss | 9 +++ app/assets/stylesheets/resources.scss | 6 ++ app/assets/stylesheets/taxonomies.scss | 82 ++++++++++++++++++++++ app/assets/stylesheets/users.scss | 6 ++ app/assets/stylesheets/welcome.scss | 6 ++ 12 files changed, 153 insertions(+) create mode 100644 app/assets/stylesheets/agents.scss create mode 100644 app/assets/stylesheets/categories.scss create mode 100644 app/assets/stylesheets/taxonomies.scss (limited to 'app') 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 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