summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2016-09-16 12:29:54 -0400
committerShaun McCance <shaunm@gnome.org>2016-09-16 12:29:54 -0400
commit1993f9a2dec7fac104fc09bc84b1ce5dbb0b76e9 (patch)
treecad0d25b6a7fe29097cefb5f7dcee1ad976310c3
parentfb4146abfc864b85e89863b0a942a328562895af (diff)
downloadyelp-xsl-1993f9a2dec7fac104fc09bc84b1ce5dbb0b76e9.tar.gz
Switch to SVG icons for admonition elements
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac9
-rw-r--r--icons/Makefile.am1
-rw-r--r--icons/hicolor/24x24/Makefile.am1
-rw-r--r--icons/hicolor/24x24/status/Makefile.am9
-rw-r--r--icons/hicolor/24x24/status/yelp-note-bug.pngbin1214 -> 0 bytes
-rw-r--r--icons/hicolor/24x24/status/yelp-note-important.pngbin1053 -> 0 bytes
-rw-r--r--icons/hicolor/24x24/status/yelp-note-tip.pngbin1193 -> 0 bytes
-rw-r--r--icons/hicolor/24x24/status/yelp-note-warning.pngbin1245 -> 0 bytes
-rw-r--r--icons/hicolor/24x24/status/yelp-note.pngbin838 -> 0 bytes
-rw-r--r--icons/hicolor/48x48/Makefile.am1
-rw-r--r--icons/hicolor/48x48/status/Makefile.am9
-rw-r--r--icons/hicolor/48x48/status/yelp-note-bug.pngbin2952 -> 0 bytes
-rw-r--r--icons/hicolor/48x48/status/yelp-note-important.pngbin2454 -> 0 bytes
-rw-r--r--icons/hicolor/48x48/status/yelp-note-tip.pngbin2491 -> 0 bytes
-rw-r--r--icons/hicolor/48x48/status/yelp-note-warning.pngbin2959 -> 0 bytes
-rw-r--r--icons/hicolor/48x48/status/yelp-note.pngbin1733 -> 0 bytes
-rw-r--r--icons/hicolor/Makefile.am1
-rw-r--r--icons/hicolor/scalable/Makefile.am1
-rw-r--r--icons/hicolor/scalable/status/Makefile.am9
-rw-r--r--icons/hicolor/scalable/status/yelp-note-bug.svg285
-rw-r--r--icons/hicolor/scalable/status/yelp-note-important.svg1223
-rw-r--r--icons/hicolor/scalable/status/yelp-note-tip.svg255
-rw-r--r--icons/hicolor/scalable/status/yelp-note-warning.svg290
-rw-r--r--icons/hicolor/scalable/status/yelp-note.svg1233
-rw-r--r--xslt/common/Makefile.am2
-rw-r--r--xslt/common/domains/yelp-xsl.xml.in15
-rw-r--r--xslt/common/html.xsl49
-rw-r--r--xslt/common/icons.xsl278
-rw-r--r--xslt/common/icons/Makefile.am12
-rw-r--r--xslt/common/icons/yelp-note-advanced.svg15
-rw-r--r--xslt/common/icons/yelp-note-bug.svg13
-rw-r--r--xslt/common/icons/yelp-note-important.svg4
-rw-r--r--xslt/common/icons/yelp-note-note.svg7
-rw-r--r--xslt/common/icons/yelp-note-package.svg7
-rw-r--r--xslt/common/icons/yelp-note-tip.svg7
-rw-r--r--xslt/common/icons/yelp-note-warning.svg4
-rw-r--r--xslt/dita/html/dita2html-block.xsl33
-rw-r--r--xslt/docbook/html/db2html-block.xsl80
-rw-r--r--xslt/mallard/html/mal2html-block.xsl27
40 files changed, 458 insertions, 3424 deletions
diff --git a/Makefile.am b/Makefile.am
index ccef2536..d896def9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = icons js xslt doc
+SUBDIRS = js xslt doc
DIST_SUBDIRS = $(SUBDIRS) po
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
diff --git a/configure.ac b/configure.ac
index d06cee75..f28ff2d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,14 +56,6 @@ fi
AC_CONFIG_FILES([
Makefile
yelp-xsl.pc
-icons/Makefile
-icons/hicolor/Makefile
-icons/hicolor/24x24/Makefile
-icons/hicolor/24x24/status/Makefile
-icons/hicolor/48x48/Makefile
-icons/hicolor/48x48/status/Makefile
-icons/hicolor/scalable/Makefile
-icons/hicolor/scalable/status/Makefile
js/Makefile
doc/Makefile
doc/yelp-xsl/Makefile
@@ -71,6 +63,7 @@ po/Makefile.in
xslt/Makefile
xslt/common/Makefile
xslt/common/domains/Makefile
+xslt/common/icons/Makefile
xslt/docbook/Makefile
xslt/docbook/common/Makefile
xslt/docbook/html/Makefile
diff --git a/icons/Makefile.am b/icons/Makefile.am
deleted file mode 100644
index 658356b2..00000000
--- a/icons/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = hicolor
diff --git a/icons/hicolor/24x24/Makefile.am b/icons/hicolor/24x24/Makefile.am
deleted file mode 100644
index d52da2b9..00000000
--- a/icons/hicolor/24x24/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = status
diff --git a/icons/hicolor/24x24/status/Makefile.am b/icons/hicolor/24x24/status/Makefile.am
deleted file mode 100644
index 5e6d5ec6..00000000
--- a/icons/hicolor/24x24/status/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-icondir = $(datadir)/yelp-xsl/icons/hicolor/24x24/status
-icon_DATA = \
- yelp-note.png \
- yelp-note-bug.png \
- yelp-note-important.png \
- yelp-note-tip.png \
- yelp-note-warning.png
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/icons/hicolor/24x24/status/yelp-note-bug.png b/icons/hicolor/24x24/status/yelp-note-bug.png
deleted file mode 100644
index 8425294c..00000000
--- a/icons/hicolor/24x24/status/yelp-note-bug.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/24x24/status/yelp-note-important.png b/icons/hicolor/24x24/status/yelp-note-important.png
deleted file mode 100644
index 7575baf4..00000000
--- a/icons/hicolor/24x24/status/yelp-note-important.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/24x24/status/yelp-note-tip.png b/icons/hicolor/24x24/status/yelp-note-tip.png
deleted file mode 100644
index 72faadd8..00000000
--- a/icons/hicolor/24x24/status/yelp-note-tip.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/24x24/status/yelp-note-warning.png b/icons/hicolor/24x24/status/yelp-note-warning.png
deleted file mode 100644
index d4a82ec4..00000000
--- a/icons/hicolor/24x24/status/yelp-note-warning.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/24x24/status/yelp-note.png b/icons/hicolor/24x24/status/yelp-note.png
deleted file mode 100644
index 6c9a9fe1..00000000
--- a/icons/hicolor/24x24/status/yelp-note.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/48x48/Makefile.am b/icons/hicolor/48x48/Makefile.am
deleted file mode 100644
index d52da2b9..00000000
--- a/icons/hicolor/48x48/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = status
diff --git a/icons/hicolor/48x48/status/Makefile.am b/icons/hicolor/48x48/status/Makefile.am
deleted file mode 100644
index 9fa83274..00000000
--- a/icons/hicolor/48x48/status/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-icondir = $(datadir)/yelp-xsl/icons/hicolor/48x48/status
-icon_DATA = \
- yelp-note.png \
- yelp-note-bug.png \
- yelp-note-important.png \
- yelp-note-tip.png \
- yelp-note-warning.png
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/icons/hicolor/48x48/status/yelp-note-bug.png b/icons/hicolor/48x48/status/yelp-note-bug.png
deleted file mode 100644
index aea64469..00000000
--- a/icons/hicolor/48x48/status/yelp-note-bug.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/48x48/status/yelp-note-important.png b/icons/hicolor/48x48/status/yelp-note-important.png
deleted file mode 100644
index cc85f533..00000000
--- a/icons/hicolor/48x48/status/yelp-note-important.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/48x48/status/yelp-note-tip.png b/icons/hicolor/48x48/status/yelp-note-tip.png
deleted file mode 100644
index a25faae6..00000000
--- a/icons/hicolor/48x48/status/yelp-note-tip.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/48x48/status/yelp-note-warning.png b/icons/hicolor/48x48/status/yelp-note-warning.png
deleted file mode 100644
index ecdc0f92..00000000
--- a/icons/hicolor/48x48/status/yelp-note-warning.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/48x48/status/yelp-note.png b/icons/hicolor/48x48/status/yelp-note.png
deleted file mode 100644
index 4ffa19c7..00000000
--- a/icons/hicolor/48x48/status/yelp-note.png
+++ /dev/null
Binary files differ
diff --git a/icons/hicolor/Makefile.am b/icons/hicolor/Makefile.am
deleted file mode 100644
index 4c09510d..00000000
--- a/icons/hicolor/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = 24x24 48x48 scalable
diff --git a/icons/hicolor/scalable/Makefile.am b/icons/hicolor/scalable/Makefile.am
deleted file mode 100644
index d52da2b9..00000000
--- a/icons/hicolor/scalable/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-SUBDIRS = status
diff --git a/icons/hicolor/scalable/status/Makefile.am b/icons/hicolor/scalable/status/Makefile.am
deleted file mode 100644
index 41062951..00000000
--- a/icons/hicolor/scalable/status/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-icondir = $(datadir)/yelp-xsl/icons/hicolor/scalable/status
-icon_DATA = \
- yelp-note.svg \
- yelp-note-bug.svg \
- yelp-note-important.svg \
- yelp-note-tip.svg \
- yelp-note-warning.svg
-
-EXTRA_DIST = $(icon_DATA)
diff --git a/icons/hicolor/scalable/status/yelp-note-bug.svg b/icons/hicolor/scalable/status/yelp-note-bug.svg
deleted file mode 100644
index 744383ad..00000000
--- a/icons/hicolor/scalable/status/yelp-note-bug.svg
+++ /dev/null
@@ -1,285 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- inkscape:label="Pozadí"
- sodipodi:version="0.32"
- inkscape:version="0.45.1"
- version="1.0"
- sodipodi:docname="admon-bug.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="5.6"
- inkscape:cx="52.581793"
- inkscape:cy="20.866655"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- showgrid="true"
- inkscape:window-width="1024"
- inkscape:window-height="696"
- inkscape:window-x="5"
- inkscape:window-y="45" />
- <defs
- id="defs3">
- <linearGradient
- id="linearGradient6156"
- inkscape:collect="always">
- <stop
- offset="0"
- style="stop-color:#000000;stop-opacity:1;"
- id="stop6158" />
- <stop
- offset="1"
- style="stop-color:#000000;stop-opacity:0;"
- id="stop6160" />
- </linearGradient>
- <linearGradient
- id="linearGradient6089"
- inkscape:collect="always">
- <stop
- offset="0"
- style="stop-color:#75507b;stop-opacity:1"
- id="stop6091" />
- <stop
- offset="1"
- style="stop-color:#ad7fa8;stop-opacity:1"
- id="stop6093" />
- </linearGradient>
- <linearGradient
- id="linearGradient6081"
- inkscape:collect="always">
- <stop
- offset="0"
- style="stop-color:#f57900;stop-opacity:1;"
- id="stop6083" />
- <stop
- offset="1"
- style="stop-color:#fcaf3e;stop-opacity:1"
- id="stop6085" />
- </linearGradient>
- <linearGradient
- id="linearGradient6087"
- gradientUnits="userSpaceOnUse"
- inkscape:collect="always"
- x1="34.79541"
- y1="26.03462"
- xlink:href="#linearGradient6081"
- x2="8.9580269"
- y2="23.446428" />
- <linearGradient
- id="linearGradient6095"
- gradientUnits="userSpaceOnUse"
- inkscape:collect="always"
- x1="40"
- x2="7"
- xlink:href="#linearGradient6089"
- gradientTransform="matrix(1.0010063,0,0,0.9725804,-1.4705169e-2,6.1443617)"
- y1="23.5"
- y2="22.285715" />
- <radialGradient
- r="16.130873"
- id="radialGradient6162"
- fx="23.454479"
- fy="43.454315"
- gradientUnits="userSpaceOnUse"
- inkscape:collect="always"
- cy="43.454315"
- cx="23.454479"
- xlink:href="#linearGradient6156"
- gradientTransform="matrix(1,0,0,0.2074364,0,34.440308)" />
- </defs>
- <metadata
- id="metadata6">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Vrstva 1"
- id="layer1"
- inkscape:groupmode="layer">
- <path
- style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6101"
- sodipodi:cx="23.526785"
- sodipodi:cy="7.4196429"
- sodipodi:type="arc"
- d="M 30.267856 7.4196429 A 6.7410712 4.3303571 0 1 1 16.785714,7.4196429 A 6.7410712 4.3303571 0 1 1 30.267856 7.4196429 z"
- transform="matrix(1.0215429,0,0,1.4747729,-0.5336189,3.0577116)"
- sodipodi:rx="6.7410712"
- sodipodi:ry="4.3303571" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.96511722;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.21004567;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6152"
- sodipodi:cx="23.526785"
- sodipodi:cy="7.4196429"
- sodipodi:type="arc"
- d="M 30.267856 7.4196429 A 6.7410712 4.3303571 0 1 1 16.785714,7.4196429 A 6.7410712 4.3303571 0 1 1 30.267856 7.4196429 z"
- transform="matrix(0.8891326,0,0,1.1531857,2.5815682,4.9437741)"
- sodipodi:rx="6.7410712"
- sodipodi:ry="4.3303571" />
- <path
- style="opacity:1;color:#000000;fill:url(#linearGradient6087);fill-opacity:1;fill-rule:evenodd;stroke:#ce5c00;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6071"
- sodipodi:cx="23.258928"
- sodipodi:cy="23.446428"
- sodipodi:type="arc"
- d="M 36.339286 23.446428 A 13.080358 16.339285 0 1 1 10.178571,23.446428 A 13.080358 16.339285 0 1 1 36.339286 23.446428 z"
- transform="matrix(0.9883243,0,0,0.9797242,0.4322784,5.528967)"
- sodipodi:rx="13.080358"
- sodipodi:ry="16.339285" />
- <path
- sodipodi:ry="16.339285"
- sodipodi:rx="13.080358"
- transform="matrix(0.9883243,0,0,0.9491231,0.4322784,5.7464535)"
- d="M 36.339286 23.446428 A 13.080358 16.339285 0 1 1 10.178571,23.446428 A 13.080358 16.339285 0 1 1 36.339286 23.446428 z"
- sodipodi:type="arc"
- sodipodi:cy="23.446428"
- sodipodi:cx="23.258928"
- id="path6245"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.03249746;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.21004567;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- style="opacity:1;color:#000000;fill:url(#linearGradient6095);fill-opacity:1;fill-rule:evenodd;stroke:#5c3566;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 23.508943,11.517887 C 14.677453,11.517887 7.5178867,19.418216 7.5178871,29.162171 C 7.5178871,37.764257 13.091758,44.919464 20.477306,46.482112 L 23.496766,15.443916 L 26.60721,46.482112 C 33.961231,44.89188 39.499997,37.739568 39.499999,29.162171 C 39.499999,19.418217 32.340433,11.517887 23.508943,11.517887 z "
- sodipodi:nodetypes="cscccsc"
- id="path5097" />
- <path
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.21004567;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6097"
- sodipodi:nodetypes="csccccsc"
- d="M 23.554054,12.488633 C 15.233771,12.488633 8.4886327,19.949568 8.4886331,29.151594 C 8.4886331,37.275257 14.347294,43.668415 19.608099,45.404223 L 22.467876,14.934687 L 24.532441,14.931184 L 27.473453,45.248182 C 32.704556,43.746394 38.619473,37.251941 38.619475,29.151594 C 38.619475,19.949569 31.874336,12.488633 23.554054,12.488633 z " />
- <g
- id="g6139"
- transform="translate(-1,1)">
- <path
- style="fill:none;fill-rule:evenodd;stroke:#2e3436;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="path6121"
- sodipodi:nodetypes="cc"
- d="M 27.5,8.5 L 31.994924,3.0783634" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 27.5,8.5 L 31.994924,3.0783634"
- sodipodi:nodetypes="cc"
- id="path6123" />
- <path
- style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6125"
- sodipodi:cx="31.630402"
- sodipodi:cy="2.6694045"
- sodipodi:type="arc"
- d="M 33.903245 2.6694045 A 2.2728431 2.2728431 0 1 1 29.357558,2.6694045 A 2.2728431 2.2728431 0 1 1 33.903245 2.6694045 z"
- transform="matrix(1.0829696,0,0,1.0713815,-2.2547639,0.1137115)"
- sodipodi:rx="2.2728431"
- sodipodi:ry="2.2728431" />
- </g>
- <g
- id="g6144"
- transform="matrix(-1,0,0,1,47.999999,1)">
- <path
- style="fill:none;fill-rule:evenodd;stroke:#2e3436;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- d="M 27.5,8.5 L 31.994924,3.0783634"
- sodipodi:nodetypes="cc"
- id="path6146" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#888a85;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
- id="path6148"
- sodipodi:nodetypes="cc"
- d="M 27.5,8.5 L 31.994924,3.0783634" />
- <path
- style="color:#000000;fill:#555753;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6150"
- sodipodi:cx="31.630402"
- sodipodi:cy="2.6694045"
- sodipodi:type="arc"
- d="M 33.903245 2.6694045 A 2.2728431 2.2728431 0 1 1 29.357558,2.6694045 A 2.2728431 2.2728431 0 1 1 33.903245 2.6694045 z"
- transform="matrix(1.0829696,0,0,1.0713815,-2.2547639,0.1137115)"
- sodipodi:rx="2.2728431"
- sodipodi:ry="2.2728431" />
- </g>
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210618;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6233"
- sodipodi:cx="17.614534"
- sodipodi:cy="22.746187"
- sodipodi:rx="2.3991122"
- sodipodi:ry="2.3991122"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- transform="matrix(0.6220521,0,0,0.6220524,6.0428418,6.8506799)" />
- <path
- transform="matrix(0.6220522,0,0,0.6220524,3.0428401,14.850679)"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- sodipodi:ry="2.3991122"
- sodipodi:rx="2.3991122"
- sodipodi:cy="22.746187"
- sodipodi:cx="17.614534"
- id="path6235"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210607;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210607;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6237"
- sodipodi:cx="17.614534"
- sodipodi:cy="22.746187"
- sodipodi:rx="2.3991122"
- sodipodi:ry="2.3991122"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- transform="matrix(0.6220522,0,0,0.6220524,5.0428401,22.850678)" />
- <path
- transform="matrix(-0.6220521,0,0,0.6220523,40.957157,6.8506818)"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- sodipodi:ry="2.3991122"
- sodipodi:rx="2.3991122"
- sodipodi:cy="22.746187"
- sodipodi:cx="17.614534"
- id="path6239"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210642;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210607;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6241"
- sodipodi:cx="17.614534"
- sodipodi:cy="22.746187"
- sodipodi:rx="2.3991122"
- sodipodi:ry="2.3991122"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- transform="matrix(-0.6220522,0,0,0.6220524,43.95716,14.850679)" />
- <path
- transform="matrix(-0.6220522,0,0,0.6220524,41.95716,22.850678)"
- d="M 20.013647 22.746187 A 2.3991122 2.3991122 0 1 1 15.215422,22.746187 A 2.3991122 2.3991122 0 1 1 20.013647 22.746187 z"
- sodipodi:ry="2.3991122"
- sodipodi:rx="2.3991122"
- sodipodi:cy="22.746187"
- sodipodi:cx="17.614534"
- id="path6243"
- style="opacity:1;color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:#edd400;stroke-width:1.63210607;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- </g>
-</svg>
diff --git a/icons/hicolor/scalable/status/yelp-note-important.svg b/icons/hicolor/scalable/status/yelp-note-important.svg
deleted file mode 100644
index 86a05e20..00000000
--- a/icons/hicolor/scalable/status/yelp-note-important.svg
+++ /dev/null
@@ -1,1223 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- inkscape:label="Pozadí"
- sodipodi:version="0.32"
- inkscape:version="0.47 r22583"
- version="1.0"
- sodipodi:docname="admon-important.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs3">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective189" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5551">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop5553" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop5555" />
- </linearGradient>
- <linearGradient
- id="linearGradient5618">
- <stop
- style="stop-color:#000000;stop-opacity:0.24774775"
- offset="0.0000000"
- id="stop5620" />
- <stop
- id="stop5622"
- offset="0.55172414"
- style="stop-color:#000000;stop-opacity:0.14432989;" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop5624" />
- </linearGradient>
- <linearGradient
- id="linearGradient5588"
- inkscape:collect="always">
- <stop
- id="stop5590"
- offset="0"
- style="stop-color:#f8c700;stop-opacity:1" />
- <stop
- id="stop5592"
- offset="1"
- style="stop-color:#fff38a;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5648">
- <stop
- style="stop-color:#fce94f;stop-opacity:1;"
- offset="0"
- id="stop5650" />
- <stop
- style="stop-color:#fce94f;stop-opacity:0;"
- offset="1"
- id="stop5652" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5500">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop5502" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop5504" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5490">
- <stop
- style="stop-color:#edd400;stop-opacity:1;"
- offset="0"
- id="stop5492" />
- <stop
- style="stop-color:#fce94f;stop-opacity:1"
- offset="1"
- id="stop5494" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5490"
- id="linearGradient5496"
- x1="30.749542"
- y1="23.521629"
- x2="4.8279467"
- y2="0.26282805"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5648"
- id="radialGradient5654"
- cx="25"
- cy="25"
- fx="25"
- fy="25"
- r="19"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5588"
- id="linearGradient5668"
- gradientUnits="userSpaceOnUse"
- x1="32.735748"
- y1="45.385857"
- x2="1.9991667"
- y2="0.34891111"
- gradientTransform="matrix(0.996842,0.3004032,-0.3028517,0.993998,16.112815,13.052627)" />
- <filter
- inkscape:collect="always"
- x="-0.11644833"
- width="1.2328967"
- y="-0.14971928"
- height="1.2994386"
- id="filter5524">
- <feGaussianBlur
- inkscape:collect="always"
- stdDeviation="0.43668122"
- id="feGaussianBlur5526" />
- </filter>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5490"
- id="linearGradient5550"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.996842,0.3004032,-0.3028517,0.993998,-33.887185,13.052627)"
- x1="21.451542"
- y1="39.021152"
- x2="5.298399"
- y2="5.9444652" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5500"
- id="linearGradient5554"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.8608021,0.2601042,-0.2615211,0.8606534,-32.779621,14.771143)"
- x1="-6.2796698"
- y1="-3.933933"
- x2="36.957352"
- y2="34.665455" />
- <linearGradient
- id="linearGradient20210">
- <stop
- id="stop20212"
- offset="0.0000000"
- style="stop-color:#000000;stop-opacity:0.51546389;" />
- <stop
- style="stop-color:#000000;stop-opacity:0.14432989;"
- offset="0.55172414"
- id="stop20218" />
- <stop
- id="stop20214"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient4694">
- <stop
- id="stop4696"
- offset="0"
- style="stop-color:#e9f1f8;stop-opacity:1;" />
- <stop
- id="stop4698"
- offset="1"
- style="stop-color:#376ba3;stop-opacity:0.8392157;" />
- </linearGradient>
- <linearGradient
- id="linearGradient4712">
- <stop
- id="stop4714"
- offset="0"
- style="stop-color:#5b8ccb;stop-opacity:1;" />
- <stop
- id="stop4716"
- offset="1"
- style="stop-color:#3465a4;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2990">
- <stop
- id="stop2992"
- offset="0"
- style="stop-color:#3465a4;stop-opacity:1;" />
- <stop
- id="stop2994"
- offset="1"
- style="stop-color:#3465a4;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5618"
- id="radialGradient5039"
- gradientUnits="userSpaceOnUse"
- gradientTransform="scale(1.764278,0.566804)"
- cx="14.772334"
- cy="74.209934"
- fx="14.772334"
- fy="74.209934"
- r="7.8289826" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5551"
- id="linearGradient5557"
- x1="10"
- y1="-17"
- x2="20"
- y2="38"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- y2="45.308311"
- x2="33.071468"
- y1="42.839046"
- x1="29.917675"
- gradientTransform="matrix(1.690806,0,0,0.8084496,-12.967868,-3.6294851)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6079"
- xlink:href="#linearGradient5956"
- inkscape:collect="always" />
- <linearGradient
- y2="36.278893"
- x2="33.379868"
- y1="38.72929"
- x1="34.588547"
- gradientTransform="matrix(1.82033,0,0,1.1000502,-23.762373,-7.121986)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6075"
- xlink:href="#linearGradient5927"
- inkscape:collect="always" />
- <linearGradient
- y2="38.349014"
- x2="34.447193"
- y1="36.932552"
- x1="32.768818"
- gradientTransform="matrix(1.2983701,0,0,1.2167941,0.6197243,-23.893635)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6072"
- xlink:href="#linearGradient5956"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="translate(0,2)"
- gradientUnits="userSpaceOnUse"
- y2="44.11623"
- x2="7.8242025"
- y1="37.447662"
- x1="7.8242025"
- id="linearGradient6069"
- xlink:href="#linearGradient6063"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient2812">
- <stop
- style="stop-color:#3070ce;stop-opacity:1"
- offset="0"
- id="stop2814" />
- <stop
- style="stop-color:#1a3c6e;stop-opacity:1;"
- offset="1"
- id="stop2816" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2796">
- <stop
- style="stop-color:#204a87;stop-opacity:1;"
- offset="0"
- id="stop2798" />
- <stop
- style="stop-color:#1a3c6e;stop-opacity:1"
- offset="1"
- id="stop2800" />
- </linearGradient>
- <linearGradient
- id="linearGradient2788">
- <stop
- style="stop-color:#729fcf;stop-opacity:1;"
- offset="0"
- id="stop2790" />
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="1"
- id="stop2792" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3215">
- <stop
- style="stop-color:#2e3436;stop-opacity:1;"
- offset="0"
- id="stop3217" />
- <stop
- style="stop-color:#2e3436;stop-opacity:0;"
- offset="1"
- id="stop3219" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3215"
- id="radialGradient3221"
- cx="9.5"
- cy="16.5"
- fx="9.5"
- fy="16.5"
- r="8.5"
- gradientTransform="matrix(1,0,0,0.176471,0,13.58824)"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2788"
- id="radialGradient2794"
- cx="19.825111"
- cy="17.498907"
- fx="19.825111"
- fy="17.498907"
- r="9.5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.515341,1.822282e-2,-1.854671e-2,1.542275,-9.89215,-9.850491)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2796"
- id="linearGradient2802"
- x1="42.993927"
- y1="18.054306"
- x2="42.993927"
- y2="23.00688"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-21.33061,6.070707)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2812"
- id="radialGradient2818"
- cx="18.389807"
- cy="17.172701"
- fx="18.389807"
- fy="17.172701"
- r="12.5"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.710234,0.703965,-0.828897,0.836278,-17.34172,-12.95082)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2812"
- id="radialGradient3740"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.117808,0.165688,-0.160285,0.113967,37.8996,24.60705)"
- cx="48.178337"
- cy="16.093563"
- fx="48.178337"
- fy="16.093563"
- r="12.5" />
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(-2.6816097,0,0,1.900281,374.53085,-830.19911)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6578"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(2.6816098,0,0,1.900281,-1331.4975,-828.61811)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6576"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <linearGradient
- y2="609.50507"
- x2="302.85715"
- y1="366.64789"
- x1="302.85715"
- gradientTransform="matrix(3.1607053,0,0,1.892176,-1620.8528,-825.6305)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6574"
- xlink:href="#linearGradient5048"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6581">
- <stop
- style="stop-color:#a06402;stop-opacity:1;"
- offset="0"
- id="stop6583" />
- <stop
- style="stop-color:#a06402;stop-opacity:0;"
- offset="1"
- id="stop6585" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6563">
- <stop
- style="stop-color:#8f5902;stop-opacity:1;"
- offset="0"
- id="stop6565" />
- <stop
- style="stop-color:#fee1b2;stop-opacity:1"
- offset="1"
- id="stop6567" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6545">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop6547" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop6549" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6043">
- <stop
- style="stop-color:#efcc94;stop-opacity:1;"
- offset="0"
- id="stop6045" />
- <stop
- style="stop-color:#e6af56;stop-opacity:1"
- offset="1"
- id="stop6047" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5885">
- <stop
- style="stop-color:#e2a340;stop-opacity:1"
- offset="0"
- id="stop5887" />
- <stop
- style="stop-color:#e9b96e;stop-opacity:1"
- offset="1"
- id="stop5889" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5885"
- id="linearGradient5891"
- x1="8.4284601"
- y1="14.263801"
- x2="8.4284601"
- y2="6.1047959"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.6666667,0,0,2.5555558,-0.8333331,-4.5555584)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6043"
- id="linearGradient6197"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0250703,0,0,1.0137295,-0.6894338,-0.134108)"
- x1="37.589287"
- y1="7.8214283"
- x2="32.366882"
- y2="10.825614" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6043"
- id="linearGradient6205"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0097437,0,0,1.0313296,-0.2679517,-0.3060228)"
- x1="37.589287"
- y1="7.8214283"
- x2="32.366882"
- y2="10.825614" />
- <linearGradient
- gradientTransform="matrix(1.024318,0,0,1.082453,4.513555,-3.527166)"
- y2="21.926168"
- x2="28.995457"
- y1="23.582701"
- x1="29.056473"
- gradientUnits="userSpaceOnUse"
- id="linearGradient3345"
- xlink:href="#linearGradient3284"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="translate(5,-2)"
- gradientUnits="userSpaceOnUse"
- y2="16.066395"
- x2="13.333899"
- y1="51.652996"
- x1="23.554199"
- id="linearGradient3338"
- xlink:href="#linearGradient3332"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="translate(5,-2)"
- gradientUnits="userSpaceOnUse"
- y2="18.522486"
- x2="32.577065"
- y1="18.522486"
- x1="29.432646"
- id="linearGradient3290"
- xlink:href="#linearGradient3284"
- inkscape:collect="always" />
- <linearGradient
- y2="3.8125"
- x2="12.5"
- y1="3.8125"
- x1="1.9375"
- gradientTransform="matrix(-1,0,0,1,15.96875,-6.25e-2)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2829"
- xlink:href="#linearGradient2816"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(0.989516,0,0,1.041893,2.129694e-2,-0.123196)"
- gradientUnits="userSpaceOnUse"
- y2="6.734375"
- x2="9.5"
- y1="1.53125"
- x1="2.03125"
- id="linearGradient2809"
- xlink:href="#linearGradient2803"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1.258598,0,0,1.188405,0.955201,-2.731869)"
- gradientUnits="userSpaceOnUse"
- y2="3.719852"
- x2="-0.10261282"
- y1="18.444227"
- x1="7.819931"
- id="linearGradient3363"
- xlink:href="#linearGradient3357"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1.317285,0,0,1.499996,6.156045e-2,-7.000003)"
- gradientUnits="userSpaceOnUse"
- y2="16.674181"
- x2="9.5985594"
- y1="6.1446991"
- x1="1.8561553"
- id="linearGradient3331"
- xlink:href="#linearGradient3325"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient3357"
- inkscape:collect="always">
- <stop
- id="stop3359"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop3361"
- offset="1"
- style="stop-color:white;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2803"
- inkscape:collect="always">
- <stop
- id="stop2805"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop2807"
- offset="1"
- style="stop-color:black;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2816"
- inkscape:collect="always">
- <stop
- id="stop2818"
- offset="0"
- style="stop-color:white;stop-opacity:1" />
- <stop
- id="stop2820"
- offset="1"
- style="stop-color:white;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- y2="11.50544"
- x2="4.5403199"
- y1="3.3254037"
- x1="4.5393105"
- gradientTransform="translate(9.375345e-2,-5.968448)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient4116"
- xlink:href="#linearGradient3927"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient3927"
- inkscape:collect="always">
- <stop
- id="stop3929"
- offset="0"
- style="stop-color:#eeeeec;stop-opacity:1;" />
- <stop
- id="stop3931"
- offset="1"
- style="stop-color:#eeeeec;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- y2="16.674181"
- x2="9.5985594"
- y1="6.1446991"
- x1="1.8561553"
- gradientTransform="matrix(2.576952,0,0,2.308818,9.549406,6.3676)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2099"
- xlink:href="#linearGradient3325"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient3284">
- <stop
- id="stop3286"
- offset="0"
- style="stop-color:#afafaf;stop-opacity:1" />
- <stop
- id="stop3288"
- offset="1"
- style="stop-color:#f9f9f9;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient3332"
- inkscape:collect="always">
- <stop
- id="stop3334"
- offset="0"
- style="stop-color:white;stop-opacity:1;" />
- <stop
- id="stop3336"
- offset="1"
- style="stop-color:white;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- y2="609.50507"
- x2="302.85715"
- y1="366.64789"
- x1="302.85715"
- gradientTransform="matrix(2.124652,0,0,1.892176,-1532.669,-825.6305)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6526"
- xlink:href="#linearGradient5048"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient6528">
- <stop
- id="stop6530"
- offset="0"
- style="stop-color:black;stop-opacity:0;" />
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0.5"
- id="stop6532" />
- <stop
- id="stop6534"
- offset="1"
- style="stop-color:black;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1923.82,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6536"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(-2.774389,0,0,1.900281,394.3031,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6544"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient6537"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.0137241,0,0,1.892176,-1519.3577,-825.6305)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6539"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1980.8146,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6541"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.900281,394.3031,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6545"
- id="linearGradient6551"
- x1="20.464302"
- y1="3.5788469"
- x2="20.464302"
- y2="9.5751753"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6563"
- id="linearGradient6569"
- x1="19.5"
- y1="14.700505"
- x2="19.5"
- y2="3.9301996"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,1.4,0,-2)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6043"
- id="linearGradient6577"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0097437,0,0,1.0313296,-0.2679517,-0.3060228)"
- x1="37.589287"
- y1="7.8214283"
- x2="32.366882"
- y2="10.825614" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6581"
- id="linearGradient6587"
- x1="19.111677"
- y1="19.679949"
- x2="19.111677"
- y2="4.9982824"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(1,5)" />
- <linearGradient
- gradientTransform="matrix(1.1875,0,0,0.9697624,0.3569929,-0.7491311)"
- gradientUnits="userSpaceOnUse"
- y2="37.62088"
- x2="21.605848"
- y1="46.703396"
- x1="21.605848"
- id="linearGradient5990"
- xlink:href="#linearGradient5984"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1.1936569,0,0,1.2051891,0.1869065,-7.3596734)"
- gradientUnits="userSpaceOnUse"
- y2="41.648232"
- x2="12.24654"
- y1="12.425668"
- x1="12.24654"
- id="linearGradient5982"
- xlink:href="#linearGradient5976"
- inkscape:collect="always" />
- <linearGradient
- y2="38.349014"
- x2="34.447193"
- y1="36.932552"
- x1="32.768818"
- gradientTransform="matrix(1.146535,0,0,1.151009,-0.3444917,-9.9721252)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5970"
- xlink:href="#linearGradient5956"
- inkscape:collect="always" />
- <linearGradient
- y2="35.29604"
- x2="32.313694"
- y1="36.927391"
- x1="34.192577"
- gradientTransform="matrix(1.0412762,0,0,1.0405768,3.0301186,-7.3166824)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5968"
- xlink:href="#linearGradient5927"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1.1666666,0,0,1.0007593,0.7499999,-5.0345455)"
- gradientUnits="userSpaceOnUse"
- y2="12.530458"
- x2="6.525744"
- y1="37.451565"
- x1="7.207921"
- id="linearGradient4956"
- xlink:href="#linearGradient5068"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1.001194,0,0,1,-44.043627,0)"
- gradientUnits="userSpaceOnUse"
- y2="15.571803"
- x2="21.151594"
- y1="34.812107"
- x1="19.941111"
- id="linearGradient3325"
- xlink:href="#linearGradient3319"
- inkscape:collect="always" />
- <linearGradient
- y2="9.6290379"
- x2="9.9705553"
- y1="11.75"
- x1="11.805677"
- gradientUnits="userSpaceOnUse"
- id="linearGradient1885"
- xlink:href="#linearGradient7595"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- y2="9.6290379"
- x2="9.9705553"
- y1="11.75"
- x1="11.805677"
- id="linearGradient7601"
- xlink:href="#linearGradient7595"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient7595">
- <stop
- id="stop7597"
- offset="0"
- style="stop-color:#dcc400;stop-opacity:1;" />
- <stop
- id="stop7599"
- offset="1"
- style="stop-color:#edd400;stop-opacity:0" />
- </linearGradient>
- <linearGradient
- id="linearGradient3319"
- inkscape:collect="always">
- <stop
- id="stop3321"
- offset="0"
- style="stop-color:#fce94f;stop-opacity:1;" />
- <stop
- id="stop3323"
- offset="1"
- style="stop-color:#c4a000;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- y2="609.50507"
- x2="302.85715"
- y1="366.64789"
- x1="302.85715"
- gradientTransform="matrix(2.124652,0,0,1.892176,-1532.669,-825.6305)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient2772"
- xlink:href="#linearGradient5048"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5048">
- <stop
- id="stop5050"
- offset="0"
- style="stop-color:black;stop-opacity:0;" />
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0.5"
- id="stop5056" />
- <stop
- id="stop5052"
- offset="1"
- style="stop-color:black;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1923.82,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient2774"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5060"
- inkscape:collect="always">
- <stop
- id="stop5062"
- offset="0"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- id="stop5064"
- offset="1"
- style="stop-color:black;stop-opacity:0;" />
- </linearGradient>
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(-2.774389,0,0,1.900281,109.3301,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient2776"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5927"
- inkscape:collect="always">
- <stop
- id="stop5929"
- offset="0"
- style="stop-color:#edd400;stop-opacity:1" />
- <stop
- id="stop5931"
- offset="1"
- style="stop-color:#fce94f;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient5956"
- inkscape:collect="always">
- <stop
- id="stop5958"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop5960"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient5976"
- inkscape:collect="always">
- <stop
- id="stop5978"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:0.8018018" />
- <stop
- id="stop5980"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0.17567568" />
- </linearGradient>
- <linearGradient
- id="linearGradient5984"
- inkscape:collect="always">
- <stop
- id="stop5986"
- offset="0"
- style="stop-color:#e3cb00;stop-opacity:1;" />
- <stop
- id="stop5988"
- offset="1"
- style="stop-color:#e3cb00;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient6063"
- inkscape:collect="always">
- <stop
- id="stop6065"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop6067"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5068">
- <stop
- style="stop-color:#fded6e;stop-opacity:1"
- offset="0"
- id="stop5070" />
- <stop
- style="stop-color:#fce734;stop-opacity:1"
- offset="1"
- id="stop5072" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient5840"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,0.7499999,-5.0345455)"
- x1="7.207921"
- y1="37.451565"
- x2="6.525744"
- y2="12.530458" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5956"
- id="linearGradient5843"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.690806,0,0,0.8084496,-62.745646,-4.6294851)"
- x1="29.917675"
- y1="42.839046"
- x2="33.071468"
- y2="45.308311" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5927"
- id="linearGradient5846"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.82033,0,0,1.1000502,-73.540151,-8.121986)"
- x1="34.588547"
- y1="38.72929"
- x2="33.379868"
- y2="36.278893" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5976"
- id="linearGradient5849"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1936569,0,0,1.2051891,-49.590871,-8.3596734)"
- x1="12.24654"
- y1="12.425668"
- x2="12.24654"
- y2="41.648232" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient5852"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,-49.027778,-6.0345455)"
- x1="7.207921"
- y1="37.451565"
- x2="6.525744"
- y2="12.530458" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6063"
- id="linearGradient5855"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-49.777778,1)"
- x1="7.8242025"
- y1="37.447662"
- x2="7.8242025"
- y2="44.11623" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5984"
- id="linearGradient5858"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1875,0,0,0.9697624,-49.420785,-1.7491311)"
- x1="21.605848"
- y1="46.703396"
- x2="21.605848"
- y2="37.62088" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient5861"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,-49.027778,-6.0345455)"
- x1="7.207921"
- y1="37.451565"
- x2="6.525744"
- y2="12.530458" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5588"
- id="linearGradient3003"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.996842,0.3004032,-0.3028517,0.993998,-30.427347,12.985169)"
- x1="32.735748"
- y1="45.385857"
- x2="1.9991667"
- y2="0.34891111" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5588"
- id="linearGradient3009"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.996842,0.3004032,-0.3028517,0.993998,-30.427347,12.985169)"
- x1="32.735748"
- y1="45.385857"
- x2="1.9991667"
- y2="0.34891111" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5588"
- id="linearGradient3013"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.48816392,0.14711058,-0.14830964,0.4867712,-31.82908,14.391907)"
- x1="32.735748"
- y1="45.385857"
- x2="1.9991667"
- y2="0.34891111" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="14.104167"
- inkscape:cx="-14.742603"
- inkscape:cy="22.663646"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- inkscape:showpageshadow="false"
- gridtolerance="1"
- inkscape:window-width="1043"
- inkscape:window-height="907"
- inkscape:window-x="162"
- inkscape:window-y="51"
- showgrid="true"
- objecttolerance="1"
- inkscape:window-maximized="0">
- <inkscape:grid
- type="xygrid"
- id="grid2995"
- empspacing="4"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata6">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Vrstva 1"
- inkscape:groupmode="layer"
- id="layer1"
- style="opacity:1">
- <path
- style="color:#000000;fill:url(#linearGradient5668);fill-opacity:1;fill-rule:evenodd;stroke:#cca800;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 37.261419,44.177164 L 23.998645,36.181855 L 10.730586,44.207326 L 14.05294,29.164906 L 2.540162,19.067458 L 16.856477,16.350371 L 24.009036,3.4999999 L 31.152896,16.33639 L 45.467952,19.018652 L 33.948967,29.142284 L 37.261419,44.177164 z "
- id="path4909"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.9999997px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:0.64864861;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 35.556355,41.500001 L 24.001405,34.65529 L 12.569971,41.452918 L 15.590333,28.872867 L 5.2026147,19.827962 L 17.75024,17.403361 L 24.037855,6.1765972 L 30.317951,17.392093 L 42.77714,19.726139 L 32.471858,28.854634 L 35.556355,41.500001 z "
- id="path5498"
- sodipodi:nodetypes="ccccccccccc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5524)"
- id="path5530"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5524)"
- id="path5532"
- sodipodi:nodetypes="cc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5524)"
- id="path5534"
- sodipodi:nodetypes="cc" />
- <path
- transform="matrix(0.9988673,4.758219e-2,-4.758219e-2,0.9988673,1.5741723,-1.6432934)"
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5524)"
- id="path5536"
- sodipodi:nodetypes="cc" />
- <path
- transform="matrix(1.0990136,5.234983e-2,-5.2352773e-2,1.0989518,-0.6790076,-4.3590363)"
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:0.90890175px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5524)"
- id="path5540"
- sodipodi:nodetypes="cc" />
- <rect
- style="opacity:0.25;fill:#3465a4;fill-opacity:1;stroke:none"
- id="rect2997"
- width="24.070911"
- height="24"
- x="-40.0709"
- y="8" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- id="path2999"
- d="m -21.472388,29.633917 -6.494919,-3.915386 -6.497507,3.930157 1.626992,-7.36643 -5.637927,-4.944825 7.010848,-1.330587 3.502683,-6.2929601 L -24.463795,16 l 7.010232,1.313532 -5.640967,4.957648 1.622142,7.362737 z"
- style="color:#000000;fill:url(#linearGradient3013);fill-opacity:1;fill-rule:evenodd;stroke:#cca800;stroke-width:0.97781348;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-important.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:nodetypes="ccccccccccc"
- id="path3001"
- d="m -23,27.410134 -5.016139,-2.971368 -4.962519,2.950929 1.311175,-5.461147 -4.50943,-3.926499 5.44707,-1.052548 2.729528,-4.87367 2.726263,4.868779 5.408679,1.013236 -4.473642,3.962787 L -23,27.410134 z"
- style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.891;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.64864860999999996;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-important.png" />
- </g>
-</svg>
diff --git a/icons/hicolor/scalable/status/yelp-note-tip.svg b/icons/hicolor/scalable/status/yelp-note-tip.svg
deleted file mode 100644
index ba711644..00000000
--- a/icons/hicolor/scalable/status/yelp-note-tip.svg
+++ /dev/null
@@ -1,255 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- inkscape:label="Pozadí"
- sodipodi:version="0.32"
- inkscape:version="0.47 r22583"
- version="1.0"
- sodipodi:docname="admon-tip.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/cornelius/Desktop/tip-optional.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs3">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective22" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6094">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop6096" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop6098" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6082">
- <stop
- style="stop-color:#000000;stop-opacity:1;"
- offset="0"
- id="stop6084" />
- <stop
- style="stop-color:#000000;stop-opacity:0;"
- offset="1"
- id="stop6086" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6070">
- <stop
- style="stop-color:#3465a4;stop-opacity:1;"
- offset="0"
- id="stop6072" />
- <stop
- style="stop-color:#729fcf;stop-opacity:1"
- offset="1"
- id="stop6074" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6070"
- id="linearGradient6076"
- x1="34.960808"
- y1="59.572002"
- x2="15.47445"
- y2="13.379735"
- gradientUnits="userSpaceOnUse" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6082"
- id="radialGradient6088"
- cx="24.358656"
- cy="23.195419"
- fx="24.358656"
- fy="23.195419"
- r="20.345331"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6094"
- id="linearGradient6100"
- x1="0.87464881"
- y1="-16.399689"
- x2="24.358656"
- y2="42.382477"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6070"
- id="linearGradient2851"
- gradientUnits="userSpaceOnUse"
- x1="34.960808"
- y1="59.572002"
- x2="15.47445"
- y2="13.379735" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6094"
- id="linearGradient2853"
- gradientUnits="userSpaceOnUse"
- x1="0.87464881"
- y1="-16.399689"
- x2="24.358656"
- y2="42.382477" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="21.949773"
- inkscape:cx="-21.259377"
- inkscape:cy="23.86661"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- borderlayer="false"
- inkscape:showpageshadow="false"
- showgrid="true"
- inkscape:window-width="1302"
- inkscape:window-height="975"
- inkscape:window-x="0"
- inkscape:window-y="47"
- objecttolerance="1"
- inkscape:window-maximized="0">
- <inkscape:grid
- type="xygrid"
- id="grid2828"
- empspacing="4"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true"
- spacingx="0.5px"
- spacingy="0.5px" />
- </sodipodi:namedview>
- <metadata
- id="metadata6">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Tip</dc:title>
- <dc:date>13.4.2007</dc:date>
- <dc:creator>
- <cc:Agent>
- <dc:title>Josef Vybíral</dc:title>
- </cc:Agent>
- </dc:creator>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Vrstva 1"
- inkscape:groupmode="layer"
- id="layer1">
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#linearGradient6076);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.99245518;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path5072"
- sodipodi:cx="24.358656"
- sodipodi:cy="23.195419"
- sodipodi:rx="20.345331"
- sodipodi:ry="20.345331"
- d="M 44.703987 23.195419 A 20.345331 20.345331 0 1 1 4.0133247,23.195419 A 20.345331 20.345331 0 1 1 44.703987 23.195419 z"
- transform="matrix(1.0076022,0,0,1.0076022,-0.5438346,0.628245)" />
- <path
- transform="matrix(0.9584508,0,0,0.9586884,0.6534256,1.76282)"
- d="M 44.703987 23.195419 A 20.345331 20.345331 0 1 1 4.0133247,23.195419 A 20.345331 20.345331 0 1 1 44.703987 23.195419 z"
- sodipodi:ry="20.345331"
- sodipodi:rx="20.345331"
- sodipodi:cy="23.195419"
- sodipodi:cx="24.358656"
- id="path6090"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient6100);stroke-width:1.043221;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- transform="scale(1.0219734,0.9784991)"
- style="font-size:38.86474228px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f7f7f6;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Nimbus Roman No9 L"
- d="M 26.757915,33.033339 L 26.213809,33.810634 C 25.203326,35.326357 24.309436,36.142518 23.726465,36.142518 C 23.415547,36.142518 23.143494,35.870465 23.143494,35.559547 C 23.143494,35.326359 23.376682,34.004957 23.493277,33.538581 L 27.029968,20.557757 C 24.931274,21.024133 22.210737,21.412781 19.17929,21.645969 L 19.17929,22.695317 C 20.850472,22.695317 21.47231,23.006236 21.47231,23.822395 C 21.47231,24.133313 21.355716,24.716285 21.200257,25.376985 L 18.946102,33.732904 C 18.635184,34.821116 18.44086,35.90933 18.44086,36.414571 C 18.44086,37.852565 19.529074,38.86305 21.122527,38.86305 C 23.454409,38.86305 24.89241,37.658239 27.612939,33.577445 L 26.757915,33.033339 M 25.902891,11.890919 C 24.542626,11.890919 23.337818,13.095727 23.337818,14.455992 C 23.337818,15.971715 24.464897,17.137659 25.902891,17.137659 C 27.379749,17.137659 28.584558,15.971716 28.584558,14.533722 C 28.584558,13.095728 27.340885,11.890919 25.902891,11.890919"
- id="text6102" />
- <rect
- style="opacity:0.25;fill:#3465a4;fill-opacity:1;stroke:none"
- id="rect2830"
- width="23.999994"
- height="24"
- x="-36"
- y="8" />
- <path
- transform="matrix(0.51608892,0,0,0.51608892,-36.571232,8.0291011)"
- d="m 44.703987,23.195419 a 20.345331,20.345331 0 1 1 -40.6906623,0 20.345331,20.345331 0 1 1 40.6906623,0 z"
- sodipodi:ry="20.345331"
- sodipodi:rx="20.345331"
- sodipodi:cy="23.195419"
- sodipodi:cx="24.358656"
- id="path2832"
- style="color:#000000;fill:url(#linearGradient2851);fill-opacity:1;fill-rule:evenodd;stroke:#3465a4;stroke-width:1.93765059;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-tip.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:none;stroke:url(#linearGradient2853);stroke-width:2.14121103;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path2834"
- sodipodi:cx="24.358656"
- sodipodi:cy="23.195419"
- sodipodi:rx="20.345331"
- sodipodi:ry="20.345331"
- d="m 44.703987,23.195419 a 20.345331,20.345331 0 1 1 -40.6906623,0 20.345331,20.345331 0 1 1 40.6906623,0 z"
- transform="matrix(0.46696753,0,0,0.46708329,-35.374701,9.1687715)"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-tip.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- id="path2836"
- d="m -22.127423,23.557872 -0.278031,0.380291 c -0.516344,0.741567 -0.973109,1.140873 -1.271,1.140873 -0.158875,0 -0.29789,-0.133102 -0.29789,-0.285218 0,-0.114087 0.119156,-0.760583 0.178734,-0.988757 l 1.807202,-6.350862 C -23.060812,17.682373 -24.450971,17.872519 -26,17.986606 L -26,18.5 c 0.853952,0 1.171703,0.152116 1.171703,0.551422 0,0.152116 -0.05958,0.437335 -0.139016,0.760582 l -1.151843,4.088129 c -0.158875,0.532408 -0.258172,1.064816 -0.258172,1.312005 0,0.703538 0.556063,1.197917 1.370296,1.197917 1.191561,0 1.926361,-0.589453 3.316515,-2.58598 l -0.436906,-0.266203 m -0.436906,-10.343919 c -0.695077,0 -1.310718,0.589451 -1.310718,1.25496 0,0.741567 0.575922,1.312005 1.310718,1.312005 0.754655,0 1.370296,-0.570437 1.370296,-1.273975 0,-0.703538 -0.6355,-1.29299 -1.370296,-1.29299"
- style="font-size:38.86474228px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#f7f7f6;fill-opacity:1;stroke:none;font-family:Nimbus Roman No9 L"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-tip.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </g>
-</svg>
diff --git a/icons/hicolor/scalable/status/yelp-note-warning.svg b/icons/hicolor/scalable/status/yelp-note-warning.svg
deleted file mode 100644
index be35a6da..00000000
--- a/icons/hicolor/scalable/status/yelp-note-warning.svg
+++ /dev/null
@@ -1,290 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg2"
- inkscape:label="Pozadí"
- sodipodi:version="0.32"
- inkscape:version="0.47 r22583"
- version="1.0"
- sodipodi:docname="admon-warning.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
- inkscape:export-filename="/home/cornelius/Desktop/GFX/ikony/Yelp/caution.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <defs
- id="defs3">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective25" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient4912">
- <stop
- style="stop-color:#fce94f;stop-opacity:1;"
- offset="0"
- id="stop4914" />
- <stop
- style="stop-color:#edd400;stop-opacity:0.88738739"
- offset="1"
- id="stop4916" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5883">
- <stop
- style="stop-color:#555753;stop-opacity:1;"
- offset="0"
- id="stop5885" />
- <stop
- style="stop-color:#363734;stop-opacity:1"
- offset="1"
- id="stop5887" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5883"
- id="linearGradient5889"
- x1="15.551637"
- y1="1.0942583"
- x2="38.628258"
- y2="46.000828"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- id="linearGradient6038"
- inkscape:collect="always">
- <stop
- id="stop6040"
- offset="0"
- style="stop-color:#ffffff;stop-opacity:1;" />
- <stop
- id="stop6042"
- offset="1"
- style="stop-color:#ffffff;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6038"
- id="linearGradient5929"
- gradientUnits="userSpaceOnUse"
- x1="21.497595"
- y1="-12.234324"
- x2="21.497595"
- y2="48.647552"
- gradientTransform="translate(-22.910691,0.653031)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4912"
- id="linearGradient4918"
- x1="24.691837"
- y1="0.20224562"
- x2="44.083809"
- y2="3.8283868"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4912"
- id="linearGradient2843"
- gradientUnits="userSpaceOnUse"
- x1="24.691837"
- y1="0.20224562"
- x2="44.083809"
- y2="3.8283868"
- gradientTransform="translate(-20.214677,21.590302)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5883"
- id="linearGradient2845"
- gradientUnits="userSpaceOnUse"
- x1="15.551637"
- y1="1.0942583"
- x2="38.628258"
- y2="46.000828"
- gradientTransform="translate(-29.560584,0.972714)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6038"
- id="linearGradient2847"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-52.471275,1.625745)"
- x1="21.497595"
- y1="-12.234324"
- x2="21.497595"
- y2="48.647552" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient4912"
- id="linearGradient2855"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-20.214677,21.590302)"
- x1="24.691837"
- y1="0.20224562"
- x2="44.083809"
- y2="3.8283868" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5883"
- id="linearGradient2857"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-29.560584,0.972714)"
- x1="15.551637"
- y1="1.0942583"
- x2="38.628258"
- y2="46.000828" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6038"
- id="linearGradient2859"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(-52.471275,1.625745)"
- x1="21.497595"
- y1="-12.234324"
- x2="21.497595"
- y2="48.647552" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="14.9375"
- inkscape:cx="-7.6586991"
- inkscape:cy="24"
- inkscape:document-units="px"
- inkscape:current-layer="layer1"
- width="48px"
- height="48px"
- inkscape:showpageshadow="false"
- showgrid="true"
- inkscape:window-width="1346"
- inkscape:window-height="947"
- inkscape:window-x="0"
- inkscape:window-y="45"
- gridtolerance="1"
- objecttolerance="1"
- inkscape:window-maximized="0">
- <inkscape:grid
- type="xygrid"
- id="grid2831"
- empspacing="4"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata6">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Caution</dc:title>
- <dc:date>13.4.2007</dc:date>
- <dc:creator>
- <cc:Agent>
- <dc:title>Josef Vybíral</dc:title>
- </cc:Agent>
- </dc:creator>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Vrstva 1"
- inkscape:groupmode="layer"
- id="layer1">
- <rect
- transform="matrix(0.7071068,0.7071068,-0.7071068,0.7071068,0,0)"
- y="-13.435023"
- x="20.506105"
- height="26.870049"
- width="26.87005"
- id="rect5870"
- style="opacity:1;color:#000000;fill:url(#linearGradient4918);fill-opacity:1.0;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- style="opacity:1;color:#000000;fill:url(#linearGradient5889);fill-opacity:1.0;fill-rule:evenodd;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 25.588427,3.0493981 C 24.590584,2.2339417 23.1364,2.3104777 22.22967,3.2261748 L 3.2261748,22.22967 C 2.2500021,23.206038 2.2500021,24.788836 3.2261748,25.765204 L 22.22967,44.768699 C 23.206038,45.744872 24.788836,45.744872 25.765204,44.768699 L 44.768699,25.765204 C 45.744872,24.788836 45.744872,23.206038 44.768699,22.22967 L 25.765204,3.2261748 C 25.709263,3.1643382 25.650264,3.1053389 25.588427,3.0493981 z M 23.997437,7.5294758 L 40.465398,23.997437 L 23.997437,40.465398 L 7.5294758,23.997437 L 23.997437,7.5294758 z "
- id="rect4899"
- sodipodi:nodetypes="ccccccccccccccc" />
- <path
- sodipodi:nodetypes="cccccccccc"
- id="text6064"
- d="M 23.51267,28.027286 C 23.013718,24.018192 22.015814,21.059026 22.015814,17.000003 C 22.015814,14.326658 26.030339,14.315981 26.030339,17.000003 C 26.030339,21.222707 25.066516,24.02353 24.560584,28.027286 L 23.51267,28.027286 M 23,32 L 23,30.00485 L 25.024132,30.00485 L 25.024132,32 L 23,32"
- style="font-size:20.33559227px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Arial" />
- <path
- id="path5937"
- d="M 25.637974,4.247587 C 24.640131,3.4321306 23.334589,3.3104777 22.427859,4.2261748 L 4.4739109,22.427859 C 3.4977382,23.404227 3.448191,24.640194 4.4243637,25.616562 L 22.378312,43.520963 C 23.35468,44.497136 24.5411,44.59623 25.517468,43.620057 L 43.520963,25.616562 C 44.497136,24.640194 44.695325,23.453774 43.719152,22.477406 C 37.659108,16.417359 31.697889,10.307501 25.637974,4.247587 z M 23.997437,6.2817397 L 41.812229,23.997437 L 23.997437,41.812229 L 6.2321924,23.997437 L 23.997437,6.2817397 z "
- style="opacity:0.29257642;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5929);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;marker-start:none;marker-mid:none;marker-end:none"
- sodipodi:nodetypes="cccccccccccccc" />
- <rect
- style="opacity:0.25;fill:#3465a4;fill-opacity:1;stroke:none"
- id="rect2833"
- width="24"
- height="24"
- x="-36"
- y="8" />
- <g
- id="g2849"
- transform="matrix(0.49992293,0,0,0.49992293,-21.26468,7.502235)"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-warning.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <rect
- transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
- y="8.1552782"
- x="0.29142922"
- height="26.870049"
- width="26.87005"
- id="rect2835"
- style="color:#000000;fill:url(#linearGradient2855);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- style="color:#000000;fill:url(#linearGradient2857);fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M -3.972157,4.0221121 C -4.97,3.2066557 -6.424184,3.2831917 -7.330914,4.1988888 L -26.334409,23.202384 c -0.976173,0.976368 -0.976173,2.559166 0,3.535534 l 19.003495,19.003495 c 0.976368,0.976173 2.559166,0.976173 3.535534,0 L 15.208115,26.737918 c 0.976173,-0.976368 0.976173,-2.559166 0,-3.535534 L -3.79538,4.1988888 C -3.851321,4.1370522 -3.91032,4.0780529 -3.972157,4.0221121 z M -5.563147,8.5021898 10.904814,24.970151 -5.563147,41.438112 -22.031108,24.970151 -5.563147,8.5021898 z"
- id="path2837"
- sodipodi:nodetypes="ccccccccccccccc" />
- <path
- sodipodi:nodetypes="cccccccccc"
- id="path2839"
- d="M -6.047914,29 C -6.546866,24.990906 -7.54477,22.03174 -7.54477,17.972717 c 0,-2.673345 4.014525,-2.684022 4.014525,0 C -3.530245,22.195421 -4.494068,24.996244 -5,29 l -1.047914,0 m -0.51267,3.972714 0,-1.99515 2.024132,0 0,1.99515 -2.024132,0"
- style="font-size:20.33559227px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#2e3436;fill-opacity:1;stroke:none;font-family:Arial" />
- <path
- id="path2841"
- d="M -3.92261,5.220301 C -4.920453,4.4048446 -6.225995,4.2831917 -7.132725,5.1988888 L -25.086673,23.400573 c -0.976173,0.976368 -1.02572,2.212335 -0.04955,3.188703 l 17.953948,17.904401 c 0.976368,0.976173 2.162788,1.075267 3.139156,0.09909 L 13.960379,26.589276 C 14.936552,25.612908 15.134741,24.426488 14.158568,23.45012 8.098524,17.390073 2.137305,11.280215 -3.92261,5.220301 z M -5.563147,7.2544537 12.251645,24.970151 -5.563147,42.784943 -23.328392,24.970151 -5.563147,7.2544537 z"
- style="opacity:0.29257645;color:#000000;fill:none;stroke:url(#linearGradient2859);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:nodetypes="cccccccccccccc" />
- </g>
- </g>
-</svg>
diff --git a/icons/hicolor/scalable/status/yelp-note.svg b/icons/hicolor/scalable/status/yelp-note.svg
deleted file mode 100644
index 4e98d332..00000000
--- a/icons/hicolor/scalable/status/yelp-note.svg
+++ /dev/null
@@ -1,1233 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="48"
- height="48"
- id="svg4118"
- sodipodi:version="0.32"
- inkscape:version="0.47 r22583"
- sodipodi:docname="admon-note.svg"
- inkscape:export-filename="/home/cornelius/GFX/ikony/yelp/note2.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90"
- version="1.0"
- inkscape:output_extension="org.inkscape.output.svg.inkscape">
- <defs
- id="defs4120">
- <inkscape:perspective
- sodipodi:type="inkscape:persp3d"
- inkscape:vp_x="0 : 24 : 1"
- inkscape:vp_y="0 : 1000 : 0"
- inkscape:vp_z="48 : 24 : 1"
- inkscape:persp3d-origin="24 : 16 : 1"
- id="perspective150" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6074">
- <stop
- style="stop-color:#c4a000;stop-opacity:1;"
- offset="0"
- id="stop6076" />
- <stop
- style="stop-color:#c4a000;stop-opacity:0;"
- offset="1"
- id="stop6078" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6048">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop6050" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop6052" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient6025">
- <stop
- style="stop-color:#ef2929;stop-opacity:1"
- offset="0"
- id="stop6027" />
- <stop
- style="stop-color:#cc0000;stop-opacity:1"
- offset="1"
- id="stop6029" />
- </linearGradient>
- <linearGradient
- id="linearGradient5068"
- inkscape:collect="always">
- <stop
- id="stop5070"
- offset="0"
- style="stop-color:#fded6e;stop-opacity:1" />
- <stop
- id="stop5072"
- offset="1"
- style="stop-color:#fce734;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5976">
- <stop
- style="stop-color:#ffffff;stop-opacity:0.8018018"
- offset="0"
- id="stop5978" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0.17567568"
- offset="1"
- id="stop5980" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5956">
- <stop
- style="stop-color:#ffffff;stop-opacity:1;"
- offset="0"
- id="stop5958" />
- <stop
- style="stop-color:#ffffff;stop-opacity:0;"
- offset="1"
- id="stop5960" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5927">
- <stop
- style="stop-color:#edd400;stop-opacity:1"
- offset="0"
- id="stop5929" />
- <stop
- style="stop-color:#fce94f;stop-opacity:1"
- offset="1"
- id="stop5931" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient2776"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.900281,109.3301,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient5060">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop5062" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5064" />
- </linearGradient>
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient2774"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1923.82,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient5048">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop5050" />
- <stop
- id="stop5056"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop5052" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient2772"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.124652,0,0,1.892176,-1532.669,-825.6305)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3319">
- <stop
- style="stop-color:#fce94f;stop-opacity:1;"
- offset="0"
- id="stop3321" />
- <stop
- style="stop-color:#c4a000;stop-opacity:1"
- offset="1"
- id="stop3323" />
- </linearGradient>
- <linearGradient
- id="linearGradient7595">
- <stop
- style="stop-color:#dcc400;stop-opacity:1;"
- offset="0"
- id="stop7597" />
- <stop
- style="stop-color:#edd400;stop-opacity:0"
- offset="1"
- id="stop7599" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7595"
- id="linearGradient7601"
- x1="11.805677"
- y1="11.75"
- x2="9.9705553"
- y2="9.6290379"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient7595"
- id="linearGradient1885"
- gradientUnits="userSpaceOnUse"
- x1="11.805677"
- y1="11.75"
- x2="9.9705553"
- y2="9.6290379" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3319"
- id="linearGradient3325"
- x1="19.941111"
- y1="34.812107"
- x2="21.151594"
- y2="15.571803"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.001194,0,0,1,-44.043627,0)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5927"
- id="linearGradient5968"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.0412762,0,0,1.0405768,3.0301186,-7.3166824)"
- x1="34.192577"
- y1="36.927391"
- x2="32.313694"
- y2="35.29604" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5956"
- id="linearGradient5970"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.146535,0,0,1.151009,-0.3444917,-9.9721252)"
- x1="32.768818"
- y1="36.932552"
- x2="34.447193"
- y2="38.349014" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5976"
- id="linearGradient5982"
- x1="12.24654"
- y1="12.425668"
- x2="12.24654"
- y2="41.648232"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1936569,0,0,1.2051891,0.1869065,-3.3596734)" />
- <linearGradient
- gradientTransform="translate(1,5)"
- gradientUnits="userSpaceOnUse"
- y2="4.9982824"
- x2="19.111677"
- y1="19.679949"
- x1="19.111677"
- id="linearGradient6587"
- xlink:href="#linearGradient6581"
- inkscape:collect="always" />
- <linearGradient
- y2="10.825614"
- x2="32.366882"
- y1="7.8214283"
- x1="37.589287"
- gradientTransform="matrix(1.0097437,0,0,1.0313296,-0.2679517,-0.3060228)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6577"
- xlink:href="#linearGradient6043"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(1,0,0,1.4,0,-2)"
- gradientUnits="userSpaceOnUse"
- y2="3.9301996"
- x2="19.5"
- y1="14.700505"
- x1="19.5"
- id="linearGradient6569"
- xlink:href="#linearGradient6563"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- y2="9.5751753"
- x2="20.464302"
- y1="3.5788469"
- x1="20.464302"
- id="linearGradient6551"
- xlink:href="#linearGradient6545"
- inkscape:collect="always" />
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(-2.774389,0,0,1.900281,394.3031,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6541"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <radialGradient
- r="117.14286"
- fy="486.64789"
- fx="605.71429"
- cy="486.64789"
- cx="605.71429"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1980.8146,-828.6181)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient6539"
- xlink:href="#linearGradient5060"
- inkscape:collect="always" />
- <linearGradient
- y2="609.50507"
- x2="302.85715"
- y1="366.64789"
- x1="302.85715"
- gradientTransform="matrix(2.0137241,0,0,1.892176,-1519.3577,-825.6305)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6537"
- xlink:href="#linearGradient5048"
- inkscape:collect="always" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6544"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.774389,0,0,1.900281,394.3031,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6536"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.774389,0,0,1.900281,-1923.82,-828.6181)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <linearGradient
- id="linearGradient6528">
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="0"
- id="stop6530" />
- <stop
- id="stop6532"
- offset="0.5"
- style="stop-color:black;stop-opacity:1;" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop6534" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient6526"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.124652,0,0,1.892176,-1532.669,-825.6305)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3332">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop3334" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop3336" />
- </linearGradient>
- <linearGradient
- id="linearGradient3284">
- <stop
- style="stop-color:#afafaf;stop-opacity:1"
- offset="0"
- id="stop3286" />
- <stop
- style="stop-color:#f9f9f9;stop-opacity:1"
- offset="1"
- id="stop3288" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3325"
- id="linearGradient2099"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.576952,0,0,2.308818,9.549406,6.3676)"
- x1="1.8561553"
- y1="6.1446991"
- x2="9.5985594"
- y2="16.674181" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3927">
- <stop
- style="stop-color:#eeeeec;stop-opacity:1;"
- offset="0"
- id="stop3929" />
- <stop
- style="stop-color:#eeeeec;stop-opacity:0;"
- offset="1"
- id="stop3931" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3927"
- id="linearGradient4116"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(9.375345e-2,-5.968448)"
- x1="4.5393105"
- y1="3.3254037"
- x2="4.5403199"
- y2="11.50544" />
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2816">
- <stop
- style="stop-color:white;stop-opacity:1"
- offset="0"
- id="stop2818" />
- <stop
- style="stop-color:white;stop-opacity:0"
- offset="1"
- id="stop2820" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient2803">
- <stop
- style="stop-color:black;stop-opacity:1;"
- offset="0"
- id="stop2805" />
- <stop
- style="stop-color:black;stop-opacity:0;"
- offset="1"
- id="stop2807" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- id="linearGradient3357">
- <stop
- style="stop-color:white;stop-opacity:1;"
- offset="0"
- id="stop3359" />
- <stop
- style="stop-color:white;stop-opacity:0;"
- offset="1"
- id="stop3361" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3325"
- id="linearGradient3331"
- x1="1.8561553"
- y1="6.1446991"
- x2="9.5985594"
- y2="16.674181"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.317285,0,0,1.499996,6.156045e-2,-7.000003)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3357"
- id="linearGradient3363"
- x1="7.819931"
- y1="18.444227"
- x2="-0.10261282"
- y2="3.719852"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.258598,0,0,1.188405,0.955201,-2.731869)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2803"
- id="linearGradient2809"
- x1="2.03125"
- y1="1.53125"
- x2="9.5"
- y2="6.734375"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.989516,0,0,1.041893,2.129694e-2,-0.123196)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient2816"
- id="linearGradient2829"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-1,0,0,1,15.96875,-6.25e-2)"
- x1="1.9375"
- y1="3.8125"
- x2="12.5"
- y2="3.8125" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3284"
- id="linearGradient3290"
- x1="29.432646"
- y1="18.522486"
- x2="32.577065"
- y2="18.522486"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(5,-2)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3332"
- id="linearGradient3338"
- x1="23.554199"
- y1="51.652996"
- x2="13.333899"
- y2="16.066395"
- gradientUnits="userSpaceOnUse"
- gradientTransform="translate(5,-2)" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient3284"
- id="linearGradient3345"
- gradientUnits="userSpaceOnUse"
- x1="29.056473"
- y1="23.582701"
- x2="28.995457"
- y2="21.926168"
- gradientTransform="matrix(1.024318,0,0,1.082453,4.513555,-3.527166)" />
- <linearGradient
- y2="10.825614"
- x2="32.366882"
- y1="7.8214283"
- x1="37.589287"
- gradientTransform="matrix(1.0097437,0,0,1.0313296,-0.2679517,-0.3060228)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6205"
- xlink:href="#linearGradient6043"
- inkscape:collect="always" />
- <linearGradient
- y2="10.825614"
- x2="32.366882"
- y1="7.8214283"
- x1="37.589287"
- gradientTransform="matrix(1.0250703,0,0,1.0137295,-0.6894338,-0.134108)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient6197"
- xlink:href="#linearGradient6043"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="matrix(2.6666667,0,0,2.5555558,-0.8333331,-4.5555584)"
- gradientUnits="userSpaceOnUse"
- y2="6.1047959"
- x2="8.4284601"
- y1="14.263801"
- x1="8.4284601"
- id="linearGradient5891"
- xlink:href="#linearGradient5885"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient5885"
- inkscape:collect="always">
- <stop
- id="stop5887"
- offset="0"
- style="stop-color:#e2a340;stop-opacity:1" />
- <stop
- id="stop5889"
- offset="1"
- style="stop-color:#e9b96e;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient6043"
- inkscape:collect="always">
- <stop
- id="stop6045"
- offset="0"
- style="stop-color:#efcc94;stop-opacity:1;" />
- <stop
- id="stop6047"
- offset="1"
- style="stop-color:#e6af56;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient6545"
- inkscape:collect="always">
- <stop
- id="stop6547"
- offset="0"
- style="stop-color:#000000;stop-opacity:1;" />
- <stop
- id="stop6549"
- offset="1"
- style="stop-color:#000000;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient6563"
- inkscape:collect="always">
- <stop
- id="stop6565"
- offset="0"
- style="stop-color:#8f5902;stop-opacity:1;" />
- <stop
- id="stop6567"
- offset="1"
- style="stop-color:#fee1b2;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient6581"
- inkscape:collect="always">
- <stop
- id="stop6583"
- offset="0"
- style="stop-color:#a06402;stop-opacity:1;" />
- <stop
- id="stop6585"
- offset="1"
- style="stop-color:#a06402;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5048"
- id="linearGradient6574"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.864389,0,0,1.892176,-1585.295,-825.6305)"
- x1="302.85715"
- y1="366.64789"
- x2="302.85715"
- y2="609.50507" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6576"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.2985225,0,0,1.900281,-1243.7047,-828.61811)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5060"
- id="radialGradient6578"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(-2.2985227,0,0,1.900281,143.65945,-830.19911)"
- cx="605.71429"
- cy="486.64789"
- fx="605.71429"
- fy="486.64789"
- r="117.14286" />
- <radialGradient
- r="12.5"
- fy="16.093563"
- fx="48.178337"
- cy="16.093563"
- cx="48.178337"
- gradientTransform="matrix(0.117808,0.165688,-0.160285,0.113967,37.8996,24.60705)"
- gradientUnits="userSpaceOnUse"
- id="radialGradient3740"
- xlink:href="#linearGradient2812"
- inkscape:collect="always" />
- <radialGradient
- gradientTransform="matrix(0.710234,0.703965,-0.828897,0.836278,-17.34172,-12.95082)"
- gradientUnits="userSpaceOnUse"
- r="12.5"
- fy="17.172701"
- fx="18.389807"
- cy="17.172701"
- cx="18.389807"
- id="radialGradient2818"
- xlink:href="#linearGradient2812"
- inkscape:collect="always" />
- <linearGradient
- gradientTransform="translate(-21.33061,6.070707)"
- gradientUnits="userSpaceOnUse"
- y2="23.00688"
- x2="42.993927"
- y1="18.054306"
- x1="42.993927"
- id="linearGradient2802"
- xlink:href="#linearGradient2796"
- inkscape:collect="always" />
- <radialGradient
- gradientTransform="matrix(1.515341,1.822282e-2,-1.854671e-2,1.542275,-9.89215,-9.850491)"
- gradientUnits="userSpaceOnUse"
- r="9.5"
- fy="17.498907"
- fx="19.825111"
- cy="17.498907"
- cx="19.825111"
- id="radialGradient2794"
- xlink:href="#linearGradient2788"
- inkscape:collect="always" />
- <radialGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.176471,0,13.58824)"
- r="8.5"
- fy="16.5"
- fx="9.5"
- cy="16.5"
- cx="9.5"
- id="radialGradient3221"
- xlink:href="#linearGradient3215"
- inkscape:collect="always" />
- <linearGradient
- id="linearGradient3215"
- inkscape:collect="always">
- <stop
- id="stop3217"
- offset="0"
- style="stop-color:#2e3436;stop-opacity:1;" />
- <stop
- id="stop3219"
- offset="1"
- style="stop-color:#2e3436;stop-opacity:0;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2788">
- <stop
- id="stop2790"
- offset="0"
- style="stop-color:#729fcf;stop-opacity:1;" />
- <stop
- id="stop2792"
- offset="1"
- style="stop-color:white;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- id="linearGradient2796"
- inkscape:collect="always">
- <stop
- id="stop2798"
- offset="0"
- style="stop-color:#204a87;stop-opacity:1;" />
- <stop
- id="stop2800"
- offset="1"
- style="stop-color:#1a3c6e;stop-opacity:1" />
- </linearGradient>
- <linearGradient
- id="linearGradient2812">
- <stop
- id="stop2814"
- offset="0"
- style="stop-color:#3070ce;stop-opacity:1" />
- <stop
- id="stop2816"
- offset="1"
- style="stop-color:#1a3c6e;stop-opacity:1;" />
- </linearGradient>
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5956"
- id="linearGradient6072"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.2983701,0,0,1.2167941,0.6197243,-23.893635)"
- x1="32.768818"
- y1="36.932552"
- x2="34.447193"
- y2="38.349014" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient5050"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,0.7499999,-1.0345451)"
- x1="8.3546944"
- y1="34.109348"
- x2="8.245904"
- y2="16.159151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6048"
- id="linearGradient6054"
- x1="4.1781459"
- y1="-3.3374889"
- x2="10.5"
- y2="17.336283"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9090909,0,0,0.875,0.4545455,0.6250001)" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6025"
- id="radialGradient6060"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9358152,1.153619,-0.8528402,1.0513312,5.7441162,-10.83752)"
- cx="9.4521093"
- cy="6.3353066"
- fx="9.4521093"
- fy="6.3353066"
- r="4.025767" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6074"
- id="radialGradient6080"
- cx="18.177475"
- cy="18.132177"
- fx="18.177475"
- fy="18.132177"
- r="2.3650992"
- gradientTransform="matrix(1,0,0,0.9714286,0,0.5180622)"
- gradientUnits="userSpaceOnUse" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient2988"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,-50.60446,-4.5256941)"
- x1="8.3546944"
- y1="34.109348"
- x2="8.245904"
- y2="16.159151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5976"
- id="linearGradient2990"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1936569,0,0,1.2051891,-51.167554,-6.8508224)"
- x1="12.24654"
- y1="12.425668"
- x2="12.24654"
- y2="41.648232" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6074"
- id="radialGradient2992"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9714286,0,0.5180622)"
- cx="18.177475"
- cy="18.132177"
- fx="18.177475"
- fy="18.132177"
- r="2.3650992" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6025"
- id="radialGradient2994"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9358152,1.153619,-0.8528402,1.0513312,5.7441162,-10.83752)"
- cx="9.4521093"
- cy="6.3353066"
- fx="9.4521093"
- fy="6.3353066"
- r="4.025767" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6048"
- id="linearGradient2996"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9090909,0,0,0.875,-50.899915,-2.8661489)"
- x1="4.1781459"
- y1="-3.3374889"
- x2="10.5"
- y2="17.336283" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient3015"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1666666,0,0,1.0007593,-50.60446,-4.5256941)"
- x1="8.3546944"
- y1="34.109348"
- x2="8.245904"
- y2="16.159151" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5976"
- id="linearGradient3017"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1.1936569,0,0,1.2051891,-51.167554,-6.8508224)"
- x1="12.24654"
- y1="12.425668"
- x2="12.24654"
- y2="41.648232" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6074"
- id="radialGradient3019"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(1,0,0,0.9714286,0,0.5180622)"
- cx="18.177475"
- cy="18.132177"
- fx="18.177475"
- fy="18.132177"
- r="2.3650992" />
- <radialGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6025"
- id="radialGradient3021"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9358152,1.153619,-0.8528402,1.0513312,5.7441162,-10.83752)"
- cx="9.4521093"
- cy="6.3353066"
- fx="9.4521093"
- fy="6.3353066"
- r="4.025767" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6048"
- id="linearGradient3023"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.9090909,0,0,0.875,-50.899915,-2.8661489)"
- x1="4.1781459"
- y1="-3.3374889"
- x2="10.5"
- y2="17.336283" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient6048"
- id="linearGradient3030"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.50121388,0,0,0.48241836,-40.921567,7.1877445)"
- x1="4.1781459"
- y1="-3.3374889"
- x2="10.5"
- y2="17.336283" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5976"
- id="linearGradient3041"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.60450796,0,0,0.61034826,-40.038846,6.6689718)"
- x1="12.24654"
- y1="12.425668"
- x2="12.24654"
- y2="41.648232" />
- <linearGradient
- inkscape:collect="always"
- xlink:href="#linearGradient5068"
- id="linearGradient3044"
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.63555816,0,0,0.54517781,-40.716045,6.7906041)"
- x1="8.3546944"
- y1="34.109348"
- x2="8.245904"
- y2="16.159151" />
- </defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="29.597069"
- inkscape:cx="-21.270689"
- inkscape:cy="27.722119"
- inkscape:current-layer="layer1"
- showgrid="true"
- inkscape:grid-bbox="true"
- inkscape:document-units="px"
- inkscape:showpageshadow="false"
- showguides="true"
- inkscape:window-width="1222"
- inkscape:window-height="949"
- inkscape:window-x="0"
- inkscape:window-y="45"
- inkscape:object-bbox="false"
- inkscape:object-paths="false"
- inkscape:grid-points="false"
- width="48px"
- height="48px"
- inkscape:guide-bbox="true"
- objecttolerance="1"
- gridtolerance="1"
- inkscape:window-maximized="0">
- <inkscape:grid
- type="xygrid"
- id="grid5651"
- empspacing="4"
- visible="true"
- enabled="true"
- snapvisiblegridlinesonly="true" />
- </sodipodi:namedview>
- <metadata
- id="metadata4123">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title>Note</dc:title>
- <dc:date>13.4.2007</dc:date>
- <dc:creator>
- <cc:Agent>
- <dc:title>Josef Vybíral</dc:title>
- </cc:Agent>
- </dc:creator>
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
- </cc:Work>
- <cc:License
- rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <g
- id="layer1"
- inkscape:label="Layer 1"
- inkscape:groupmode="layer">
- <path
- style="color:#000000;fill:url(#linearGradient5050);fill-opacity:1;fill-rule:evenodd;stroke:#c8a300;stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 8.8556166,9.4999999 L 42.311051,9.4999999 C 42.877394,9.4999999 43.333332,9.8911008 43.333332,10.376907 L 43.399823,35.084801 C 43.399823,38.042762 43.516091,40.664088 42.368703,42.54959 L 6.5842398,42.500002 C 5.9835709,42.500002 5.4999999,42.085199 5.4999999,41.569949 C 6.406071,40.827485 6.6512452,37.690186 6.8211504,35.174703 L 7.6422043,10.376907 C 7.6422043,9.8911008 8.2892716,9.4999999 8.8556166,9.4999999 z "
- id="rect4933"
- sodipodi:nodetypes="cccccccccc" />
- <path
- sodipodi:nodetypes="ccccccccc"
- id="path4940"
- d="M 9.6318909,10.500326 L 41.702377,10.500326 C 42.246706,10.500326 42.348154,10.472843 42.348154,10.92269 L 42.435027,34.187298 C 42.156544,36.675997 42.608732,39.895365 41.426771,41.480586 L 6.90044,41.480586 C 8.0145858,40.112468 7.4330002,39.16916 7.6547773,38.151925 L 8.6320653,10.92269 C 8.6320653,10.472843 9.0875615,10.500326 9.6318909,10.500326 z "
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient5982);stroke-width:0.99999988;stroke-linecap:square;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient6080);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:3.5999999;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.24200912;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6064"
- sodipodi:cx="18.177475"
- sodipodi:cy="18.132177"
- sodipodi:rx="2.3650992"
- sodipodi:ry="2.2975249"
- d="M 20.542574 18.132177 A 2.3650992 2.2975249 0 1 1 15.812376,18.132177 A 2.3650992 2.2975249 0 1 1 20.542574 18.132177 z"
- transform="matrix(1.0570381,0,0,1.0881274,-2.7818579,0.1753266)" />
- <g
- id="g6017"
- transform="matrix(0.9664336,0.2569166,-0.2569166,0.9664336,5.9122451,-3.3000199)"
- style="stroke:#ead200;stroke-width:1;stroke-opacity:1">
- <path
- id="path6011"
- d="M 16.567262,20.023409 C 16.567262,20.023409 16.567262,17.906205 19.441966,16.354001"
- style="fill:none;fill-rule:evenodd;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- id="path6013"
- d="M 15.12991,20.728398 C 15.12991,20.728398 12.873598,20.239014 11.5,20.869506"
- style="fill:none;fill-rule:evenodd;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- id="path6015"
- d="M 15.12991,20.023409 C 15.12991,20.023409 16.567262,21.5 18.004614,21.5"
- style="fill:none;fill-rule:evenodd;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- </g>
- <path
- style="fill:#729fcf;fill-rule:evenodd;stroke:#3465a4;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.5999999;stroke-dasharray:none;stroke-opacity:1"
- d="M 8.5403469,12.702723 L 16.580693,20.486881 L 12.851485,9.5 L 8.5403469,12.702723 z "
- id="path6062"
- sodipodi:nodetypes="cccc" />
- <path
- style="fill:#ffffff;fill-opacity:0.543379;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 15.337871,18.662129 L 11.52698,12.270297 L 14,13 L 15.337871,18.662129 z "
- id="path6082"
- sodipodi:nodetypes="cccc" />
- <path
- sodipodi:type="arc"
- style="opacity:1;color:#000000;fill:url(#radialGradient6060);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.66167891px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path6021"
- sodipodi:cx="10.368741"
- sodipodi:cy="7.6718087"
- sodipodi:rx="3.5836663"
- sodipodi:ry="4.3959641"
- d="M 13.952407 7.6718087 A 3.5836663 4.3959641 0 1 1 6.7850747,7.6718087 A 3.5836663 4.3959641 0 1 1 13.952407 7.6718087 z"
- transform="matrix(1.6742631,0,0,1.3642114,-6.8600003,-7.3492e-3)" />
- <path
- style="opacity:1;color:#000000;fill:url(#linearGradient6054);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="M 10.416667,5 C 7.4266666,5 5.0955642,6.8153668 5.0955644,9.6396858 C 5.8167985,11.482394 7.8011002,11.968189 9.5833337,12 C 12.573334,12 15,10.581811 15,7.7574922 C 15,7.6229057 14.984777,7.4919952 14.973959,7.3600158 C 14.012561,5.9325587 12.3392,5.0000001 10.416667,5 z "
- id="path6033"
- sodipodi:nodetypes="cccscc" />
- <path
- transform="matrix(1.3952192,0,0,1.1374069,-3.9666666,1.7740319)"
- d="M 13.952407 7.6718087 A 3.5836663 4.3959641 0 1 1 6.7850747,7.6718087 A 3.5836663 4.3959641 0 1 1 13.952407 7.6718087 z"
- sodipodi:ry="4.3959641"
- sodipodi:rx="3.5836663"
- sodipodi:cy="7.6718087"
- sodipodi:cx="10.368741"
- id="path6056"
- style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79381776px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.35159817;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 12.626931,23.491149 L 38.225773,23.491149"
- id="path6091" />
- <path
- id="path6093"
- d="M 12.626931,27.491149 L 38.225773,27.491149"
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
- <path
- style="fill:none;fill-rule:evenodd;stroke:#edd400;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="M 12.5,31.491149 L 31.35446,31.491149"
- id="path6095" />
- <rect
- style="opacity:0.25;fill:#3465a4;fill-opacity:1;stroke:none"
- id="rect2956"
- width="24"
- height="24"
- x="-40"
- y="8" />
- <path
- sodipodi:nodetypes="cccccccccc"
- id="path2958"
- d="m -36.300394,12.529447 18.225322,0 c 0.308524,0 0.556901,0.213057 0.556901,0.477708 l 0.03622,13.459975 c 0,1.61139 0.06334,3.039395 -0.561717,4.066549 l -19.494093,-0.02702 c -0.327223,0 -0.590655,-0.225969 -0.590655,-0.506659 0.493595,-0.404468 0.627156,-2.113555 0.719716,-3.483901 l 0.44728,-13.50895 c 0,-0.264651 0.3525,-0.477708 0.661024,-0.477708 z"
- style="color:#000000;fill:url(#linearGradient3044);fill-opacity:1;fill-rule:evenodd;stroke:#c8a300;stroke-width:0.99576366;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- style="color:#000000;fill:none;stroke:url(#linearGradient3041);stroke-width:0.9185583;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- d="m -35.25559,13.688141 16.241572,0 c 0.275668,0 0.327044,-0.01392 0.327044,0.2139 l 0.044,11.78198 c -0.141034,1.26036 0.08797,2.890756 -0.510615,3.693565 l -17.485294,0 c 0.564241,-0.692862 0.269706,-1.170583 0.382021,-1.685746 l 0.494932,-13.789799 c 0,-0.227818 0.230679,-0.2139 0.506345,-0.2139 z"
- id="path2960"
- sodipodi:nodetypes="ccccccccc"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- transform="matrix(0.58278239,0,0,0.59992301,-42.705911,6.9398237)"
- d="m 20.542574,18.132177 a 2.3650992,2.2975249 0 1 1 -4.730198,0 2.3650992,2.2975249 0 1 1 4.730198,0 z"
- sodipodi:ry="2.2975249"
- sodipodi:rx="2.3650992"
- sodipodi:cy="18.132177"
- sodipodi:cx="18.177475"
- id="path2962"
- style="color:#000000;fill:url(#radialGradient3019);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <g
- style="stroke:#ead200;stroke-width:1;stroke-opacity:1"
- transform="matrix(0.53282893,0.14164718,-0.14164718,0.53282893,-37.912545,5.0237426)"
- id="g2964"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90">
- <path
- style="fill:none;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 16.567262,20.023409 c 0,0 0,-2.117204 2.874704,-3.669408"
- id="path2966" />
- <path
- style="fill:none;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 15.12991,20.728398 c 0,0 -2.256312,-0.489384 -3.62991,0.141108"
- id="path2968" />
- <path
- style="fill:none;stroke:#ead200;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
- d="m 15.12991,20.023409 c 0,0 1.437352,1.476591 2.874704,1.476591"
- id="path2970" />
- </g>
- <path
- sodipodi:nodetypes="cccc"
- id="path2972"
- d="m -36.46358,13.846619 4.432927,4.291681 -2.056044,-6.057455 -2.376883,1.765774 z"
- style="fill:#729fcf;fill-rule:evenodd;stroke:#3465a4;stroke-width:0.55133528;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:3.5999999;stroke-opacity:1;stroke-dasharray:none"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2974"
- d="m -32.715865,17.13225 -2.101078,-3.524043 1.363463,0.402311 0.737615,3.121732 z"
- style="fill:#ffffff;fill-opacity:0.543379;fill-rule:evenodd;stroke:none"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- transform="matrix(0.9230803,0,0,0.75213786,-44.954334,6.8391081)"
- d="m 13.952407,7.6718087 a 3.5836663,4.3959641 0 1 1 -7.1673323,0 3.5836663,4.3959641 0 1 1 7.1673323,0 z"
- sodipodi:ry="4.3959641"
- sodipodi:rx="3.5836663"
- sodipodi:cy="7.6718087"
- sodipodi:cx="10.368741"
- id="path2976"
- style="color:#000000;fill:url(#radialGradient3021);fill-opacity:1;fill-rule:evenodd;stroke:#a40000;stroke-width:0.66167891px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- sodipodi:type="arc"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:nodetypes="cccscc"
- id="path2978"
- d="m -35.429098,9.5998363 c -1.648493,0 -2.933712,1.0008757 -2.933712,2.5580227 0.397642,1.01595 1.491658,1.283786 2.474266,1.301324 1.648492,0 2.986399,-0.781897 2.986399,-2.339044 0,-0.0742 -0.0084,-0.146378 -0.01436,-0.219143 -0.530052,-0.787007 -1.452635,-1.3011597 -2.512596,-1.3011597 z"
- style="color:#000000;fill:url(#linearGradient3030);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- sodipodi:type="arc"
- style="color:#000000;fill:none;stroke:#ffffff;stroke-width:0.79381776px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.35159816;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
- id="path2980"
- sodipodi:cx="10.368741"
- sodipodi:cy="7.6718087"
- sodipodi:rx="3.5836663"
- sodipodi:ry="4.3959641"
- d="m 13.952407,7.6718087 a 3.5836663,4.3959641 0 1 1 -7.1673323,0 3.5836663,4.3959641 0 1 1 7.1673323,0 z"
- transform="matrix(0.76923355,0,0,0.62709254,-43.359137,7.8212463)"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- id="path2982"
- d="m -34,19.524362 14.113545,0"
- style="fill:none;stroke:#edd400;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- style="fill:none;stroke:#edd400;stroke-width:0.99552888;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- d="m -33.946845,22.506807 14.050442,0"
- id="path2984"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- <path
- id="path2986"
- d="m -34,25.421678 10.395129,0"
- style="fill:none;stroke:#edd400;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
- inkscape:export-filename="/home/shaunm/Projects/yelp-xsl/icons/hicolor/24x24/status/admon-note.png"
- inkscape:export-xdpi="90"
- inkscape:export-ydpi="90" />
- </g>
-</svg>
diff --git a/xslt/common/Makefile.am b/xslt/common/Makefile.am
index 064e20cf..33ab76c9 100644
--- a/xslt/common/Makefile.am
+++ b/xslt/common/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = domains
+SUBDIRS = domains icons
xsldir=$(datadir)/yelp-xsl/xslt/common
diff --git a/xslt/common/domains/yelp-xsl.xml.in b/xslt/common/domains/yelp-xsl.xml.in
index a847f64c..e7315563 100644
--- a/xslt/common/domains/yelp-xsl.xml.in
+++ b/xslt/common/domains/yelp-xsl.xml.in
@@ -132,6 +132,11 @@ reviewed, and it awaiting a final approval.
<msgstr>Candidate</msgstr>
</msg>
+<msg id="Caution">
+<its:locNote>Accessible title for a caution note.</its:locNote>
+<msgstr>Caution</msgstr>
+</msg>
+
<msg id="Close">
<its:locNote>Accessible title for an close button.</its:locNote>
<msgstr>Close</msgstr>
@@ -147,6 +152,11 @@ reviewed, and it awaiting a final approval.
<msgstr>Creative Commons</msgstr>
</msg>
+<msg id="Danger">
+<its:locNote>Accessible title for a danger note.</its:locNote>
+<msgstr>Danger</msgstr>
+</msg>
+
<msg id="Dedication">
<its:locNote>Default title for a dedication section.</its:locNote>
<msgstr>Dedication</msgstr>
@@ -244,6 +254,11 @@ but needs to be updated to reflect software updates.
<msgstr>Outdated</msgstr>
</msg>
+<msg id="Package">
+<its:locNote>Accessible title for a package note.</its:locNote>
+<msgstr>Package</msgstr>
+</msg>
+
<msg id="Pause">
<its:locNote>Tooltip on play/pause buttons for audio and video objects.</its:locNote>
<msgstr>Pause</msgstr>
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 6015cd16..0a271814 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -1347,34 +1347,33 @@ div.note {
<xsl:value-of select="$color.bg.dark"/><xsl:text>;
background-color: </xsl:text>
<xsl:value-of select="$color.bg.gray"/><xsl:text>;
+ display: flex;
+ flex-flow: row;
}
-div.note > div.inner > div.title {
- margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: </xsl:text>
- <xsl:value-of select="$icons.size.note + 6"/><xsl:text>px;
+div.note > * { margin: 0 6px; padding: 0; min-height: 24px; }
+div.note-warning > svg .yelp-svg-fill {
+ fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text>;
}
-div.note > div.inner > div.region > div.contents {
- margin: 0; padding: 0;
- margin-</xsl:text><xsl:value-of select="$left"/><xsl:text>: </xsl:text>
- <xsl:value-of select="$icons.size.note + 6"/><xsl:text>px;
+div.note-danger {
+ border-color: </xsl:text><xsl:value-of select="$color.red"/><xsl:text>;
}
-div.note > div.inner {
- margin: 0; padding: 0;
- background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note"/><xsl:text>");
- background-position: </xsl:text><xsl:value-of select="$left"/><xsl:text> top;
- background-repeat: no-repeat;
- min-height: </xsl:text><xsl:value-of select="$icons.size.note"/><xsl:text>px;
-}
-div.note-advanced > div.inner { <!-- background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note.advanced"/><xsl:text>"); --> }
-div.note-bug > div.inner { background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note.bug"/><xsl:text>"); }
-div.note-important > div.inner { background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note.important"/><xsl:text>"); }
-div.note-tip > div.inner { background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note.tip"/><xsl:text>"); }
-div.note-warning > div.inner { background-image: url("</xsl:text>
- <xsl:value-of select="$icons.note.warning"/><xsl:text>"); }
+div.note-important > svg .yelp-svg-fill {
+ fill: </xsl:text><xsl:value-of select="$color.blue"/><xsl:text>;
+}
+div.note-danger > svg .yelp-svg-fill {
+ fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text>;
+ animation-name: yelp-note-danger;
+ animation-duration: 2s;
+ animation-fill-mode: forwards;
+ animation-iteration-count: infinite;
+}
+@keyframes yelp-note-danger {
+ from { fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text> }
+ 50% { fill: </xsl:text><xsl:value-of select="$color.gray"/><xsl:text> }
+ to { fill: </xsl:text><xsl:value-of select="$color.red"/><xsl:text> }
+}
+
+
div.note-sidebar {
float: </xsl:text><xsl:value-of select="$right"/><xsl:text>;
max-width: 40%;
diff --git a/xslt/common/icons.xsl b/xslt/common/icons.xsl
index d7881767..e625eac4 100644
--- a/xslt/common/icons.xsl
+++ b/xslt/common/icons.xsl
@@ -21,92 +21,256 @@ along with this program; see the file COPYING.LGPL. If not, see <http://www.gnu
<!--!!==========================================================================
Icons
Specify common named icons to style output.
-:Revision:version="1.0" date="2010-05-25" status="final"
+:Revision:version="3.next" date="2015-09-16" status="review"
This stylesheet provides a common interface to specify icons for transformations
to presentation-oreinted formats. This allows similar output for different
types of input documents.
+
+Many of the icons are output as SVG elements that can be embedded directly
+into an HTML document. These icons use class names like #{yelp-svg-fill} and
+#{yelp-svg-stroke}, allowing you to style them with colors from the !{colors}
+module.
+
+Some SVG icons are read from separate source SVG files. When this is done, the
+%{icons.svg.mode} mode is applied to reduce the SVG to the minimal form needed
+for proper presentation.
-->
-<!--@@==========================================================================
-icons.base_url
-The default URL prefix for all icons.
-:Revision:version="1.0" date="2010-01-26" status="final"
+<!--%%==========================================================================
+icons.svg.mode
+Reduce SVG icons to elements needed for presentation.
+:Revision:version="3.next" date="2016-09-16" status="review"
-This parameter provides a default URL prefix. All icon locations in this
-stylesheet reference files directly under this URL prefix by default. If
-you override the individual icon parameters in this stylesheet, this parameter
-has no effect. This parameter should end with a trailing slash.
+This mode matches SVG elements and outputs only the SVG needed for presentation.
+It strips out metadata and other elements and attributes used primarily by
+authoring tools. It also uses the @{html.svg.namespace} parameter to output SVG
+with or without namespace information, compatible with the dual HTML/XHTML
+output of these stylesheets.
-->
-<xsl:param name="icons.base_url" select="''"/>
+<xsl:template mode="icons.svg.mode" match="svg:title"/>
+<xsl:template mode="icons.svg.mode" match="svg:metadata"/>
+<xsl:template mode="icons.svg.mode" match="svg:*">
+ <xsl:element name="{local-name(.)}" namespace="{$html.svg.namespace}">
+ <xsl:for-each select="@*">
+ <xsl:choose>
+ <xsl:when test="local-name(.) = 'id'"/>
+ <xsl:when test="namespace-uri(.) = 'http://www.inkscape.org/namespaces/inkscape'"/>
+ <xsl:when test="namespace-uri(.) = 'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'"/>
+ <xsl:otherwise>
+ <xsl:copy-of select="."/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:for-each>
+ <xsl:apply-templates mode="icons.svg.mode" select="node()"/>
+ </xsl:element>
+</xsl:template>
+<xsl:template mode="icons.svg.mode" match="text()">
+ <xsl:copy-of select="."/>
+</xsl:template>
+<xsl:template mode="icons.svg.mode" match="*"/>
-<!--@@==========================================================================
-icons.size.note
-The size of the note icons.
-:Revision:version="1.0" date="2010-03-05" status="final"
+<!--**==========================================================================
+icons.svg.note
+Output an #{svg} element for a note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+$style: The style of the note.
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+and other types of admonitions. It takes a ${style} parameter specifying a
+note style. The default style is #{"note"}. This template uses the ${style}
+parameter to determine which specific template to call to output the SVG
+content.
-This parameter specifies the size of the note icons. Use an integer giving
-the width of the image files in pixels. Icons are assumed to be square, and
-all note icons are assumed to have the same size.
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
-->
-<xsl:param name="icons.size.note" select="24"/>
+<xsl:template name="icons.svg.note">
+ <xsl:param name="style"/>
+ <xsl:choose>
+ <xsl:when test="$style = 'advanced'">
+ <xsl:call-template name="icons.svg.note.advanced"/>
+ </xsl:when>
+ <xsl:when test="$style = 'bug'">
+ <xsl:call-template name="icons.svg.note.bug"/>
+ </xsl:when>
+ <xsl:when test="$style = 'caution'">
+ <xsl:call-template name="icons.svg.note.caution"/>
+ </xsl:when>
+ <xsl:when test="$style = 'danger'">
+ <xsl:call-template name="icons.svg.note.danger"/>
+ </xsl:when>
+ <xsl:when test="$style = 'important'">
+ <xsl:call-template name="icons.svg.note.important"/>
+ </xsl:when>
+ <xsl:when test="$style = 'package'">
+ <xsl:call-template name="icons.svg.note.package"/>
+ </xsl:when>
+ <xsl:when test="$style = 'tip'">
+ <xsl:call-template name="icons.svg.note.tip"/>
+ </xsl:when>
+ <xsl:when test="$style = 'warning'">
+ <xsl:call-template name="icons.svg.note.warning"/>
+ </xsl:when>
+ <xsl:otherwise test="$style = 'note'">
+ <xsl:call-template name="icons.svg.note.note"/>
+ </xsl:otherwise>
+ </xsl:choose>
+</xsl:template>
-<!--@@==========================================================================
-icons.note
-The URL for the note icon.
-:Revision:version="1.0" date="2010-05-03" status="final"
+<!--**==========================================================================
+icons.svg.note.advanced
+Output an #{svg} element for an advanced note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with advanced information.
-This parameter specifies the URL for the icon used for regular notes.
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
-->
-<xsl:param name="icons.note"
- select="concat($icons.base_url, 'yelp-note.png')"/>
+<xsl:template name="icons.svg.note.advanced">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-advanced.svg')"/>
+</xsl:template>
-<!--@@==========================================================================
-icons.note.bug
-The URL for the bug note icon.
-:Revision:version="1.0" date="2010-05-03" status="final"
+<!--**==========================================================================
+icons.svg.note.bug
+Output an #{svg} element for a bug note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+about known bugs.
-This parameter specifies the URL for the icon used for bug notes.
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
-->
-<xsl:param name="icons.note.bug"
- select="concat($icons.base_url, 'yelp-note-bug.png')"/>
+<xsl:template name="icons.svg.note.bug">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-bug.svg')"/>
+</xsl:template>
-<!--@@==========================================================================
-icons.note.important
-The URL for the important note icon.
-:Revision:version="1.0" date="2010-05-03" status="final"
+<!--**==========================================================================
+icons.svg.note.caution
+Output an #{svg} element for a caution note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
-This parameter specifies the URL for the icon used for important notes.
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with cautionary information.
+
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
-->
-<xsl:param name="icons.note.important"
- select="concat($icons.base_url, 'yelp-note-important.png')"/>
+<xsl:template name="icons.svg.note.caution">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-warning.svg')"/>
+</xsl:template>
-<!--@@==========================================================================
-icons.note.tip
-The URL for the tip note icon.
-:Revision:version="1.0" date="2010-05-03" status="final"
+<!--**==========================================================================
+icons.svg.note.danger
+Output an #{svg} element for a danger note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+about dangerous situations.
-This parameter specifies the URL for the icon used for tip notes.
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
-->
-<xsl:param name="icons.note.tip"
- select="concat($icons.base_url, 'yelp-note-tip.png')"/>
+<xsl:template name="icons.svg.note.danger">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-warning.svg')"/>
+</xsl:template>
-<!--@@==========================================================================
-icons.note.warning
-The URL for the warning note icon.
-:Revision:version="1.0" date="2010-05-03" status="final"
+<!--**==========================================================================
+icons.svg.note.important
+Output an #{svg} element for an important note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with important information.
+
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
+-->
+<xsl:template name="icons.svg.note.important">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-important.svg')"/>
+</xsl:template>
+
+
+<!--**==========================================================================
+icons.svg.note.note
+Output an #{svg} element for a note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with general information.
+
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
+-->
+<xsl:template name="icons.svg.note.note">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-note.svg')"/>
+</xsl:template>
+
+
+<!--**==========================================================================
+icons.svg.note.package
+Output an #{svg} element for a package note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+about packages the user may need to install.
+
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
+-->
+<xsl:template name="icons.svg.note.package">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-package.svg')"/>
+</xsl:template>
+
+
+<!--**==========================================================================
+icons.svg.note.tip
+Output an #{svg} element for a tip note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with tips.
-This parameter specifies the URL for the icon used for warning notes.
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
-->
-<xsl:param name="icons.note.warning"
- select="concat($icons.base_url, 'yelp-note-warning.png')"/>
+<xsl:template name="icons.svg.note.tip">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-tip.svg')"/>
+</xsl:template>
+
+
+<!--**==========================================================================
+icons.svg.note.warning
+Output an #{svg} element for a warning note icon.
+:Revision: version="3.next" date="2016-09-15" status="review"
+
+This template outputs an SVG #{svg} element with an icon suitable for notes
+with warnings.
+
+SVG icons can use CSS class names to pick up colors from the !{colors} module.
+By default, this icon uses the #{yelp-svg-fill} class name.
+-->
+<xsl:template name="icons.svg.note.warning">
+ <xsl:apply-templates mode="icons.svg.mode"
+ select="document('icons/yelp-note-warning.svg')"/>
+</xsl:template>
<!--@@==========================================================================
@@ -130,7 +294,7 @@ This parameters still affects the size of that character.
<!--**==========================================================================
icons.svg.figure.zoom.in
Output an #{svg} element for a figure zoom-in icon.
-:Revision: version="3.22" date="2016-02-11" status="final"
+:Revision: version="3.next" date="2016-02-11" status="review"
This template outputs an SVG #{svg} element with the zoom-in icon for figures.
Figures automatically scale images down. This icon shows them at their original
@@ -153,7 +317,7 @@ names.
<!--**==========================================================================
icons.svg.figure.zoom.out
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.22" date="2016-02-11" status="final"
+:Revision: version="3.next" date="2016-02-11" status="review"
This template outputs an SVG #{svg} element with the zoom-in icon for figures.
Figures automatically scale images down. This icon scales them back down after
@@ -176,7 +340,7 @@ names.
<!--**==========================================================================
icons.svg.media.play
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.22" date="2016-02-12" status="final"
+:Revision: version="3.next" date="2016-02-12" status="review"
This template outputs an SVG #{svg} element with a play icon for media controls.
@@ -193,7 +357,7 @@ By default, this icon uses the #{yelp-svg-fill} class name.
<!--**==========================================================================
icons.svg.media.pause
Output an #{svg} element for a figure zoom-out icon.
-:Revision: version="3.22" date="2016-02-12" status="final"
+:Revision: version="3.next" date="2016-02-12" status="review"
This template outputs an SVG #{svg} element with a pause icon for media controls.
diff --git a/xslt/common/icons/Makefile.am b/xslt/common/icons/Makefile.am
new file mode 100644
index 00000000..02cdcd9e
--- /dev/null
+++ b/xslt/common/icons/Makefile.am
@@ -0,0 +1,12 @@
+xsldir=$(datadir)/yelp-xsl/xslt/common/icons
+
+xsl_DATA = \
+ yelp-note-advanced.svg \
+ yelp-note-bug.svg \
+ yelp-note-important.svg \
+ yelp-note-note.svg \
+ yelp-note-package.svg \
+ yelp-note-tip.svg \
+ yelp-note-warning.svg
+
+EXTRA_DIST=$(xsl_DATA)
diff --git a/xslt/common/icons/yelp-note-advanced.svg b/xslt/common/icons/yelp-note-advanced.svg
new file mode 100644
index 00000000..5620fbf9
--- /dev/null
+++ b/xslt/common/icons/yelp-note-advanced.svg
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <g>
+ <path class="yelp-svg-fill" d="m5.4473 12.572c-2.039 0.957-3.4473 3.019-3.4473 5.428v4h20v-4c0-2.406-1.406-4.466-3.441-5.424a8 8 0 0 1 -6.559 3.424 8 8 0 0 1 -6.5527 -3.428z"/>
+ <path class="yelp-svg-fill" d="m12 3a5 5 0 0 0 -5 5 5 5 0 0 0 5 5 5 5 0 0 0 5 -5 5 5 0 0 0 -5 -5zm0 3a2 2 0 0 1 2 2 2 2 0 0 1 -2 2 2 2 0 0 1 -2 -2 2 2 0 0 1 2 -2z"/>
+ <path class="yelp-svg-fill" d="m15.312 6 3.688 1v2l-3.4688 1z"/>
+ <path class="yelp-svg-fill" d="m14 11.312-1 3.688h-2l-1-3.469z"/>
+ <path class="yelp-svg-fill" d="m10 4.6875 1-3.6875h2l1 3.4688z"/>
+ <path class="yelp-svg-fill" d="m8.6875 10-3.6875-1v-2l3.4688-1z"/>
+ <path class="yelp-svg-fill" d="m12.928 4.2435 3.3146-1.9003 1.4142 1.4142-1.7457 3.1599z"/>
+ <path class="yelp-svg-fill" d="m15.757 8.9281 1.9003 3.3146-1.4142 1.4142-3.1599-1.7457z"/>
+ <path class="yelp-svg-fill" d="m8.2435 7.0719-1.9004-3.3145 1.4143-1.4143 3.1596 1.7457z"/>
+ <path class="yelp-svg-fill" d="m11.072 11.757-3.3146 1.9-1.4143-1.414 1.7457-3.1602z"/>
+ </g>
+</svg>
diff --git a/xslt/common/icons/yelp-note-bug.svg b/xslt/common/icons/yelp-note-bug.svg
new file mode 100644
index 00000000..56ddc85c
--- /dev/null
+++ b/xslt/common/icons/yelp-note-bug.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <g>
+ <path class="yelp-svg-fill" d="m7 8v6.697 0.303h0.0078a5 6.3027 0 0 0 3.9922 5.867v-6.867h2v6.871a5 6.3027 0 0 0 3.988 -5.871h0.012v-0.303-6.697h-10z"/>
+ <path class="yelp-svg-fill" d="m12 3a4 4 0 0 0 -4 4h8a4 4 0 0 0 -4 -4z"/>
+ <path class="yelp-svg-fill" d="m16 12h6v1h-6z"/>
+ <path class="yelp-svg-fill" d="m9.2045 16.361h6v1h-6z" transform="rotate(-30)"/>
+ <path class="yelp-svg-fill" d="m21.704 4.2894h6v1h-6z" transform="rotate(30)"/>
+ <path class="yelp-svg-fill" d="m2 12h6v1h-6z"/>
+ <path class="yelp-svg-fill" d="m5.5801 4.3612h6v1h-6z" transform="rotate(30)"/>
+ <path class="yelp-svg-fill" d="m-6.9199 16.289h6v1h-6z" transform="rotate(-30)"/>
+ </g>
+</svg>
diff --git a/xslt/common/icons/yelp-note-important.svg b/xslt/common/icons/yelp-note-important.svg
new file mode 100644
index 00000000..3b508240
--- /dev/null
+++ b/xslt/common/icons/yelp-note-important.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <path class="yelp-svg-fill" d="m12.5 2a9.5 9.5 0 0 0 -9.5 9.5 9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5 -9.5 9.5 9.5 0 0 0 -9.5 -9.5zm0 3a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5v-6a1.5 1.5 0 0 1 1.5 -1.5zm0 10.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5 1.5 1.5 0 0 1 1.5 -1.5z"/>
+</svg>
diff --git a/xslt/common/icons/yelp-note-note.svg b/xslt/common/icons/yelp-note-note.svg
new file mode 100644
index 00000000..cc0460b0
--- /dev/null
+++ b/xslt/common/icons/yelp-note-note.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <g>
+ <path class="yelp-svg-fill" d="m4 3h16c0.554 0 1 0.446 1 1v11h-6v6h-11c-0.554 0-1-0.446-1-1v-16c0-0.554 0.446-1 1-1z"/>
+ <path class="yelp-svg-fill" d="m17 16h4l-5 5v-4c0-0.554 0.446-1 1-1z"/>
+ </g>
+</svg>
diff --git a/xslt/common/icons/yelp-note-package.svg b/xslt/common/icons/yelp-note-package.svg
new file mode 100644
index 00000000..9fb4884a
--- /dev/null
+++ b/xslt/common/icons/yelp-note-package.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <g>
+ <path class="yelp-svg-fill" d="m3 10v7.429l9 5.571 9-5.571v-7.429l-9 5z"/>
+ <path class="yelp-svg-fill" d="m3 7v2l9 5 9-5v-2l-9-5z"/>
+ </g>
+</svg>
diff --git a/xslt/common/icons/yelp-note-tip.svg b/xslt/common/icons/yelp-note-tip.svg
new file mode 100644
index 00000000..3d82014c
--- /dev/null
+++ b/xslt/common/icons/yelp-note-tip.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <g>
+ <path class="yelp-svg-fill" style="color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;image-rendering:auto;white-space:normal;text-indent:0;text-transform:none" d="m12 2c-3.8541 0-7 3.1459-7 7 0 1.823 0.4945 3.139 1.1641 4.133 0.6695 0.994 1.4328 1.671 2.039 2.471 0.0882 0.116 0.1749 0.656 0.2071 1.32 0.016 0.332 0.0133 0.68 0.1894 1.119 0.0881 0.22 0.2439 0.478 0.5059 0.672 0.2619 0.194 0.6028 0.285 0.8945 0.285h4c0.583 0 1.204-0.478 1.402-0.908 0.199-0.43 0.217-0.793 0.244-1.137 0.056-0.688 0.138-1.319 0.211-1.441 0.549-0.916 1.304-2.009 1.94-3.114 0.636-1.104 1.203-2.199 1.203-3.4 0-3.8541-3.146-7-7-7zm0 2c2.773 0 5 2.2267 5 5 0 0.456-0.359 1.401-0.936 2.402-0.111 0.195-0.246 0.399-0.369 0.598h-7.8825c-0.4871-0.728-0.8125-1.519-0.8125-3 0-2.7733 2.2267-5 5-5z"/>
+ <path class="yelp-svg-fill" d="m9 20a0.5 0.5 0 0 0 -0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h6a0.5 0.5 0 0 0 0.5 -0.5 0.5 0.5 0 0 0 -0.5 -0.5h-6zm0 2a0.5 0.5 0 0 0 -0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h6a0.5 0.5 0 0 0 0.5 -0.5 0.5 0.5 0 0 0 -0.5 -0.5h-6z"/>
+ </g>
+</svg>
diff --git a/xslt/common/icons/yelp-note-warning.svg b/xslt/common/icons/yelp-note-warning.svg
new file mode 100644
index 00000000..e8e4cfa9
--- /dev/null
+++ b/xslt/common/icons/yelp-note-warning.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" version="1.1">
+ <path class="yelp-svg-fill" d="m11.92 3.3047a1.3872 1.3872 0 0 0 -1.129 0.6933l-8.6055 14.922a1.3872 1.3872 0 0 0 1.2012 2.08l17.226-0.008a1.3872 1.3872 0 0 0 1.201 -2.08l-8.619-14.916a1.3872 1.3872 0 0 0 -1.136 -0.6913 1.3872 1.3872 0 0 0 -0.139 0zm0.08 4.6953a1 1 0 0 1 1 1v6a1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1v-6a1 1 0 0 1 1 -1zm0 9a1 1 0 0 1 1 1 1 1 0 0 1 -1 1 1 1 0 0 1 -1 -1 1 1 0 0 1 1 -1z"/>
+</svg>
diff --git a/xslt/dita/html/dita2html-block.xsl b/xslt/dita/html/dita2html-block.xsl
index 9f4a9c8b..f639e82f 100644
--- a/xslt/dita/html/dita2html-block.xsl
+++ b/xslt/dita/html/dita2html-block.xsl
@@ -461,21 +461,34 @@ FIXME
<xsl:with-param name="conref" select="$conref"/>
</xsl:call-template>
</xsl:variable>
- <xsl:variable name="notetype">
+ <xsl:variable name="notetitle">
<xsl:choose>
<xsl:when test="$type = 'attention' or $type = 'important' or
$type = 'remember' or $type = 'restriction'">
- <xsl:text>important</xsl:text>
+ <xsl:text>Important</xsl:text>
+ </xsl:when>
+ <xsl:when test="$type = 'caution' or $type = 'notice'">
+ <xsl:text>Caution</xsl:text>
</xsl:when>
- <xsl:when test="$type = 'caution' or $type = 'danger' or
- $type = 'notice' or $type = 'warning'">
- <xsl:text>warning</xsl:text>
+ <xsl:when test="$type = 'danger'">
+ <xsl:text>Danger</xsl:text>
+ </xsl:when>
+ <xsl:when test="$type = 'warning'">
+ <xsl:text>Warning</xsl:text>
</xsl:when>
<xsl:when test="$type = 'fastpath' or $type = 'tip'">
- <xsl:text>tip</xsl:text>
+ <xsl:text>Tip</xsl:text>
</xsl:when>
+ <xsl:otherwise>
+ <xsl:text>Note</xsl:text>
+ </xsl:otherwise>
</xsl:choose>
</xsl:variable>
+ <xsl:variable name="notetype">
+ <xsl:value-of select="translate($notetitle,
+ 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
+ 'abcdefghijklmnopqrstuvwxyz')"/>
+ </xsl:variable>
<div>
<xsl:call-template name="dita.id"/>
<xsl:call-template name="html.lang.attrs"/>
@@ -488,6 +501,14 @@ FIXME
</xsl:if>
</xsl:with-param>
</xsl:call-template>
+ <xsl:attribute name="title">
+ <xsl:call-template name="l10n.gettext">
+ <xsl:with-param name="msgid" select="$notetitle"/>
+ </xsl:call-template>
+ </xsl:attribute>
+ <xsl:call-template name="icons.svg.note">
+ <xsl:with-param name="style" select="$notetype"/>
+ </xsl:call-template>
<div class="inner">
<div class="region">
<div class="contents">
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index 171065e0..b9cb4ee9 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -80,6 +80,7 @@ $class: The value of the HTML #{class} attribute.
$title: An element to use for the title.
$caption: An element to use for the caption.
$titleattr: An optional value for the HTML #{title} attribute.
+$icon: An icon for the block, as a copyable node set.
This template outputs HTML for a formal DocBook element, one that can have
a title or caption. It passes the ${class} parameter to *{html.class.attr}.
@@ -98,6 +99,7 @@ This template handles conditional processing.
$node/db:title | $node/db:info/db:title"/>
<xsl:param name="caption" select="$node/caption | $node/db:caption"/>
<xsl:param name="titleattr" select="''"/>
+ <xsl:param name="icon"/>
<xsl:variable name="if">
<xsl:call-template name="db.profile.test">
@@ -121,6 +123,7 @@ This template handles conditional processing.
<xsl:call-template name="db2html.anchor">
<xsl:with-param name="node" select="$node"/>
</xsl:call-template>
+ <xsl:copy-of select="$icon"/>
<div class="inner">
<xsl:if test="$node/self::figure or $node/self::db:figure">
<a href="#" class="figure-zoom">
@@ -471,12 +474,41 @@ This template handles conditional processing.
<!-- = caution = -->
<xsl:template match="caution | db:caution">
<xsl:call-template name="db2html.block.formal">
- <xsl:with-param name="class" select="'note note-warning'"/>
+ <xsl:with-param name="class">
+ <xsl:text>note note-</xsl:text>
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:text>danger</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>caution</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
<xsl:with-param name="titleattr">
<xsl:call-template name="l10n.gettext">
- <xsl:with-param name="msgid" select="'Warning'"/>
+ <xsl:with-param name="msgid">
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:text>Danger</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>Caution</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
</xsl:call-template>
</xsl:with-param>
+ <xsl:with-param name="icon">
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:call-template name="icons.svg.note.danger"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:call-template name="icons.svg.note.caution"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
</xsl:call-template>
</xsl:template>
@@ -527,6 +559,9 @@ This template handles conditional processing.
<xsl:with-param name="msgid" select="'Important'"/>
</xsl:call-template>
</xsl:with-param>
+ <xsl:with-param name="icon">
+ <xsl:call-template name="icons.svg.note.important"/>
+ </xsl:with-param>
</xsl:call-template>
</xsl:template>
@@ -577,6 +612,11 @@ This template handles conditional processing.
</xsl:otherwise>
</xsl:choose>
</xsl:with-param>
+ <xsl:with-param name="icon">
+ <xsl:call-template name="icons.svg.note">
+ <xsl:with-param name="style" select="@role"/>
+ </xsl:call-template>
+ </xsl:with-param>
</xsl:call-template>
</xsl:template>
@@ -863,6 +903,9 @@ This template handles conditional processing.
<xsl:with-param name="msgid" select="'Tip'"/>
</xsl:call-template>
</xsl:with-param>
+ <xsl:with-param name="icon">
+ <xsl:call-template name="icons.svg.note.tip"/>
+ </xsl:with-param>
</xsl:call-template>
</xsl:template>
@@ -877,12 +920,41 @@ This template handles conditional processing.
<!-- = warning = -->
<xsl:template match="warning | db:warning">
<xsl:call-template name="db2html.block.formal">
- <xsl:with-param name="class" select="'note note-warning'"/>
+ <xsl:with-param name="class">
+ <xsl:text>note note-</xsl:text>
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:text>danger</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>warning</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
<xsl:with-param name="titleattr">
<xsl:call-template name="l10n.gettext">
- <xsl:with-param name="msgid" select="'Warning'"/>
+ <xsl:with-param name="msgid">
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:text>Danger</xsl:text>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:text>Warning</xsl:text>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
</xsl:call-template>
</xsl:with-param>
+ <xsl:with-param name="icon">
+ <xsl:choose>
+ <xsl:when test="@role = 'danger'">
+ <xsl:call-template name="icons.svg.note.danger"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:call-template name="icons.svg.note.warning"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:with-param>
</xsl:call-template>
</xsl:template>
diff --git a/xslt/mallard/html/mal2html-block.xsl b/xslt/mallard/html/mal2html-block.xsl
index 09c44b7e..71ca9ff1 100644
--- a/xslt/mallard/html/mal2html-block.xsl
+++ b/xslt/mallard/html/mal2html-block.xsl
@@ -631,7 +631,7 @@ in accordance with the Mallard specification on fallback block content.
<!-- = note = -->
<xsl:template mode="mal2html.block.mode" match="mal:note">
<xsl:variable name="if"><xsl:call-template name="mal.if.test"/></xsl:variable><xsl:if test="$if != ''">
- <xsl:variable name="notestyle">
+ <xsl:variable name="notetitle">
<xsl:choose>
<xsl:when test="contains(concat(' ', @style, ' '), ' advanced ')">
<xsl:text>Advanced</xsl:text>
@@ -639,9 +639,18 @@ in accordance with the Mallard specification on fallback block content.
<xsl:when test="contains(concat(' ', @style, ' '), ' bug ')">
<xsl:text>Bug</xsl:text>
</xsl:when>
+ <xsl:when test="contains(concat(' ', @style, ' '), ' caution ')">
+ <xsl:text>Caution</xsl:text>
+ </xsl:when>
+ <xsl:when test="contains(concat(' ', @style, ' '), ' danger ')">
+ <xsl:text>Danger</xsl:text>
+ </xsl:when>
<xsl:when test="contains(concat(' ', @style, ' '), ' important ')">
<xsl:text>Important</xsl:text>
</xsl:when>
+ <xsl:when test="contains(concat(' ', @style, ' '), ' package ')">
+ <xsl:text>Package</xsl:text>
+ </xsl:when>
<xsl:when test="contains(concat(' ', @style, ' '), ' plain ')">
<xsl:text>plain</xsl:text>
</xsl:when>
@@ -659,13 +668,18 @@ in accordance with the Mallard specification on fallback block content.
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
+ <xsl:variable name="notestyle">
+ <xsl:value-of select="translate($notetitle,
+ 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
+ 'abcdefghijklmnopqrstuvwxyz')"/>
+ </xsl:variable>
<div>
<xsl:call-template name="html.lang.attrs"/>
<xsl:call-template name="html.class.attr">
<xsl:with-param name="class">
<xsl:text>note</xsl:text>
- <xsl:if test="$notestyle != 'Note'">
- <xsl:value-of select="concat(' note-', translate($notestyle, 'ABISTW', 'abistw'))"/>
+ <xsl:if test="$notestyle != 'note'">
+ <xsl:value-of select="concat(' note-', $notestyle)"/>
</xsl:if>
<xsl:if test="mal:title and (@ui:expanded or @uix:expanded)">
<xsl:text> ui-expander</xsl:text>
@@ -679,11 +693,16 @@ in accordance with the Mallard specification on fallback block content.
<xsl:if test="$notestyle != 'plain'">
<xsl:attribute name="title">
<xsl:call-template name="l10n.gettext">
- <xsl:with-param name="msgid" select="$notestyle"/>
+ <xsl:with-param name="msgid" select="$notetitle"/>
</xsl:call-template>
</xsl:attribute>
</xsl:if>
<xsl:call-template name="mal2html.ui.expander.data"/>
+ <xsl:if test="$notestyle != 'plain' and $notestyle != 'sidebar'">
+ <xsl:call-template name="icons.svg.note">
+ <xsl:with-param name="style" select="$notestyle"/>
+ </xsl:call-template>
+ </xsl:if>
<div class="inner">
<xsl:apply-templates mode="mal2html.block.mode" select="mal:title"/>
<div class="region">