Removes an unused CSS entry (.TableCellPassive )

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6653 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
suessthomas 15 years ago
parent 11188cd7eb
commit bc9f32a7b4

@ -58,10 +58,6 @@ div.head h1 {
background-color: #ffbbaa; background-color: #ffbbaa;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #ffbbaa; background-color: #ffbbaa;
} }

@ -26,7 +26,6 @@ div.head h1 { background-color: #333; color: #AAA; }
.TableCellDark { color: #666; background-color: #252525; } .TableCellDark { color: #666; background-color: #252525; }
.TableCellLight { color: #666; background-color: #2C2C2C; } .TableCellLight { color: #666; background-color: #2C2C2C; }
.TableCellSummary { color: #777; background-color: #333; } .TableCellSummary { color: #777; background-color: #333; }
.TableCellPassive { color: #666; background-color: #252525; }
.TableCellActive { color: #666; background-color: #2C2C2C; } .TableCellActive { color: #666; background-color: #2C2C2C; }
/* Blog and Wiki*/ /* Blog and Wiki*/

@ -59,10 +59,6 @@ div.head h1 {
background-color: #0f80b3; background-color: #0f80b3;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #ffbbaa; background-color: #ffbbaa;
} }

@ -58,10 +58,6 @@ div.head h1 {
background-color: #ffbbaa; background-color: #ffbbaa;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #d0d0d0; background-color: #d0d0d0;
} }

@ -58,10 +58,6 @@ div.head h1
font-weight:bold; font-weight:bold;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #E1E5B1; background-color: #E1E5B1;
} }

@ -84,10 +84,6 @@ table {
border:1px solid #888888; border:1px solid #888888;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #ffbbaa; background-color: #ffbbaa;
} }

@ -64,10 +64,6 @@ div.head h1 {
background-color: #ffbbaa; background-color: #ffbbaa;
} }
.TableCellPassive {
background-color: lightgrey;
}
.TableCellActive { .TableCellActive {
background-color: #d0d0d0; background-color: #d0d0d0;
} }

