File: common_style.css

package info (click to toggle)
cpluff 0.1.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,468 kB
  • sloc: sh: 11,917; ansic: 8,504; makefile: 321; xml: 211; sed: 16
file content (33 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (9)
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
html {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    text-align: justify;
}
a {
    color: inherit;
    background-color: inherit;
}
a:link {
    color: #0000e0;
}
a:visited {
    color: #8000a0;
}
a:hover {
    color: red;
}
img {
    border-style: none;
}
p.footer {
    clear: both;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 1ex;
    text-align: center;
    font-size: smaller;
}
li {
    text-align: left;
}