From 1bf50f2d2648b2e66d54018c537c12f7bf4fd839 Mon Sep 17 00:00:00 2001 From: ErikBoesen Date: Sun, 14 Jan 2018 17:49:05 -0500 Subject: [PATCH] Establish watermarks --- banners.css | 5 ++++- banners.less | 5 ++++- banners.sass | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/banners.css b/banners.css index 014f6a0..b4b3a91 100644 --- a/banners.css +++ b/banners.css @@ -1,3 +1,6 @@ +/* Created by Erik Boesen with FIRST Robotics Competition Team 1418. + Offered under the MIT License. */ + @font-face { font-family: 'Adam'; src: url('adam.otf') format('opentype'); @@ -58,4 +61,4 @@ filter: url('data:image/svg+xml;charset=utf-8,#filter'); -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1)); filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1)); -} \ No newline at end of file +} diff --git a/banners.less b/banners.less index d56fd9b..250b276 100644 --- a/banners.less +++ b/banners.less @@ -1,3 +1,6 @@ +/* Created by Erik Boesen with FIRST Robotics Competition Team 1418. + Offered under the MIT License. */ + @blue: #0f4bcb; @@ -86,4 +89,4 @@ .banners li, .banners li:after, .banner, .banner:after { -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1)); filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1)); -} \ No newline at end of file +} diff --git a/banners.sass b/banners.sass index a5de6e2..f899503 100644 --- a/banners.sass +++ b/banners.sass @@ -1,3 +1,6 @@ +/* Created by Erik Boesen with FIRST Robotics Competition Team 1418. + Offered under the MIT License. */ + @charset 'utf-8' $blue: #0f4bcb @@ -57,4 +60,4 @@ $blue: #0f4bcb -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1)) filter: url('data:image/svg+xml;charset=utf-8,#filter') -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1)) - filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1)) \ No newline at end of file + filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1))