diff --git a/index.html b/index.html index 0f121ab..6582c5d 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@
  • Welcome
  • Dear friend
  • Online scroller
  • +
  • Be confident
  • Be ambitious
  • Be ready to fail a lot
  • @@ -49,6 +50,7 @@
  • Critical API
  • Vernacular API
  • Model of distribution
  • +
  • Experimental enquiry
  • Varia, Rotterdam
  • Event mode from 13.00 to 17.00
  • @@ -60,5 +62,7 @@
  • Event mode
  • Online chat
  • + +
    diff --git a/static/svg/sticker_deco_api_blue_square.svg b/static/svg/deco_api.svg similarity index 100% rename from static/svg/sticker_deco_api_blue_square.svg rename to static/svg/deco_api.svg diff --git a/static/svg/sticker_deco_catwalking_pink_circle.svg b/static/svg/deco_catwalking_pink.svg similarity index 100% rename from static/svg/sticker_deco_catwalking_pink_circle.svg rename to static/svg/deco_catwalking_pink.svg diff --git a/static/svg/sticker_deco_catwalking_yellow_circle.svg b/static/svg/deco_catwalking_yellow.svg similarity index 100% rename from static/svg/sticker_deco_catwalking_yellow_circle.svg rename to static/svg/deco_catwalking_yellow.svg diff --git a/static/svg/sticker_deco_cocktail_pink_heart.svg b/static/svg/deco_cocktail.svg similarity index 100% rename from static/svg/sticker_deco_cocktail_pink_heart.svg rename to static/svg/deco_cocktail.svg diff --git a/static/svg/sticker_deco_generator_green_hex.svg b/static/svg/deco_generator.svg similarity index 100% rename from static/svg/sticker_deco_generator_green_hex.svg rename to static/svg/deco_generator.svg diff --git a/static/svg/sticker_deco_soup_bubble_orange.svg b/static/svg/deco_soup.svg similarity index 100% rename from static/svg/sticker_deco_soup_bubble_orange.svg rename to static/svg/deco_soup.svg diff --git a/style.css b/style.css index 767a6ad..f91e30b 100644 --- a/style.css +++ b/style.css @@ -76,11 +76,19 @@ body { .sticker.deco { background: none; - min-width: 48px; - min-height: 48px; + border: none; + box-shadow: none; + min-width: 128px; + min-height: 128 px; padding: 0; } +.sticker.deco object, +.sticker.deco svg { + -webkit-filter: drop-shadow(2px 2px 2px 1px rgba(0, 0, 0, 0.2)); + filter: drop-shadow(2px 2px 2px 1px rgba(0, 0, 0, 0.2)); +} + li { list-style: none; }