http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66308

Revision: 66308
Author:   papyromancer
Date:     2010-05-12 21:45:38 +0000 (Wed, 12 May 2010)

Log Message:
-----------
adding in EmbedPlayer css

Added Paths:
-----------
    branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.style.EmbedPlayer.css

Added: branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.style.EmbedPlayer.css
===================================================================
--- branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.style.EmbedPlayer.css     
                        (rev 0)
+++ branches/MwEmbedStandAlone/modules/EmbedPlayer/mw.style.EmbedPlayer.css     
2010-05-12 21:45:38 UTC (rev 66308)
@@ -0,0 +1,35 @@
+.player_select_list {
+       color:white;
+       font-size:10pt;
+/*     display:none;*/
+}
+.player_select_list a:visited {
+       color:white;
+}
+.mv_playhead {
+       position:absolute;
+       top:0;
+       left:0;
+       width:17px;
+       height:21px;
+       /*http://art.gnome.org/themes/gtk2*/
+}
+.mv_status {
+       font-family:"Times New Roman", Times, serif;
+       font-size:14px;
+       float:left;
+}
+.set_ogg_player_pref{
+       text-align:left;
+}
+
+.large_play_button {   
+       display:block;
+       width: 130px;
+       height: 96px;
+       margin: auto;
+/*     margin: -202px 0 0 154px;*/
+       position: absolute;
+       z-index: 3;
+       cursor: pointer;
+}



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to