added themeing and minor fixes

This commit is contained in:
wagoodman 2016-12-26 09:59:14 -05:00
parent 29d732b85f
commit d275b2b468
25 changed files with 159 additions and 1236 deletions

41
deps/diff.css vendored
View file

@ -21,40 +21,6 @@ body {
box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
}
/*
These styles are used to highlight each diff line.
Note: for partial like highlight change to "display:block-inline"
*/
span.left_diff_change {
background-color: #FFE5B5;
display: block
}
span.left_diff_add {
background-color: #eeeeee;
display: block
}
span.left_diff_del {
background-color: #ffdddd;
display: block
}
span.lineno_q {
display: block;
}
span.right_diff_change {
background-color: #FFE5B5;
display: block
}
span.right_diff_add {
background-color: #ddffdd;
display: block
}
span.right_diff_del {
background-color: #eeeeee;
display: block
}
span.clearbg {
background-color: transparent;
}
/*
These styles are used to modify the containing area is placed/displayed.
*/
@ -194,9 +160,14 @@ input.toggle-yes-no:checked + label:after {
div#maincontainer {
overflow-x: auto;
width: 106em;
margin: 20px 0 0 15px;
}
.page-80-width {
width: 106em;
}
.page-full-width {
width: auto;
}
.codefiletab {
font-family: calibri, "Trebuchet MS", Helvetica, sans-serif;
background-color: transparent;