From 9c591955e23284080caae01dd4a1bea723788283 Mon Sep 17 00:00:00 2001 From: pb1dft Date: Mon, 25 Feb 2008 23:19:07 +0000 Subject: Modification for embedded Flash player (Still Broken) --- templates/show_embed_xspf.inc.php | 61 ++++++++++++++++++++++++++++-------- templates/show_index.inc.php | 10 ++++-- themes/classic/templates/default.css | 10 ++++++ themes/greysme/templates/default.css | 19 ++++++----- 4 files changed, 76 insertions(+), 24 deletions(-) diff --git a/templates/show_embed_xspf.inc.php b/templates/show_embed_xspf.inc.php index afcd560c..ba855513 100644 --- a/templates/show_embed_xspf.inc.php +++ b/templates/show_embed_xspf.inc.php @@ -1,7 +1,7 @@ - + + -
- - -
+ + + + + + + + + + + + + -
\ No newline at end of file +?> \ No newline at end of file diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index ee231859..3f56d73e 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -19,11 +19,15 @@ */ ?> +
+
+ +
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index 2b8e823f..39687fab 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -288,6 +288,16 @@ a.button{padding:1px 3px;} } +/************************************************/ +/* XSPF Player */ +/************************************************/ +#xspf_player { + width:400px; + float: left; + background:#fff; + font-family: Verdana,Helvetica,sans-serif; +} + /************************************************/ /* Rightbar */ /************************************************/ diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css index e12ab897..982939c0 100644 --- a/themes/greysme/templates/default.css +++ b/themes/greysme/templates/default.css @@ -98,14 +98,7 @@ body { behavior:url("templates/csshover2.htc"); } /* float clearing for everyone else */ .clearfix:after{ clear: both; content: "."; display: block; height: 0; visibility: hidden; } -/************************************************/ -/* XSPF Player */ -/************************************************/ -.xspf_player { - right: 20px; - position: absolute; -} - + /************************************************/ /* Main Container */ /************************************************/ @@ -318,7 +311,17 @@ input[type=checkbox] { border:0;background:none; } padding:0; border:none; } +/************************************************/ +/* XSPF Player */ +/************************************************/ +#xspf_player { + width:410px; + position: relative; + float: left; + font-family: Verdana,Helvetica,sans-serif; +} + /************************************************/ /* Rightbar */ /************************************************/ -- cgit