mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Redesign the normalize site
Significantly simplify the site and focus on providing the normalize.css files for download. This needed to be changed now that both a v1 and v2 edition of the project is to be available. * Remove a lot of the text; link to my blog post about normalize.css for people who want additional details. * Add downloads for v1.0.1 and v2.0.0. Emphasise v2.
This commit is contained in:
parent
8c93b61fe1
commit
63a533bbd1
504
1.0.1/normalize.css
vendored
Normal file
504
1.0.1/normalize.css
vendored
Normal file
@ -0,0 +1,504 @@
|
|||||||
|
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
HTML5 display definitions
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
|
||||||
|
*/
|
||||||
|
|
||||||
|
article,
|
||||||
|
aside,
|
||||||
|
details,
|
||||||
|
figcaption,
|
||||||
|
figure,
|
||||||
|
footer,
|
||||||
|
header,
|
||||||
|
hgroup,
|
||||||
|
nav,
|
||||||
|
section,
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio,
|
||||||
|
canvas,
|
||||||
|
video {
|
||||||
|
display: inline-block;
|
||||||
|
*display: inline;
|
||||||
|
*zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prevents modern browsers from displaying `audio` without controls.
|
||||||
|
* Remove excess height in iOS 5 devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio:not([controls]) {
|
||||||
|
display: none;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
|
||||||
|
* and Safari 4.
|
||||||
|
* Known issue: no IE 6 support.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Base
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
|
||||||
|
* `em` units.
|
||||||
|
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
||||||
|
* user zoom.
|
||||||
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 100%; /* 1 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||||||
|
-ms-text-size-adjust: 100%; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses `font-family` inconsistency between `textarea` and other form
|
||||||
|
* elements.
|
||||||
|
*/
|
||||||
|
|
||||||
|
html,
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margins handled incorrectly in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Links
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses `outline` inconsistency between Chrome and other browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
outline: thin dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Improves readability when focused and also mouse hovered in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:active,
|
||||||
|
a:hover {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Typography
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses font sizes and margins set differently in IE 6/7.
|
||||||
|
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
|
||||||
|
* and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
margin: 0.67em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.5em;
|
||||||
|
margin: 0.83em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.17em;
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-size: 1em;
|
||||||
|
margin: 1.33em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
font-size: 0.83em;
|
||||||
|
margin: 1.67em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
font-size: 0.75em;
|
||||||
|
margin: 2.33em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
abbr[title] {
|
||||||
|
border-bottom: 1px dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
b,
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
margin: 1em 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in Safari 5 and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
dfn {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in IE 6/7/8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background: #ff0;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margins set differently in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
p,
|
||||||
|
pre {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
|
font-family: monospace, serif;
|
||||||
|
_font-family: 'courier new', monospace;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Improves readability of pre-formatted text in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses CSS quotes not supported in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
q {
|
||||||
|
quotes: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses `quotes` property not supported in Safari 4.
|
||||||
|
*/
|
||||||
|
|
||||||
|
q:before,
|
||||||
|
q:after {
|
||||||
|
content: '';
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses inconsistent and variable font size in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
sub,
|
||||||
|
sup {
|
||||||
|
font-size: 75%;
|
||||||
|
line-height: 0;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
top: -0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub {
|
||||||
|
bottom: -0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Lists
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margins set differently in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
dl,
|
||||||
|
menu,
|
||||||
|
ol,
|
||||||
|
ul {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
margin: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses paddings set differently in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
menu,
|
||||||
|
ol,
|
||||||
|
ul {
|
||||||
|
padding: 0 0 0 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects list images handled incorrectly in IE 7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
nav ul,
|
||||||
|
nav ol {
|
||||||
|
list-style: none;
|
||||||
|
list-style-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Embedded content
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
|
||||||
|
* 2. Improves image quality when scaled in IE 7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 0; /* 1 */
|
||||||
|
-ms-interpolation-mode: bicubic; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects overflow displayed oddly in IE 9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
svg:not(:root) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Figures
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
|
||||||
|
*/
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Forms
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects margin displayed oddly in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
form {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Define consistent border, margin, and padding.
|
||||||
|
*/
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border: 1px solid #c0c0c0;
|
||||||
|
margin: 0 2px;
|
||||||
|
padding: 0.35em 0.625em 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Corrects color not being inherited in IE 6/7/8/9.
|
||||||
|
* 2. Corrects text not wrapping in Firefox 3.
|
||||||
|
* 3. Corrects alignment displayed oddly in IE 6/7.
|
||||||
|
*/
|
||||||
|
|
||||||
|
legend {
|
||||||
|
border: 0; /* 1 */
|
||||||
|
padding: 0;
|
||||||
|
white-space: normal; /* 2 */
|
||||||
|
*margin-left: -7px; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Corrects font size not being inherited in all browsers.
|
||||||
|
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
|
||||||
|
* and Chrome.
|
||||||
|
* 3. Improves appearance and consistency in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-size: 100%; /* 1 */
|
||||||
|
margin: 0; /* 2 */
|
||||||
|
vertical-align: baseline; /* 3 */
|
||||||
|
*vertical-align: middle; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
|
||||||
|
* the UA stylesheet.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
input {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||||
|
* and `video` controls.
|
||||||
|
* 2. Corrects inability to style clickable `input` types in iOS.
|
||||||
|
* 3. Improves usability and consistency of cursor style between image-type
|
||||||
|
* `input` and others.
|
||||||
|
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
|
||||||
|
* Known issue: inner spacing remains in IE 6.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
html input[type="button"], /* 1 */
|
||||||
|
input[type="reset"],
|
||||||
|
input[type="submit"] {
|
||||||
|
-webkit-appearance: button; /* 2 */
|
||||||
|
cursor: pointer; /* 3 */
|
||||||
|
*overflow: visible; /* 4 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Re-set default cursor for disabled elements.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button[disabled],
|
||||||
|
input[disabled] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Addresses box sizing set to content-box in IE 8/9.
|
||||||
|
* 2. Removes excess padding in IE 8/9.
|
||||||
|
* 3. Removes excess padding in IE 7.
|
||||||
|
* Known issue: excess padding remains in IE 6.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="checkbox"],
|
||||||
|
input[type="radio"] {
|
||||||
|
box-sizing: border-box; /* 1 */
|
||||||
|
padding: 0; /* 2 */
|
||||||
|
*height: 13px; /* 3 */
|
||||||
|
*width: 13px; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||||
|
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||||
|
* (include `-moz` to future-proof).
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"] {
|
||||||
|
-webkit-appearance: textfield; /* 1 */
|
||||||
|
-moz-box-sizing: content-box;
|
||||||
|
-webkit-box-sizing: content-box; /* 2 */
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
||||||
|
* on OS X.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
|
input[type="search"]::-webkit-search-decoration {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes inner padding and border in Firefox 3+.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button::-moz-focus-inner,
|
||||||
|
input::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
|
||||||
|
* 2. Improves readability and alignment in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto; /* 1 */
|
||||||
|
vertical-align: top; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Tables
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Remove most spacing between table cells.
|
||||||
|
*/
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
350
1.0.1/test.html
Normal file
350
1.0.1/test.html
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<title>Normalize CSS</title>
|
||||||
|
<link rel="stylesheet" href="normalize.css">
|
||||||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<style>
|
||||||
|
#boxsize button,
|
||||||
|
#boxsize input,
|
||||||
|
#boxsize select,
|
||||||
|
#boxsize textarea {
|
||||||
|
width: 200px;
|
||||||
|
padding: 5px;
|
||||||
|
border: 1px solid #333;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Heading 1</h1>
|
||||||
|
<h2>Heading 2</h2>
|
||||||
|
<h3>Heading 3</h3>
|
||||||
|
<h4>Heading 4</h4>
|
||||||
|
<h5>Heading 5</h5>
|
||||||
|
<h6>Heading 6</h6>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h1>Heading 1 (in section)</h1>
|
||||||
|
<h2>Heading 2 (in section)</h2>
|
||||||
|
<h3>Heading 3 (in section)</h3>
|
||||||
|
<h4>Heading 4 (in section)</h4>
|
||||||
|
<h5>Heading 5 (in section)</h5>
|
||||||
|
<h6>Heading 6 (in section)</h6>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1>Heading 1 (in article)</h1>
|
||||||
|
<h2>Heading 2 (in article)</h2>
|
||||||
|
<h3>Heading 3 (in article)</h3>
|
||||||
|
<h4>Heading 4 (in article)</h4>
|
||||||
|
<h5>Heading 5 (in article)</h5>
|
||||||
|
<h6>Heading 6 (in article)</h6>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<hgroup>
|
||||||
|
<h1>Heading 1 (in hgroup)</h1>
|
||||||
|
<h2>Heading 2 (in hgroup)</h2>
|
||||||
|
</hgroup>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">navigation item #1</a></li>
|
||||||
|
<li><a href="#">navigation item #2</a></li>
|
||||||
|
<li><a href="#">navigation item #3</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<h1>Text-level semantics</h1>
|
||||||
|
|
||||||
|
<p hidden>This should be hidden in all browsers, apart from IE6</p>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
|
||||||
|
<address>Address: somewhere, world</address>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The <a href="#">a element</a> example<br>
|
||||||
|
The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples<br>
|
||||||
|
The <b>b element</b> example<br>
|
||||||
|
The <cite>cite element</cite> example<br>
|
||||||
|
The <code>code element</code> example<br>
|
||||||
|
The <del>del element</del> example<br>
|
||||||
|
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
|
||||||
|
The <em>em element</em> example<br>
|
||||||
|
The <i>i element</i> example<br>
|
||||||
|
The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
|
||||||
|
The <ins>ins element</ins> example<br>
|
||||||
|
The <kbd>kbd element</kbd> example<br>
|
||||||
|
The <mark>mark element</mark> example<br>
|
||||||
|
The <q>q element <q>inside</q> a q element</q> example<br>
|
||||||
|
The <s>s element</s> example<br>
|
||||||
|
The <samp>samp element</samp> example<br>
|
||||||
|
The <small>small element</small> example<br>
|
||||||
|
The <span>span element</span> example<br>
|
||||||
|
The <strong>strong element</strong> example<br>
|
||||||
|
The <sub>sub element</sub> example<br>
|
||||||
|
The <sup>sup element</sup> example<br>
|
||||||
|
The <u>u element</u> example<br>
|
||||||
|
The <var>var element</var> example
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1>Embedded content</h1>
|
||||||
|
|
||||||
|
<h3>audio</h3>
|
||||||
|
|
||||||
|
<audio controls></audio>
|
||||||
|
<audio></audio>
|
||||||
|
|
||||||
|
<h3>img</h3>
|
||||||
|
|
||||||
|
<img src="http://lorempixel.com/100/100" alt="">
|
||||||
|
<a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
|
||||||
|
|
||||||
|
<h3>svg</h3>
|
||||||
|
|
||||||
|
<svg width="100px" height="100px">
|
||||||
|
<circle cx="100" cy="100" r="100" fill="#ff0000" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
<h3>video</h3>
|
||||||
|
|
||||||
|
<video controls></video>
|
||||||
|
<video></video>
|
||||||
|
|
||||||
|
<h1>Interactive content</h1>
|
||||||
|
|
||||||
|
<h3>details / summary</h3>
|
||||||
|
<details>
|
||||||
|
<summary>More info</summary>
|
||||||
|
<p>Additional information</p>
|
||||||
|
<ul>
|
||||||
|
<li>Point 1</li>
|
||||||
|
<li>Point 2</li>
|
||||||
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<h1>Grouping content</h1>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
|
||||||
|
<h3>pre</h3>
|
||||||
|
|
||||||
|
<pre>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.</pre>
|
||||||
|
|
||||||
|
<pre><code><html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="main"> <div>
|
||||||
|
</body>
|
||||||
|
</html></code></pre>
|
||||||
|
|
||||||
|
<h3>blockquote</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>Some sort of famous witty quote marked up with a <blockquote> and a child <p> element.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<blockquote>Even better philosophical quote marked up with just a <blockquote> element.</blockquote>
|
||||||
|
|
||||||
|
<h3>ordered list</h3>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1
|
||||||
|
<ol>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2
|
||||||
|
<ol>
|
||||||
|
<li>list item 3</li>
|
||||||
|
<li>list item 3</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h3>unordered list</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1
|
||||||
|
<ul>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2
|
||||||
|
<ul>
|
||||||
|
<li>list item 3</li>
|
||||||
|
<li>list item 3</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>description list</h3>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<h3>figure</h3>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="http://lorempixel.com/400/200" alt="">
|
||||||
|
<figcaption>Figcaption content</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<h1>Tabular data</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<caption>Jimi Hendrix - albums</caption>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Album</th>
|
||||||
|
<th>Year</th>
|
||||||
|
<th>Price</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<th>Album</th>
|
||||||
|
<th>Year</th>
|
||||||
|
<th>Price</th>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Are You Experienced</td>
|
||||||
|
<td>1967</td>
|
||||||
|
<td>$10.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Axis: Bold as Love</td>
|
||||||
|
<td>1967</td>
|
||||||
|
<td>$12.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Electric Ladyland</td>
|
||||||
|
<td>1968</td>
|
||||||
|
<td>$10.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Band of Gypsys</td>
|
||||||
|
<td>1970</td>
|
||||||
|
<td>$12.00</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h1>Forms</h1>
|
||||||
|
|
||||||
|
<form>
|
||||||
|
<fieldset>
|
||||||
|
<legend>Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping.</legend>
|
||||||
|
<p><label>Text input <input type="text" value="default value that goes on and on without stopping or punctuation"></label></p>
|
||||||
|
<p><label>Email input <input type="email"></label></p>
|
||||||
|
<p><label>Search input <input type="search"></label></p>
|
||||||
|
<p><label>Tel input <input type="tel"></label></p>
|
||||||
|
<p><label>URL input <input type="url" placeholder="http://"></label></p>
|
||||||
|
<p><label>Password input <input type="password" value="password"></label></p>
|
||||||
|
<p><label>File input <input type="file"></label></p>
|
||||||
|
|
||||||
|
<p><label>Radio input <input type="radio" name="rad"></label></p>
|
||||||
|
<p><label>Checkbox input <input type="checkbox"></label></p>
|
||||||
|
<p><label><input type="radio" name="rad"> Radio input</label></p>
|
||||||
|
<p><label><input type="checkbox"> Checkbox input</label></p>
|
||||||
|
|
||||||
|
<p><label>Select field <select><option>Option 01</option><option>Option 02</option></select></label></p>
|
||||||
|
<p><label>Textarea <textarea cols="30" rows="5" >Textarea text</textarea></label></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Inputs as siblings of labels</legend>
|
||||||
|
<p><label for="ic">Color input</label> <input type="color" id="ic" value="#000000"></p>
|
||||||
|
<p><label for="in">Number input</label> <input type="number" id="in" min="0" max="10" value="5"></p>
|
||||||
|
<p><label for="ir">Range input</label> <input type="range" id="ir" value="10"></p>
|
||||||
|
<p><label for="idd">Date input</label> <input type="date" id="idd" value="1970-01-01"></p>
|
||||||
|
<p><label for="idm">Month input</label> <input type="month" id="idm" value="1970-01"></p>
|
||||||
|
<p><label for="idw">Week input</label> <input type="week" id="idw" value="1970-W01"></p>
|
||||||
|
<p><label for="idt">Datetime input</label> <input type="datetime" id="idt" value="1970-01-01T00:00:00Z"></p>
|
||||||
|
<p><label for="idtl">Datetime-local input</label> <input type="datetime-local" id="idtl" value="1970-01-01T00:00"></p>
|
||||||
|
|
||||||
|
<p><label for="irb">Radio input</label> <input type="radio" id="irb" name="rad"></p>
|
||||||
|
<p><label for="icb">Checkbox input</label> <input type="checkbox" id="icb"></p>
|
||||||
|
<p><input type="radio" id="irb2" name="rad"> <label for="irb2">Radio input</label></p>
|
||||||
|
<p><input type="checkbox" id="icb2"> <label for="icb2">Checkbox input</label></p>
|
||||||
|
|
||||||
|
<p><label for="s">Select field</label> <select id="s"><option>Option 01</option><option>Option 02</option></select></p>
|
||||||
|
<p><label for="t">Textarea</label> <textarea id="t" cols="30" rows="5" >Textarea text</textarea></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Clickable inputs and buttons</legend>
|
||||||
|
<p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
|
||||||
|
<p><input type="reset" value="Reset (input)"></p>
|
||||||
|
<p><input type="button" value="Button (input)"></p>
|
||||||
|
<p><input type="submit" value="Submit (input)"></p>
|
||||||
|
<p><input type="submit" value="Disabled (input)" disabled></p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><button type="reset">Reset (button)</button></p>
|
||||||
|
<p><button type="button">Button (button)</button></p>
|
||||||
|
<p><button type="submit">Submit (button)</button></p>
|
||||||
|
<p><button type="submit" disabled>Disabled (button)</button></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset id="boxsize">
|
||||||
|
<legend>box-sizing tests</legend>
|
||||||
|
<div><input type="text" value="text"></div>
|
||||||
|
<div><input type="email" value="email"></div>
|
||||||
|
<div><input type="search" value="search"></div>
|
||||||
|
<div><input type="url" value="http://example.com"></div>
|
||||||
|
<div><input type="password" value="password"></div>
|
||||||
|
|
||||||
|
<div><input type="color" value="#000000"></div>
|
||||||
|
<div><input type="number" value="5"></div>
|
||||||
|
<div><input type="range" value="10"></div>
|
||||||
|
<div><input type="date" value="1970-01-01"></div>
|
||||||
|
<div><input type="month" value="1970-01"></div>
|
||||||
|
<div><input type="week" value="1970-W01"></div>
|
||||||
|
<div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
|
||||||
|
<div><input type="datetime-local" value="1970-01-01T00:00"></div>
|
||||||
|
|
||||||
|
<div><input type="radio"></div>
|
||||||
|
<div><input type="checkbox"></div>
|
||||||
|
|
||||||
|
<div><select><option>Option 01</option><option>Option 02</option></select></div>
|
||||||
|
<div><textarea cols="30" rows="5">Textarea text</textarea></div>
|
||||||
|
|
||||||
|
<div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
|
||||||
|
<div><input type="reset" value="Reset (input)"></div>
|
||||||
|
<div><input type="button" value="Button (input)"></div>
|
||||||
|
<div><input type="submit" value="Submit (input)"></div>
|
||||||
|
|
||||||
|
<div><button type="reset">Reset (button)</button></div>
|
||||||
|
<div><button type="button">Button (button)</button></div>
|
||||||
|
<div><button type="submit">Submit (button)</button></div>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
377
2.0.0/normalize.css
vendored
Normal file
377
2.0.0/normalize.css
vendored
Normal file
@ -0,0 +1,377 @@
|
|||||||
|
/*! normalize.css v2.0.0 | MIT License | git.io/normalize */
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
HTML5 display definitions
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects `block` display not defined in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
article,
|
||||||
|
aside,
|
||||||
|
details,
|
||||||
|
figcaption,
|
||||||
|
figure,
|
||||||
|
footer,
|
||||||
|
header,
|
||||||
|
hgroup,
|
||||||
|
nav,
|
||||||
|
section,
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects `inline-block` display not defined in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio,
|
||||||
|
canvas,
|
||||||
|
video {
|
||||||
|
display: inline-block;
|
||||||
|
*display: inline;
|
||||||
|
*zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prevents modern browsers from displaying `audio` without controls.
|
||||||
|
* Remove excess height in iOS 5 devices.
|
||||||
|
*/
|
||||||
|
|
||||||
|
audio:not([controls]) {
|
||||||
|
display: none;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling for `hidden` attribute not present in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
[hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Base
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Sets default font family to sans-serif.
|
||||||
|
* 2. Prevents iOS text size adjust after orientation change, without disabling
|
||||||
|
* user zoom.
|
||||||
|
*/
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-family: sans-serif; /* 1 */
|
||||||
|
-webkit-text-size-adjust: 100%; /* 2 */
|
||||||
|
-ms-text-size-adjust: 100%; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes default margin.
|
||||||
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Links
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses `outline` inconsistency between Chrome and other browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
outline: thin dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Improves readability when focused and also mouse hovered in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
a:active,
|
||||||
|
a:hover {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Typography
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
|
||||||
|
* Safari 5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in IE 8/9, Safari 5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
abbr[title] {
|
||||||
|
border-bottom: 1px dotted;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
b,
|
||||||
|
strong {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in Safari 5 and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
dfn {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses styling not present in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
mark {
|
||||||
|
background: #ff0;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects font family set oddly in Safari 5 and Chrome.
|
||||||
|
*/
|
||||||
|
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
pre,
|
||||||
|
samp {
|
||||||
|
font-family: monospace, serif;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Improves readability of pre-formatted text in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: pre;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Sets consistent quote types.
|
||||||
|
*/
|
||||||
|
|
||||||
|
q {
|
||||||
|
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses inconsistent and variable font size in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
sub,
|
||||||
|
sup {
|
||||||
|
font-size: 75%;
|
||||||
|
line-height: 0;
|
||||||
|
position: relative;
|
||||||
|
vertical-align: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
top: -0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
sub {
|
||||||
|
bottom: -0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Embedded content
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes border when inside `a` element in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
img {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Corrects overflow displayed oddly in IE 9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
svg:not(:root) {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Figures
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses margin not present in IE 8/9 and Safari 5.
|
||||||
|
*/
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Forms
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Define consistent border, margin, and padding.
|
||||||
|
*/
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
border: 1px solid #c0c0c0;
|
||||||
|
margin: 0 2px;
|
||||||
|
padding: 0.35em 0.625em 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Corrects color not being inherited in IE 8/9.
|
||||||
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||||
|
*/
|
||||||
|
|
||||||
|
legend {
|
||||||
|
border: 0; /* 1 */
|
||||||
|
padding: 0; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Corrects font family not being inherited in all browsers.
|
||||||
|
* 2. Corrects font size not being inherited in all browsers.
|
||||||
|
* 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
input,
|
||||||
|
select,
|
||||||
|
textarea {
|
||||||
|
font-family: inherit; /* 1 */
|
||||||
|
font-size: 100%; /* 2 */
|
||||||
|
margin: 0; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||||
|
* the UA stylesheet.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
input {
|
||||||
|
line-height: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||||
|
* and `video` controls.
|
||||||
|
* 2. Corrects inability to style clickable `input` types in iOS.
|
||||||
|
* 3. Improves usability and consistency of cursor style between image-type
|
||||||
|
* `input` and others.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button,
|
||||||
|
html input[type="button"], /* 1 */
|
||||||
|
input[type="reset"],
|
||||||
|
input[type="submit"] {
|
||||||
|
-webkit-appearance: button; /* 2 */
|
||||||
|
cursor: pointer; /* 3 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Re-set default cursor for disabled elements.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button[disabled],
|
||||||
|
input[disabled] {
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Addresses box sizing set to `content-box` in IE 8/9.
|
||||||
|
* 2. Removes excess padding in IE 8/9.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="checkbox"],
|
||||||
|
input[type="radio"] {
|
||||||
|
box-sizing: border-box; /* 1 */
|
||||||
|
padding: 0; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||||
|
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||||
|
* (include `-moz` to future-proof).
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"] {
|
||||||
|
-webkit-appearance: textfield; /* 1 */
|
||||||
|
-moz-box-sizing: content-box;
|
||||||
|
-webkit-box-sizing: content-box; /* 2 */
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes inner padding and search cancel button in Safari 5 and Chrome
|
||||||
|
* on OS X.
|
||||||
|
*/
|
||||||
|
|
||||||
|
input[type="search"]::-webkit-search-cancel-button,
|
||||||
|
input[type="search"]::-webkit-search-decoration {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Removes inner padding and border in Firefox 4+.
|
||||||
|
*/
|
||||||
|
|
||||||
|
button::-moz-focus-inner,
|
||||||
|
input::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* 1. Removes default vertical scrollbar in IE 8/9.
|
||||||
|
* 2. Improves readability and alignment in all browsers.
|
||||||
|
*/
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
overflow: auto; /* 1 */
|
||||||
|
vertical-align: top; /* 2 */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ==========================================================================
|
||||||
|
Tables
|
||||||
|
========================================================================== */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Remove most spacing between table cells.
|
||||||
|
*/
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
border-spacing: 0;
|
||||||
|
}
|
350
2.0.0/test.html
Normal file
350
2.0.0/test.html
Normal file
@ -0,0 +1,350 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<title>Normalize CSS</title>
|
||||||
|
<link rel="stylesheet" href="normalize.css">
|
||||||
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<style>
|
||||||
|
#boxsize button,
|
||||||
|
#boxsize input,
|
||||||
|
#boxsize select,
|
||||||
|
#boxsize textarea {
|
||||||
|
width: 200px;
|
||||||
|
padding: 5px;
|
||||||
|
border: 1px solid #333;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Heading 1</h1>
|
||||||
|
<h2>Heading 2</h2>
|
||||||
|
<h3>Heading 3</h3>
|
||||||
|
<h4>Heading 4</h4>
|
||||||
|
<h5>Heading 5</h5>
|
||||||
|
<h6>Heading 6</h6>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h1>Heading 1 (in section)</h1>
|
||||||
|
<h2>Heading 2 (in section)</h2>
|
||||||
|
<h3>Heading 3 (in section)</h3>
|
||||||
|
<h4>Heading 4 (in section)</h4>
|
||||||
|
<h5>Heading 5 (in section)</h5>
|
||||||
|
<h6>Heading 6 (in section)</h6>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<h1>Heading 1 (in article)</h1>
|
||||||
|
<h2>Heading 2 (in article)</h2>
|
||||||
|
<h3>Heading 3 (in article)</h3>
|
||||||
|
<h4>Heading 4 (in article)</h4>
|
||||||
|
<h5>Heading 5 (in article)</h5>
|
||||||
|
<h6>Heading 6 (in article)</h6>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<hgroup>
|
||||||
|
<h1>Heading 1 (in hgroup)</h1>
|
||||||
|
<h2>Heading 2 (in hgroup)</h2>
|
||||||
|
</hgroup>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#">navigation item #1</a></li>
|
||||||
|
<li><a href="#">navigation item #2</a></li>
|
||||||
|
<li><a href="#">navigation item #3</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<h1>Text-level semantics</h1>
|
||||||
|
|
||||||
|
<p hidden>This should be hidden in all browsers, apart from IE6</p>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
|
||||||
|
<address>Address: somewhere, world</address>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The <a href="#">a element</a> example<br>
|
||||||
|
The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples<br>
|
||||||
|
The <b>b element</b> example<br>
|
||||||
|
The <cite>cite element</cite> example<br>
|
||||||
|
The <code>code element</code> example<br>
|
||||||
|
The <del>del element</del> example<br>
|
||||||
|
The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
|
||||||
|
The <em>em element</em> example<br>
|
||||||
|
The <i>i element</i> example<br>
|
||||||
|
The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
|
||||||
|
The <ins>ins element</ins> example<br>
|
||||||
|
The <kbd>kbd element</kbd> example<br>
|
||||||
|
The <mark>mark element</mark> example<br>
|
||||||
|
The <q>q element <q>inside</q> a q element</q> example<br>
|
||||||
|
The <s>s element</s> example<br>
|
||||||
|
The <samp>samp element</samp> example<br>
|
||||||
|
The <small>small element</small> example<br>
|
||||||
|
The <span>span element</span> example<br>
|
||||||
|
The <strong>strong element</strong> example<br>
|
||||||
|
The <sub>sub element</sub> example<br>
|
||||||
|
The <sup>sup element</sup> example<br>
|
||||||
|
The <u>u element</u> example<br>
|
||||||
|
The <var>var element</var> example
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h1>Embedded content</h1>
|
||||||
|
|
||||||
|
<h3>audio</h3>
|
||||||
|
|
||||||
|
<audio controls></audio>
|
||||||
|
<audio></audio>
|
||||||
|
|
||||||
|
<h3>img</h3>
|
||||||
|
|
||||||
|
<img src="http://lorempixel.com/100/100" alt="">
|
||||||
|
<a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
|
||||||
|
|
||||||
|
<h3>svg</h3>
|
||||||
|
|
||||||
|
<svg width="100px" height="100px">
|
||||||
|
<circle cx="100" cy="100" r="100" fill="#ff0000" />
|
||||||
|
</svg>
|
||||||
|
|
||||||
|
<h3>video</h3>
|
||||||
|
|
||||||
|
<video controls></video>
|
||||||
|
<video></video>
|
||||||
|
|
||||||
|
<h1>Interactive content</h1>
|
||||||
|
|
||||||
|
<h3>details / summary</h3>
|
||||||
|
<details>
|
||||||
|
<summary>More info</summary>
|
||||||
|
<p>Additional information</p>
|
||||||
|
<ul>
|
||||||
|
<li>Point 1</li>
|
||||||
|
<li>Point 2</li>
|
||||||
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<h1>Grouping content</h1>
|
||||||
|
|
||||||
|
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
|
||||||
|
|
||||||
|
<h3>pre</h3>
|
||||||
|
|
||||||
|
<pre>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.</pre>
|
||||||
|
|
||||||
|
<pre><code><html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="main"> <div>
|
||||||
|
</body>
|
||||||
|
</html></code></pre>
|
||||||
|
|
||||||
|
<h3>blockquote</h3>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>Some sort of famous witty quote marked up with a <blockquote> and a child <p> element.</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<blockquote>Even better philosophical quote marked up with just a <blockquote> element.</blockquote>
|
||||||
|
|
||||||
|
<h3>ordered list</h3>
|
||||||
|
|
||||||
|
<ol>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1
|
||||||
|
<ol>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2
|
||||||
|
<ol>
|
||||||
|
<li>list item 3</li>
|
||||||
|
<li>list item 3</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
</ol>
|
||||||
|
</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
</ol>
|
||||||
|
|
||||||
|
<h3>unordered list</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1
|
||||||
|
<ul>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2
|
||||||
|
<ul>
|
||||||
|
<li>list item 3</li>
|
||||||
|
<li>list item 3</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
<li>list item 2</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
<li>list item 1</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>description list</h3>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dt>Description name</dt>
|
||||||
|
<dd>Description value</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<h3>figure</h3>
|
||||||
|
|
||||||
|
<figure>
|
||||||
|
<img src="http://lorempixel.com/400/200" alt="">
|
||||||
|
<figcaption>Figcaption content</figcaption>
|
||||||
|
</figure>
|
||||||
|
|
||||||
|
<h1>Tabular data</h1>
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<caption>Jimi Hendrix - albums</caption>
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Album</th>
|
||||||
|
<th>Year</th>
|
||||||
|
<th>Price</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tfoot>
|
||||||
|
<tr>
|
||||||
|
<th>Album</th>
|
||||||
|
<th>Year</th>
|
||||||
|
<th>Price</th>
|
||||||
|
</tr>
|
||||||
|
</tfoot>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Are You Experienced</td>
|
||||||
|
<td>1967</td>
|
||||||
|
<td>$10.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Axis: Bold as Love</td>
|
||||||
|
<td>1967</td>
|
||||||
|
<td>$12.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Electric Ladyland</td>
|
||||||
|
<td>1968</td>
|
||||||
|
<td>$10.00</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Band of Gypsys</td>
|
||||||
|
<td>1970</td>
|
||||||
|
<td>$12.00</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h1>Forms</h1>
|
||||||
|
|
||||||
|
<form>
|
||||||
|
<fieldset>
|
||||||
|
<legend>Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping.</legend>
|
||||||
|
<p><label>Text input <input type="text" value="default value that goes on and on without stopping or punctuation"></label></p>
|
||||||
|
<p><label>Email input <input type="email"></label></p>
|
||||||
|
<p><label>Search input <input type="search"></label></p>
|
||||||
|
<p><label>Tel input <input type="tel"></label></p>
|
||||||
|
<p><label>URL input <input type="url" placeholder="http://"></label></p>
|
||||||
|
<p><label>Password input <input type="password" value="password"></label></p>
|
||||||
|
<p><label>File input <input type="file"></label></p>
|
||||||
|
|
||||||
|
<p><label>Radio input <input type="radio" name="rad"></label></p>
|
||||||
|
<p><label>Checkbox input <input type="checkbox"></label></p>
|
||||||
|
<p><label><input type="radio" name="rad"> Radio input</label></p>
|
||||||
|
<p><label><input type="checkbox"> Checkbox input</label></p>
|
||||||
|
|
||||||
|
<p><label>Select field <select><option>Option 01</option><option>Option 02</option></select></label></p>
|
||||||
|
<p><label>Textarea <textarea cols="30" rows="5" >Textarea text</textarea></label></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Inputs as siblings of labels</legend>
|
||||||
|
<p><label for="ic">Color input</label> <input type="color" id="ic" value="#000000"></p>
|
||||||
|
<p><label for="in">Number input</label> <input type="number" id="in" min="0" max="10" value="5"></p>
|
||||||
|
<p><label for="ir">Range input</label> <input type="range" id="ir" value="10"></p>
|
||||||
|
<p><label for="idd">Date input</label> <input type="date" id="idd" value="1970-01-01"></p>
|
||||||
|
<p><label for="idm">Month input</label> <input type="month" id="idm" value="1970-01"></p>
|
||||||
|
<p><label for="idw">Week input</label> <input type="week" id="idw" value="1970-W01"></p>
|
||||||
|
<p><label for="idt">Datetime input</label> <input type="datetime" id="idt" value="1970-01-01T00:00:00Z"></p>
|
||||||
|
<p><label for="idtl">Datetime-local input</label> <input type="datetime-local" id="idtl" value="1970-01-01T00:00"></p>
|
||||||
|
|
||||||
|
<p><label for="irb">Radio input</label> <input type="radio" id="irb" name="rad"></p>
|
||||||
|
<p><label for="icb">Checkbox input</label> <input type="checkbox" id="icb"></p>
|
||||||
|
<p><input type="radio" id="irb2" name="rad"> <label for="irb2">Radio input</label></p>
|
||||||
|
<p><input type="checkbox" id="icb2"> <label for="icb2">Checkbox input</label></p>
|
||||||
|
|
||||||
|
<p><label for="s">Select field</label> <select id="s"><option>Option 01</option><option>Option 02</option></select></p>
|
||||||
|
<p><label for="t">Textarea</label> <textarea id="t" cols="30" rows="5" >Textarea text</textarea></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>Clickable inputs and buttons</legend>
|
||||||
|
<p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
|
||||||
|
<p><input type="reset" value="Reset (input)"></p>
|
||||||
|
<p><input type="button" value="Button (input)"></p>
|
||||||
|
<p><input type="submit" value="Submit (input)"></p>
|
||||||
|
<p><input type="submit" value="Disabled (input)" disabled></p>
|
||||||
|
|
||||||
|
|
||||||
|
<p><button type="reset">Reset (button)</button></p>
|
||||||
|
<p><button type="button">Button (button)</button></p>
|
||||||
|
<p><button type="submit">Submit (button)</button></p>
|
||||||
|
<p><button type="submit" disabled>Disabled (button)</button></p>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset id="boxsize">
|
||||||
|
<legend>box-sizing tests</legend>
|
||||||
|
<div><input type="text" value="text"></div>
|
||||||
|
<div><input type="email" value="email"></div>
|
||||||
|
<div><input type="search" value="search"></div>
|
||||||
|
<div><input type="url" value="http://example.com"></div>
|
||||||
|
<div><input type="password" value="password"></div>
|
||||||
|
|
||||||
|
<div><input type="color" value="#000000"></div>
|
||||||
|
<div><input type="number" value="5"></div>
|
||||||
|
<div><input type="range" value="10"></div>
|
||||||
|
<div><input type="date" value="1970-01-01"></div>
|
||||||
|
<div><input type="month" value="1970-01"></div>
|
||||||
|
<div><input type="week" value="1970-W01"></div>
|
||||||
|
<div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
|
||||||
|
<div><input type="datetime-local" value="1970-01-01T00:00"></div>
|
||||||
|
|
||||||
|
<div><input type="radio"></div>
|
||||||
|
<div><input type="checkbox"></div>
|
||||||
|
|
||||||
|
<div><select><option>Option 01</option><option>Option 02</option></select></div>
|
||||||
|
<div><textarea cols="30" rows="5">Textarea text</textarea></div>
|
||||||
|
|
||||||
|
<div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
|
||||||
|
<div><input type="reset" value="Reset (input)"></div>
|
||||||
|
<div><input type="button" value="Button (input)"></div>
|
||||||
|
<div><input type="submit" value="Submit (input)"></div>
|
||||||
|
|
||||||
|
<div><button type="reset">Reset (button)</button></div>
|
||||||
|
<div><button type="button">Button (button)</button></div>
|
||||||
|
<div><button type="submit">Submit (button)</button></div>
|
||||||
|
</fieldset>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
134
index.html
134
index.html
@ -4,83 +4,81 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>Normalize.css: Make browsers render all elements more consistently.</title>
|
<title>Normalize.css: Make browsers render all elements more consistently.</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700">
|
||||||
|
<link rel="stylesheet" href="1.0.1/normalize.css">
|
||||||
|
<link rel="stylesheet" href="main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div class="container">
|
||||||
|
<div class="site-box">
|
||||||
<div class="hgroup">
|
<div class="hgroup">
|
||||||
<h1><a href="https://github.com/necolas/normalize.css">normalize.css</a></h1>
|
<h1 class="logo">Normalize.css</h1>
|
||||||
<h2>A modern, HTML5-ready alternative to CSS resets</h2>
|
<h2 class="tagline">A modern, HTML5-ready alternative to CSS resets</h2>
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.</p>
|
|
||||||
|
|
||||||
<h2>What does it do?</h2>
|
|
||||||
<ul>
|
|
||||||
<li><strong>Preserves useful defaults</strong>, unlike many CSS resets.</li>
|
|
||||||
<li><strong>Normalizes styles</strong> for a wide range of HTML elements.</li>
|
|
||||||
<li><strong>Corrects bugs</strong> and common browser inconsistencies.</li>
|
|
||||||
<li><strong>Improves usability</strong> with subtle improvements.</li>
|
|
||||||
<li><strong>Explains what code does</strong> using detailed comments.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="cta">
|
|
||||||
<a class="button button-main" href="http://necolas.github.com/normalize.css/1.0.0/normalize.css">Download v1.0.0</a>
|
|
||||||
<a class="button" href="https://github.com/necolas/normalize.css">View on GitHub</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="share-bar">
|
|
||||||
<div class="share-opt">
|
|
||||||
<a class="twitter-share-button"
|
|
||||||
href="http://twitter.com/share"
|
|
||||||
data-count="vertical"
|
|
||||||
data-text="Normalize.css: a modern HTML5-ready alternative to CSS resets"
|
|
||||||
data-via="necolas"
|
|
||||||
data-related="jon_neal">Tweet</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="share-opt">
|
<p class="description">Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.</p>
|
||||||
<div class="g-plusone" data-size="tall"></div>
|
|
||||||
|
<div class="cta-option">
|
||||||
|
<a class="btn-download"
|
||||||
|
href="http://necolas.github.com/normalize.css/2.0.0/normalize.css">
|
||||||
|
<strong>Download</strong>
|
||||||
|
<span class="version">v2.0.0</span>
|
||||||
|
</a>
|
||||||
|
<p class="txt-small txt-mute">IE 8+, Firefox 4+, Safari 5+, Opera, Chrome</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="share-opt">
|
<div class="cta-option">
|
||||||
<div class="fb-like" data-send="false" data-width="40" data-layout="box_count" data-show-faces="false"></div>
|
<a class="btn-download btn-download-alt"
|
||||||
|
href="http://necolas.github.com/normalize.css/1.0.1/normalize.css">
|
||||||
|
Download
|
||||||
|
<span class="version">v1.0.1</span>
|
||||||
|
</a>
|
||||||
|
<p class="txt-small txt-mute">Includes legacy browser support</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="share-bar">
|
||||||
|
<a class="read-more" href="http://nicolasgallagher.com/about-normalize-css">Read more about normalize.css »</a>
|
||||||
|
|
||||||
|
<div class="share-opt">
|
||||||
|
<a class="twitter-share-button"
|
||||||
|
href="http://twitter.com/share"
|
||||||
|
data-count="none"
|
||||||
|
data-size="large"
|
||||||
|
data-text="Normalize.css: a modern HTML5-ready alternative to CSS resets"
|
||||||
|
data-via="necolas"
|
||||||
|
data-related="jon_neal">Tweet</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="share-opt">
|
||||||
|
<a class="twitter-follow-button"
|
||||||
|
href="http://twitter.com/necolas"
|
||||||
|
data-show-count="false"
|
||||||
|
data-size="large">@necolas</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="share-opt">
|
||||||
|
<div class="g-plusone" data-annotation="none"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>How do I use it?</h2>
|
<div class="site-footer">
|
||||||
<p>Normalize.css is intended to be used as an alternative to CSS resets. It's suggested that you read the <code>normalize.css</code> file and consider customising it to meet your needs. Alternatively, include the file in your project and override the defaults later in your CSS.</p>
|
<p class="txt-large">…as used by
|
||||||
|
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>,
|
||||||
<h2>Who uses it?</h2>
|
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
|
||||||
<p>
|
<a href="http://data.nasa.gov/">NASA</a>,
|
||||||
<a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>,
|
<a href="https://www.rdio.com/">Rdio</a>,
|
||||||
<a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>,
|
<a href="http://digg.com/">Digg</a>,
|
||||||
<a href="http://data.nasa.gov/">NASA</a>,
|
<a href="https://www.gov.uk/">GOV.UK</a>,
|
||||||
<a href="https://www.rdio.com/">Rdio</a>,
|
<a href="http://informationarchitects.net/">iA</a>,
|
||||||
<a href="http://digg.com/">Digg</a>,
|
<a href="http://css-tricks.com/">CSS Tricks</a>,
|
||||||
<a href="https://www.gov.uk/">GOV.UK</a>,
|
and many others.
|
||||||
<a href="http://informationarchitects.net/">iA</a>,
|
</p>
|
||||||
<a href="http://css-tricks.com/">CSS Tricks</a>,
|
|
||||||
and many others.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Browser support</h2>
|
|
||||||
<h3>v1.0.0</h3>
|
|
||||||
<p>Chrome, Firefox 3+, Safari 4+, Opera 10+, Internet Explorer 6+</p>
|
|
||||||
|
|
||||||
<h2>Source code</h2>
|
|
||||||
<p>Available on GitHub: <a href="https://github.com/necolas/normalize.css">necolas/normalize.css</a></p>
|
|
||||||
<pre>$ git clone https://github.com/necolas/normalize.css.git</pre>
|
|
||||||
|
|
||||||
<h2>Acknowledgements</h2>
|
|
||||||
<p>Normalize.css is a project by <a href="http://nicolasgallagher.com">Nicolas Gallagher</a> (<a href="http://twitter.com/necolas">@necolas</a>) and <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a> (<a href="http://twitter.com/jon_neal">@jon_neal</a>).</p>
|
|
||||||
<p>Detailed information on default UA styles: <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#the-css-user-agent-style-sheet-and-presentational-hints">WHATWG suggestions for rendering HTML documents</a>, <a href="http://iecss.com">Internet Explorer User Agent Style Sheets</a> and <a href="http://css-class.com/test/css/defaults/UA-style-sheet-defaults.htm">CSS2.1 User Agent Style Sheet Defaults</a></p>
|
|
||||||
|
|
||||||
|
<p>Source code available on GitHub: <a href="https://github.com/necolas/normalize.css">necolas/normalize.css</a>.<br>Normalize.css is a project by <a href="http://nicolasgallagher.com">Nicolas Gallagher</a> and <a href="http://music.thewikies.com/jonneal/">Jonathan Neal</a>.</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="fb-root"></div>
|
|
||||||
<script>
|
<script>
|
||||||
window._gaq=[['_setAccount','UA-7489188-1'],['_trackPageview']];
|
window._gaq=[['_setAccount','UA-7489188-1'],['_trackPageview']];
|
||||||
(function(doc, script) {
|
(function(doc, script) {
|
||||||
@ -97,12 +95,10 @@
|
|||||||
|
|
||||||
// Google Analytics
|
// Google Analytics
|
||||||
add(('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js');
|
add(('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js');
|
||||||
// Facebook SDK
|
|
||||||
add('//connect.facebook.net/en_US/all.js#xfbml=1', 'facebook-jssdk');
|
|
||||||
// Google+ button
|
// Google+ button
|
||||||
add('https://apis.google.com/js/plusone.js');
|
add('http://apis.google.com/js/plusone.js');
|
||||||
// Twitter SDK
|
// Twitter SDK
|
||||||
add('//platform.twitter.com/widgets.js', 'twitter-wjs');
|
add('http://platform.twitter.com/widgets.js', 'twitter-wjs');
|
||||||
|
|
||||||
fjs.parentNode.insertBefore(frag, fjs);
|
fjs.parentNode.insertBefore(frag, fjs);
|
||||||
}(document, 'script'));
|
}(document, 'script'));
|
||||||
|
217
main.css
Normal file
217
main.css
Normal file
@ -0,0 +1,217 @@
|
|||||||
|
body {
|
||||||
|
max-width: 720px;
|
||||||
|
padding: 40px;
|
||||||
|
margin: 0 auto;
|
||||||
|
background: #f7f7f7;
|
||||||
|
color: #333;
|
||||||
|
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #069;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover,
|
||||||
|
a:focus,
|
||||||
|
a:active {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2 {
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0 0 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* structure */
|
||||||
|
|
||||||
|
.site-box {
|
||||||
|
padding: 60px 60px 0;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
margin: 0 0 3em;
|
||||||
|
background: #fff;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-footer {
|
||||||
|
width: 75%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
margin: 0 0 1.25em;
|
||||||
|
font-size: 2.375em;
|
||||||
|
color: #69a619;
|
||||||
|
text-transform: lowercase;
|
||||||
|
text-shadow: 1px 1px 0 #304d08;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tagline {
|
||||||
|
margin: 0 0 0.75em;
|
||||||
|
font-size: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.description {
|
||||||
|
color: #555;
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Calls to action
|
||||||
|
*/
|
||||||
|
|
||||||
|
.cta-option {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
/* IE6/7 inline-block hack */
|
||||||
|
*display: inline;
|
||||||
|
*zoom: 1;
|
||||||
|
|
||||||
|
margin: 1.5em 0.75em 0;
|
||||||
|
vertical-align: bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Download button
|
||||||
|
*/
|
||||||
|
|
||||||
|
.btn-download {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
/* IE6/7 inline-block hack */
|
||||||
|
*display: inline;
|
||||||
|
*zoom: 1;
|
||||||
|
|
||||||
|
padding: 0.6em 1.25em;
|
||||||
|
border: 1px solid #5e9612;
|
||||||
|
margin: 0 0 10px;
|
||||||
|
color: #fff;
|
||||||
|
background: #69a619;
|
||||||
|
border-radius: 4px;
|
||||||
|
box-shadow: 0 2px 5px -2px #111, inset 0 2px 5px 0 rgba(255, 255, 255, 0.3);
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-download:hover,
|
||||||
|
.btn-download:focus,
|
||||||
|
.btn-download:active {
|
||||||
|
background: #6ead1a;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-download:active {
|
||||||
|
box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
|
||||||
|
background: #5d9117;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Alternative download button
|
||||||
|
*
|
||||||
|
* @extends .btn-download
|
||||||
|
*/
|
||||||
|
|
||||||
|
.btn-download-alt {
|
||||||
|
border-color: #ccc;
|
||||||
|
background: #eee;
|
||||||
|
box-shadow: none;
|
||||||
|
color: #666;
|
||||||
|
font-size: 1.25em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-download-alt:hover,
|
||||||
|
.btn-download-alt:focus,
|
||||||
|
.btn-download-alt:active {
|
||||||
|
background: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-download-alt:active {
|
||||||
|
background: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Share bar
|
||||||
|
*/
|
||||||
|
|
||||||
|
.share-bar {
|
||||||
|
overflow: hidden;
|
||||||
|
padding: 15px 30px;
|
||||||
|
border-top: 1px solid #ddd;
|
||||||
|
margin: 50px -60px 0;
|
||||||
|
background: #eee;
|
||||||
|
line-height: 28px;
|
||||||
|
*zoom: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.share-opt {
|
||||||
|
float: left;
|
||||||
|
height: 28px;
|
||||||
|
margin: 0 15px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.read-more {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Utilities
|
||||||
|
*/
|
||||||
|
|
||||||
|
.txt-small {
|
||||||
|
font-size: 0.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.txt-large {
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.txt-mute {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px) {
|
||||||
|
|
||||||
|
.read-more {
|
||||||
|
float: none;
|
||||||
|
display: block;
|
||||||
|
margin: 0 0 1em;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 540px) {
|
||||||
|
body {
|
||||||
|
padding: 20px;
|
||||||
|
font-size: 0.875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-box {
|
||||||
|
padding: 30px 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cta-option {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.share-bar {
|
||||||
|
margin-left: -30px;
|
||||||
|
margin-right: -30px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.share-opt {
|
||||||
|
float: none;
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 1em 0.5em;
|
||||||
|
}
|
||||||
|
}
|
210
style.css
210
style.css
@ -1,210 +0,0 @@
|
|||||||
html {
|
|
||||||
font-size: 100%;
|
|
||||||
-webkit-text-size-adjust: 100%;
|
|
||||||
-ms-text-size-adjust: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
max-width: 480px;
|
|
||||||
padding: 0 10px 30px;
|
|
||||||
margin: 0 auto;
|
|
||||||
font: 1em/1.5 Helvetica Neue, Helvetica, Arial, sans-serif;
|
|
||||||
color: #222;
|
|
||||||
background: #fff;
|
|
||||||
_width: 480px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-weight:bold;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #6ead1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:focus {
|
|
||||||
outline: thin dotted;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover,
|
|
||||||
a:active {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover,
|
|
||||||
a:focus,
|
|
||||||
a:active {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: #569107;
|
|
||||||
}
|
|
||||||
|
|
||||||
strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
code,
|
|
||||||
pre {
|
|
||||||
font-family: consolas, monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre {
|
|
||||||
display: block;
|
|
||||||
padding: 5px;
|
|
||||||
margin: 1em 0;
|
|
||||||
font-size: 13px;
|
|
||||||
color: #fff;
|
|
||||||
background: #222;
|
|
||||||
white-space: pre;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: square;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 1.4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
margin: 0.35em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2 {
|
|
||||||
line-height: 1.2;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin: 0.25em 0 0.5em;
|
|
||||||
font-size: 3.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
margin: 1.25em 0 0.5em;
|
|
||||||
font-size: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* structure */
|
|
||||||
|
|
||||||
.fork img {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hgroup h1 {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hgroup h2 {
|
|
||||||
margin: 0 0 2em;
|
|
||||||
font-size: 1em;
|
|
||||||
color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta {
|
|
||||||
margin:1em 0 4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cta p {
|
|
||||||
margin: 0.5em 0 0;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
padding: 0.4em 1em;
|
|
||||||
border: 1px solid #487310;
|
|
||||||
margin: 20px 5px 0 0;
|
|
||||||
font-size: 1.375em;
|
|
||||||
line-height: 1.273;
|
|
||||||
font-weight: normal;
|
|
||||||
text-align: center;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap;
|
|
||||||
border: 1px solid #d9d9d9;
|
|
||||||
border-radius: 2px;
|
|
||||||
color: #555;
|
|
||||||
background: #f5f5f5;
|
|
||||||
background-image: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
|
|
||||||
background-image: -moz-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
|
|
||||||
background-image: -ms-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
|
|
||||||
background-image: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.1));
|
|
||||||
/* IE6/7 inline-block hack */
|
|
||||||
*display: inline;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:hover,
|
|
||||||
.button:focus,
|
|
||||||
.button:active {
|
|
||||||
text-decoration: none;
|
|
||||||
border-color: #c6c6c6;
|
|
||||||
color: #333;
|
|
||||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
|
||||||
background-color: #f8f8f8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:focus {
|
|
||||||
border-color: #105cb6;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button:active {
|
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-main {
|
|
||||||
border-color: #5e9612;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #69a619;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-main:hover,
|
|
||||||
.button-main:focus,
|
|
||||||
.button-main:active {
|
|
||||||
border-color: #558713;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #6ead1a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.button-main:active {
|
|
||||||
background-color: #5D9117;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-bar {
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0 0 30px;
|
|
||||||
border-bottom: 2px solid #ccc;
|
|
||||||
margin: 30px 0 0;
|
|
||||||
*zoom: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.share-opt {
|
|
||||||
float: left;
|
|
||||||
margin: 0 15px 0 0;
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:480px) {
|
|
||||||
body {
|
|
||||||
font-size: 0.875em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fork {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user