Show More
@@ -204,4 +204,15 b' pre{' | |||
|
204 | 204 | |
|
205 | 205 | li { |
|
206 | 206 | list-style-position: inside; |
|
207 | } | |
|
208 | ||
|
209 | .fancybox-skin { | |
|
210 | position: relative; | |
|
211 | background-color: #fff; | |
|
212 | color: #ddd; | |
|
213 | text-shadow: none; | |
|
214 | } | |
|
215 | ||
|
216 | .fancybox-image { | |
|
217 | border: 1px solid black; | |
|
207 | 218 | } No newline at end of file |
@@ -7,7 +7,7 b'' | |||
|
7 | 7 | $(".fancy").fancybox({ |
|
8 | 8 | closeBtn: false, |
|
9 | 9 | closeClick: true, |
|
10 |
padding: |
|
|
10 | padding: 7, | |
|
11 | 11 | openEffect: 'none', |
|
12 | 12 | closeEffect: 'none' |
|
13 | 13 | }); |
@@ -5,9 +5,9 b'' | |||
|
5 | 5 | <html> |
|
6 | 6 | <head> |
|
7 | 7 | <link rel="stylesheet" type="text/css" |
|
8 |
href="{{ STATIC_URL }}css/ |
|
|
8 | href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/> | |
|
9 | 9 | <link rel="stylesheet" type="text/css" |
|
10 |
href="{{ STATIC_URL }}css/ |
|
|
10 | href="{{ STATIC_URL }}css/{{ theme }}/base_page.css" media="all"/> | |
|
11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> |
|
12 | 12 | {% block head %}{% endblock %} |
|
13 | 13 | </head> |
General Comments 0
You need to be logged in to leave comments.
Login now