mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-04 11:05:48 +00:00
97 lines
5.8 KiB
CSS
97 lines
5.8 KiB
CSS
/* normalize.min.css */
|
|
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
|
|
|
|
/* Roboto */
|
|
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
|
|
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
|
|
padding: .4em;
|
|
font-size: 1.1em;
|
|
line-height: 1.4;
|
|
background-color: #e9ebee;
|
|
}
|
|
a:focus,
|
|
a:hover {
|
|
color: #23527c;
|
|
}
|
|
a:active,
|
|
a:hover {
|
|
outline: 0;
|
|
}
|
|
a {
|
|
color: #337ab7;
|
|
text-decoration: none;
|
|
}
|
|
article,
|
|
footer {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
article p {
|
|
text-align: justify;
|
|
}
|
|
footer p {
|
|
text-align: center;
|
|
}
|
|
#gravatar {
|
|
display: block;
|
|
float: right;
|
|
border-radius: 50%;
|
|
border: none;
|
|
margin-top: 5px;
|
|
}
|
|
article h1 {
|
|
font-weight: bold;
|
|
line-height: 1.3;
|
|
text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.2);
|
|
}
|
|
footer {
|
|
text-align: center;
|
|
border-top: 1px solid #ccc;
|
|
font-style: italic;
|
|
}
|
|
/* Blockquote: https://codepen.io/maxds/pen/DcveB */
|
|
article > p:last-child {
|
|
display: block;
|
|
background: #fff;
|
|
padding: 15px 20px 15px 45px;
|
|
margin: 0 0 20px;
|
|
position: relative;
|
|
/*Font*/
|
|
|
|
font-family: Georgia, serif;
|
|
font-size: 16px;
|
|
line-height: 1.4;
|
|
color: #666;
|
|
text-align: justify;
|
|
/*Borders - (Optional)*/
|
|
|
|
border-left: 15px solid #3392cd;
|
|
border-right: 2px solid #3392cd;
|
|
/*Box Shadow - (Optional)*/
|
|
|
|
-moz-box-shadow: 2px 2px 15px #ccc;
|
|
-webkit-box-shadow: 2px 2px 15px #ccc;
|
|
box-shadow: 2px 2px 15px #ccc;
|
|
}
|
|
article > p:last-child::before {
|
|
content: "\201C";
|
|
/*Unicode for Left Double Quote*/
|
|
/*Font*/
|
|
|
|
font-family: Georgia, serif;
|
|
font-size: 60px;
|
|
font-weight: bold;
|
|
color: #999;
|
|
/*Positioning*/
|
|
|
|
position: absolute;
|
|
left: 10px;
|
|
top: 5px;
|
|
}
|
|
article > p:last-child::after {
|
|
/*Reset to make sure*/
|
|
|
|
content: "";
|
|
}
|