aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu/css/index.css
blob: 7062e369028b2c5fa9a5593d60313ec828383d8e (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
29
30
31
32
33
34
35
36
37
  body {color: black; background: "#ffffff"; margin:10px 10px 0px 10px; padding:0px;}
  p { line-height: 1.5 }
  a:link      {color: #003399;   text-decoration: none; }
  a:visited       {color: #003399;   text-decoration: none; }
  a:hover {color: #000000; text-decoration: underline; background-color: #fff3b6;}
  a:active {color: #003399; text-decoration: underline;}
  #banner {
    background:"#ffffff";
  }
  #column_left {
    width:25%;
    float:left;
    background:#b9d4dd;
    padding-bottom:10px;
  }
  #column_center {
    width:55%;
    float:left;
    background:"#ffffff";
    padding-bottom:10px;
  }
  #column_right {
    width:20%;
    float:left;
    background:#b9d4dd;
    padding-bottom:10px;
  }
  p,h1,pre {
    font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
    margin:0px 10px 10px 10px;
  }
  h1 {
    font-size:14px;
    padding-top:10px;
  }
  #column_right p { font-size:12px}
  #banner h1 { margin:0px; padding:10px}