aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-02 20:20:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-02 20:20:34 +0000
commit7968cb70a5dcbf57af5884f28dafe188fc6415c5 (patch)
treef36ed756494d0666c1383a00d5b0426b641242ad
parent8672209b2ac59b0e99785ea89d59e29c6b8e8039 (diff)
downloadellinika-7968cb70a5dcbf57af5884f28dafe188fc6415c5.tar.gz
ellinika-7968cb70a5dcbf57af5884f28dafe188fc6415c5.tar.bz2
Change the way external and sound reference icons are displayed.
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@540 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--ChangeLog6
-rw-r--r--graphics/external.pngbin0 -> 165 bytes
-rw-r--r--style.css10
-rw-r--r--xml/lingua.conf.in4
4 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 844902a..9b5dc99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+2010-03-02 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * style.css (a.external, a.sound): New selectors.
+ * graphics/external.png: New file.
+ * xml/lingua.conf.in: Remove SOUNDREF.
+
2010-03-01 Sergey Poznyakoff <gray@Pirx.gnu.org.ua>
Re-do element alignment in a cleaner way.
* style.css (h1,h2,h3,h4): Align to center.
(td.top-link,td.prev-link,td.next-link): New selectors
diff --git a/graphics/external.png b/graphics/external.png
new file mode 100644
index 0000000..419c06f
--- /dev/null
+++ b/graphics/external.png
Binary files differ
diff --git a/style.css b/style.css
index a10e346..42a432a 100644
--- a/style.css
+++ b/style.css
@@ -172,12 +172,22 @@ a:active {
}
a:hover {
text-decoration: underline;
}
+a.external {
+ background: url(graphics/external.png) center right no-repeat;
+ padding: 0 13px 0 0;
+}
+
+a.sound {
+ background: url(graphics/audio.png) center right no-repeat;
+ padding: 0 16px 0 0;
+}
+
/*
Tables
*/
table {
text-align: left;
diff --git a/xml/lingua.conf.in b/xml/lingua.conf.in
index d61b1a9..918d9b1 100644
--- a/xml/lingua.conf.in
+++ b/xml/lingua.conf.in
@@ -6,16 +6,12 @@
<DIRECTORY OUT="=OUTDIR=" />
<DIRECTORY TARGET="=TARGET_DIR=" />
<DIRECTORY SOUND="=TARGET_DIR=/sound" />
<DICT PROG="dict.=SCRIPT_SUFFIX=" />
<BASE HREF="=BASE_HREF=" />
- <SOUNDREF>
- <![CDATA[
- <img src="=TARGET_DIR=/graphics/audio.png" width="16" height="16" alt="[ sound ]" />]]>
- </SOUNDREF>
<SEARCH ARGS="(list (lingua:gettext &quot;Search&quot;))">
<![CDATA[
<form method="get"
action="http://www.google.com/custom"
enctype="application/x-www-form-urlencoded">
<div>

Return to:

Send suggestions and report system problems to the System administrator.