source: extensions/plugin_lang_analysis/template/fontello/demo.html @ 28876

Last change on this file since 28876 was 28876, checked in by mistic100, 10 years ago

improve display of files list

File size: 5.2 KB
Line 
1<!DOCTYPE html>
2<html>
3  <head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
4    <meta charset="UTF-8"><style>/*
5 * Bootstrap v2.2.1
6 *
7 * Copyright 2012 Twitter, Inc
8 * Licensed under the Apache License v2.0
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Designed and built with all the love in the world @twitter by @mdo and @fat.
12 */
13.clearfix {
14  *zoom: 1;
15}
16.clearfix:before,
17.clearfix:after {
18  display: table;
19  content: "";
20  line-height: 0;
21}
22.clearfix:after {
23  clear: both;
24}
25html {
26  font-size: 100%;
27  -webkit-text-size-adjust: 100%;
28  -ms-text-size-adjust: 100%;
29}
30a:focus {
31  outline: thin dotted #333;
32  outline: 5px auto -webkit-focus-ring-color;
33  outline-offset: -2px;
34}
35a:hover,
36a:active {
37  outline: 0;
38}
39button,
40input,
41select,
42textarea {
43  margin: 0;
44  font-size: 100%;
45  vertical-align: middle;
46}
47button,
48input {
49  *overflow: visible;
50  line-height: normal;
51}
52button::-moz-focus-inner,
53input::-moz-focus-inner {
54  padding: 0;
55  border: 0;
56}
57body {
58  margin: 0;
59  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
60  font-size: 14px;
61  line-height: 20px;
62  color: #333;
63  background-color: #fff;
64}
65a {
66  color: #08c;
67  text-decoration: none;
68}
69a:hover {
70  color: #005580;
71  text-decoration: underline;
72}
73.row {
74  margin-left: -20px;
75  *zoom: 1;
76}
77.row:before,
78.row:after {
79  display: table;
80  content: "";
81  line-height: 0;
82}
83.row:after {
84  clear: both;
85}
86[class*="span"] {
87  float: left;
88  min-height: 1px;
89  margin-left: 20px;
90}
91.container,
92.navbar-static-top .container,
93.navbar-fixed-top .container,
94.navbar-fixed-bottom .container {
95  width: 940px;
96}
97.span12 {
98  width: 940px;
99}
100.span11 {
101  width: 860px;
102}
103.span10 {
104  width: 780px;
105}
106.span9 {
107  width: 700px;
108}
109.span8 {
110  width: 620px;
111}
112.span7 {
113  width: 540px;
114}
115.span6 {
116  width: 460px;
117}
118.span5 {
119  width: 380px;
120}
121.span4 {
122  width: 300px;
123}
124.span3 {
125  width: 220px;
126}
127.span2 {
128  width: 140px;
129}
130.span1 {
131  width: 60px;
132}
133[class*="span"].pull-right,
134.row-fluid [class*="span"].pull-right {
135  float: right;
136}
137.container {
138  margin-right: auto;
139  margin-left: auto;
140  *zoom: 1;
141}
142.container:before,
143.container:after {
144  display: table;
145  content: "";
146  line-height: 0;
147}
148.container:after {
149  clear: both;
150}
151p {
152  margin: 0 0 10px;
153}
154.lead {
155  margin-bottom: 20px;
156  font-size: 21px;
157  font-weight: 200;
158  line-height: 30px;
159}
160small {
161  font-size: 85%;
162}
163h1 {
164  margin: 10px 0;
165  font-family: inherit;
166  font-weight: bold;
167  line-height: 20px;
168  color: inherit;
169  text-rendering: optimizelegibility;
170}
171h1 small {
172  font-weight: normal;
173  line-height: 1;
174  color: #999;
175}
176h1 {
177  line-height: 40px;
178}
179h1 {
180  font-size: 38.5px;
181}
182h1 small {
183  font-size: 24.5px;
184}
185body {
186  margin-top: 90px;
187}
188.header {
189  position: fixed;
190  top: 0;
191  left: 50%;
192  margin-left: -480px;
193  background-color: #fff;
194  border-bottom: 1px solid #ddd;
195  padding-top: 10px;
196  z-index: 10;
197}
198.footer {
199  color: #ddd;
200  font-size: 12px;
201  text-align: center;
202  margin-top: 20px;
203}
204.footer a {
205  color: #ccc;
206  text-decoration: underline;
207}
208.the-icons {
209  font-size: 14px;
210  line-height: 24px;
211}
212.switch {
213  position: absolute;
214  right: 0;
215  bottom: 10px;
216  color: #666;
217}
218.switch input {
219  margin-right: 0.3em;
220}
221.codesOn .i-name {
222  display: none;
223}
224.codesOn .i-code {
225  display: inline;
226}
227.i-code {
228  display: none;
229}
230</style>
231    <link rel="stylesheet" href="css/fontello_pla.css">
232    <link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/fontello_pla-ie7.css"><![endif]-->
233    <script>
234      function toggleCodes(on) {
235        var obj = document.getElementById('icons');
236       
237        if (on) {
238          obj.className += ' codesOn';
239        } else {
240          obj.className = obj.className.replace(' codesOn', '');
241        }
242      }
243     
244    </script>
245  </head>
246  <body>
247    <div class="container header">
248      <h1>
249        fontello_pla
250         <small>font demo</small>
251      </h1>
252      <label class="switch">
253        <input type="checkbox" onclick="toggleCodes(this.checked)">show codes
254      </label>
255    </div>
256    <div id="icons" class="container">
257      <div class="row">
258        <div title="Code: 0xe800" class="the-icons span3"><i class="iconpla-minus-circled"></i> <span class="i-name">iconpla-minus-circled</span><span class="i-code">0xe800</span></div>
259        <div title="Code: 0xe801" class="the-icons span3"><i class="iconpla-doc-text-inv"></i> <span class="i-name">iconpla-doc-text-inv</span><span class="i-code">0xe801</span></div>
260        <div title="Code: 0xe802" class="the-icons span3"><i class="iconpla-ok-squared"></i> <span class="i-name">iconpla-ok-squared</span><span class="i-code">0xe802</span></div>
261        <div title="Code: 0xe804" class="the-icons span3"><i class="iconpla-attention"></i> <span class="i-name">iconpla-attention</span><span class="i-code">0xe804</span></div>
262      </div>
263      <div class="row">
264        <div title="Code: 0xe805" class="the-icons span3"><i class="iconpla-attention-circled"></i> <span class="i-name">iconpla-attention-circled</span><span class="i-code">0xe805</span></div>
265      </div>
266    </div>
267    <div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
268  </body>
269</html>
Note: See TracBrowser for help on using the repository browser.