##// END OF EJS Templates
Changed fancybox skin a bit.
neko259 -
r65:805a710c default
parent child Browse files
Show More
@@ -204,4 +204,15 b' pre{'
204
204
205 li {
205 li {
206 list-style-position: inside;
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 } No newline at end of file
218 }
@@ -7,7 +7,7 b''
7 $(".fancy").fancybox({
7 $(".fancy").fancybox({
8 closeBtn: false,
8 closeBtn: false,
9 closeClick: true,
9 closeClick: true,
10 padding: 5,
10 padding: 7,
11 openEffect: 'none',
11 openEffect: 'none',
12 closeEffect: 'none'
12 closeEffect: 'none'
13 });
13 });
@@ -5,9 +5,9 b''
5 <html>
5 <html>
6 <head>
6 <head>
7 <link rel="stylesheet" type="text/css"
7 <link rel="stylesheet" type="text/css"
8 href="{{ STATIC_URL }}css/{{ theme }}/base_page.css" media="all"/>
8 href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/>
9 <link rel="stylesheet" type="text/css"
9 <link rel="stylesheet" type="text/css"
10 href="{{ STATIC_URL }}css/jquery.fancybox.css" media="all"/>
10 href="{{ STATIC_URL }}css/{{ theme }}/base_page.css" media="all"/>
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
12 {% block head %}{% endblock %}
12 {% block head %}{% endblock %}
13 </head>
13 </head>
General Comments 0
You need to be logged in to leave comments. Login now