aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
blob: c9d99a51bfde5a94cd3ed776f2ab85a01b5ed949 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* SiSU table output stylesheet */
  body {
    color: black;
    background: "#ffffff";
  }
  p {
    display: block;
    line-height: 1.5;
    font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
  }
  a:link {
    color: #003399;
    text-decoration: none;
  }
  a:visited {
    color: #003399;
    text-decoration: none;
    /* background-color: #e3ecef; */
  }
  a:hover {
    color: #000000;
    text-decoration: underline;
    background-color: #fff3b6;
  }
  a:active {
    color: #003399;
    text-decoration: underline;
  }