- Posts: 2
COMMUNITY FORUM
Styling embedded SWF with AllVideos
- feste
-
Topic Author
- Offline
- New Member
Less
More
15 years 2 months ago #30782
by feste
Styling embedded SWF with AllVideos was created by feste
I have a very simple swf on:
www.quivis.co.uk/index.php?option=com_content&view=article&id=6&Itemid=7
I just want the swf with nothing else at all - especially not the funereal black border!
I have triedbut no good and tried surrounding with a div:
and addingto the css [and a few others!] but no joy at all.
And the link from the allvideos to their forum appears to be down [have emailed them].
Many thanks for any suggestions.
www.quivis.co.uk/index.php?option=com_content&view=article&id=6&Itemid=7
I just want the swf with nothing else at all - especially not the funereal black border!
I have tried
{swf}reader|540|250|border=0|border=no</swf}
<div class="noborder">{swf}reader|540|250|{/swf}</div>
and adding
.noborder {border: none;}
And the link from the allvideos to their forum appears to be down [have emailed them].
Many thanks for any suggestions.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 2 months ago #30783
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Styling embedded SWF with AllVideos
This is not a border, it is a background image. So go to jw_allvideos/css/template.css line 12 and change this:
to this:
span.avPlayerContainer span.avPlayerSubContainer {
background:none;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}
span.avPlayerContainer span.avPlayerSubContainer {
background:#010101 url(../images/videoplayer-bg.gif) repeat-x scroll center bottom;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}
to this:
span.avPlayerContainer span.avPlayerSubContainer {
background:none;
border:medium none;
display:block;
margin:4px auto;
padding:12px;
text-align:right;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- builda
-
- Offline
- New Member
Less
More
- Posts: 1
15 years 2 months ago #30784
by builda
Replied by builda on topic Re: Styling embedded SWF with AllVideos
Maybe a stupid question but I have wasted too long trying to find where the jw_allvideo/css folder actually lives so that I can edit it??
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 2 months ago #30785
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Styling embedded SWF with AllVideos
It is in the folder
template/headless/html/jw_allvideo/css/template.css at line 12.
;)
template/headless/html/jw_allvideo/css/template.css at line 12.
;)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.