diff --git a/trunk/images/flash-sucks.png b/trunk/images/flash-sucks.png deleted file mode 100644 index e20710b..0000000 Binary files a/trunk/images/flash-sucks.png and /dev/null differ diff --git a/trunk/images/mplayer.png b/trunk/images/mplayer.png index 61e8e6d..cf5dae5 100644 Binary files a/trunk/images/mplayer.png and b/trunk/images/mplayer.png differ diff --git a/trunk/images/tango/README b/trunk/images/tango/README index d0b8aca..243393d 100644 --- a/trunk/images/tango/README +++ b/trunk/images/tango/README @@ -1,5 +1,5 @@ -Tango icons taken from -http://tango.freedesktop.org/Tango_Icon_Gallery +Tango icons by various Artists +License: Creative Commons BY-SA 2.5 -they are licensed under CC BY-SA 2.5 -http://creativecommons.org/licenses/by-sa/2.5/ +Totem icon by Jakub "jimmac" Steiner +License: GPL 2.0 diff --git a/trunk/images/totem.png b/trunk/images/totem.png new file mode 100644 index 0000000..7774f4e Binary files /dev/null and b/trunk/images/totem.png differ diff --git a/trunk/locale/en-us.xml b/trunk/locale/en-us.xml index 3245c52..dbe118d 100755 --- a/trunk/locale/en-us.xml +++ b/trunk/locale/en-us.xml @@ -61,6 +61,7 @@ Please insert a password. Please repeat your password. You passed no query string. + Your browser does not support Ogg Theora video playback. diff --git a/trunk/style/default.css b/trunk/style/default.css index 8272e53..a789a59 100755 --- a/trunk/style/default.css +++ b/trunk/style/default.css @@ -5,12 +5,6 @@ Yolanda default stylesheet /* global default */ -* -{ - clear: both; -} - - body { font-family: sans-serif; @@ -77,6 +71,12 @@ a height: 3em; } + div.footer, + div.header + { + clear: both; + } + a.footer, a.header { @@ -137,15 +137,6 @@ a border-width: 1px; } -/* - div.footer - { - position: absolute; - bottom: 1.5em; - margin-right: 1.5em; - } -*/ - img.logo-header { display: none; @@ -158,7 +149,6 @@ a /* content */ - div.button-download, div.button-edit, div.button-junk @@ -185,6 +175,20 @@ a vertical-align: middle; } + div#container + { + position: relative; + } + + div#container form + { + position: absolute; + top: 50%; + padding-left: auto; + padding-right: auto; + width: 100% + } + div.commentform, div.loginform, div.registerform, diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl index 230d0f0..2cac299 100755 --- a/trunk/xsl/xhtml.xsl +++ b/trunk/xsl/xhtml.xsl @@ -110,36 +110,4 @@ - - - - - - - - diff --git a/trunk/xsl/xhtml/frontpage.xsl b/trunk/xsl/xhtml/frontpage.xsl index d72f1e6..3fa5b33 100644 --- a/trunk/xsl/xhtml/frontpage.xsl +++ b/trunk/xsl/xhtml/frontpage.xsl @@ -64,4 +64,35 @@ + + + + + + + diff --git a/trunk/xsl/xhtml/video.xsl b/trunk/xsl/xhtml/video.xsl index fa630ca..88a602a 100644 --- a/trunk/xsl/xhtml/video.xsl +++ b/trunk/xsl/xhtml/video.xsl @@ -41,15 +41,13 @@ function hide_movie() { document.getElementById('video').style.display = 'none'; - document.getElementById('thumbnail').style.display = 'block'; - document.getElementById('buttons').style.display = 'block'; + document.getElementById('container').style.display = 'block'; } function show_movie() { - document.getElementById('video').style.display = 'block'; - document.getElementById('thumbnail').style.display = 'none'; - document.getElementById('buttons').style.display = 'none'; + document.getElementById('video').style.display = 'inline'; + document.getElementById('container').style.display = 'none'; } ]]]]> @@ -57,6 +55,7 @@ + @@ -66,62 +65,75 @@ -
- - + +
+ + +
+ +
+ + + +
+
- - - - - - - - - - - - - - +