Home › Forums › CSS › Want to be able to align allvideos plugin from joomla editor (can’t override CSS rules)
- This topic is empty.
Viewing 1 post (of 1 total)
-
AuthorPosts
-
July 11, 2012 at 4:21 am #38860
jeanmarat
MemberThis is what I want to move in Joomla from the administrator backend:
http://img846.imageshack.us/img846/913/allvideosplugin.pngThis is my CSS :
/**
* @version 4.4
* @package AllVideos (plugin)
* @author JoomlaWorks - http://www.joomlaworks.net
* @copyright Copyright (c) 2006 - 2012 JoomlaWorks Ltd. All rights reserved.
* @license GNU/GPL license:http://www.gnu.org/copyleft/gpl.html
*/
/* General */
.avPlayerWrapper div,
.avPlayerWrapper iframe,
.avPlayerWrapper object,
.avPlayerWrapper embed { position:relative; display:outline; outline:0;/* padding:0; *//* margin:0; */ }
/* Layout */
.avPlayerWrapper { position:relative; /* display:inline; */ text-align:center; margin:0px; /* clear:both; */ }
.avPlayerWrapper .avPlayerContainer { position:relative;/* display:inline; */ /* margin:4px auto; */ }
/* Video container styling only */
.avVideo .avPlayerContainer { padding:16px 20px 14px; border-radius:4px; background:url(../images/allvideos_v4_bg_1000x550.jpg) repeat 50% 50%; }
/* Audio container styling only */
.avAudio .avPlayerContainer { }
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {/* display:inline; */ /* padding:0; margin:0; */ line-height:normal; /* text-align:center; */ }
.avPlayerWrapper .avPlayerContainer .avPlayerBlock div { /* text-align:center */!important; }
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink { /* text-align:center; *//* padding:4px; */ font-size:11px; }
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink a:hover span {}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock .avDownloadLink span.hint {padding-left:4px;color:#999;font-style:italic;}This is my webpage :
***.oaliterary.com/studioamid/index.php/products-of-studioamid/43-audiobooks-studioamid/89-o-dromos-tou-feggariou-studioamid-omhros-avramidis
-
AuthorPosts
Viewing 1 post (of 1 total)
- The forum ‘CSS’ is closed to new topics and replies.