1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- html, body, p, code:before, table {
- margin: 0;
- padding: 0;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 13px;
- color: #111;
- }
- ul, ol {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
- }
- table, td {
- border: 1px dotted #000;
- empty-cells: show;
- }
- code:before {
- position: absolute;
- content: 'Code:';
- top: -1.35em;
- left: 0;
- }
- code {
- margin-top: 1.5em;
- position: relative;
- background: #eee;
- border: 1px solid #aaa;
- white-space: pre;
- padding: .25em;
- }
- code:before, code {
- display: block;
- text-align: left;
- }
- blockquote {
- position: relative;
- background: #fff6c7;
- margin: .25em 0;
- border: 1px solid #aaa;
- padding: .25em;
- }
- blockquote cite, code cite {
- font-weight: bold;
- display: block;
- font-size: 1em;
- border-bottom: 1px solid #aaa;
- }
- code cite {
- position: relative;
- top: -1.6em;
- padding-left: 3em;
- }
- div { min-height: 1em; /*height:auto !important; height: 1em;*/ }
- h1, h2, h3, h4, h5, h6 { padding: 0; margin: 0; }
|