From 7d51726c31c01325d2cfdcdac86b24f62f9b2736 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 10 Feb 2022 16:47:00 +0100 Subject: [PATCH] added drop.hangar.org to radar.hangar.org --- README.md | 38 ++++++++++++++++++++++++++++++++ assets/css/hangar-static-app.css | 4 ++++ index-radar.html | 16 ++++++++++++++ 3 files changed, 58 insertions(+) diff --git a/README.md b/README.md index 088f6bc..c597401 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,42 @@ step back / roll back: - rename index.html to index-offline.html - rename index.html.YYYYMMDD to index.html or index.php.YYYYMMDD to index.php +## styles variables and colors +the global variables and colors are + +``` +:root{ + --color-hangar: rgb(0,0,255); + --color-hangar-light: rgb(180,180,255); + --color-body: rgb(20,20,20); + --color-secondary: rgb(90,90,90) ; + --color-background: rgb(250,250,250); + --color-body-invert: rgb(200,200,200); + --color-background-invert: rgb(10,10,10); + --color-black: rgb(0,0,0); + --color-white: rgb(255,255,255); + --color-grey-dark: rgb(110,110,110); + --color-grey-light: rgb(230,230,230); + --color-error: rgb(230,50,50); + --global-padding: 1rem; + --global-margin: 1rem; + --global-border: 0.05rem solid var(--color-grey-light); + --global-radius: 1rem; + --font-hangar: Helvetica-Rounded, arial rounded, helvetica, arial, sans-serif; + --logo-hangar: url('https://grafica.hangar.org/assets/img/hangar-logo.svg'); +} + +``` + +they can be calles like this: +``` + a { + color: var(--color-hangar); + } + + a:hover { + color: var(--color-white); + background-color: var(--color-hangar); + } +``` diff --git a/assets/css/hangar-static-app.css b/assets/css/hangar-static-app.css index 287086c..bf54e7e 100644 --- a/assets/css/hangar-static-app.css +++ b/assets/css/hangar-static-app.css @@ -6,6 +6,7 @@ author jorge@hangar.org */ :root{ --color-hangar: rgb(0,0,255); + --color-hangar-light: rgb(180,180,255); --color-body: rgb(20,20,20); --color-secondary: rgb(90,90,90) ; --color-background: rgb(250,250,250); @@ -15,10 +16,13 @@ author jorge@hangar.org --color-white: rgb(255,255,255); --color-grey-dark: rgb(110,110,110); --color-grey-light: rgb(230,230,230); + --color-error: rgb(230,50,50); --global-padding: 1rem; --global-margin: 1rem; --global-border: 0.05rem solid var(--color-grey-light); --global-radius: 1rem; + --font-hangar: Helvetica-Rounded, arial rounded, helvetica, arial, sans-serif; + --logo-hangar: url('https://grafica.hangar.org/assets/img/hangar-logo.svg'); } @media screen{ diff --git a/index-radar.html b/index-radar.html index 0d47abb..8c673a6 100644 --- a/index-radar.html +++ b/index-radar.html @@ -230,6 +230,22 @@

+
+
+
+ + Drop + +
+
+
+ +
+
+

Share and/or receive big files: drop the files and get a URL to share using drop folder from hangar. +

+
+