New Dynamic YouTube Gallery - Embed YouTube Playlist, Channel, Live Stream in minutes. Read More

CSS

  • Sebastien
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 2

CSS was created by Sebastien

Hi
My problem it s for the CSS i try to modify my css but it's not working very well.
I would like to put shadow curve on my galery like this I do the shadow but not the curve.
Thanks before
Starm

PS: sorry for my english
Last edit: 12 years 2 weeks ago by Sebastien.
12 years 2 weeks ago #453

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: CSS

I'm not sure, you are expecting to do this in Component or Module. Get me the Direct Link for your Issue page. So that I can provide the exact fix.
12 years 2 weeks ago #463

Please Log in or Create an account to join the conversation.

  • Sebastien
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 2

Replied by Sebastien on topic Re: CSS

12 years 2 weeks ago #467

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: CSS

So, you need the help with CSS property to make radius.

Kindly try,
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
inside #avs_gallery .avs_thumb
The following user(s) said Thank You: Sebastien
12 years 2 weeks ago #471

Please Log in or Create an account to join the conversation.

  • Sebastien
  • Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 2

Replied by Sebastien on topic Re: CSS

#avs_gallery .avs_thumb{ background-color:#FFFFFF; border:0px solid #EEE; padding:5px; float:left; margin:7px; .shadow -moz-box-shadow: 4px 4px 10px #888; -webkit-box-shadow: 4px 4px 10px #888; box-shadow:4px 4px 6px #888; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
This is my code and i don't have the curve.
12 years 2 weeks ago #472

Please Log in or Create an account to join the conversation.

  • Posts: 2478
  • Thank you received: 1451

Replied by Administrator on topic Re: CSS

In barbulette.com/index.php/reportage , I see border-radius value is set to 0px instead of 10px. Kindly double check your CSS styles and test in various browsers.
The following user(s) said Thank You: Sebastien
Last edit: 12 years 2 weeks ago by Administrator.
12 years 2 weeks ago #473

Please Log in or Create an account to join the conversation.

Time to create page: 0.109 seconds

We accept cookies to provide you the best viewing experience. By using our services, you agree to our use of cookies