-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
12,071 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,264 @@ | ||
/* ! The Reset | ||
The Infinity Reset. If you want to use another one add this to your | ||
Child Theme config/infinity.ini | ||
infinity-reset-style = off | ||
/* | ||
================================================== */ | ||
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } | ||
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } | ||
audio:not([controls]) { display: none; } | ||
[hidden] { display: none; } | ||
|
||
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } | ||
body { margin: 0; /* add your base font-size and line-height here */ } | ||
button, input, select, textarea { font-family: sans-serif; } | ||
|
||
a { text-decoration: none; } | ||
a:focus { outline: thin dotted; } | ||
a:hover, a:active { outline: 0; } | ||
|
||
abbr[title] { border-bottom: 1px dotted; } | ||
b, strong { font-weight: bold; } | ||
blockquote { margin: 1em 40px; } | ||
dfn { font-style: italic; } | ||
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } | ||
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; } | ||
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } | ||
q { quotes: none; } | ||
q:before, q:after { content: ""; content: none; } | ||
small { font-size: 85%; } | ||
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } | ||
sup { top: -0.5em; } | ||
sub { bottom: -0.25em; } | ||
dd { margin: 0 0 0 40px; } | ||
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } | ||
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } | ||
svg:not(:root) { overflow: hidden; } | ||
figure { margin: 0; } | ||
|
||
form { margin: 0; } | ||
fieldset { border: 0; margin: 0; padding: 0; } | ||
label { cursor: pointer; } | ||
legend { border: 0; *margin-left: -7px; padding: 0; } | ||
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; } | ||
select { | ||
background-color: #FFFFFF; | ||
border: 1px solid #C4C1C1; | ||
border-radius: 2px 2px 2px 2px; | ||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17); | ||
color: #777777; | ||
font-size: 90%; | ||
font-weight: bold; | ||
padding: 4px 2px 2px; | ||
} | ||
button, input { line-height: normal; } | ||
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; } | ||
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } | ||
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } | ||
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } | ||
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } | ||
textarea { overflow: auto; vertical-align: top; resize: vertical; } | ||
input:valid, textarea:valid { } | ||
input:invalid, textarea:invalid { background-color: #f0dddd; } | ||
|
||
table { border-collapse: collapse; border-spacing: 0; } | ||
td { vertical-align: top; } | ||
|
||
/* Lists ---------------------- */ | ||
ul, ol { list-style-position: inside; } | ||
ul li ul { margin-left: 20px; margin-bottom: 0; list-style: outside; } | ||
ul.square, ul.circle, ul.disc { margin-left: 17px; } | ||
ul.square { list-style-type: square; } | ||
ul.square li ul { list-style: inherit; } | ||
ul.circle { list-style-type: circle; } | ||
ul.circle li ul { list-style: inherit; } | ||
ul.disc { list-style-type: disc; } | ||
ul.disc li ul { list-style: inherit; } | ||
ul.no-bullet { list-style: none; } | ||
ul.large li { line-height: 21px; } | ||
|
||
/* Tables ---------------------- */ | ||
table { | ||
width: 100%; | ||
margin-bottom: 18px; | ||
} | ||
th, td { | ||
padding: 8px; | ||
line-height: 18px; | ||
text-align: left; | ||
border-top: 1px solid #ddd; | ||
} | ||
th { | ||
font-weight: bold; | ||
vertical-align: bottom; | ||
} | ||
td { | ||
vertical-align: middle; | ||
} | ||
thead:first-child tr th, thead:first-child tr td { | ||
border-top: 0; | ||
} | ||
tbody + tbody { | ||
border-top: 2px solid #ddd; | ||
} | ||
.post dl { margin-bottom: 18px } | ||
.post dl dt { font-weight: bold } | ||
.muted { color: #bfbfbf } | ||
blockquote { | ||
margin-bottom: 18px; | ||
border-left: 5px solid #eee; | ||
padding-left: 15px; | ||
} | ||
blockquote small { | ||
display: block; | ||
font-size: 85.7%; | ||
font-weight: 300; | ||
line-height: 18px; | ||
color: #bfbfbf; | ||
} | ||
blockquote p { | ||
font-size: 100%; | ||
font-weight: 300; | ||
margin-bottom: 0; | ||
} | ||
address { | ||
display: block; | ||
line-height: 18px; | ||
margin-bottom: 18px; | ||
} | ||
code, pre { | ||
padding: 0 3px 2px; | ||
-webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | ||
border-radius: 3px; | ||
} | ||
code { | ||
background-color: #fee9cc; | ||
color: rgba(0, 0, 0, 0.75); | ||
padding: 1px 3px; | ||
} | ||
pre { | ||
display: block; | ||
padding: 8.5px; | ||
margin: 0 0 18px; | ||
line-height: 18px; | ||
font-size: 85.7%; | ||
border: 1px solid #ccc; | ||
border: 1px solid rgba(0, 0, 0, 0.15); | ||
-webkit-border-radius: 3px; | ||
-moz-border-radius: 3px; | ||
border-radius: 3px; | ||
white-space: pre; | ||
white-space: pre-wrap; | ||
word-wrap: break-word; | ||
} | ||
pre code { | ||
background: transparent; | ||
} | ||
legend { | ||
display: block; | ||
font-size: 19.5px; | ||
color: #666; | ||
} | ||
label, | ||
input, | ||
select, | ||
textarea { | ||
font-size: normal; | ||
font-weight: 13px; | ||
line-height: 18px; | ||
margin-bottom: 10px; | ||
} | ||
label { | ||
color: #999999; | ||
display: block; | ||
font-size: 80%; | ||
font-weight: bold; | ||
margin: 5px 0; | ||
text-transform: uppercase; | ||
} | ||
label ul { | ||
padding: 0; | ||
} | ||
label li { | ||
text-transform: none; | ||
color: inherit; | ||
font-weight: normal; | ||
} | ||
input[type=image], input[type=checkbox], input[type=radio] { | ||
width: auto; | ||
height: auto; | ||
padding: 0; | ||
margin: 3px; | ||
*margin-top: 0; | ||
/* IE6-7 */ | ||
|
||
line-height: normal; | ||
border: none; | ||
cursor: pointer; | ||
} | ||
input[type=file] { | ||
padding: initial; | ||
line-height: initial; | ||
border: initial; | ||
background-color: #ffffff; | ||
background-color: initial; | ||
-webkit-box-shadow: none; | ||
-moz-box-shadow: none; | ||
box-shadow: none; | ||
} | ||
input[type=button], input[type=reset], input[type=submit] { | ||
width: auto; | ||
height: auto; | ||
} | ||
select, input[type=file] { | ||
height: 27px; | ||
*margin-top: 4px; | ||
/* For IE7, add top margin to align select with labels */ | ||
line-height: 27px; | ||
} | ||
select[multiple], select[size] { | ||
height: inherit; | ||
} | ||
input[type=image] { | ||
-webkit-box-shadow: none; | ||
-moz-box-shadow: none; | ||
box-shadow: none; | ||
} | ||
textarea { | ||
height: auto; | ||
} | ||
.radio, .checkbox { | ||
padding-left: 18px; | ||
} | ||
.radio input[type=radio], .checkbox input[type=checkbox] { | ||
float: left; | ||
margin-left: -18px; | ||
} | ||
input, textarea { | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); | ||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-moz-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-ms-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
-o-transition: border linear 0.2s, box-shadow linear 0.2s; | ||
transition: border linear 0.2s, box-shadow linear 0.2s; | ||
padding: 10px; | ||
} | ||
input:focus, textarea:focus { | ||
border-color: rgba(82, 168, 236, 0.8); | ||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); | ||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); | ||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); | ||
outline: 0; | ||
} | ||
input[type=file]:focus, input[type=checkbox]:focus, select:focus { | ||
-webkit-box-shadow: none; | ||
-moz-box-shadow: none; | ||
box-shadow: none; | ||
outline: 1px dotted #666; | ||
} |
Oops, something went wrong.