github.com/mweagle/Sparta@v1.15.0/docs/css/tags.css (about) 1 /* Tags */ 2 3 #head-tags{ 4 margin-left:1em; 5 margin-top:1em; 6 } 7 8 #body .tags a.tag-link { 9 display: inline-block; 10 line-height: 2em; 11 font-size: 0.8em; 12 position: relative; 13 margin: 0 16px 8px 0; 14 padding: 0 10px 0 12px; 15 background: #8451a1; 16 17 -webkit-border-bottom-right-radius: 3px; 18 border-bottom-right-radius: 3px; 19 -webkit-border-top-right-radius: 3px; 20 border-top-right-radius: 3px; 21 22 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2); 23 box-shadow: 0 1px 2px rgba(0,0,0,0.2); 24 color: #fff; 25 } 26 27 #body .tags a.tag-link:before { 28 content: ""; 29 position: absolute; 30 top:0; 31 left: -1em; 32 width: 0; 33 height: 0; 34 border-color: transparent #8451a1 transparent transparent; 35 border-style: solid; 36 border-width: 1em 1em 1em 0; 37 } 38 39 #body .tags a.tag-link:after { 40 content: ""; 41 position: absolute; 42 top: 10px; 43 left: 1px; 44 width: 5px; 45 height: 5px; 46 -webkit-border-radius: 50%; 47 border-radius: 100%; 48 background: #fff; 49 }