summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-05-28 10:14:06 +0300
committerAlon Levy <alon@pobox.com>2015-06-04 14:22:19 +0300
commit6ed6f96b1c2daa3170fdf60728edcb9080a1d3a2 (patch)
treedaaaadba26ed6d53e0bc169ed2c66254ea3dda72 /res/client/css/partials
parenta1e13b27982d196b24ebadb10cfe12d0f56dac6e (diff)
add copyright and license headers for GNU AGPL v3
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/base.scss18
-rw-r--r--res/client/css/partials/buttons.scss18
-rw-r--r--res/client/css/partials/common-form.scss18
-rw-r--r--res/client/css/partials/devtools.scss18
-rw-r--r--res/client/css/partials/dropdown-menu.scss18
-rw-r--r--res/client/css/partials/grid.scss18
-rw-r--r--res/client/css/partials/info-card.scss18
-rw-r--r--res/client/css/partials/input-bar.scss18
-rw-r--r--res/client/css/partials/input-bubble.scss18
-rw-r--r--res/client/css/partials/keyboard.scss18
-rw-r--r--res/client/css/partials/reset.scss18
-rw-r--r--res/client/css/partials/search-bar.scss18
-rw-r--r--res/client/css/partials/task-alert.scss18
-rw-r--r--res/client/css/partials/tool-bar.scss18
-rw-r--r--res/client/css/partials/toolbar__cmd.scss18
-rw-r--r--res/client/css/partials/toolbar__menu.scss18
-rw-r--r--res/client/css/partials/toolbar__status.scss18
-rw-r--r--res/client/css/partials/top-bar.scss18
-rw-r--r--res/client/css/partials/typography.scss18
-rw-r--r--res/client/css/partials/zoom-buttons.scss18
20 files changed, 360 insertions, 0 deletions
diff --git a/res/client/css/partials/base.scss b/res/client/css/partials/base.scss
index 6077741c..61cd1ba6 100644
--- a/res/client/css/partials/base.scss
+++ b/res/client/css/partials/base.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
@import "../modules/colors";
@import "../modules/mixins";
@import "../modules/typography";
diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss
index aae70f29..6abf2fed 100644
--- a/res/client/css/partials/buttons.scss
+++ b/res/client/css/partials/buttons.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.btn-regular {
cursor: pointer;
background-color: white;
diff --git a/res/client/css/partials/common-form.scss b/res/client/css/partials/common-form.scss
index b9457366..65789704 100644
--- a/res/client/css/partials/common-form.scss
+++ b/res/client/css/partials/common-form.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
//
// Styling for full-page type forms: signup, login, pw-reset, etc.
//
diff --git a/res/client/css/partials/devtools.scss b/res/client/css/partials/devtools.scss
index 0f923718..0abb85b5 100644
--- a/res/client/css/partials/devtools.scss
+++ b/res/client/css/partials/devtools.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#devtools {
position: absolute;
bottom: 0;
diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss
index ba1dfb63..f66d7c5d 100644
--- a/res/client/css/partials/dropdown-menu.scss
+++ b/res/client/css/partials/dropdown-menu.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.dropdown-menu {
border: 1px solid $mid-grey;
color: $dark-grey;
diff --git a/res/client/css/partials/grid.scss b/res/client/css/partials/grid.scss
index e69de29b..e840d2a1 100644
--- a/res/client/css/partials/grid.scss
+++ b/res/client/css/partials/grid.scss
@@ -0,0 +1,18 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss
index 79efc1e1..8220daf4 100644
--- a/res/client/css/partials/info-card.scss
+++ b/res/client/css/partials/info-card.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
@import '../modules/mixins'; // For box-shadow and box-sizing
.info-container {
diff --git a/res/client/css/partials/input-bar.scss b/res/client/css/partials/input-bar.scss
index 1d15c671..0391772e 100644
--- a/res/client/css/partials/input-bar.scss
+++ b/res/client/css/partials/input-bar.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
@import '../modules/mixins'; // For box-shadow
.input-container {
diff --git a/res/client/css/partials/input-bubble.scss b/res/client/css/partials/input-bubble.scss
index da600921..35f6f77e 100644
--- a/res/client/css/partials/input-bubble.scss
+++ b/res/client/css/partials/input-bubble.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.type_selection {
color: $dark-grey;
font-size: $h3-size;
diff --git a/res/client/css/partials/keyboard.scss b/res/client/css/partials/keyboard.scss
index e54a85cc..e827a01b 100644
--- a/res/client/css/partials/keyboard.scss
+++ b/res/client/css/partials/keyboard.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
//
// Keyboard related styling
//
diff --git a/res/client/css/partials/reset.scss b/res/client/css/partials/reset.scss
index 1a2e6b39..492534fd 100644
--- a/res/client/css/partials/reset.scss
+++ b/res/client/css/partials/reset.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
diff --git a/res/client/css/partials/search-bar.scss b/res/client/css/partials/search-bar.scss
index ee7866db..d5d0c14d 100644
--- a/res/client/css/partials/search-bar.scss
+++ b/res/client/css/partials/search-bar.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
@import '../modules/mixins'; // For box-shadow
#search {
diff --git a/res/client/css/partials/task-alert.scss b/res/client/css/partials/task-alert.scss
index 95018d59..3fa23e01 100644
--- a/res/client/css/partials/task-alert.scss
+++ b/res/client/css/partials/task-alert.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.task-alert{
position:relative;
width: 100%;
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss
index 546961f7..09441531 100644
--- a/res/client/css/partials/tool-bar.scss
+++ b/res/client/css/partials/tool-bar.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.tool_bar_btn {
border: 1px solid #919095;
cursor: pointer;
diff --git a/res/client/css/partials/toolbar__cmd.scss b/res/client/css/partials/toolbar__cmd.scss
index 24f06a06..b9b0fa23 100644
--- a/res/client/css/partials/toolbar__cmd.scss
+++ b/res/client/css/partials/toolbar__cmd.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.cmd-bar {
background-color: lightgray;
}
diff --git a/res/client/css/partials/toolbar__menu.scss b/res/client/css/partials/toolbar__menu.scss
index 95dc5839..4c2ff319 100644
--- a/res/client/css/partials/toolbar__menu.scss
+++ b/res/client/css/partials/toolbar__menu.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.menu-bar__item {
float: left;
font-size: 14px;
diff --git a/res/client/css/partials/toolbar__status.scss b/res/client/css/partials/toolbar__status.scss
index 21b0d9cd..46d40bab 100644
--- a/res/client/css/partials/toolbar__status.scss
+++ b/res/client/css/partials/toolbar__status.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#status-bar {
background-color: #A3C9EA;
}
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss
index 5658198e..3bd03228 100644
--- a/res/client/css/partials/top-bar.scss
+++ b/res/client/css/partials/top-bar.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
.username {
display: inline-block;
text-align: right;
diff --git a/res/client/css/partials/typography.scss b/res/client/css/partials/typography.scss
index e9724b5f..c392e0fa 100644
--- a/res/client/css/partials/typography.scss
+++ b/res/client/css/partials/typography.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
/* Headings */
h1 {
diff --git a/res/client/css/partials/zoom-buttons.scss b/res/client/css/partials/zoom-buttons.scss
index fabee320..11e5f919 100644
--- a/res/client/css/partials/zoom-buttons.scss
+++ b/res/client/css/partials/zoom-buttons.scss
@@ -1,3 +1,21 @@
+/*
+ This file is part of rhizi, a collaborative knowledge graph editor.
+ Copyright (C) 2014-2015 Dor Garbash, Amir Sagie and Alon Levy
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
#zoom-bar {
position: absolute;
bottom: 70px;