File: View.css

package info (click to toggle)
pkgdiff 1.8-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 428 kB
  • sloc: xml: 3,918; perl: 3,794; sh: 705; javascript: 82; makefile: 19
file content (37 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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
body {
    margin:0.4em;
}

.view {
    cursor:text;
    /*margin-top:7px;*/
    font-family:Consolas, 'DejaVu Sans Mono', 'Droid Sans Mono', Monaco, Monospace;
    background-color:White;
    word-wrap:break-word;
    background-color: #FFF;
    max-width:100em;
    display: inline-block;
    text-align:left;
    white-space:pre-wrap;
}

.header, .plain {
    background-color:Orange;
    text-align:center;
    font-weight:bold;
    padding-left:1em;
    padding-right:1em;
}

.plain {
    background-color:#BFEFFF;
    width:0px;
}

.add {
    background-color:#C6DEFF;
}

.rm {
    background-color:#FFCCCC;
}