|
@@ -16,54 +16,68 @@ HTML5 Boilerplate https://github.com/h5bp
|
|
|
|
|
|
@import url(css/normalize.css) screen;
|
|
|
|
|
|
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
|
|
|
+table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }
|
|
|
+body { line-height: 1; }
|
|
|
+h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; }
|
|
|
+ol, ul { list-style: none; }
|
|
|
+blockquote { quotes: none; }
|
|
|
+blockquote:before, blockquote:after { content: ''; content: none; }
|
|
|
+del { text-decoration: line-through; }
|
|
|
+table { border-collapse: collapse; border-spacing: 0; }
|
|
|
+a img { border: none; }
|
|
|
+.clear { clear: both; }
|
|
|
|
|
|
-html, body, div, span, applet, object, iframe,
|
|
|
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
-a, abbr, acronym, address, big, cite, code,
|
|
|
-del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
|
-small, strike, strong, sub, sup, tt, var,
|
|
|
-b, u, i, center,
|
|
|
-dl, dt, dd, ol, ul, li,
|
|
|
-fieldset, form, label, legend,
|
|
|
-table, caption, tbody, tfoot, thead, tr, th, td {
|
|
|
- background: transparent;
|
|
|
- border: 0;
|
|
|
- margin: 0;
|
|
|
- padding: 0;
|
|
|
- vertical-align: baseline;
|
|
|
-}
|
|
|
-body {
|
|
|
- line-height: 1;
|
|
|
-}
|
|
|
-h1, h2, h3, h4, h5, h6 {
|
|
|
- clear: both;
|
|
|
- font-weight: normal;
|
|
|
-}
|
|
|
-ol, ul {
|
|
|
- list-style: none;
|
|
|
-}
|
|
|
-blockquote {
|
|
|
- quotes: none;
|
|
|
-}
|
|
|
-blockquote:before, blockquote:after {
|
|
|
- content: '';
|
|
|
- content: none;
|
|
|
-}
|
|
|
-del {
|
|
|
- text-decoration: line-through;
|
|
|
+/* =Fonts
|
|
|
+-------------------------------------------------------------- */
|
|
|
+body,
|
|
|
+input,
|
|
|
+textarea,
|
|
|
+.page-title span,
|
|
|
+.pingback a.url {
|
|
|
+ font-family: Georgia, "Bitstream Charter", serif;
|
|
|
}
|
|
|
-/* tables still need 'cellspacing="0"' in the markup */
|
|
|
-table {
|
|
|
- border-collapse: collapse;
|
|
|
- border-spacing: 0;
|
|
|
+
|
|
|
+h3#comments-title,
|
|
|
+h3#reply-title,
|
|
|
+#access .menu,
|
|
|
+#access div.menu ul,
|
|
|
+#cancel-comment-reply-link,
|
|
|
+.form-allowed-tags,
|
|
|
+#site-info,
|
|
|
+#site-title,
|
|
|
+#wp-calendar,
|
|
|
+.comment-meta,
|
|
|
+.comment-body tr th,
|
|
|
+.comment-body thead th,
|
|
|
+.entry-content label,
|
|
|
+.entry-content tr th,
|
|
|
+.entry-content thead th,
|
|
|
+.entry-meta,
|
|
|
+.entry-title,
|
|
|
+.entry-utility,
|
|
|
+#respond label,
|
|
|
+.navigation,
|
|
|
+.page-title,
|
|
|
+.pingback p,
|
|
|
+.reply,
|
|
|
+.widget-title,
|
|
|
+.wp-caption-text,
|
|
|
+input[type=submit] {
|
|
|
+ font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
|
|
}
|
|
|
-a img {
|
|
|
- border: none;
|
|
|
+pre {
|
|
|
+ font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
}
|
|
|
-.clear {
|
|
|
- clear: both;
|
|
|
+code {
|
|
|
+ font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
/* =Layout
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
@@ -154,49 +168,6 @@ DESCRIPTION: Full width content with no sidebar; used for attachment pages
|
|
|
}
|
|
|
|
|
|
|
|
|
-/* =Fonts
|
|
|
--------------------------------------------------------------- */
|
|
|
-body,
|
|
|
-input,
|
|
|
-textarea,
|
|
|
-.page-title span,
|
|
|
-.pingback a.url {
|
|
|
- font-family: Georgia, "Bitstream Charter", serif;
|
|
|
-}
|
|
|
-h3#comments-title,
|
|
|
-h3#reply-title,
|
|
|
-#access .menu,
|
|
|
-#access div.menu ul,
|
|
|
-#cancel-comment-reply-link,
|
|
|
-.form-allowed-tags,
|
|
|
-#site-info,
|
|
|
-#site-title,
|
|
|
-#wp-calendar,
|
|
|
-.comment-meta,
|
|
|
-.comment-body tr th,
|
|
|
-.comment-body thead th,
|
|
|
-.entry-content label,
|
|
|
-.entry-content tr th,
|
|
|
-.entry-content thead th,
|
|
|
-.entry-meta,
|
|
|
-.entry-title,
|
|
|
-.entry-utility,
|
|
|
-#respond label,
|
|
|
-.navigation,
|
|
|
-.page-title,
|
|
|
-.pingback p,
|
|
|
-.reply,
|
|
|
-.widget-title,
|
|
|
-.wp-caption-text,
|
|
|
-input[type=submit] {
|
|
|
- font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
|
|
-}
|
|
|
-pre {
|
|
|
- font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
-}
|
|
|
-code {
|
|
|
- font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
|
-}
|
|
|
|
|
|
|
|
|
/* =Structure
|