File: Common.css

package info (click to toggle)
abi-tracker 1.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 316 kB
  • sloc: perl: 4,430; javascript: 52; makefile: 19
file content (49 lines) | stat: -rw-r--r-- 598 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
body {
    padding-left:15px;
    padding:5px;
    background-color:White;
    color:Black;
}

h1 {
    font-size:1.7em;
    margin:0px;
    padding:0px;
}

hr {
    color:Black;
    background-color:Black;
    height:1px;
    border:0;
}

.tool {
    font-size:1.55em;
}

a.tool {
    text-decoration:none;
    color:Black;
}

div.sponsor, div.become_sponsor {
    padding-left:80px;
    font-size:1.7em;
    font-weight:bold;
    color:#ACACAC;
}

div.sponsor {
    font-size:1.7em;
}

img.sponsor {
    height:50px;
    padding-left:5px;
}

.rss {
    height:1.2em;
    vertical-align:bottom;
}