source: ether_statistics/web/resources/js/slimbox-1.8/example.html @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 717 bytes
Line 
1<!DOCTYPE html>
2<html>
3<head>
4        <title>Slimbox example page</title>
5        <script type="text/javascript" src="js/mootools.js"></script>
6        <script type="text/javascript" src="js/slimbox.js"></script>
7        <link rel="stylesheet" href="css/slimbox.css" type="text/css" media="screen" />
8        <style type="text/css">
9                body {
10                        background-color: #fff;
11                        font-family: arial, helvetica, sans-serif;
12                        color: #000;
13                }
14                h1, p {
15                        text-align: center;
16                }
17                p {
18                        margin-top: 100px;
19                }
20                a {
21                        font-weight: bold;
22                        color: #f00;
23                }
24        </style>
25</head>
26<body>
27        <h1>Slimbox example page</h1>
28        <p>
29                <a href="example.jpg" rel="lightbox" title="Beautiful, isn't it?">Click here</a> to view a picture inside Slimbox.
30        </p>
31</body>
32</html>
Note: See TracBrowser for help on using the repository browser.