{"key":"personal_tag","name":"Personal Tag","instructions":"This displays a ribbon style alert message with the current user's name","requirecss":"","requirejs":"","shim":"","defaults":"Colour=\"#CF142B\",Text=\"This is important!\"","amd":"1","body":"<style>\n.bs {\n  padding: .4em;\n  background: @@Colour@@;\n  color: white;\n  font-family: helvetica;\n  border-radius: 3px 0 0 3px;\n  position: relative;\n}\n\n.bs:before,\n.bs:after {\n  content: \"\";\n  position: absolute;\n  right: -.75em;\n  top: 0;\n  width: 0;\n  height: 0;\n  /* the trangles are made of different border widths, not the box itslef */\n  border-style: solid;\n  border-width: 18px 11px 0 0;\n  border-color: @@Colour@@ transparent transparent transparent;\n}\n\n.bs:after {\n  top: auto;\n  /*reset the top placement */\n  bottom: 1px;\n  width: 0;\n  height: 0;\n  border-style: solid;\n  border-width: 18px 0 0 11px;\n  border-color: transparent transparent transparent @@Colour@@;\n}\n\n</style>\n\n<span class=\"bs\">@@USER:firstname@@, &nbsp;@@Text@@</span>&nbsp;&nbsp;&nbsp;\n","bodyend":"","script":"","style":"","dataset":"","datasetvars":"","alternate":"","alternateend":"","version":"1.0.1"}