Skip to content

Commit

Permalink
Item9504: color changes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8931 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Sep 6, 2010
1 parent 1778469 commit 94109c3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 35 deletions.
6 changes: 3 additions & 3 deletions PatternSkin/data/System/PatternSkinColorSettings.txt
Expand Up @@ -146,11 +146,11 @@ Edit this topic, and change the color as you like.
---++++ IMAGE_BORDER Image border
* Local IMAGE_BORDER = #eee
---++++ FORM_STEP_BORDER Form step border
* Local FORM_STEP_BORDER = %LAYOUT_ELEMENT_BORDER%
* Local FORM_STEP_BORDER = #ddd
---++++ NOTIFICATION_BORDER Notification messages
* Local NOTIFICATION_BORDER = #fbad17
---++++ TOPIC_ACTION_BORDER Topic action border
* Local TOPIC_ACTION_BORDER = #ddd
* Local TOPIC_ACTION_BORDER = %FORM_STEP_BORDER%
---++++ INFO_BORDER Info border
* Local INFO_BORDER = #9c9

Expand Down Expand Up @@ -997,7 +997,7 @@ li.patternLogIn {
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='%STRONG_BORDER%');
}
.patternBorder {
border-color:#eee;
border-color:%NEUTRAL_BORDER%;
}

%ENDATTACH%
Expand Down
52 changes: 20 additions & 32 deletions PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Expand Up @@ -154,7 +154,7 @@ select {
.foswikiSubmitDisabled:active {
border-color:#fff #ccc #ccc #fff;
color:#aaa;
background-color:#fafafa;
background-color:#f6f6f5;
}
.foswikiTextarea,
.foswikiInputField,
Expand Down Expand Up @@ -230,7 +230,7 @@ a:hover.twistyTrigger {

/* RevCommentPlugin */
.revComment .patternTopicAction {
background-color:#fafafa;
background-color:#f6f6f5;
}

/* -----------------------------------------------------------
Expand Down Expand Up @@ -278,12 +278,12 @@ table.foswikiFormTable {
border-color:#eee;
}
.foswikiFormSteps {
background-color:#fafafa;
border-color:#eee;
background-color:#f6f6f5;
border-color:#ddd;
}
.foswikiFormStep,
.patternPreviewFormStep {
border-color:#eee;
border-color:#ddd;
}
.foswikiFormStep h2 {
color:#333;
Expand Down Expand Up @@ -401,8 +401,8 @@ a:hover .foswikiAccessKey {
color:#000;
}
#patternSideBarContents hr {
color:#eee;
background-color:#eee;
color:#ddd;
background-color:#ddd;
}
#patternSideBarContents a:link,
#patternSideBarContents a:visited {
Expand Down Expand Up @@ -479,17 +479,17 @@ a:hover .foswikiAccessKey {
/* WebSearch, WebSearchAdvanced */

table#foswikiSearchTable {
border-color:#eee;
border-color:#ddd;
background-color:#eeedec;
}
table#foswikiSearchTable th,
table#foswikiSearchTable td {
background-color:#fff;
border-color:#eee;
border-color:#ddd;
}
table#foswikiSearchTable hr {
border-color:#eee;
background-color:#eee;
border-color:#ddd;
background-color:#ddd;
}
table#foswikiSearchTable th {
color:#000;
Expand Down Expand Up @@ -545,52 +545,40 @@ h4.foswikiSearchResultsHeader strong {
.patternDiffPage .foswikiDiffTable {
border-color:#ccc;
}
.patternDiff .foswikiTopRow {
background-color:#f5f5f5;
}
tr.foswikiDiffDebug td {
border-color:#f5f5f5;
}
.foswikiDiffTable th,
.foswikiDiffMetaTable th {
background-color:#f5f5f5 !important;
background-color:#ccc;
}
.foswikiDiffMetaTable td {
background-color:#fff !important;
}
/* Changed */
.foswikiDiffChangedHeader {
.foswikiDiffChangedHeader,
.foswikiDiffDeletedHeader,
.foswikiDiffAddedHeader {
/* violet - do not change */
background:#e5e6fa;
background:#ccf;
}
.foswikiDiffChangedText {
/* violet - do not change */
border-color:#ccf;
background:#fff !important;
}
/* Deleted */
.foswikiDiffDeletedHeader {
/* pink - do not change */
background-color:#ffeae5;
}
.foswikiDiffDeletedMarker {
/* red - do not change */
border-color:#f30;
background:#fff !important;
border-color:#c00;
}
/* Added */
.foswikiDiffAddedHeader {
/* light green - do not change */
background-color:#e5faea;
}
.foswikiDiffAddedMarker {
/* green - do not change */
border-color:#0c3;
background:#fff !important;
border-color:#093;
}
/* Unchanged */
.foswikiDiffUnchangedMarker {
border-color:#f5f5f5;
border-color:#ccc;
}
.foswikiDiffUnchangedText {
color:#797979;
Expand Down Expand Up @@ -803,5 +791,5 @@ li.patternLogIn {
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#ccc');
}
.patternBorder {
border-color:#eee;
border-color:#ddd;
}

0 comments on commit 94109c3

Please sign in to comment.