From 0313534e17f1720f101c4cf795b3cf4efafafc9f Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 7 Apr 2016 12:15:56 +0200 Subject: [PATCH] Created we need help post-it --- css/post-it.css | 34 ++++++++++++++++++++++++++++++++++ index.html | 8 ++++++++ 2 files changed, 42 insertions(+) create mode 100644 css/post-it.css diff --git a/css/post-it.css b/css/post-it.css new file mode 100644 index 00000000..e6df1262 --- /dev/null +++ b/css/post-it.css @@ -0,0 +1,34 @@ +@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah); + +.post-it { + background:#fefabc; + padding: 15px; + font-family: 'Gloria Hallelujah', cursive; + font-family: "Lucida Console", Monaco, monospace; + font-family: "Architects Daughter"; + font-family: "Shadows Into Light Two"; + font-family: "Gloria Hallelujah"; + + font-size: 18px; + line-height: 1.3em; + + color: #000; + width: 320px; + + -moz-transform: rotate(7deg); + -webkit-transform: rotate(7deg); + -o-transform: rotate(7deg); + -ms-transform: rotate(7deg); + transform: rotate(7deg); + + box-shadow: 0px 4px 6px #333; + -moz-box-shadow: 0px 4px 6px #333; + -webkit-box-shadow: 0px 4px 6px #333; +} + +.post-it-top-right { + position: fixed; + top: 50px; + right: 100px; + z-index: 999; +} \ No newline at end of file diff --git a/index.html b/index.html index 79cefb07..1f595a2a 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ vis.js - A dynamic, browser based visualization library. + @@ -123,6 +124,13 @@ +
+ We're looking for people to help maintain and improve vis.js. +
+
+ Interested? Click here +
+