@ -1 +1 @@
/* Skin vega-aqua */ /* This file is maintained by Thomas Süß <th-suess@gmx.de> */ body { background-color:#FFFFFF; color:black; } a:link { color:#00008B; background-color:transparent; } a:link:hover { color:#0000FF; background-color:transparent; } /* Menu */ .menugroup h3, .SubMenugroup h3, .SubMenu h3 { background-color: #a3a9b7; color: black; } a.MenuItemLink, ul.SubMenu em { background-color: #ccd2de; color: black; } a:hover.MenuItemLink { color:#0088BB; background-color:transparent; } /* Head */ div.head h1 { background-color: #a3a9b7; border-bottom-style: solid; border-bottom-width: 1px; border-color: #6a7180; color: #000000; } /* Tables */ .TableHeader { background-color: #a3a9b7; } .TableCellDark { background-color: #c2c8d4; } .TableCellLight { background-color: #ccd2de; } .TableCellSummary { background-color: #ffbbaa; } .TableCellPassive { background-color: lightgrey; } .TableCellActive { background-color: #ffbbaa; } /* Blog and Wiki*/ .Post { background-color: #eee; } .PostSubject { background-color: #a3a9b7; border-color: #6a7180; border-style: solid; border-width: 1px; } .PostSubject a { color: black; } .PostInfo { background-color: #ccd2de; } /* Wiki */ .WikiTOCBox { border: 1px solid #aaa; background-color: #FFFFFF; } a.unknown { color: #990000; } a.known { color: #009900; } a.extern { color: #000099; } /* in Bookmarks */ .bookmark { border-bottom-color: #000; border-bottom-style: dashed; border-bottom-width: 1px; } a.bookmarkTitle { color: #4070a0; } a:hover.bookmarkTitle { color: #4070a0; } a.bookmarkTags { color: #007050; } a:hover.bookmarkTags { color: #4070a0; } a.bookmarkAction { color: #999999; } .Tags { border-left-style: solid; border-left-width: 2px; } .diff { background-color: #E8E8EE; } .diff .unchanged { color: #333; } .diff .added { color: #090; background-color: #B5F0B5; } .diff .deleted { color: #B00; background-color: #F9B5B5; } /* in Status.html */ .ProgressBar { border: #6a7180 solid 1px; } div.ProgressBarFill { background-color: #71d500; } /* Copyright info */ .info { border-top:1px solid gray; } /* Searchresults */ form.search.small h2 { border-bottom:1px solid #CAD5E3; } .searchresults { /*border-top:1px #000 dashed;*/ } .searchresults h4 a { font-size:1.1em; text-decoration:underline; } .searchresults .url a { color:#008000; } .snippetLoading { color:#999999; } .snippetLoaded strong { background:#dddddd; } .snippetError { color:red; } .searchHighlight1 { font-weight: bold; color: #FFFF64; } .searchHighlight2 { font-weight: bold; color: #FF9B9B; } .searchHighlight3 { font-weight: bold; color: #0F0; } .searchHighlight4 { font-weight: bold; color: #0FF; } .searchHighlight5 { font-weight: bold; color: #C90; } .searchHighlight6 { font-weight: bold; color: #C9F; } /* other */ .settingsValue { color:#556699; } .Headline { background-color: #4070a0; color: white; } .Heading { background-color: #a3a9b7; border-bottom-style: solid; border-bottom-width: 1px; border-color: #6a7180; } .error, .warning { color:red; } .success { color:green; } .Message { background-color: #eeeeee; } .example { background-color:#D3D3D3; } .hides:hover .hoverShow { background-color: #FFFFFF; } /* Log */ body#ViewLog pre { background-color:white; } /* Forms */ fieldset { background-color: #dcdce4; border-color: #6a7180; border-style: solid; border-width: 1px; color: black; } /* input, select, textarea, button { color: black; background-color: white; } */ legend { background-color: #ccd2de; border-color: #6a7180; border-style: solid; border-width: 1px; } form dt, dl.pairs dt { background-color: #c2c8d4; } form dd, dl.pairs dd { background-color: #ccd2de; } /* Skin vega-aqua */ /* This file is maintained by Thomas Süß <th-suess@gmx.de> */ body { background-color:#FFFFFF; color:black; } a:link { color:#00008B; background-color:transparent; } a:link:hover { color:#0000FF; background-color:transparent; } /* Menu */ .menugroup h3, .SubMenugroup h3, .SubMenu h3 { background-color: #a3a9b7; color: black; } a.MenuItemLink, ul.SubMenu em { background-color: #ccd2de; color: black; } a:hover.MenuItemLink { color:#0088BB; background-color:transparent; } /* Head */ div.head h1 { background-color: #a3a9b7; border-bottom-style: solid; border-bottom-width: 1px; border-color: #6a7180; color: #000000; } /* Tables */ .TableHeader { background-color: #a3a9b7; } .TableCellDark { background-color: #c2c8d4; } .TableCellLight { background-color: #ccd2de; } .TableCellSummary { background-color: #ffbbaa; } .TableCellActive { background-color: #ffbbaa; } /* Blog and Wiki*/ .Post { background-color: #eee; } .PostSubject { background-color: #a3a9b7; border-color: #6a7180; border-style: solid; border-width: 1px; } .PostSubject a { color: black; } .PostInfo { background-color: #ccd2de; } /* Wiki */ .WikiTOCBox { border: 1px solid #aaa; background-color: #FFFFFF; } a.unknown { color: #990000; } a.known { color: #009900; } a.extern { color: #000099; } /* in Bookmarks */ .bookmark { border-bottom-color: #000; border-bottom-style: dashed; border-bottom-width: 1px; } a.bookmarkTitle { color: #4070a0; } a:hover.bookmarkTitle { color: #4070a0; } a.bookmarkTags { color: #007050; } a:hover.bookmarkTags { color: #4070a0; } a.bookmarkAction { color: #999999; } .Tags { border-left-style: solid; border-left-width: 2px; } .diff { background-color: #E8E8EE; } .diff .unchanged { color: #333; } .diff .added { color: #090; background-color: #B5F0B5; } .diff .deleted { color: #B00; background-color: #F9B5B5; } /* in Status.html */ .ProgressBar { border: #6a7180 solid 1px; } div.ProgressBarFill { background-color: #71d500; } /* Copyright info */ .info { border-top:1px solid gray; } /* Searchresults */ form.search.small h2 { border-bottom:1px solid #CAD5E3; } .searchresults { /*border-top:1px #000 dashed;*/ } .searchresults h4 a { font-size:1.1em; text-decoration:underline; } .searchresults .url a { color:#008000; } .snippetLoading { color:#999999; } .snippetLoaded strong { background:#dddddd; } .snippetError { color:red; } .searchHighlight1 { font-weight: bold; color: #FFFF64; } .searchHighlight2 { font-weight: bold; color: #FF9B9B; } .searchHighlight3 { font-weight: bold; color: #0F0; } .searchHighlight4 { font-weight: bold; color: #0FF; } .searchHighlight5 { font-weight: bold; color: #C90; } .searchHighlight6 { font-weight: bold; color: #C9F; } /* other */ .settingsValue { color:#556699; } .Headline { background-color: #4070a0; color: white; } .Heading { background-color: #a3a9b7; border-bottom-style: solid; border-bottom-width: 1px; border-color: #6a7180; } .error, .warning { color:red; } .success { color:green; } .Message { background-color: #eeeeee; } .example { background-color:#D3D3D3; } .hides:hover .hoverShow { background-color: #FFFFFF; } /* Log */ body#ViewLog pre { background-color:white; } /* Forms */ fieldset { background-color: #dcdce4; border-color: #6a7180; border-style: solid; border-width: 1px; color: black; } /* input, select, textarea, button { color: black; background-color: white; } */ legend { background-color: #ccd2de; border-color: #6a7180; border-style: solid; border-width: 1px; } form dt, dl.pairs dt { background-color: #c2c8d4; } form dd, dl.pairs dd { background-color: #ccd2de; }
Loading…
Cancel
Save