removed underline for anchor refs and replaced it with

underline-on-hover. Please update your style (switch and switch back)
pull/1/head
Michael Peter Christen 11 years ago
parent 1fe26550a0
commit a25799f735

@ -71,17 +71,22 @@ h4 {
} }
a:link { a:link {
text-decoration:underline; text-decoration:none;
} }
a:visited { a:visited {
text-decoration:underline; text-decoration:none;
}
a:visited {
text-decoration:none;
} }
a:hover { a:hover {
text-decoration:underline; text-decoration:underline;
} }
/* mark external links */ /* mark external links */
a[href^="http://"], a[href^="https://"] { a[href^="http://"], a[href^="https://"] {
background: url(/env/grafics/external.png) center right no-repeat; background: url(/env/grafics/external.png) center right no-repeat;

@ -197,7 +197,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal; font-weight:normal;
text-decoration:underline;
color:#ffffff; color:#ffffff;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:link:hover {

@ -217,8 +217,7 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal; font-weight:normal
text-decoration:underline;
color:#FFFFFF; color:#FFFFFF;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:link:hover {

@ -161,7 +161,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.1em; font-size:1.1em;
text-decoration:underline;
} }
.searchresults .url a { .searchresults .url a {

@ -120,7 +120,6 @@ font-weight: bold;
font-size: 160%; font-size: 160%;
font-family: Helvetica, Arial; font-family: Helvetica, Arial;
text-align: center; text-align: center;
text-decoration:underline;
} }
.Heading { .Heading {
background-color: #2A2A2A; background-color: #2A2A2A;

@ -218,7 +218,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal; font-weight:normal;
text-decoration:underline;
color:#[color_searchheadline]#; color:#[color_searchheadline]#;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:link:hover {

@ -163,7 +163,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
color:#3f702e; color:#3f702e;
font-size:1.1em; font-size:1.1em;
text-decoration:underline;
} }
.searchresults .url a { .searchresults .url a {

@ -163,7 +163,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.1em; font-size:1.1em;
text-decoration:underline;
} }
.searchresults .url a { .searchresults .url a {

@ -202,7 +202,6 @@ form.search.small h2 {
.searchresults h4 a { .searchresults h4 a {
font-size:1.2em; font-size:1.2em;
font-weight:normal; font-weight:normal;
text-decoration:underline;
color:#2200CC; color:#2200CC;
} }
.searchresults h4 a:link:hover { .searchresults h4 a:link:hover {

@ -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; } .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<EFBFBD><EFBFBD><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; }
Loading…
Cancel
Save