File: index.css

package info (click to toggle)
libguestfs 1%3A1.48.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 98,368 kB
  • sloc: ansic: 376,405; ml: 38,310; sh: 10,217; java: 9,578; cs: 6,328; haskell: 5,674; makefile: 5,165; python: 3,800; perl: 2,454; erlang: 2,446; ruby: 350; xml: 303; pascal: 257; javascript: 157; cpp: 10
file content (61 lines) | stat: -rw-r--r-- 852 bytes parent folder | download | duplicates (10)
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
50
51
52
53
54
55
56
57
58
59
60
61
p {
    text-align: justify;
}

div.right {
    border: 1px solid #009df8;
    background: #ffe;
    width: 30em;
    float: right;
    clear: right;
    font-size: small;
    padding: 1em;
    margin-left: 1em;
    margin-top: 1em;
    margin-right: 0.5em;
}

div.right h2 {
    font-size: small;
    border-bottom: none;
}

div.right li, div.right p {
    width: 25em;
}

div.right img {
    float: left;
    margin-right: 1em;
    border: none;
}

div.right pre {
    background: #fcfcee;
}

p.latest {
    text-align: right;
}

img#logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

body {
    margin: 0px;
    padding: 0px;
}

h1 {
    height: 66px;
    margin: 0px;
    padding: 4px;
    margin-right: 162px;
    border-bottom: none;
    background-color: #009df8;
    color: #ffffa0;
    text-shadow:0 -0.8px 1px rgba(0,0,0,0.5);
}