Fix some styling issues, particularly on Divers
This commit is contained in:
parent
c7dcc688e7
commit
002486725d
@ -8,6 +8,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="shortcut icon" href="images/favicon.png">
|
<link rel="shortcut icon" href="images/favicon.png">
|
||||||
<link rel="stylesheet" href="styles/main.css" media="screen">
|
<link rel="stylesheet" href="styles/main.css" media="screen">
|
||||||
|
<link rel="stylesheet" href="styles/fancybox.css" media="screen">
|
||||||
<link rel="stylesheet" href="plugins/jquery.fancybox.min.css" media="screen">
|
<link rel="stylesheet" href="plugins/jquery.fancybox.min.css" media="screen">
|
||||||
<link rel="stylesheet" href="plugins/chart.min.css" media="screen">
|
<link rel="stylesheet" href="plugins/chart.min.css" media="screen">
|
||||||
<script src="plugins/jquery-3.5.1.min.js"></script>
|
<script src="plugins/jquery-3.5.1.min.js"></script>
|
||||||
|
@ -5,8 +5,12 @@ jQuery(document).ready(function($)
|
|||||||
infobar: false,
|
infobar: false,
|
||||||
toolbar: true,
|
toolbar: true,
|
||||||
smallBtn: false,
|
smallBtn: false,
|
||||||
buttons : [ "close" ],
|
buttons: ["arrowLeft", "arrowRight", "close"],
|
||||||
arrows: true,
|
arrows: false,
|
||||||
transitionEffect: "fade",
|
transitionEffect: "fade",
|
||||||
|
baseClass: 'fancybox-custom-layout',
|
||||||
|
mobile: {
|
||||||
|
preventCaptionOverlap: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
@ -26,6 +26,10 @@ a {
|
|||||||
color:#38686A;
|
color:#38686A;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color:#2589BD;
|
||||||
|
}
|
||||||
|
|
||||||
.gallery a, nav a {
|
.gallery a, nav a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user