/usr/share/xul-ext/all-in-one-sidebar/content/aios.xml is in xul-ext-all-in-one-sidebar 0.7.23-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <?xml version="1.0"?>
<!DOCTYPE page [
<!ENTITY % extensionsDTD SYSTEM "chrome://mozapps/locale/extensions/extensions.dtd"> %extensionsDTD;
]>
<bindings xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="aiosTooltips">
<content>
<xul:hbox flex="1">
<xul:vbox>
<xul:label xbl:inherits="value=r1c1" class="odd" />
<xul:label xbl:inherits="value=r2c1" />
<xul:label xbl:inherits="value=r3c1" class="odd" />
</xul:vbox>
<xul:vbox flex="1">
<xul:label flex="1" xbl:inherits="value=r1c2" class="odd" />
<xul:label flex="1" xbl:inherits="value=r2c2" />
<xul:label flex="1" xbl:inherits="value=r3c2" class="odd" />
</xul:vbox>
</xul:hbox>
</content>
</binding>
<!-- eigentlich nur fuer Darwin noetig, sonst gibt es links einen 1px breiten Rand -->
<binding id="aiosGrippy">
<resources>
<stylesheet src="chrome://aios/skin/css/aios_grippies.css" />
</resources>
</binding>
</bindings>
|