lots of old and new edits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7960 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eb148c0168
commit
fa24eb940a
1 changed files with 48 additions and 0 deletions
|
@ -49,6 +49,10 @@ A {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.bgbox {
|
.bgbox {
|
||||||
left-border-width: 1px;
|
left-border-width: 1px;
|
||||||
border-color: #000000;
|
border-color: #000000;
|
||||||
|
@ -64,6 +68,11 @@ A {
|
||||||
font-size: 7pt;
|
font-size: 7pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.building {
|
||||||
|
text-align: center;
|
||||||
|
background-color: #d6d6f5
|
||||||
|
}
|
||||||
|
|
||||||
.buildok {
|
.buildok {
|
||||||
background-color: #00ff00;
|
background-color: #00ff00;
|
||||||
}
|
}
|
||||||
|
@ -161,3 +170,42 @@ td.toolscat {
|
||||||
background-color: #90afe3;
|
background-color: #90afe3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.twikiDiffLineNumberHeader {
|
||||||
|
background-color: #d6e6f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.twikiDiffChangedHeader {
|
||||||
|
background-color: #d0ffd0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.twikiDiffDeletedMarker {
|
||||||
|
background-color: #e81412;
|
||||||
|
}
|
||||||
|
|
||||||
|
.twikiDiffAddedMarker {
|
||||||
|
background-color: #25e914;
|
||||||
|
}
|
||||||
|
|
||||||
|
.twikiDiffUnchangedText {
|
||||||
|
background-color: #b6c6e5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.twikibar {
|
||||||
|
border: 2px outset white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bstamp {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bstamp:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blink {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blink:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue