Skip to content

Commit

Permalink
Item10357: Now that !TablePlugin styles are not automatically loaded …
Browse files Browse the repository at this point in the history
…to every page, header style needs a small change.

git-svn-id: http://svn.foswiki.org/trunk@10913 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Mar 6, 2011
1 parent 2f0acad commit b743594
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
3 changes: 2 additions & 1 deletion PatternSkin/data/System/PatternSkin.txt
Expand Up @@ -161,13 +161,14 @@ For further troubleshooting and feedback, go to http://foswiki.org/Support/%TOPI


---++ Skin Info ---++ Skin Info


| Copyright: | © Arthur Clemens | | Copyright: | © 2004-2011 Arthur Clemens |
| Screenshot: | <a href="%ATTACHURL%/patternskin_screenshot_full.png"><img src="%ATTACHURL%/patternskin_screenshot.png" style="border:1px solid #eee;" alt="Click for full screen image" width="600" /></a> | | Screenshot: | <a href="%ATTACHURL%/patternskin_screenshot_full.png"><img src="%ATTACHURL%/patternskin_screenshot.png" style="border:1px solid #eee;" alt="Click for full screen image" width="600" /></a> |
| Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern][Preview with this skin]] | | Preview: | [[%SCRIPTURL{view}%/%WEB%/%TOPIC%?skin=pattern][Preview with this skin]] |
| Base Name: | pattern | | Base Name: | pattern |
| Version: | %$VERSION% | | Version: | %$VERSION% |
| Release: | %$RELEASE% | | Release: | %$RELEASE% |
| History: | <!-- specify latest version first -->&nbsp; | | History: | <!-- specify latest version first -->&nbsp; |
| 06 Mar 2011: | v.5.4.8: Now that !TablePlugin styles are not automatically loaded to every page, header style needs a small change. |
| 30 Dec 2010: | v.5.4.7: Added custom login.sudo template. | | 30 Dec 2010: | v.5.4.7: Added custom login.sudo template. |
| 26 Dec 2010: | v.5.4.6: Clean up templates regarding =foswikiFormStep= elements. | | 26 Dec 2010: | v.5.4.6: Clean up templates regarding =foswikiFormStep= elements. |
| 18 Dec 2010: | v.5.4.5: Link author names when =NOAUTOLINK= is set to on. | | 18 Dec 2010: | v.5.4.5: Link author names when =NOAUTOLINK= is set to on. |
Expand Down
5 changes: 4 additions & 1 deletion PatternSkin/data/System/PatternSkinColorSettings.txt
Expand Up @@ -176,7 +176,7 @@ Edit this topic, and change the color as you like.
---++++ TABLE_BORDER Table border, sup (light neutral tone) ---++++ TABLE_BORDER Table border, sup (light neutral tone)
* Local TABLE_BORDER = #eee * Local TABLE_BORDER = #eee
---++++ LINK_TEXT_NORMAL_TABLE_HEADER Table header link text ---++++ LINK_TEXT_NORMAL_TABLE_HEADER Table header link text
* Local LINK_TEXT_NORMAL_TABLE_HEADER = #fff * Local LINK_TEXT_NORMAL_TABLE_HEADER = #000
---++++ LINK_TEXT_NORMAL_BORDER_TABLE_HEADER Table header link border ---++++ LINK_TEXT_NORMAL_BORDER_TABLE_HEADER Table header link border
* Local LINK_TEXT_NORMAL_BORDER_TABLE_HEADER = #bbb * Local LINK_TEXT_NORMAL_BORDER_TABLE_HEADER = #bbb
---++++ LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text ---++++ LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text
Expand Down Expand Up @@ -418,6 +418,9 @@ select {
.foswikiTable th { .foswikiTable th {
border-color:%TABLE_BORDER%; border-color:%TABLE_BORDER%;
} }
.foswikiTable th {
background:%TABLE_HEADER_BACKGROUND%;
}
.foswikiTable th, .foswikiTable th,
.foswikiTable th a:link, .foswikiTable th a:link,
.foswikiTable th a:visited { .foswikiTable th a:visited {
Expand Down
2 changes: 1 addition & 1 deletion PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;


our $VERSION = '$Rev$'; our $VERSION = '$Rev$';
our $RELEASE = '5.4.7'; our $RELEASE = '5.4.8';
our $SHORTDESCRIPTION = our $SHORTDESCRIPTION =
'Pattern skin provides a CSS based default look and feel - flexible and [[http://www.w3.org/][W3C]] compliant. Its layout and color scheme are designed to provide a nice, clean and productive editing environment'; 'Pattern skin provides a CSS based default look and feel - flexible and [[http://www.w3.org/][W3C]] compliant. Its layout and color scheme are designed to provide a nice, clean and productive editing environment';


Expand Down
@@ -1,13 +1,6 @@
#patternScreen {
padding:0 10px 4% 10px;
}
#patternPage { #patternPage {
width:960px; width:960px;
} margin:0 auto;
#patternPage {
border-color:#dedede;
border-style:solid;
border-width:0 1px 1px 1px;
} }
html body { html body {
background-color:#f6f6f6; background-color:#f6f6f6;
Expand Down
5 changes: 4 additions & 1 deletion PatternSkin/pub/System/PatternSkinTheme/colors_src.css
Expand Up @@ -210,10 +210,13 @@ select {
.foswikiTable th { .foswikiTable th {
border-color:#eee; border-color:#eee;
} }
.foswikiTable th {
background:#d6d3cf;
}
.foswikiTable th, .foswikiTable th,
.foswikiTable th a:link, .foswikiTable th a:link,
.foswikiTable th a:visited { .foswikiTable th a:visited {
color:#fff; color:#000;
} }


/* TwistyContrib */ /* TwistyContrib */
Expand Down
11 changes: 7 additions & 4 deletions PatternSkin/pub/System/PatternSkinTheme2009/colors.css
Expand Up @@ -213,12 +213,15 @@ select {
.foswikiTable, .foswikiTable,
.foswikiTable td, .foswikiTable td,
.foswikiTable th { .foswikiTable th {
border-color:#e2e2e2; border-color:#eee;
}
.foswikiTable th {
background:#d6d3cf;
} }
.foswikiTable th,
.foswikiTable th a:link, .foswikiTable th a:link,
.foswikiTable th a:visited, .foswikiTable th a:visited {
.foswikiTable th a font { color:#000;
color:#fff;
} }


/* TwistyContrib */ /* TwistyContrib */
Expand Down

0 comments on commit b743594

Please sign in to comment.