Skip to content

Commit

Permalink
Item531: topicactions colors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FoswikiSiteSkin@2259 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Jan 31, 2009
1 parent 4c57095 commit c01fa65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Binary file modified pub/System/FoswikiSiteSkin/menu_background.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pub/System/FoswikiSiteSkin/menu_background.psd
Binary file not shown.
21 changes: 10 additions & 11 deletions pub/System/FoswikiSiteSkin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ h2 {

.patternTopicActions,
.foswikiTopic .patternTopicActions {
background-color:#e0ecf9;
color:#555;
background:#e0ecf9 url(menu_background.gif) repeat-x scroll 0 0;
color:#fff;
}
.patternTopicAction {
border-color:#fff;
Expand All @@ -212,28 +212,28 @@ h2 {
}
.patternTopicAction .foswikiSeparator,
.foswikiTopic .patternTopicAction .foswikiSeparator {
color:#ccc;
color:#b2d4fa;
}
.patternActionButtons a:link,
.foswikiTopic .patternActionButtons a:link,
.patternActionButtons a:visited,
.foswikiTopic .patternActionButtons a:visited {
color:#004fb0;
color:#00346b;
}
.patternActionButtons a:hover,
.foswikiTopic .patternActionButtons a:hover {
color:#004fb0;
color:#00346b;
}
.patternTopicAction a:link .foswikiAccessKey,
.patternTopicAction a:visited .foswikiAccessKey {
color:#004fb0;
border-color:#004fb0;
color:#00346b;
border-color:#00346b;
}
.patternTopicAction a:hover .foswikiAccessKey {
color:#004fb0;
color:#00346b;
}
.patternTopicAction label {
color:#004fb0;
color:#00346b;
}
.patternHelpCol {
color:#777;
Expand Down Expand Up @@ -473,7 +473,6 @@ li.patternLogIn {
}
#patternTopBarButtons {}
#patternTopBarButtons ul {
color:#339;
border-color:#e1eafa;
}
#patternTopBarButtons li {
Expand All @@ -492,7 +491,7 @@ li.patternLogIn {
#patternTopBarButtons li a.inactive {}
#patternBottomBar {
border:none;
background-color:#fff;
background:none;
}
#patternBottomBarContents,
#patternBottomBarContents a:link,
Expand Down

0 comments on commit c01fa65

Please sign in to comment.