add classes externalLink and newWindow for <a>.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115375 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3a53832e52
commit
6d93b8de8e
@ -96,12 +96,12 @@ a:link.selfref, a:visited.selfref {
|
||||
color: @UI_HREF_LINK_SELFREF@ !important;
|
||||
}
|
||||
|
||||
a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: url(../images/external-classic.png) right center no-repeat;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
background: url(../images/newwindow-classic.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
@ -124,7 +124,7 @@ img.handle {
|
||||
#navcolumn div div {
|
||||
padding-left: 10px;
|
||||
}
|
||||
/* $Id: maven-classic.css,v 1.2 2004/05/10 22:25:05 aheritier Exp $
|
||||
/* $Id: maven-classic.css,v 1.3 2004/05/18 09:23:28 aheritier Exp $
|
||||
|
||||
This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */
|
||||
|
||||
|
||||
@ -14,11 +14,11 @@ a:visited {
|
||||
a:active, a:hover {
|
||||
color:#69c;
|
||||
}
|
||||
a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
|
||||
background: url(../images/external.png) right center no-repeat;
|
||||
padding-right: 15px;
|
||||
}
|
||||
a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
|
||||
background: url(../images/newwindow.png) right center no-repeat;
|
||||
padding-right: 18px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user