diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-10-22 22:53:28 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-10-22 22:53:28 +0200 |
commit | 2fcdedfbfda6d351f95d0a55c2ce360f71da36a4 (patch) | |
tree | 3d549b04b923f0ca9cf120b17567e0fccf0b7b69 /data/css/style.css | |
parent | ab0a4274ffa86ea493c48e3b08b8111938cc3b2d (diff) |
retab css; remove unused css class
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 148 |
1 files changed, 72 insertions, 76 deletions
diff --git a/data/css/style.css b/data/css/style.css index 04b74624d..15f85e583 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -1,7 +1,3 @@ -/*#paste-container {*/ - /*overflow:auto;*/ -/*}*/ - .anchor { visibility: hidden; padding-top: 20px; @@ -33,56 +29,56 @@ body { } .content { - width: 100%; - background: #fff; + width: 100%; + background: #fff; } .content .numbers > pre, .content .highlight > pre { - background-color: transparent; - border: 0; - border-radius: 0; - margin: 0; - padding: 0; - font-size: 12px; - line-height: 1.4; - white-space: pre; - word-break: normal; - word-wrap: normal; + background-color: transparent; + border: 0; + border-radius: 0; + margin: 0; + padding: 0; + font-size: 12px; + line-height: 1.4; + white-space: pre; + word-break: normal; + word-wrap: normal; } .content .numbers { - background: #ececec; - border-right: 1px solid #ddd; - text-align: right; - padding: 10px 6px; - vertical-align: top; + background: #ececec; + border-right: 1px solid #ddd; + text-align: right; + padding: 10px 6px; + vertical-align: top; } .content .numbers a { - color: #aaa; + color: #aaa; } .content .code { - width: 100%; - vertical-align: top; - padding-top: 10px; + width: 100%; + vertical-align: top; + padding-top: 10px; } .content .code > .highlight { - position: relative; - padding-left: 10px; + position: relative; + padding-left: 10px; } .content .code > .highlight > pre { - position: relative; - z-index: 2; + position: relative; + z-index: 2; } #highlight_line { - background: #ffffcc; - position: absolute; - left: 0; - right: 0; - width: 100%; - height: 16px; - z-index: 1; + background: #ffffcc; + position: absolute; + left: 0; + right: 0; + width: 100%; + height: 16px; + z-index: 1; } #file-info { - display: none; + display: none; } /* highlighting theme */ @@ -150,77 +146,77 @@ body { /* based on https://bitbucket.org/kevinburke/markdowncss/overview */ .markdownrender { - padding: 0 12px; + padding: 0 12px; } .markdownrender h1, .markdownrender h2, .markdownrender h3, .markdownrender h4 { - color: #111111; - font-weight: 400; + color: #111111; + font-weight: 400; } .markdownrender h1, .markdownrender h2, .markdownrender h3, .markdownrender h4, .markdownrender p { - margin-bottom: 24px; - padding: 0; + margin-bottom: 24px; + padding: 0; } .markdownrender h1 { - font-size: 2.5em; + font-size: 2.5em; } .markdownrender h2 { - font-size: 2em; - margin: 24px 0 6px; + font-size: 2em; + margin: 24px 0 6px; } .markdownrender h3 { - font-size: 1.7em; + font-size: 1.7em; } .markdownrender h4 { - font-size: 1.5em; + font-size: 1.5em; } .markdownrender h5 { - font-size: 1.3em; + font-size: 1.3em; } .markdownrender li { - line-height: 1.5em; + line-height: 1.5em; } .markdownrender li ul, .markdownrender li ul { - margin-left: 24px; + margin-left: 24px; } .markdownrender p, .markdownrender ul, .markdownrender ol { - font-size: 0.9em; - line-height: 1.5em; - max-width: 740px; + font-size: 0.9em; + line-height: 1.5em; + max-width: 740px; } .markdownrender pre { - padding: 0px 24px; - max-width: 800px; - white-space: pre-wrap; + padding: 0px 24px; + max-width: 800px; + white-space: pre-wrap; } .markdownrender code { - font-family: Consolas, Monaco, Andale Mono, monospace; - line-height: 1.2em; - font-size: 0.85em; + font-family: Consolas, Monaco, Andale Mono, monospace; + line-height: 1.2em; + font-size: 0.85em; } .markdownrender aside { - display: block; - float: right; - width: 390px; + display: block; + float: right; + width: 390px; } .markdownrender blockquote { - border-left: 0.5em solid #d6d6d6; - padding: 0 1em; - margin-left:0; - max-width: 676px; - background: #f6f6f6; + border-left: 0.5em solid #d6d6d6; + padding: 0 1em; + margin-left:0; + max-width: 676px; + background: #f6f6f6; } .markdownrender blockquote cite { - font-size:0.85em; - line-height:1.3em; - color:#bfbfbf; + font-size:0.85em; + line-height:1.3em; + color:#bfbfbf; } .markdownrender blockquote p { - color: #666; - max-width: 660px; + color: #666; + max-width: 660px; } .markdownrender hr { - width: 740px; - text-align: left; - margin: 0 auto 0 0; - color: #999; + width: 740px; + text-align: left; + margin: 0 auto 0 0; + color: #999; } |