/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/css/diff.css

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Jelmer Vernooij
  • Date: 2023-02-02 11:08:17 UTC
  • mfrom: (545.2.1 lp:loggerhead)
  • Revision ID: otto-copilot@canonical.com-20230202110817-001db22jiwyhfrk3
Fix spelling errors in code

Merged from https://code.launchpad.net/~jelmer/loggerhead/codespell/+merge/436735

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Info Box*/
 
2
.infoContainer {
 
3
    width: 970px;
 
4
    padding: 10px 10px 0 10px;
 
5
    margin: 0 0 10px 0;
 
6
    color: #666;
 
7
    background: #fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
 
8
    border: 1px solid #b7b7b7;
 
9
    border-radius: 13px / 7px; 
 
10
    word-wrap: break-word;
 
11
    }
 
12
ul#list-files {
 
13
    float: right;
 
14
    width: 460px;
 
15
    font-size: 77%;
 
16
    color: #000;
 
17
    }
 
18
ul#list-files li {
 
19
    width: 440px;
 
20
    padding: 2px 0 2px 20px;
 
21
    margin: 0 0 2px 8px;
 
22
    background: url(../images/ico_file.gif) 2px 0 no-repeat;
 
23
    }
 
24
ul#list-files li.desc {
 
25
    margin-left: 0;
 
26
    background: url(../images/ico_description.gif) 0 0 no-repeat;
 
27
    }
 
28
#infTxt {
 
29
    float: left;
 
30
    width: 493px;
 
31
    margin: 0 0 5px 0;
 
32
    font-size:  77%;
 
33
    color: #666;
 
34
    }
 
35
/*Diff Boxes*/
 
36
.diffBox {
 
37
    width: 100%;
 
38
    padding: 6px 0;
 
39
    background: #eef6fa;
 
40
    border: 1px solid #d2d2d2;
 
41
    margin: 10px 0 0 0;
 
42
    border-radius: 5px 5px 8px 0px / 17px 17px 5px 0px;
 
43
    }
 
44
.diffBox img {
 
45
    vertical-align: middle;
 
46
    }
 
47
.diffBox a {
 
48
    text-decoration: none;
 
49
    }
 
50
.diff {
 
51
    margin: 2em 0;
 
52
    }
 
53
.diffinfo {
 
54
    overflow: hidden;
 
55
    border-bottom: 1px solid #d5d5d5;
 
56
    }
 
57
.lineNumber {
 
58
    width: 2.5%;
 
59
    border-width: 0 1px;
 
60
    border-style: solid;
 
61
    border-color: #d5d5d5;
 
62
    background: #f8fbfd;
 
63
    text-align: right;
 
64
    }
 
65
.unified .lineNumber.second {
 
66
    border-left: 0;
 
67
    }
 
68
.code,
 
69
.lineNumber {
 
70
    float: left;
 
71
    padding: 0 1%;
 
72
    color: #000;
 
73
    font-size: 85%;
 
74
    font-family: 'Ubuntu Mono', monospace;
 
75
    }
 
76
.unified .code {
 
77
    width: 87%;
 
78
    }
 
79
.sbs .code {
 
80
    width: 43%;
 
81
    overflow: hidden;
 
82
    }
 
83
.unified .insert-row .lineNumber.first {
 
84
    background: #c9ffc9;
 
85
    }
 
86
.unified .delete-row .lineNumber.second {
 
87
    background: #ffbfbf;
 
88
    }
 
89
.code.insert,
 
90
.insert-row .lineNumber.second,
 
91
.both-row .lineNumber.second {
 
92
    background: #92ed92;
 
93
    }
 
94
.code.delete,
 
95
.delete-row .lineNumber.first,
 
96
.both-row .lineNumber.first {
 
97
    background: #ff7f7f;
 
98
    }
 
99
.separate {
 
100
    height: 2em;
 
101
    background: #e3e3e3;
 
102
    }
 
103
ul#pages {
 
104
    margin-top: 10px;
 
105
    }
 
106
/*Foot Links*/
 
107
#loggerheadCont p.lpandbzr {
 
108
    float: left;
 
109
    padding: 3px 0 0 0;
 
110
    margin-top: 10px;
 
111
    }