X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/662a8a111721df714e9c95f94db91d2d03d7b19d..42faac096df5479bd7747d9068eb88d1410d6d34:/platforma/static/css/master.css diff --git a/platforma/static/css/master.css b/platforma/static/css/master.css index 619d3fdd..b1bcdf79 100644 --- a/platforma/static/css/master.css +++ b/platforma/static/css/master.css @@ -1,8 +1,13 @@ a, a:visited, a:active { - color: gold; + color: blue; text-decoration: none; } +a:hover { + text-decoration: underline; +} + + body { margin: 0; overflow: hidden; @@ -327,70 +332,7 @@ p { margin: 0;} padding-right: 5px; } -#history-view table { - width: 80%; - margin: 1em auto; -} - -#history-view .diff_table { - width: 90%; -} - -/* DIFFS */ - .diff_table { - border-width: 1px; - border-style: solid; - border-color: black; - empty-cells: show; - border-spacing: 0px; -} - -.diff_table td { - border-width: 0px 1px 1px 0px; - border-style: dotted; - border-color: grey; - - font-size: 10px; - line-height: 20px; - font-family: monospace; - padding: 0px; - white-space:pre-line; - /*word-wrap:break-word; - word-break:break-all; */ -} - -.diff_table th { - border-width: 0px 1px 1px 0px; - border-style: solid; - border-color: black; - background: #e5ffe5; -} - -/* .diff_table td.left, .diff_table td.right { - width: 50%; -}*/ - -.diff_table tr.change { - background-color: #dcdcdc; - -} - -.diff_mark { - display: inline-block; - padding: 2px; -} - -.diff_mark_removed { - background-color: #ff9c94; -} -.diff_mark_added { - background-color: #90ee90; -} - -.diff_mark_changed { - background-color: yellow; -} /* * HTML Editor view */