~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

Merged from trunk, resolved billions of conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Sub menu tabs*/
 
2
ul#submenuTabs {
 
3
        width:100%;
 
4
        height:24px;
 
5
        list-style:none;
 
6
        color:#fff;
 
7
        background:#fff;
 
8
        margin:0px;
 
9
        padding:10px 0%;
 
10
}
 
11
ul#submenuTabs li a:link, ul#submenuTabs li a:visited {
 
12
        float:left;
 
13
        display:inline;
 
14
        height:22px;
 
15
        padding:2px 15px 0px 15px;
 
16
        font:normal 14px/1.5 sans-serif;
 
17
        text-align:center;
 
18
        color:#fff;
 
19
        text-decoration:none;
 
20
        background:#d18b39;
 
21
}
 
22
ul#submenuTabs li {
 
23
        float:left;
 
24
        display:inline;
 
25
        margin-left:1px;
 
26
        color:#fff;
 
27
        background:#d18b39;
 
28
}
 
29
ul#submenuTabs li a:hover {
 
30
        float:left;
 
31
        display:inline;
 
32
        color:#fff;
 
33
        background:#d18b39;
 
34
        text-decoration:underline;
 
35
}
 
36
ul#submenuTabs li#inicio a, ul#submenuTabs li#inicio a:link, ul#submenuTabs li#inicio a:visited, ul#submenuTabs li#inicio a:hover {
 
37
        background:#d18b39 url(../images/bg_submenuTabs.gif) top left no-repeat;
 
38
}
 
39
ul#submenuTabs li#final a, ul#submenuTabs li#final a:link, ul#submenuTabs li#final a:visited, ul#submenuTabs li#final a:hover {
 
40
        background:#d18b39 url(../images/bg_submenuTabs.gif) bottom right no-repeat;
 
41
}
1
42
/*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;
 
43
#infoContainer {
 
44
        width:970px;
 
45
        padding:10px 10px 0px 10px;
 
46
        margin:0px 0px 10px 0px;
 
47
        color:#666;
 
48
        background:#fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
 
49
        border:1px solid #b7b7b7;
9
50
}
10
51
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;
 
52
        float:right;
 
53
        width:460px;
 
54
        list-style:none;
 
55
        margin:0px;
 
56
        padding:0px;
 
57
        font:normal 11px/normal sans-serif;
 
58
        color:#000;
18
59
}
19
60
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;
 
61
        width:440px;
 
62
        padding:2px 0px 2px 20px;
 
63
        margin:0px 0px 2px 0px;
 
64
        background:url(../images/ico_file.gif) 2px 0px no-repeat;
28
65
}
29
66
#infTxt {
30
 
    float:left;
31
 
    width:493px;
32
 
    margin:0px 0px 5px 0px;
 
67
        float:left;
 
68
        width:493px;
 
69
        margin:0px 0px 5px 0px;
33
70
}
34
 
.information, .committer, .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;
 
71
.information, .comiter, .timer, .mfrom, .revid {
 
72
        clear:both;
 
73
        margin:0px;
 
74
        padding:0px 0px 2px 18px;
 
75
        font:normal 11px/1.3 sans-serif;
 
76
        color:#666;
 
77
        background:url(../images/ico_description.gif) no-repeat top left;
41
78
}
42
79
.revid {
43
80
    padding:1px 0px 0px 18px;
44
81
    margin:0px 10px 5px 0px;
45
82
}
46
 
.committer, .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;
 
83
.comiter, .mfrom {
 
84
        clear:none;
 
85
        color:#000;
 
86
        padding:1px 0px 0px 18px;
 
87
        margin:0px 10px 5px 0px;
 
88
        float:left;
 
89
        display:inline;
 
90
        background:url(../images/ico_committer.gif) no-repeat 2px 0px;
53
91
}
54
92
.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;
 
93
        margin:0px 10px 5px 0px;
 
94
        padding:1px 0px 0px 18px;
 
95
        float:left;
 
96
        clear:none;
 
97
        display:inline;
 
98
        background:url(../images/ico_time.gif) no-repeat top left;
61
99
}
62
100
.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;
 
101
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
67
102
}
68
103
/**/
69
104
#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;
 
