css skin fix: visited was not set which caused bad colors on new-user

menu design.
pull/1/head
Michael Peter Christen 11 years ago
parent cfb20bc0ce
commit f510fb82dd

@ -71,14 +71,17 @@ h4 {
} }
a:link { a:link {
color:#18294A;
text-decoration:underline; text-decoration:underline;
} }
a:visited { a:visited {
color:#18294A;
text-decoration:underline; text-decoration:underline;
} }
a:hover { a:hover {
color:#18294A;
text-decoration:underline; text-decoration:underline;
} }

@ -11,7 +11,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#9cdeed;
background-color:transparent;
}
a:hover {
color: #52943e; color: #52943e;
background-color:transparent; background-color:transparent;
} }
@ -199,7 +204,7 @@ form.search.small h2 {
font-weight:normal; font-weight:normal;
color:#ffffff; color:#ffffff;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:hover {
color:#ffffff; color:#ffffff;
} }
@ -210,7 +215,7 @@ form.search.small h2 {
.searchresults .url a { .searchresults .url a {
color:#808080; color:#808080;
} }
.searchresults .url a:link:hover { .searchresults .url a:hover {
color:#808080; color:#808080;
} }

@ -28,7 +28,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#A3CC8B;
background-color:transparent;
}
a:hover {
color: #38A535; color: #38A535;
background-color:transparent; background-color:transparent;
} }
@ -220,7 +225,7 @@ form.search.small h2 {
font-weight:normal font-weight:normal
color:#FFFFFF; color:#FFFFFF;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:hover {
color:#FFFFFF; color:#FFFFFF;
} }
@ -231,7 +236,7 @@ form.search.small h2 {
.searchresults .url a { .searchresults .url a {
color:#008000; color:#008000;
} }
.searchresults .url a:link:hover { .searchresults .url a:hover {
color:#800000; color:#800000;
} }

@ -10,7 +10,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#00008B;
background-color:transparent;
}
a:hover {
color:#0000FF; color:#0000FF;
background-color:transparent; background-color:transparent;
} }

@ -28,7 +28,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#[color_text]#;
background-color:transparent;
}
a:hover {
color: #[color_legend]#; color: #[color_legend]#;
background-color:transparent; background-color:transparent;
} }
@ -220,7 +225,7 @@ form.search.small h2 {
font-weight:normal; font-weight:normal;
color:#[color_searchheadline]#; color:#[color_searchheadline]#;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:hover {
color:#[color_searchheadline]#; color:#[color_searchheadline]#;
} }
@ -231,7 +236,7 @@ form.search.small h2 {
.searchresults .url a { .searchresults .url a {
color:#[color_searchurl]#; color:#[color_searchurl]#;
} }
.searchresults .url a:link:hover { .searchresults .url a:hover {
color:#[color_searchurlhover]#; color:#[color_searchurlhover]#;
} }
@ -306,7 +311,7 @@ legend a:link {
color:white; color:white;
} }
legend a:link:hover { legend a:hover {
color:white; color:white;
} }

@ -10,7 +10,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#000000;
background-color:transparent;
}
a:hover {
color:#0f80b3; color:#0f80b3;
/*color:#fd921e;*/ /*color:#fd921e;*/
background-color:transparent; background-color:transparent;

@ -8,11 +8,11 @@ a:link {
color:#5f5f5f; color:#5f5f5f;
} }
a:link:hover { a:visited {
color:#2f2f2f; color:#2f2f2f;
} }
a:visited{ a:hover {
color:#2f2f2f; color:#2f2f2f;
} }

@ -7,7 +7,12 @@ body {
a:link { a:link {
color:#186B1B; color:#186B1B;
} }
a:link:hover
a:visited {
color:#186B1B;
}
a:hover
{ {
color:#186B1B; color:#186B1B;
} }

@ -10,7 +10,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#18294A;
background-color:transparent;
}
a:hover {
color: #65AC2A; color: #65AC2A;
background-color:transparent; background-color:transparent;
} }
@ -204,7 +209,7 @@ form.search.small h2 {
font-weight:normal; font-weight:normal;
color:#2200CC; color:#2200CC;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:hover {
color:#2200CC; color:#2200CC;
} }
@ -215,7 +220,7 @@ form.search.small h2 {
.searchresults .url a { .searchresults .url a {
color:#008000; color:#008000;
} }
.searchresults .url a:link:hover { .searchresults .url a:hover {
color:#008000; color:#008000;
} }
@ -290,7 +295,7 @@ legend a:link {
color:white; color:white;
} }
legend a:link:hover { legend a:hover {
color:white; color:white;
} }

@ -10,7 +10,12 @@ a:link {
background-color:transparent; background-color:transparent;
} }
a:link:hover { a:visited {
color:#18294A;
background-color:transparent;
}
a:hover {
color: #5cb85c; color: #5cb85c;
background-color:transparent; background-color:transparent;
} }
@ -199,7 +204,7 @@ form.search.small h2 {
text-decoration:none; text-decoration:none;
color:#1c65ba; color:#1c65ba;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:hover {
font-weight:bold; font-weight:bold;
text-decoration:underline; text-decoration:underline;
color:#1c65ba; color:#1c65ba;
@ -213,7 +218,7 @@ form.search.small h2 {
text-decoration:none; text-decoration:none;
color:#3c7a3c; color:#3c7a3c;
} }
.searchresults .url a:link:hover { .searchresults .url a:hover {
text-decoration:underline; text-decoration:underline;
color:#3c7a3c; color:#3c7a3c;
} }
@ -289,7 +294,7 @@ legend a:link {
color:white; color:white;
} }
legend a:link:hover { legend a:hover {
color:white; color:white;
} }

@ -9,15 +9,15 @@ a:link {
color:#336633; color:#336633;
} }
a:link:hover { a:visited {
color:#339933;
}
a:hover {
color:#009900; color:#009900;
text-decoration:underline; text-decoration:underline;
} }
a:link:visited {
color:#339933;
}
/* Menu */ /* Menu */

@ -1 +1 @@
/* Skin vega-aqua */ /* This file is maintained by Thomas S<><53><EFBFBD><EFBFBD> <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; } .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<><53><EFBFBD><EFBFBD> <th-suess@gmx.de> */ body { background-color:#FFFFFF; color:black; } a:link { color:#00008B; background-color:transparent; } a:visited { color:#00008B; background-color:transparent; } a: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; } .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