mini.css/css/mini-base.css
2016-08-22 15:29:34 +03:00

205 lines
3.8 KiB
CSS

/* Base */
/* Button */
html {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 1em;
line-height: 1.5;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
body {
margin: 0;
color: #222;
background-color: #eee; }
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
display: block; }
h1, h2, h3, h4, h5, h6, hr {
line-height: 1.3;
margin: 0.7em 0;
font-weight: 500; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, hr small {
color: #484848;
font-weight: 200; }
h1 {
font-size: 2em; }
h2 {
font-size: 1.5em; }
h3 {
font-size: 1.15em; }
h4 {
font-size: 1em; }
h5 {
font-size: 0.8em; }
h6 {
font-size: 0.7em; }
small {
font-size: 75%; }
p, pre {
margin: 0 0 0.6em; }
ul, ol {
margin-top: 0;
margin-bottom: 0.6em; }
ul ul, ul ol, ol ul, ol ol {
margin-bottom: 0; }
hr {
box-sizing: content-box;
height: 0;
border: 0;
border-top: 1px solid #c8c8c8; }
code, pre, kbd, samp {
font-family: monospace;
font-size: 1em; }
code, pre {
padding: 2px 4px;
background-color: #d8d8d8;
border-radius: 4px; }
kbd {
padding: 2px 4px;
color: #eee;
background-color: #2b2b2b;
border-radius: 4px; }
pre {
display: block;
word-break: break-all;
word-wrap: break-word; }
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0; }
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
color: #2678b3; }
a:active, a:hover {
outline-width: 0;
color: #3793d5; }
a:visited {
color: #1d5c89; }
a:visited:active, a:visited:hover {
color: #2678b3; }
figure {
margin: 1em 40px; }
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted; }
b, strong {
font-weight: inherit; }
b, strong {
font-weight: bolder; }
dfn {
font-style: italic; }
mark {
background-color: #ffff33;
color: #222; }
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
[hidden], .hidden, template {
display: none; }
audio, video {
display: inline-block; }
audio:not([controls]) {
display: none;
height: 0; }
img {
border-style: none; }
svg:not(:root) {
overflow: hidden; }
button, input, optgroup, select, textarea {
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 100%;
line-height: 1.3;
margin: 0; }
button, input, hr {
overflow: visible; }
button, select {
text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button; }
button::-moz-focus-inner, html [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
button:-moz-focusring, html [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
fieldset {
border: 1px solid #c8c8c8;
border-radius: 4px;
margin: 0 2px;
padding: 0.35em 0.65em 0.75em; }
[type="checkbox"], [type="radio"], legend {
box-sizing: border-box;
padding: 0; }
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal; }
progress {
display: inline-block;
vertical-align: baseline; }
textarea {
overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto; }
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit; }