Browse Source

Aid reading of tables

master
Gintas Grigelionis 7 years ago
parent
commit
e38740431a
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      manual/stylesheets/style.css

+ 7
- 3
manual/stylesheets/style.css View File

@@ -27,12 +27,12 @@ h2 {
h3 { h3 {
font-size: 130%; font-size: 130%;
color: white; color: white;
background-color: #525D76;
background-color: #525d76;
} }


h4 { h4 {
color: white; color: white;
background-color: #828DA6;
background-color: #828da6;
} }


h5 { h5 {
@@ -125,7 +125,7 @@ pre var, code var {
/* highlight console output */ /* highlight console output */
.output { .output {
color: white; color: white;
background: #837A67;
background: #837a67;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
@@ -145,6 +145,10 @@ td {
color: black; color: black;
} }


tr:hover > td {
background-color: whitesmoke;
}

th { th {
background-color: silver; background-color: silver;
color: black; color: black;


Loading…
Cancel
Save