Skip to content

Commit

Permalink
Item12092: update pattern skin with new topic link style
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@15743 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Oct 27, 2012
1 parent 0731c3d commit 825a355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 44 deletions.
20 changes: 2 additions & 18 deletions PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,6 @@ h2, h3, h4, h5, h6 {
}

/* to override old Render.pm coded font color style */
.foswikiNewLink font {
color:inherit;
}
.foswikiNewLink a:link sup,
.foswikiNewLink a:visited sup {
color:#797979;
border-color:#ddd;
}
.foswikiNewLink a:hover sup {
background-color:transparent;
color:#06c;
border-color:transparent;
}
.foswikiNewLink {
border-color:#ddd;
}
:link:focus,
:visited:focus,
:link,
Expand All @@ -111,10 +95,10 @@ h2, h3, h4, h5, h6 {
:visited:hover img {
background-color:transparent;
}
.foswikiTopic a:visited {
a:visited {
color:#4c94db;
}
.foswikiTopic a:hover {
a:hover {
color:#06c;
}
.foswikiUnvisited a:visited {
Expand Down
26 changes: 0 additions & 26 deletions PatternSkin/pub/System/PatternSkinTheme/style_src.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,32 +87,6 @@ h2.patternTemplateTitle {
border:none;
}
/* Links */
/* somehow the foswikiNewLink style have to be before the general link styles */
.foswikiNewLink {
border-width:0 0 1px 0;
border-style:solid;
}
.foswikiNewLink a {
text-decoration:none;
margin-left:1px;
}
.foswikiNewLink a sup {
text-align:center;
padding:0 2px;
vertical-align:baseline;
font-size:100%;
text-decoration:none;
}
.foswikiNewLink a:link sup,
.foswikiNewLink a:visited sup {
border-width:1px;
border-style:solid;
text-decoration:none;
}
.foswikiNewLink a:hover sup {
text-decoration:none;
}

:link:focus,
:visited:focus,
:link,
Expand Down

0 comments on commit 825a355

Please sign in to comment.