12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- html {
- background-color: #eee;
- padding-bottom:7em;
- }
- body {
- background-color: #fff;
- margin: 0 auto;
- max-width: 60em;
- padding: 0.2em 1em;
- box-shadow: 0 0 6px;
- }
- body {
- line-height: 1.6;
- font-family: Cantarell, sans-serif;
- font-size: 1.1em;
- color: #222;
- }
- div.warning{background:#fcc;font-size:1.1em;border:solid 1px #666;padding-left:1em;padding-right:1em;}
- pre {
- padding: 0.3em;
- }
- pre,table {
- overflow-x: auto;
- display: block;
- }
- table {
- border-collapse: collapse;
- width:100%;
- }
- th{
- background:#cdcdcd;
- }
- th, td {
- border: solid 1px #888;
- }
- tr:nth-child(even) {
- background-color: #eee;
- }
- code, pre {
- background-color: #DDD;
- }
- img {
- max-width: 100%;
- }
- #logo {
- width: 20%;
- float: right;
- }
- a {
- text-decoration: none;
- color: #22D;
- }
- /* probably generated with autolink_bare_uris extension */
- a.uri {
- word-wrap: break-word;
- }
- a:hover {
- color: #008;
- }
- .date {
- display: block;
- }
- h1, h2, h3, .h:hover a {
- display: inline;
- }
- .h a {
- display: none;
- }
- h1.title {
- display: block;
- margin: 0;
- }
- p.author, p.date {
- clear: left;
- display: inline;
- }
|