105
        color:#0f6b97;
 
106
        text-decoration:none;
 
107
        margin-right:10px;
 
108
        float:left;     
74
109
}
75
110
#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;
 
111
        color:#000;
 
112
        font-size:12px;
 
113
        text-decoration:none;
 
114
        margin-right:10px;
 
115
        float:left;     
81
116
}
82
117
/*Diff Boxes*/
83
118
.diffBox {
84
 
    width:100%;
85
 
    padding:6px 0%;
86
 
    background:#eef6fa;
87
 
    border:1px solid #d2d2d2;
88
 
    margin:10px 0px 0px 0px;
 
119
        width:100%;
 
120
        padding:6px 0%;
 
121
        background:#eef6fa;
 
122
        border:1px solid #d2d2d2;
 
123
        margin:10px 0px 0px 0px;
89
124
}
90
125
.diffBox img {
91
 
    vertical-align:middle;
 
126
        vertical-align:middle;
92
127
}
93
128
.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
 
.diffinfo {
100
 
    overflow: hidden;
 
129
        text-decoration:none;
101
130
}
102
131
.lineNumber {
103
 
    width:2%;
104
 
    border-right:1px solid #d5d5d5;
105
 
    border-left:1px solid #d5d5d5;
106
 
    background:#f8fbfd;
107
 
    text-align:right;
108
 
}
109
 
.unified .lineNumber.second {
110
 
    border-left:0px;
111
 
}
112
 
.code, .lineNumber {
113
 
    float:left;
114
 
    padding:0px 1%;
115
 
    color:#000;
116
 
    font:normal 12px/1.8 monospace;
117
 
}
118
 
.blank {
119
 
    float: left;
120
 
    padding:0px 1%;
121
 
}
122
 
.unified .code { width:89%; }
123
 
.sbs .code, .blank {
124
 
    width:43%;
125
 
    overflow: hidden;
126
 
}
127
 
.unified .insert-row .lineNumber.first {
128
 
    background:#c9ffc9;
129
 
}
130
 
.unified .delete-row .lineNumber.second {
131
 
    background:#ffbfbf;
132
 
}
133
 
.code.insert, .insert-row .lineNumber.second, .both-row .lineNumber.second {
134
 
    background:#92ed92;
135
 
}
136
 
.code.delete, .delete-row .lineNumber.first, .both-row .lineNumber.first {
137
 
    background:#ff7f7f;
138
 
}
139
 
.separate {
140
 
    height: 2em;
141
 
    background: #e3e3e3;
 
132
        float:left;
 
133
        width:2%;
 
134
        padding:0px 1%; 
 
135
        border-right:1px solid #d5d5d5;
 
136
        border-left:1px solid #d5d5d5;
 
137
        color:#000;
 
138
        background:#f8fbfd;
 
139
        font:normal 12px/1.8 'monospace';       
 
140
        text-align:right;
 
141
}
 
142
.lineCode, .removecode, .addcode {
 
143
        float:left;
 
144
        width:43%;
 
145
        padding:0px 1%; 
 
146
        color:#000;
 
147
        background:#fff;
 
148
        font:normal 12px/1.8 'monospace';
 
149
}
 
150
.delete, .insert {
 
151
        display:block;
 
152
        background:#ff7f7f;
 
153
}
 
154
.insert {
 
155
        background:#92ed92;
142
156
}
143
157
ul#pages {
144
 
    margin-top:10px;
 
158
        margin-top:10px;
145
159
}
146
160
/*Foot Links*/
147
161
#loggerheadCont p.lpandbzr {
148
 
    float:left;
149
 
    padding:3px 0px 0px 0px;
150
 
    margin-top:10px;
 
162
        float:left;
 
163
        padding:3px 0px 0px 0px;
 
164
        margin-top:10px;
151
165
}