source: ether_2012/web/cathy/css/blueprint-css/tests/index.html @ 319

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

Import du projet Ether pour le nouveau look 2012

File size: 3.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2   "http://www.w3.org/TR/html4/strict.dtd">
3
4<html lang="en">
5  <head>
6    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7    <title>Blueprint test pages</title>
8
9    <!-- Framework CSS -->
10    <link rel="stylesheet" href="../blueprint/screen.css" type="text/css" media="screen, projection">
11    <link rel="stylesheet" href="../blueprint/print.css" type="text/css" media="print">
12    <!--[if lt IE 8]><link rel="stylesheet" href="../blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
13    <style type="text/css" media="screen">
14      p, table, hr, .box { margin-bottom:25px; }
15      .box p { margin-bottom:10px; }
16    </style>
17  </head>
18  <body>
19
20    <div class="container">
21      <h1>Blueprint test pages</h1>
22      <hr>
23
24      <p>Welcome to the Blueprint test pages. The HTML files below test most HTML elements, as well as most classes provided by Blueprint.</p>
25
26      <table border="0" cellspacing="0" cellpadding="0">
27        <thead>
28                <tr>
29                <th class="span-6">Test page</th>
30                <th class="span-8">Main files tested</th>
31                <th class="span-10">Description</th>
32                </tr>
33        </thead>
34        <tbody>
35                                        <tr>
36                                                <td><a href="parts/sample.html">Sample page</a></td>
37                                                <td>
38                                                        <a href="../blueprint/src/grid.css">grid.css</a>,
39                                                        <a href="../blueprint/src/typography.css">typography.css</a>
40                                                </td>
41                                                <td>A simple sample page, with common elements.</td>
42                                        </tr>
43                                        <tr class="even">
44                                                <td><a href="parts/grid.html">Grid</a></td>
45                                                <td>
46                                                        <a href="../blueprint/src/grid.css">grid.css</a>
47                                                </td>
48                                                <td>Tests classes provided by grid.css.</td>
49                                        </tr>
50                                        <tr>
51                                                <td><a href="parts/elements.html">Typography</a></td>
52                                                <td>
53                                                        <a href="../blueprint/src/typography.css">typography.css</a>
54                                                </td>
55                                                <td>Tests HTML elements which gets set in typography.css.</td>
56                                        </tr>
57                                        <tr class="even">
58                                                <td><a href="parts/forms.html">Forms</a></td>
59                                                <td>
60                                                        <a href="../blueprint/src/forms.css">forms.css</a>
61                                                </td>
62                                                <td>Tests classes and default look provided by forms.css.</td>
63                                        </tr>
64                                </tbody>
65      </table>
66
67      <p><em><strong>Note about the compressed versions:</strong></em>
68      These test files utilize the compressed files. In other words, if you change any of the source files,
69      you'll have to re-compress them with the ruby script in the scripts folder to see any&nbsp;changes.</p>
70
71      <div class="box">
72        <p>For more information and help, try these resources:</p>
73        <ul class="bottom">
74          <li><a href="http://blueprintcss.org">The Blueprint home page</a></li>
75          <li><a href="http://github.com/joshuaclayton/blueprint-css/wikis/home">The Blueprint Wiki</a></li>
76          <li><a href="http://groups.google.com/group/blueprintcss">The Blueprint mailing list</a></li>
77        </ul>
78      </div>
79
80      <p><a href="http://validator.w3.org/check?uri=referer">
81        <img src="parts/valid.png" alt="Valid HTML 4.01 Strict" height="31" width="88" class="top"></a></p>
82
83    </div>
84  </body>
85</html>
Note: See TracBrowser for help on using the repository browser.