forked from mckamey/cssuseragent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (54 loc) · 2.84 KB
/
index.html
File metadata and controls
61 lines (54 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="UTF-8">
<title>CssUserAgent (cssua.js)</title>
<link href="test/styles/main.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="lib/html5shiv/html5.js"></script><![endif]-->
<script src="cssua.demo.js" type="text/javascript"></script>
</head>
<body>
<h1 class="logo"><span class="sel">.css</span>{<span class="rule">user</span>:<span class="expr">agent</span>;}</h1>
<p class="summary"><em>Avoid CSS hacks!</em> Use <code>cssua.js</code> to apply special CSS classes to your pages allowing you to use valid CSS to work around browser-specific quirks. <a href="test/demo.html">Read more…</a></p>
<div style="overflow:hidden;">
<div class="box">
<h2>Docs</h2>
<ul>
<li><a href="test/demo.html" class="minimal glow">demonstration</a>
<span class="action-info">watch it go</span></li>
<li><a href="test/unit.html" class="minimal">unit tests</a>
<span class="action-info">test it out</span></li>
<li><a href="faq.html" class="minimal">faq</a>
<span class="action-info">what? why?</span></li>
</ul>
</div>
<div class="box">
<h2>Downloads</h2>
<ul>
<li><a href="https://raw.githubusercontent.com/mckamey/cssuseragent/master/cssua.js" class="minimal">cssua.js</a>
<span class="action-info">full script</span></li>
<li><a href="https://raw.githubusercontent.com/mckamey/cssuseragent/master/cssua.min.js" class="minimal">cssua.min.js</a>
<span class="action-info">minified script</span></li>
<li><a href="https://raw.githubusercontent.com/mckamey/cssuseragent/master/LICENSE.txt" class="minimal">LICENSE.txt</a>
<span class="action-info">MIT License</span></li>
</ul>
</div>
<div class="box">
<h2>Links</h2>
<ul>
<li><a href="http://cssuseragent.org" class="minimal">CssUserAgent.org</a>
<span class="action-info">the website</span></li>
<li><a href="https://github.com/mckamey/cssuseragent" class="minimal">source code</a>
<span class="action-info">the latest bits</span></li>
</ul>
</div>
</div>
<footer>
<div style="float:left"><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://cssuseragent.org/" data-text="Avoid CSS hacks! Use CssUserAgent to work around browser-specific quirks" data-count="none"></a></div>
<div style="float:left;margin:-0.4em 0 0 4em">Tested with <a href="http://www.browserstack.com"><img src="/test/styles/browsers/BrowserStack_128.png" alt="BrowserStack" style="display:inline-block;margin-bottom:-0.8em;" /></a></div>
Copyright © 2006-2011 <a href="http://mck.me">Stephen M. McKamey</a>
</footer>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript" defer="defer"></script>
<script src="/ga.js" type="text/javascript" defer></script>
</body>
</html>