summaryrefslogtreecommitdiff
path: root/includes/jpeg_metadata_tk/documentation/style.css
blob: ae5ccff0b14fed1a762940b95bdedafa300eee75 (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
body {
        margin:0 0 0 0;
        background: #A4C7A0;
}

.headerbar {    background:#505060;
                color:#C0C070;
        }
.maintext {     margin-left:10%;
                margin-right:10%;
        }
                

a:link {
  color: #00f;
  background: transparent;
}

a:visited {
  color: #800080;
  background: transparent;
}

a:active {
  color: green;
  background: #FFD700
}