File: index.css

package info (click to toggle)
virt-v2v 2.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,132 kB
  • sloc: ml: 19,674; sh: 7,631; ansic: 6,897; makefile: 3,261; python: 1,114; perl: 852; xml: 114
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);
}