~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Martin Albisetti
  • Date: 2008-12-09 17:36:09 UTC
  • mfrom: (253.2.1 trunk)
  • Revision ID: argentina@gmail.com-20081209173609-vzkq72abocxwkzbi
Use configobj from bzr rather than external configobj. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Info Box*/
 
2
#infoContainer {
 
3
        width:970px;
 
4
        padding:10px 10px 0px 10px;
 
5
        margin:0px 0px 10px 0px;
 
6
        color:#666;
 
7
        background:#fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
 
8
        border:1px solid #b7b7b7;
 
9
}
 
10
ul#list-files {
 
11
        float:right;
 
12
        width:460px;
 
13
        list-style:none;
 
14
        margin:0px;
 
15
        padding:0px;
 
16
        font:normal 11px/normal sans-serif;
 
17
        color:#000;
 
18
}
 
19
ul#list-files li {
 
20
        width:440px;
 
21
        padding:2px 0px 2px 20px;
 
22
        margin:0px 0px 2px 8px;
 
23
        background:url(../images/ico_file.gif) 2px 0px no-repeat;
 
24
}
 
25
ul#list-files li.desc {
 
26
    margin-left: 0;
 
27
        background:url(../images/ico_description.gif) 0px 0px no-repeat;
 
28
}
 
29
#infTxt {
 
30
        float:left;
 
31
        width:493px;
 
32
        margin:0px 0px 5px 0px;
 
33
}
 
34
.information, .comiter, .timer, .mfrom, .mto, .revid {
 
35
        clear:both;
 
36
        margin:0px;
 
37
        padding:0px 0px 2px 18px;
 
38
        font:normal 11px/1.3 sans-serif;
 
39
        color:#666;
 
40
        background:url(../images/ico_description.gif) no-repeat top left;
 
41
}
 
42
.revid {
 
43
    padding:1px 0px 0px 18px;
 
44
    margin:0px 10px 5px 0px;
 
45
}
 
46
.comiter, .mfrom, .mto {
 
47
        color:#000;
 
48
        padding:1px 0px 0px 18px;
 
49
        margin:0px 10px 5px 0px;
 
50
        float:left;
 
51
        display:inline;
 
52
        background:url(../images/ico_committer.gif) no-repeat 2px 0px;
 
53
}
 
54
.timer {
 
55
        margin:0px 10px 5px 0px;
 
56
        padding:1px 0px 0px 18px;
 
57
        float:left;
 
58
        clear:none;
 
59
        display:inline;
 
60
        background:url(../images/ico_time.gif) no-repeat top left;
 
61
}
 
62
.mfrom {
 
63
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
 
64
}
 
65
.mto {
 
66
        background:url(../images/ico_mergeto.gif) no-repeat top left;
 
67
}
 
68
/**/
 
69
#loggerheadCont p.expand, #loggerheadCont p.expand a, #loggerheadCont p.expand a:link, #loggerheadCont p.expand a:visited, #loggerheadCont p.expand a:hover {
 
70
        color:#0f6b97;
 
71
        text-decoration:none;
 
72
        margin-right:10px;
 
73
        float:left;     
 
74
}
 
75
#loggerheadCont p.codin, #loggerheadCont p.codin a, #loggerheadCont p.codin a:link, #loggerheadCont p.codin a:visited, #loggerheadCont p.codin a:hover {
 
76
        color:#000;
 
77
        font-size:12px;
 
78
        text-decoration:none;
 
79
        margin-right:10px;
 
80
        float:left;     
 
81
}
 
82
/*Diff Boxes*/
 
83
.diffBox {
 
84
        width:100%;
 
85
        padding:6px 0%;
 
86
        background:#eef6fa;
 
87
        border:1px solid #d2d2d2;
 
88
        margin:10px 0px 0px 0px;
 
89
}
 
90
.diffBox img {
 
91
        vertical-align:middle;
 
92
}
 
93
.diffBox a, .diffBox a:link, .diffBox a:visited, .diffBox a:hover {
 
94
        text-decoration:none;
 
95
}
 
96
.diff {
 
97
    margin: 2em 0 2em 0;
 
98
}
 
99
.lineNumber {
 
100
        float:left;
 
101
        width:2%;
 
102
        padding:0px 1%; 
 
103
        border-right:1px solid #d5d5d5;
 
104
        border-left:1px solid #d5d5d5;
 
105
        color:#000;
 
106
        background:#f8fbfd;
 
107
        font:normal 12px/1.8 monospace;
 
108
        text-align:right;
 
109
}
 
110
.lineCode, .removecode, .addcode {
 
111
        float:left;
 
112
        width:43%;
 
113
        padding:0px 1%; 
 
114
        color:#000;
 
115
        background:#fff;
 
116
        font:normal 12px/1.8 monospace;
 
117
}
 
118
.delete, .insert {
 
119
        display:block;
 
120
        background:#ff7f7f;
 
121
}
 
122
.insert {
 
123
        background:#92ed92;
 
124
}
 
125
.separate {
 
126
    height: 2em;
 
127
    background: #e3e3e3;
 
128
}
 
129
ul#pages {
 
130
        margin-top:10px;
 
131
}
 
132
/*Foot Links*/
 
133
#loggerheadCont p.lpandbzr {
 
134
        float:left;
 
135
        padding:3px 0px 0px 0px;
 
136
        margin-top:10px;
 
137
}