/* * * Diff to HTML (diff2html.css) * Author: rtfpessoa * Date: Friday 29 August 2014 * Last Update: Saturday 6 September 2014 * */ #d2h-wrapper { display: block; margin: 0 auto; text-align: left; width: 900px; } .d2h-file-wrapper { border: 1px solid #ddd; border-radius: 3px; margin-bottom: 1em; } .d2h-file-header { padding: 5px 10px; border-bottom: 1px solid #d8d8d8; background-color: #f7f7f7; font: 13px Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; } .d2h-file-stats { display: inline-block; font-size: 12px; text-align: center; width: 70px; } .d2h-lines-added { display: inline-block; background-color: #ceffce; border: 1px solid #b4e2b4; color: #399839; border-radius: 5px 0 0 5px; padding: 2px; width: 25px; } .d2h-lines-deleted { display: inline-block; background-color: #f7c8c8; border: 1px solid #e9aeae; color: #c33; border-radius: 0 5px 5px 0; padding: 2px; width: 25px; } .d2h-file-name { display: inline-block; height: 33px; line-height: 33px; width: 750px; } .d2h-file-diff > div { width: 100%; } .d2h-diff-table { border-collapse: collapse; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; height: 18px; line-height: 18px; } .d2h-code-line { white-space: pre; padding-left: 10px; padding-right: 10px; height: 18px; line-height: 18px; width: 776px; overflow: hidden; } .d2h-code-line del { display: inline-block; margin-top: -1px; text-decoration: none; background-color: #f99; font-weight: 700; border-radius: 0.2em; } .d2h-code-line ins { display: inline-block; margin-top: -1px; text-decoration: none; background-color: #6f7; font-weight: 700; border-radius: 0.2em; } .d2h-code-linenumber { width: 1%; min-width: 30px; padding-left: 10px; padding-right: 10px; height: 18px; line-height: 18px; color: rgba(0, 0, 0, 0.3); text-align: right; border: solid #eeeeee; border-width: 0 1px 0 0; cursor: pointer; } .d2h-del { background-color: #f7c8c8; border-color: #e9aeae; } .d2h-ins { background-color: #ceffce; border-color: #b4e2b4; } .d2h-info { background-color: #f8fafd; color: rgba(0, 0, 0, 0.3); border-color: #d5e4f2; }