Changeset 7077


Ignore:
Timestamp:
04/04/10 23:11:55 (2 years ago)
Author:
ArthurClemens
Message:

Item8840: visual refresh

Location:
trunk/PatternSkin
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/PatternSkin/data/System/PatternSkin.txt

    r7062 r7077  
    151151|  Release: | %$RELEASE% | 
    152152|  History: | <!-- specify latest version first -->&nbsp; | 
     153|  05 Apr 2010: | v.5.2 - Visual update. | 
     154|  04 Apr 2010: | v.5.1 - Added Foswiki site skin as theme, including horizontal navigation topic; see PatternSkinHorizontalNavigationExample. | 
    153155|  04 Apr 2010: | v.5.0 - Changed themes from single css file to file collections to preserve older appearance and to provide bigger restyling within a theme. | 
    154156|  12 Mar 2010: | v.4.0.9 - Fixes printing in Firefox 3.6. | 
  • trunk/PatternSkin/data/System/PatternSkinColorSettings.txt

    r7065 r7077  
     1%META:TOPICINFO{author="ProjectContributor" date="1228050988" format="1.1" reprev="1.1" version="$Rev$"}% 
     2%META:TOPICPARENT{name="PatternSkin"}% 
     3---+!! Color scheme settings for %SYSTEMWEB%.PatternSkin 
     4Use this topic to change the color settings of %SYSTEMWEB%.PatternSkin. When this topic is saved, the attachment =my_colors.css= will be updated with new color values. This method relies on Foswiki:Extensions.AttachContentPlugin to work. 
     5 
     6<nop>AttachContentPlugin is %IF{"context AttachContentPluginEnabled" then="" else="*not* "}%installed. 
     7 
     8---++!! Usage 
     9 
     10<div class="foswikiFormSteps"> 
     11<div class="foswikiFormStep"> 
     12---+++!! Step 1 
     13Let %SYSTEMWEB%.PatternSkin point to the custom-made colors style sheet. In [[%USERSWEB%.SitePreferences]] copy this line: <verbatim> 
     14   * Set USERCOLORSURL = %PUBURLPATH%/%SYSTEMWEB%/PatternSkin/my_colors.css 
     15</verbatim> 
     16</div> 
     17<div class="foswikiFormStep"> 
     18---+++!! Step 2 
     19Edit this topic, and change the color as you like. 
     20</div> 
     21<div class="foswikiFormStep"> 
     22---+++!! Step 3 
     23%IF{"context AttachContentPluginEnabled" then='<form action="%SCRIPTURL{save}%/%WEB%/%TOPIC%" method="post"><input type="hidden" name="action" value="action_save=1" /><input type="submit" class="foswikiButton" value="Save the topic" /></form> This will generate an [[%PUBURLPATH%/%SYSTEMWEB%/PatternSkin/my_colors.css][attachment]] to topic [[PatternSkin]].' else='Install !AttachContentPlugin to be able to save this topic. On saving, an attachment will be created to topic PatternSkin.'}%  
     24</div> 
     25</div> 
     26 
     27%ICON{"info"}% For more help on customizing styles, see [[PatternSkinCustomization]]. 
     28 
     29---++!! Color preference settings 
     30%TOC% 
     31 
     32---++ Logical groupings 
     33---+++ Text 
     34---++++ MAIN_TEXT Main text color 
     35   * Local MAIN_TEXT = #000 
     36---++++ MAIN_TEXT_BACKGROUND Main background color 
     37   * Local MAIN_TEXT_BACKGROUND = #fff 
     38---++++ LIGHT_ON_DARK_TEXT Light on dark text color 
     39   * Local LIGHT_ON_DARK_TEXT = #fff 
     40---++++ GRAYED_TEXT 
     41   * Local GRAYED_TEXT = #777 
     42---++++ GENERAL_TEXT General text (black) 
     43   * Local GENERAL_TEXT = #000 
     44---++++ H1_HEADER_TEXT Header text 
     45   * Local H1_HEADER_TEXT = #222 
     46---++++ HEADER_TEXT Header text 
     47   * Local HEADER_TEXT = #390 
     48---++++ CODE_TEXT Code text, left bar text and links 
     49   * Local CODE_TEXT = #333 
     50---++++ MUTED_TEXT Muted text (dark gray) 
     51   * Local MUTED_TEXT = %GRAYED_TEXT% 
     52---++++ GRAYED_OUT_TEXT Grayed out text 
     53   * Local GRAYED_OUT_TEXT = %GRAYED_TEXT% 
     54---++++ GRAYED_OUT_TEXT_ON_DARK Grayed out text on dark background 
     55   * Local GRAYED_OUT_TEXT_ON_DARK = #bbb 
     56    
     57---+++ Links 
     58---++++ LINK_TEXT_NORMAL Link normal text 
     59   * Local LINK_TEXT_NORMAL = #4571d0 
     60---++++ LINK_BACKGROUND_NORMAL Link normal background 
     61   * Local LINK_BACKGROUND_NORMAL = transparent 
     62---++++ LINK_TEXT_NORMAL_VISITED Link normal text visited 
     63   * Local LINK_TEXT_NORMAL_VISITED = #666 
     64---++++ LINK_TEXT_ACTION_BUTTON Link text red (same as LINK_BACKGROUND_HOVER) 
     65   * Local LINK_TEXT_ACTION_BUTTON = #0055b5 
     66---++++ LINK_TEXT_HOVER Link hover text 
     67   * Local LINK_TEXT_HOVER = %LINK_TEXT_NORMAL% 
     68---++++ LINK_BACKGROUND_HOVER Link background hover 
     69   * Local LINK_BACKGROUND_HOVER = transparent 
     70---++++ SIDE_BAR_LINK_TEXT Side bar link text 
     71   * Local SIDE_BAR_LINK_TEXT = %LINK_TEXT_NORMAL% 
     72---++++ BUTTON_TEXT_NORMAL Button text 
     73   * Local BUTTON_TEXT_NORMAL = #333 
     74    
     75---+++ Disabled 
     76---++++ DISABLED_BORDER Disabled border 
     77   * Local DISABLED_BORDER = #e0e0e0 
     78---++++ DISABLED_TEXT Disabled text 
     79   * Local DISABLED_TEXT = #aaa 
     80---++++ DISABLED_BACKGROUND Disabled background 
     81   * Local DISABLED_BACKGROUND = #fafaf8 
     82---++++ BUTTON_BORDERS_DISABLED Disabled button borders 
     83   * Local BUTTON_BORDERS_DISABLED = #fff #ccc #ccc #fff 
     84 
     85---+++ 'New' 
     86---++++ NEW_TEXT New text (green) 
     87   * Local NEW_TEXT = #049804 
     88---++++ NEW_BACKGROUND New background (light green) 
     89   * Local NEW_BACKGROUND = #ECFADC 
     90 
     91---+++ Alert 
     92---++++ ALERT_TEXT Alert text (red) 
     93   * Local ALERT_TEXT = #f00 
     94---++++ ALERT_TEXT_MUTED Muted alert text (dark red) 
     95   * Local ALERT_TEXT_MUTED = #900 
     96---++++ ALERT_BORDER Alert border 
     97   * Local ALERT_BORDER = #f00 
     98 
     99---+++ Buttons 
     100---++++ BUTTON_TEXT Button text color (dark gray) 
     101   * Local BUTTON_TEXT = #000 
     102---++++ BUTTON_BORDERS Button borders 
     103   * Local BUTTON_BORDERS = #fff #888 #888 #fff 
     104---++++ BUTTON_BACKGROUND Button background 
     105   * Local BUTTON_BACKGROUND = #e2e3e3 
     106---++++ BUTTON_CANCEL_BACKGROUND Cancel button background 
     107   * Local BUTTON_CANCEL_BACKGROUND = #f2d5d0 
     108---++++ SUBMIT_BUTTON_BACKGROUND Submit button background 
     109   * Local SUBMIT_BUTTON_BACKGROUND = #06c 
     110---++++ SUBMIT_BUTTON_BORDER_TEXT Submit button text color 
     111   * Local SUBMIT_BUTTON_BORDER_TEXT = #fff 
     112---++++ SELECT_BORDER Select border 
     113   * Local SELECT_BORDER = #888 
     114 
     115---+++ Background colors 
     116---++++ PAGE_BACKGROUND General background color 
     117   * Local PAGE_BACKGROUND = #e2e2e2 
     118---++++ NEUTRAL_BACKGROUND 
     119   * Local NEUTRAL_BACKGROUND = #f5f5f5 
     120---++++ SIDE_BAR_BACKGROUND Side bar background 
     121   * Local SIDE_BAR_BACKGROUND = #fff 
     122---++++ TOP_BAR_BACKGROUND Top bar background 
     123   * Local TOP_BAR_BACKGROUND = #e8f3f7 
     124---++++ ATTACHMENT_AND_FORM_BACKGROUND Attachment, form 
     125   * Local ATTACHMENT_AND_FORM_BACKGROUND = #eef7fa 
     126---++++ TOPIC_ACTION_BACKGROUND Topic action row 
     127   * Local TOPIC_ACTION_BACKGROUND = #3ba1cb 
     128---++++ DIFF_HEADER_BACKGROUND Diff header (dark gray) 
     129   * Local DIFF_HEADER_BACKGROUND = #ccc 
     130---++++ NOTIFICATION_BACKGROUND Info, broadcast message and notifications 
     131   * Local NOTIFICATION_BACKGROUND = #ffe67b 
     132---++++ INFO_BACKGROUND 
     133   * Local INFO_BACKGROUND = #edf5fa 
     134 
     135---+++ Border colors 
     136---++++ NEUTRAL_BORDER Info (light gray) 
     137   * Local NEUTRAL_BORDER = #ddd 
     138---++++ SEPARATOR_BORDER 
     139   * Local SEPARATOR_BORDER = #e2e2e2 
     140---++++ STRONG_BORDER 
     141   * Local STRONG_BORDER = #ccc 
     142---++++ MINOR_SEPARATOR_BORDER Header H3..H6 bottom 
     143   * Local MINOR_SEPARATOR_BORDER = %SEPARATOR_BORDER% 
     144---++++ ATTACHMENT_AND_FORM_BORDER Attachment, form 
     145   * Local ATTACHMENT_AND_FORM_BORDER = #fff 
     146---++++ LAYOUT_ELEMENT_BORDER Main layout elements (neutral tone) 
     147   * Local LAYOUT_ELEMENT_BORDER = #dadada 
     148---++++ IMAGE_BORDER Image border 
     149   * Local IMAGE_BORDER = #eee 
     150---++++ FORM_STEP_BORDER Form step border 
     151   * Local FORM_STEP_BORDER = %SEPARATOR_BORDER% 
     152---++++ NOTIFICATION_BORDER Notification messages 
     153   * Local NOTIFICATION_BORDER = #ffdf4c 
     154 
     155---++++ Table colors 
     156---+++++ TABLE_DATA_BACKGROUND Table data background 
     157   * Local TABLE_DATA_BACKGROUND = #f0f6f9 
     158---+++++ TABLE_HEADER_BACKGROUND Table header background 
     159   * Local TABLE_HEADER_BACKGROUND = #6b7f93 
     160---+++++ TABLE_SELECTED_COLUMN_HEADER_BACKGROUND Sorted table column accent background 
     161   * Local TABLE_SELECTED_COLUMN_HEADER_BACKGROUND = #345 
     162---+++++ TABLE_DATA_ODD_BACKGROUND Table data background (odd row) 
     163   * Local TABLE_DATA_ODD_BACKGROUND = #f0f6fb 
     164---+++++ TABLE_DATA_EVEN_BACKGROUND Table data background (even row) 
     165   * Local TABLE_DATA_EVEN_BACKGROUND = #ffffff 
     166---+++++ TABLE_DATA_ODD_SELECTED_BACKGROUND Table data background (odd row, selected column) 
     167   * Local TABLE_DATA_ODD_SELECTED_BACKGROUND = #dce7ee 
     168---+++++ TABLE_DATA_EVEN_SELECTED_BACKGROUND Table data background (even row, selected column) 
     169   * Local TABLE_DATA_EVEN_SELECTED_BACKGROUND = #f5f5f5 
     170---+++++ TABLE_DATA_MIX_BACKGROUND Table data background (mix between even and odd) 
     171   * Local TABLE_DATA_MIX_BACKGROUND = #f7fafc 
     172---++++ TABLE_BORDER Table border, sup (light neutral tone) 
     173   * Local TABLE_BORDER = #e2e2e2 
     174---++++ LINK_TEXT_NORMAL_TABLE_HEADER Table header link text 
     175   * Local LINK_TEXT_NORMAL_TABLE_HEADER = #fff 
     176---++++ LINK_TEXT_NORMAL_BORDER_TABLE_HEADER Table header link border 
     177   * Local LINK_TEXT_NORMAL_BORDER_TABLE_HEADER = #bbb 
     178---++++ LINK_TEXT_SORTED_TABLE_HEADER Sorted table header link text 
     179   * Local LINK_TEXT_SORTED_TABLE_HEADER = #fff 
     180---++++ LINK_TEXT_HOVER_TABLE_HEADER Table header link hover text 
     181   * Local LINK_TEXT_HOVER_TABLE_HEADER = #fff 
     182---++++ LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER Link border in selected column header 
     183   * Local LINK_BORDER_TABLE_SELECTED_COLUMN_HEADER = #999 
     184 
     185---+++ Forms 
     186---++++ INPUT_FIELD_BORDERS Input field borders 
     187   * Local INPUT_FIELD_BORDERS = #bbb #f2f2f2 #f2f2f2 #bbb 
     188---++++ FORM_INPUT_BORDER Textarea, input and select (darker gray) 
     189   * Local FORM_INPUT_BORDER = #aaa 
     190---++++ FORM_BORDER Form (same as foswikiTable border) 
     191   * Local FORM_BORDER = #cfcfcf 
     192---++++ ACTIVE_FORM_BACKGROUND Edit form, form steps 
     193   * Local ACTIVE_FORM_BACKGROUND = #eef7fa 
     194---++++ FORMFIELD_ACTIVE Active form field 
     195   * Local FORMFIELD_ACTIVE = #ffffe0 
     196---++++ FORM_HEADER_TEXT Header text on form background 
     197   * Local FORM_HEADER_TEXT = %HEADER_TEXT% 
     198 
     199<!-- END OF COLOR PREFERENCES --> 
     200 
     201Do not change the text below this line unless you know what you are doing! 
     202--- 
     203<verbatim> 
     204%STARTATTACH{"my_colors.css" web="%SYSTEMWEB%" topic="PatternSkin"}% 
     205/* PatternSkin colors */ 
     206/* Generated by AttachContentPlugin from %WEB%.%TOPIC% */ 
     207 
     208/* LAYOUT ELEMENTS */ 
     209 
     210#patternScreen { 
     211    background:%PAGE_BACKGROUND%; 
     212} 
     213#patternPage { 
     214    border-color:%STRONG_BORDER%; 
     215} 
     216#patternTopBar { 
     217   border-color:%SEPARATOR_BORDER%; 
     218    /* color is defined as WEBHEADERBGCOLOR in System/DefaultPreferences */ 
     219} 
     220#patternMain { /* don't set a background here; use patternOuter */ } 
     221#patternOuter { 
     222   background:none; 
     223   border-color:%LAYOUT_ELEMENT_BORDER%; 
     224} 
     225#patternSideBar, 
     226#patternWrapper { 
     227   background:%SIDE_BAR_BACKGROUND%; 
     228} 
     229#patternBottomBar { 
     230   border-color:%STRONG_BORDER%; 
     231   background-color:%NEUTRAL_BACKGROUND%; 
     232} 
     233#patternBottomBarContents, 
     234#patternBottomBarContents a:link, 
     235#patternBottomBarContents a:visited { 
     236   color:%GRAYED_OUT_TEXT%; 
     237} 
     238#patternBottomBarContents a:hover { 
     239   color:%LINK_TEXT_HOVER%; 
     240} 
     241 
     242/* GENERAL HTML ELEMENTS */ 
     243 
     244html body { 
     245   background-color:%NEUTRAL_BACKGROUND%; 
     246   color:%MAIN_TEXT%; 
     247} 
     248html body.patternEditPage, 
     249.mceContentBody { 
     250   background-color:%MAIN_TEXT_BACKGROUND%; 
     251} 
     252 
     253/* be kind to netscape 4 that doesn't understand inheritance */ 
     254body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 { 
     255   background-color:transparent; 
     256} 
     257hr { 
     258   color:%SEPARATOR_BORDER%; 
     259   background-color:%SEPARATOR_BORDER%; 
     260} 
     261pre, code, tt { 
     262   color:%CODE_TEXT%; 
     263} 
     264pre { 
     265   background:%NEUTRAL_BACKGROUND%; 
     266   border-color:%NEUTRAL_BORDER%; 
     267} 
     268blockquote { 
     269   background-color:%NEUTRAL_BACKGROUND%; 
     270   border-color:%NEUTRAL_BORDER%; 
     271} 
     272blockquote h2 { 
     273   background:none; 
     274} 
     275h1 { 
     276   color:%H1_HEADER_TEXT%; 
     277} 
     278h2, h3, h4, h5, h6 { 
     279   color:%HEADER_TEXT%; 
     280} 
     281 
     282/* to override old Render.pm coded font color style */ 
     283.foswikiNewLink font { 
     284   color:inherit; 
     285} 
     286.foswikiNewLink a:link sup, 
     287.foswikiNewLink a:visited sup { 
     288   color:%MUTED_TEXT%; 
     289   border-color:%NEUTRAL_BORDER%; 
     290} 
     291.foswikiNewLink a:hover sup { 
     292   background-color:%LINK_BACKGROUND_HOVER%; 
     293   color:%LINK_TEXT_HOVER%; 
     294   border-color:%LINK_BACKGROUND_HOVER%; 
     295} 
     296.foswikiNewLink { 
     297   border-color:%NEUTRAL_BORDER%; 
     298} 
     299:link:focus, 
     300:visited:focus, 
     301:link, 
     302:visited, 
     303:link:active, 
     304:visited:active { 
     305   color:%LINK_TEXT_NORMAL%; 
     306   background-color:transparent; 
     307} 
     308:link:hover, 
     309:visited:hover { 
     310   color:%LINK_TEXT_HOVER%; 
     311   background-color:%LINK_BACKGROUND_HOVER%; 
     312   background-image:none; 
     313} 
     314:link:hover img, 
     315:visited:hover img { 
     316   background-color:transparent; 
     317} 
     318.foswikiTopic a:visited { 
     319   color:%LINK_TEXT_NORMAL_VISITED%; 
     320} 
     321.foswikiTopic a:hover { 
     322   color:%LINK_TEXT_HOVER%; 
     323} 
     324.foswikiTopic .foswikiUnvisited a:visited { 
     325   color:%LINK_TEXT_NORMAL%; 
     326} 
     327.foswikiTopic .foswikiUnvisited a:hover { 
     328   color:%LINK_TEXT_HOVER%; 
     329} 
     330 
     331/* Form elements */ 
     332 
     333textarea, 
     334input, 
     335select { 
     336   border-color:%FORM_INPUT_BORDER%; 
     337   color:%MAIN_TEXT%; 
     338   background-color:%MAIN_TEXT_BACKGROUND%; 
     339} 
     340.foswikiSubmit, 
     341.foswikiButton { 
     342   border-color:%BUTTON_BORDERS%; 
     343} 
     344.foswikiSubmit { 
     345   color:%SUBMIT_BUTTON_BORDER_TEXT%; 
     346   background-color:%SUBMIT_BUTTON_BACKGROUND%; 
     347} 
     348.foswikiButton { 
     349   color:%BUTTON_TEXT%; 
     350   background-color:%BUTTON_BACKGROUND%; 
     351} 
     352.foswikiButtonCancel { 
     353   color:%BUTTON_TEXT%; 
     354   background-color:%BUTTON_CANCEL_BACKGROUND%; 
     355} 
     356.foswikiSubmitDisabled, 
     357.foswikiSubmitDisabled:active { 
     358   border-color:%BUTTON_BORDERS_DISABLED%; 
     359   color:%DISABLED_TEXT%; 
     360   background-color:%ACTIVE_FORM_BACKGROUND%; 
     361} 
     362.foswikiTextarea, 
     363.foswikiInputField, 
     364.foswikiInputFieldDisabled, 
     365.foswikiInputFieldReadOnly, 
     366.foswikiSelect { 
     367   border-color:%INPUT_FIELD_BORDERS%; 
     368} 
     369.foswikiTextarea, 
     370.foswikiInputField, 
     371.foswikiSelect { 
     372   color:%MAIN_TEXT%; 
     373   background-color:%MAIN_TEXT_BACKGROUND%; 
     374} 
     375.foswikiInputField:active, 
     376.foswikiInputField:focus, 
     377.foswikiInputFieldFocus { 
     378   background-color:%FORMFIELD_ACTIVE%; 
     379} 
     380 
     381.foswikiTextareaRawView { 
     382   color:%GENERAL_TEXT%; 
     383} 
     384.foswikiInputFieldDisabled { 
     385   color:%DISABLED_TEXT%; 
     386   background-color:%DISABLED_BACKGROUND%; 
     387} 
     388.foswikiInputFieldReadOnly { 
     389   color:%GRAYED_TEXT%; 
     390} 
     391.foswikiSelect { 
     392   border-color:%INPUT_FIELD_BORDERS%; 
     393   color:%MAIN_TEXT%; 
     394   background-color:%MAIN_TEXT_BACKGROUND%; 
     395} 
     396.foswikiInputFieldDisabled, 
     397.foswikiSelectDisabled { 
     398   color:%DISABLED_TEXT%; 
     399   border-color:%INPUT_FIELD_BORDERS%; 
     400   background-color:%DISABLED_BACKGROUND%; 
     401} 
     402.foswikiInputFieldBeforeFocus { 
     403   color:%MUTED_TEXT%; 
     404} 
     405 
     406/*   ----------------------------------------------------------- 
     407   Plugin elements 
     408   -----------------------------------------------------------   */ 
     409 
     410/* TablePlugin */ 
     411.foswikiTable, 
     412.foswikiTable td, 
     413.foswikiTable th { 
     414   border-color:%TABLE_BORDER%; 
     415} 
     416.foswikiTable th, 
     417.foswikiTable th a:link, 
     418.foswikiTable th a:visited { 
     419   color:%LINK_TEXT_NORMAL_TABLE_HEADER%; 
     420} 
     421 
     422/* TwistyContrib */ 
     423.twistyPlaceholder { 
     424   color:%GRAYED_OUT_TEXT%; 
     425} 
     426a:hover.twistyTrigger { 
     427   color:%LINK_TEXT_HOVER%; 
     428} 
     429 
     430/* TipsContrib */ 
     431.tipsOfTheDay { 
     432} 
     433 
     434/* RevCommentPlugin */ 
     435.revComment .patternTopicAction { 
     436   background-color:%ATTACHMENT_AND_FORM_BACKGROUND%; 
     437} 
     438 
     439/*   ----------------------------------------------------------- 
     440   Foswiki styles 
     441   -----------------------------------------------------------   */ 
     442 
     443.foswikiGrayText { 
     444   color:%GRAYED_OUT_TEXT%; 
     445} 
     446.foswikiGrayText a:link, 
     447.foswikiGrayText a:visited { 
     448   color:%GRAYED_OUT_TEXT%; 
     449} 
     450.foswikiGrayText a:hover { 
     451   color:%LINK_TEXT_HOVER%; 
     452} 
     453 
     454table.foswikiFormTable th.foswikiFormTableHRow, 
     455table.foswikiFormTable td.foswikiFormTableRow { 
     456   color:%MUTED_TEXT%; 
     457} 
     458.foswikiEditForm { 
     459   color:%MAIN_TEXT%; 
     460} 
     461.foswikiEditForm .foswikiFormTable, 
     462.foswikiEditForm .foswikiFormTable th, 
     463.foswikiEditForm .foswikiFormTable td { 
     464   border-color:%TABLE_BORDER%; 
     465} 
     466/* use a different table background color mix: no odd/even rows, no white background */ 
     467.foswikiEditForm .foswikiFormTable td  { 
     468   background-color:%TABLE_DATA_MIX_BACKGROUND%; 
     469} 
     470.foswikiEditForm .foswikiFormTable th { 
     471   background-color:%TABLE_DATA_ODD_BACKGROUND%; 
     472} 
     473.patternContent .foswikiAttachments, 
     474.patternContent .foswikiForm { 
     475   background-color:%ATTACHMENT_AND_FORM_BACKGROUND%; 
     476   border-color:%MAIN_TEXT_BACKGROUND%; 
     477} 
     478.foswikiAttachments .foswikiButton h3, 
     479.foswikiForm .foswikiButton h3 { 
     480    color:%HEADER_TEXT%; 
     481} 
     482.foswikiAttachments table, 
     483table.foswikiFormTable { 
     484   border-color:%TABLE_BORDER%; 
     485   background-color:%MAIN_TEXT_BACKGROUND%; 
     486} 
     487.foswikiAttachments table { 
     488   background-color:%MAIN_TEXT_BACKGROUND%; 
     489} 
     490.foswikiForm td, 
     491.foswikiForm th, 
     492.foswikiAttachments td,  
     493.foswikiAttachments th { 
     494   border-color:%TABLE_BORDER%; 
     495} 
     496.foswikiFormSteps { 
     497   background-color:%ACTIVE_FORM_BACKGROUND%; 
     498   border-color:%FORM_STEP_BORDER%; 
     499} 
     500.foswikiFormStep { 
     501   border-color:%FORM_STEP_BORDER%; 
     502} 
     503.foswikiFormStep h2 { 
     504   color:%H1_HEADER_TEXT%; 
     505} 
     506.foswikiFormStep h3, 
     507.foswikiFormStep h4 { 
     508   color:%FORM_HEADER_TEXT%; 
     509} 
     510.foswikiFormStep h3, 
     511.foswikiFormStep h4 { 
     512   background-color:transparent; 
     513} 
     514.foswikiActionFormStepSign { 
     515   color:%FORM_HEADER_TEXT%; 
     516} 
     517.foswikiFormStep .foswikiHelp { 
     518        background:%MAIN_TEXT_BACKGROUND%; 
     519} 
     520.foswikiToc .foswikiTocTitle { 
     521   color:%MUTED_TEXT%; 
     522} 
     523.foswikiBroadcastMessage, 
     524.foswikiNotification { 
     525   background-color:%NOTIFICATION_BACKGROUND%; 
     526} 
     527.foswikiNotification { 
     528   border-color:%NOTIFICATION_BORDER%; 
     529} 
     530#foswikiLogin .patternLoginNotification { 
     531   background-color:%MAIN_TEXT_BACKGROUND%; 
     532   border-color:%ALERT_BORDER%; 
     533} 
     534.foswikiHelp { 
     535   background-color:%INFO_BACKGROUND%; 
     536   border-color:%SEPARATOR_BORDER%; 
     537} 
     538.foswikiBroadcastMessage b, 
     539.foswikiBroadcastMessage strong { 
     540   color:%ALERT_TEXT%; 
     541} 
     542.foswikiAlert, 
     543.foswikiAlert code { 
     544   color:%ALERT_TEXT%; 
     545} 
     546.foswikiEmulatedLink { 
     547   color:%LINK_TEXT_NORMAL%; 
     548} 
     549.foswikiPageForm table { 
     550   border-color:%TABLE_BORDER%; 
     551   background:%MAIN_TEXT_BACKGROUND%; 
     552} 
     553.foswikiPageForm hr { 
     554   border-color:%FORM_BORDER%; 
     555   background-color:%FORM_BORDER%; 
     556   color:%FORM_BORDER%; 
     557} 
     558.foswikiAccessKey { 
     559   color:inherit; 
     560   border-color:%GRAYED_OUT_TEXT%; 
     561} 
     562a:link .foswikiAccessKey, 
     563a:visited .foswikiAccessKey { 
     564   color:inherit; 
     565} 
     566a:hover .foswikiAccessKey { 
     567   color:inherit; 
     568} 
     569.foswikiImage img { 
     570   border-color:%IMAGE_BORDER%; 
     571   background-color:%MAIN_TEXT_BACKGROUND%; 
     572} 
     573#patternTopBar .foswikiImage img { 
     574   background-color:transparent; 
     575} 
     576.foswikiImage a:hover img { 
     577   border-color:%LINK_BACKGROUND_HOVER%; 
     578} 
     579 
     580/*   ----------------------------------------------------------- 
     581   Pattern skin specific elements 
     582   -----------------------------------------------------------   */ 
     583#patternPage { 
     584   background-color:%MAIN_TEXT_BACKGROUND%; 
     585} 
     586.patternHomePath a:link, 
     587.patternHomePath a:visited { 
     588   border-color:%NEUTRAL_BORDER%; 
     589   color:%LINK_TEXT_NORMAL_VISITED%; 
     590} 
     591.patternTop a:hover { 
     592   border:none; 
     593   color:%LINK_TEXT_HOVER%; 
     594} 
     595.patternHomePath .patternRevInfo, 
     596.patternHomePath .patternRevInfo a:link, 
     597.patternHomePath .patternRevInfo a:visited { 
     598   color:%GRAYED_OUT_TEXT%; 
     599} 
     600.patternHomePath .patternRevInfo a:hover { 
     601   color:%LINK_TEXT_HOVER%; 
     602} 
     603 
     604/* Left bar */ 
     605#patternSideBarContents { 
     606   color:%GENERAL_TEXT%; 
     607} 
     608#patternSideBarContents hr { 
     609   color:%FORM_STEP_BORDER%; 
     610   background-color:%FORM_STEP_BORDER%; 
     611} 
     612#patternSideBarContents a:link, 
     613#patternSideBarContents a:visited { 
     614   color:%SIDE_BAR_LINK_TEXT%; 
     615} 
     616#patternSideBarContents a:hover { 
     617   color:%LINK_TEXT_HOVER%; 
     618} 
     619#patternSideBarContents .patternLeftBarPersonal, 
     620#patternSideBarContents .patternWebIndicator { 
     621    border-color:#dadada; 
     622} 
     623#patternSideBarContents b, 
     624#patternSideBarContents strong { 
     625    color:%HEADER_TEXT%; 
     626} 
     627 
     628.patternTopicActions { 
     629   background-color:%TOPIC_ACTION_BACKGROUND%; 
     630   color:%GRAYED_OUT_TEXT_ON_DARK%; 
     631} 
     632.patternTopicAction { 
     633   border-color:%ATTACHMENT_AND_FORM_BORDER%; 
     634} 
     635.patternTopicAction s, 
     636.patternTopicAction strike { 
     637   color:%DISABLED_TEXT%; 
     638} 
     639.patternTopicAction .foswikiSeparator { 
     640   color:%SEPARATOR_BORDER%; 
     641} 
     642.patternActionButtons a:link, 
     643.patternActionButtons a:visited { 
     644   color:%LIGHT_ON_DARK_TEXT%; 
     645} 
     646.patternActionButtons a:hover { 
     647   color:%LINK_TEXT_HOVER%; 
     648} 
     649.patternTopicAction .foswikiAccessKey { 
     650   color:%LIGHT_ON_DARK_TEXT%; 
     651   border-color:%LIGHT_ON_DARK_TEXT%; 
     652} 
     653.patternTopicAction a:hover .foswikiAccessKey { 
     654   color:%LINK_TEXT_HOVER%; 
     655} 
     656.patternTopicAction label { 
     657   color:%GENERAL_TEXT%; 
     658} 
     659.patternHelpCol { 
     660   color:%GRAYED_OUT_TEXT%; 
     661} 
     662.patternSigLine { 
     663   color:%MUTED_TEXT%; 
     664} 
     665.patternEditTopic { 
     666    background:%ATTACHMENT_AND_FORM_BACKGROUND%; 
     667} 
     668.patternToolBar a:link .foswikiAccessKey, 
     669.patternToolBar a:visited .foswikiAccessKey { 
     670   color:inherit; 
     671   border-color:%LINK_TEXT_NORMAL_VISITED%; 
     672} 
     673.patternToolBar a:hover .foswikiAccessKey { 
     674   background-color:transparent; 
     675   color:inherit; 
     676   border-color:%LINK_TEXT_NORMAL_VISITED%; 
     677} 
     678 
     679/* WebSearch, WebSearchAdvanced */ 
     680 
     681.foswikiSearchHeader { 
     682} 
     683/* 
     684table#foswikiSearchTable { 
     685   border-color:%FORM_STEP_BORDER%; 
     686} 
     687table#foswikiSearchTable th, 
     688table#foswikiSearchTable td { 
     689   background-color:%MAIN_TEXT_BACKGROUND%; 
     690   border-color:%FORM_STEP_BORDER%; 
     691} 
     692table#foswikiSearchTable hr { 
     693   border-color:%FORM_STEP_BORDER%; 
     694   background-color:%FORM_STEP_BORDER%; 
     695} 
     696table#foswikiSearchTable th { 
     697   color:%MAIN_TEXT%; 
     698} 
     699*/ 
     700 
     701/*   ----------------------------------------------------------- 
     702   Search results 
     703   styles and overridden styles used in search.pattern.tmpl 
     704   -----------------------------------------------------------   */ 
     705 
     706h3.patternSearchResultsHeader, 
     707h4.patternSearchResultsHeader { 
     708   background-color:%ATTACHMENT_AND_FORM_BACKGROUND%; 
     709   border-color:%SEPARATOR_BORDER%; 
     710} 
     711h4.patternSearchResultsHeader { 
     712   color:%MAIN_TEXT%; 
     713} 
     714.patternNoViewPage h4.patternSearchResultsHeader { 
     715   color:%HEADER_TEXT%; 
     716} 
     717.foswikiSearchResult .foswikiBottomRow { 
     718   border-color:%MINOR_SEPARATOR_BORDER%; 
     719} 
     720.foswikiSearchResult .foswikiAlert { 
     721   color:%ALERT_TEXT%; 
     722} 
     723.foswikiSearchResult .foswikiSummary .foswikiAlert { 
     724   color:%ALERT_TEXT_MUTED%; 
     725} 
     726.foswikiSearchResult .foswikiNew { 
     727   background-color:%NEW_BACKGROUND%; 
     728   border-color:%NEW_TEXT%; 
     729   color:%NEW_TEXT%; 
     730} 
     731.patternViewPage .patternSearchResultsBegin { 
     732   border-color:%TABLE_BORDER%; 
     733} 
     734 
     735/* Search results in book view format */ 
     736 
     737.patternBookView .foswikiTopRow { 
     738   background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ 
     739   color:%MUTED_TEXT%; 
     740} 
     741.patternBookView .foswikiBottomRow { 
     742   border-color:%TABLE_BORDER%; 
     743} 
     744.patternBookView .patternSearchResultCount { 
     745   color:%GRAYED_OUT_TEXT%; 
     746} 
     747 
     748/* edit.pattern.tmpl */ 
     749 
     750/* preview.pattern.tmpl */ 
     751 
     752.foswikiPreviewArea, 
     753.patternPreviewPage .foswikiForm { 
     754   border-color:%ALERT_BORDER%; 
     755   background-color:%MAIN_TEXT_BACKGROUND%; 
     756} 
     757.patternPreviewPage .foswikiForm { 
     758   border-color:%STRONG_BORDER%; 
     759   background-color:%MAIN_TEXT_BACKGROUND%; 
     760} 
     761 
     762/* rdiff.pattern.tmpl */ 
     763 
     764.patternDiff { 
     765   border-color:%TABLE_HEADER_BACKGROUND%; 
     766} 
     767#patternMainContents .patternDiff h4.patternSearchResultsHeader { 
     768   background-color:%TABLE_HEADER_BACKGROUND%; 
     769   color:%LIGHT_ON_DARK_TEXT%; 
     770} 
     771#patternMainContents .patternDiff h4.patternSearchResultsHeader a:link, 
     772#patternMainContents .patternDiff h4.patternSearchResultsHeader a:visited { 
     773   color:%LIGHT_ON_DARK_TEXT%; 
     774} 
     775tr.foswikiDiffDebug td { 
     776   border-color:%TABLE_BORDER%; 
     777} 
     778.patternDiffPage .foswikiDiffTable th { 
     779   background-color:%DIFF_HEADER_BACKGROUND%; 
     780} 
     781/* Changed */ 
     782.foswikiDiffChangedHeader, 
     783tr.foswikiDiffDebug .foswikiDiffChangedText, 
     784tr.foswikiDiffDebug .foswikiDiffChangedText { 
     785   background:#9f9; /* green - do not change */ 
     786} 
     787/* Deleted */ 
     788tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 
     789tr.foswikiDiffDebug .foswikiDiffDeletedText { 
     790   background-color:#f99; /* red - do not change */ 
     791} 
     792/* Added */ 
     793.foswikiDiffAddedHeader, 
     794tr.foswikiDiffDebug .foswikiDiffAddedMarker, 
     795tr.foswikiDiffDebug .foswikiDiffAddedText { 
     796   background-color:#ccf; /* violet - do not change */ 
     797} 
     798/* Unchanged */ 
     799tr.foswikiDiffDebug .foswikiDiffUnchangedText { 
     800   color:%GRAYED_OUT_TEXT%; 
     801} 
     802.foswikiDiffUnchangedTextContents { } 
     803.foswikiDiffLineNumberHeader { 
     804   background-color:%DIFF_HEADER_BACKGROUND%; 
     805} 
     806 
     807 
     808/* IMAGES */ 
     809/* image positions are set here as well as these are dependent on the image */ 
     810 
     811#patternTopBar { 
     812    /* image is defined as WEBHEADERART in System/DefaultPreferences */ 
     813} 
     814.foswikiToc li { 
     815   background-image:url(bullet-toc.gif); 
     816   background-repeat:no-repeat; 
     817   background-position:0 .4em; 
     818} 
     819.patternPrintPage #patternOuter { 
     820   background:#fff; /* white - do not change */ 
     821} 
     822.foswikiSubmit, 
     823.foswikiSubmitDisabled { 
     824   background-image:url(bg_submit_gradient.gif); 
     825   background-repeat:repeat-x; 
     826} 
     827.foswikiSubmit, 
     828a.foswikiSubmit:link, 
     829a.foswikiSubmit:visited { 
     830   background-position:0px 0px; 
     831   background-color:#06c; 
     832   border-color:#94cce2 #0e66a2 #0e66a2 #94cce2; 
     833   color:#fff; 
     834} 
     835.foswikiSubmit:hover, 
     836a.foswikiSubmit:hover { 
     837   background-position:0px -80px; 
     838   background-color:#0047b7; 
     839   border-color:#0e66a2 #94cce2 #94cce2 #0e66a2; 
     840   color:#fff; 
     841} 
     842.foswikiSubmit:active, 
     843a.foswikiSubmit:active { 
     844   background-position:0px -160px; 
     845   background-color:#73ace6; 
     846   border-color:#0e66a2 #94cce2 #94cce2 #0e66a2; 
     847   color:#fff; 
     848} 
     849.foswikiSubmitDisabled, 
     850.foswikiSubmitDisabled:hover, 
     851.foswikiSubmitDisabled:active { 
     852   background-position:0px -240px; 
     853   background-color:#d9e8f7; 
     854   border-color:#ccc #ccc #ccc #ccc; 
     855   color:#ccc; 
     856} 
     857.foswikiButton, 
     858a.foswikiButton:link, 
     859a.foswikiButton:visited { 
     860   background-image:url(bg_button_gradient.gif); 
     861   background-repeat:repeat-x; 
     862   background-position:0px 0px; 
     863   border-color:#fff #94cce2 #94cce2 #fff; 
     864   background-color:#cce7f1; 
     865   color:%BUTTON_TEXT_NORMAL%; 
     866} 
     867.foswikiButton:hover, 
     868.foswikiButton:active, 
     869a.foswikiButton:hover, 
     870a.foswikiButton:active { 
     871   background-position:0px -160px; 
     872   border-color:#94cce2 #94cce2 #94cce2 #94cce2; 
     873   background-color:#cce7f1; 
     874   color:%BUTTON_TEXT_NORMAL%; 
     875} 
     876.foswikiButtonDisabled, 
     877.foswikiButtonDisabled:hover, 
     878.foswikiButtonDisabled:active { 
     879   background-image:url(bg_button_gradient.gif); 
     880   background-repeat:repeat-x; 
     881   background-position:0px -240px; 
     882   border-color:#ccc #ccc #ccc #ccc; 
     883   background-color:#edece6; 
     884   color:#bbb; 
     885} 
     886.foswikiButtonCancel { 
     887   background-image:url(bg_buttoncancel_gradient.gif); 
     888   background-repeat:repeat-x; 
     889   background-position:0px 0px; 
     890   border-color:#f3ddd7 #ce5232 #ce5232 #f3ddd7; 
     891   background-color:#dd724d; 
     892   color:#fff; 
     893} 
     894.foswikiButtonCancel:hover { 
     895   background-position:0px -80px; 
     896   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
     897   background-color:#dd724d; 
     898   color:#fff; 
     899} 
     900.foswikiButtonCancel:active { 
     901   background-position:0px -160px; 
     902   border-color:#ce5232 #f3ddd7 #f3ddd7 #ce5232; 
     903   background-color:#dd724d; 
     904   color:#fff; 
     905} 
     906.patternToolBar span a:link, 
     907.patternToolBar span a:visited, 
     908.patternToolBar span s, 
     909.patternToolBar span strike { 
     910   background-image:url(bg_button_gradient.gif); 
     911   background-repeat:repeat-x; 
     912} 
     913.patternToolBar span a:link, 
     914.patternToolBar span a:visited { 
     915   background-position:0px 0px; 
     916   border-color:#fff #94cce2 #94cce2 #fff; 
     917   background-color:#cce7f1; 
     918   color:%BUTTON_TEXT_NORMAL%; 
     919} 
     920.patternToolBar span a:hover { 
     921   background-position:0px -80px; 
     922   border-color:#94cce2 #94cce2 #94cce2 #94cce2; 
     923   background-color:#cce7f1; 
     924   color:#222; 
     925} 
     926.patternToolBar span a:active { 
     927   background-position:0px -160px; 
     928   border-color:#94cce2 #94cce2 #94cce2 #94cce2; 
     929   background-color:#e8e5d7; 
     930   color:#222; 
     931} 
     932.patternToolBar span s, 
     933.patternToolBar span strike { 
     934   background-position:0px -240px; 
     935   border-color:#eae9e7 #eae9e7 #eae9e7 #eae9e7; 
     936   background-color:#edece6; 
     937   color:#bbb; 
     938} 
     939.patternTextareaButton { 
     940   border-color:#fffefd #b8b6ad #b8b6ad #fffefd; 
     941   overflow:hidden; 
     942} 
     943.patternButtonFontSelector { 
     944   background-image:url(button_font_selector.gif); 
     945   width:33px; 
     946   height:16px; 
     947} 
     948.patternButtonFontSelectorProportional { 
     949   background-position:0 0; 
     950} 
     951.patternButtonFontSelectorMonospace { 
     952   background-position:0 -16px; 
     953} 
     954.patternButtonEnlarge, 
     955.patternButtonShrink { 
     956   background-image:url(button_arrow.gif); 
     957   width:16px; 
     958   height:16px; 
     959} 
     960.patternButtonEnlarge { 
     961   background-position:0 0; 
     962} 
     963.patternButtonEnlarge:hover { 
     964   background-position:0 -42px; 
     965} 
     966.patternButtonEnlarge:active { 
     967   background-position:0 -84px; 
     968} 
     969.patternButtonShrink { 
     970   background-position:16px 0; 
     971} 
     972.patternButtonShrink:hover { 
     973   background-position:16px -42px; 
     974} 
     975.patternButtonShrink:active { 
     976   background-position:16px -84px; 
     977} 
     978 
     979.foswikiBroadcastMessage { 
     980   background-image:url(background_alert.gif); 
     981   background-repeat:repeat-x; 
     982} 
     983 
     984/* common settings */ 
     985.patternLeftBarPersonal li, 
     986li.patternLogOut, 
     987li.patternLogIn { 
     988   padding-left:13px; 
     989   background-position:0 .4em; 
     990   background-repeat:no-repeat; 
     991} 
     992.patternLeftBarPersonal li { 
     993   background-image:url(bullet-personal_sidebar.gif); 
     994} 
     995.patternLeftBarPersonal li.patternLogOut { 
     996   background-image:url(bullet-lock.gif); 
     997} 
     998.patternLeftBarPersonal li.patternLogIn { 
     999   background-image:url(bullet-lock.gif); 
     1000} 
     1001%ENDATTACH% 
     1002</verbatim> 
  • trunk/PatternSkin/lib/Foswiki/Contrib/PatternSkin.pm

    r7065 r7077  
    33 
    44our $VERSION = '$Rev$'; 
    5 our $RELEASE = '5.1'; 
     5our $RELEASE = '5.2'; 
    66our $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'; 
    77 
  • trunk/PatternSkin/pub/System/PatternSkinTheme/colors.css

    r7062 r7077  
    1  
    21/* PatternSkin colors */ 
    3 /* Generated by AttachContentPlugin from System.PatternSkin */ 
     2/* Generated by AttachContentPlugin from System.PatternSkinColorSettings */ 
    43 
    54/* LAYOUT ELEMENTS */ 
    65 
    76#patternScreen { 
    8         background:#e2e2e2; 
     7    background:#fafafa; 
    98} 
    109#patternPage { 
    11         border-color:#ccc; 
     10    border-color:#ccc; 
    1211} 
    1312#patternTopBar { 
    14    border-color:#e2e2e2; 
    15         /* color is defined as WEBHEADERBGCOLOR in System/DefaultPreferences */ 
     13   border-color:#dfdfdf; 
     14   background:#fafafa; 
     15   /* color can be overridden with WEBHEADERBGCOLOR in System/DefaultPreferences */ 
    1616} 
    1717#patternMain { /* don't set a background here; use patternOuter */ } 
     
    2626#patternBottomBar { 
    2727   border-color:#ccc; 
    28    background-color:#f5f5f5; 
     28   background-color:#fafafa; 
    2929} 
    3030#patternBottomBarContents, 
     
    3434} 
    3535#patternBottomBarContents a:hover { 
    36    color:#fff; 
     36   color:#06c; 
    3737} 
    3838 
     
    4040 
    4141html body { 
    42    background-color:#f5f5f5; 
     42   background-color:#fafafa; 
    4343   color:#000; 
    4444} 
     
    4747   background-color:#fff; 
    4848} 
     49 
    4950/* be kind to netscape 4 that doesn't understand inheritance */ 
    5051body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 { 
     
    5253} 
    5354hr { 
    54    color:#e2e2e2; 
    55    background-color:#e2e2e2; 
     55   color:#dfdfdf; 
     56   background-color:#dfdfdf; 
    5657} 
    5758pre, code, tt { 
     
    5960} 
    6061pre { 
    61    background:#f5f5f5; 
     62   background:#fafafa; 
    6263   border-color:#ddd; 
    6364} 
    6465blockquote { 
    65    background-color:#f5f5f5; 
    66    border-color:#ddd; 
     66   background-color:#f0f0ee; 
     67   border-color:#dfdfdf; 
    6768} 
    6869blockquote h2 { 
     
    7071} 
    7172h1 { 
    72    color:#2989bb; 
     73   color:#333; 
    7374} 
    7475h2, h3, h4, h5, h6 { 
    75    color:#d1400e; 
    76 } 
    77 h2 { 
    78    border-color:#e2e2e2; 
    79 } 
    80 h3, h4, h5, h6 { 
    81    border-color:#e2e2e2; 
    82 } 
     76   color:#390; 
     77} 
     78 
    8379/* to override old Render.pm coded font color style */ 
    8480.foswikiNewLink font { 
     
    9187} 
    9288.foswikiNewLink a:hover sup { 
    93    background-color:#0055b5; 
    94    color:#fff; 
    95    border-color:#0055b5; 
     89   background-color:transparent; 
     90   color:#06c; 
     91   border-color:transparent; 
    9692} 
    9793.foswikiNewLink { 
     
    104100:link:active, 
    105101:visited:active { 
    106    color:#4571d0; 
     102   color:#06c; 
    107103   background-color:transparent; 
    108104} 
    109105:link:hover, 
    110106:visited:hover { 
    111    color:#fff; 
    112    background-color:#0055b5; 
     107   color:#06c; 
     108   background-color:transparent; 
    113109   background-image:none; 
    114110} 
     
    118114} 
    119115.foswikiTopic a:visited { 
    120    color:#666; 
     116   color:#4c94db; 
    121117} 
    122118.foswikiTopic a:hover { 
    123    color:#fff; 
     119   color:#06c; 
    124120} 
    125121.foswikiTopic .foswikiUnvisited a:visited { 
    126    color:#4571d0; 
     122   color:#06c; 
    127123} 
    128124.foswikiTopic .foswikiUnvisited a:hover { 
    129    color:#fff; 
     125   color:#06c; 
    130126} 
    131127 
     
    159155   border-color:#fff #ccc #ccc #fff; 
    160156   color:#aaa; 
    161    background-color:#eef7fa; 
     157   background-color:#f0f0ee; 
    162158} 
    163159.foswikiTextarea, 
     
    177173.foswikiInputField:focus, 
    178174.foswikiInputFieldFocus { 
    179    background-color:#ffffe0; 
     175   background-color:#ebf5fa; 
    180176} 
    181177 
     
    213209.foswikiTable td, 
    214210.foswikiTable th { 
    215    border-color:#e2e2e2; 
    216 } 
     211   border-color:#dfdfdf; 
     212} 
     213.foswikiTable th, 
    217214.foswikiTable th a:link, 
    218 .foswikiTable th a:visited, 
    219 .foswikiTable th a font { 
     215.foswikiTable th a:visited { 
    220216   color:#fff; 
    221217} 
     
    226222} 
    227223a:hover.twistyTrigger { 
    228    color:#fff; 
     224   color:#06c; 
    229225} 
    230226 
     
    235231/* RevCommentPlugin */ 
    236232.revComment .patternTopicAction { 
    237    background-color:#eef7fa; 
     233   background-color:#f0f0ee; 
    238234} 
    239235 
     
    250246} 
    251247.foswikiGrayText a:hover { 
    252    color:#fff; 
     248   color:#06c; 
    253249} 
    254250 
     
    263259.foswikiEditForm .foswikiFormTable th, 
    264260.foswikiEditForm .foswikiFormTable td { 
    265    border-color:#e2e2e2; 
     261   border-color:#dfdfdf; 
    266262} 
    267263/* use a different table background color mix: no odd/even rows, no white background */ 
     
    274270.patternContent .foswikiAttachments, 
    275271.patternContent .foswikiForm { 
    276    background-color:#eef7fa; 
     272   background-color:#f0f0ee; 
    277273   border-color:#fff; 
    278 } 
    279 .patternTwistyButton h3 { 
    280         color:#d1400e; 
    281274} 
    282275.foswikiAttachments table, 
    283276table.foswikiFormTable { 
    284    border-color:#e2e2e2; 
     277   border-color:#dfdfdf; 
    285278   background-color:#fff; 
    286279} 
     
    292285.foswikiAttachments td,  
    293286.foswikiAttachments th { 
    294    border-color:#e2e2e2; 
    295 } 
    296 .foswikiAttachments .foswikiTable th font, 
    297 table.foswikiFormTable th.foswikiFormTableHRow font { 
    298    color:#4571d0; 
    299 } 
    300  
     287   border-color:#dfdfdf; 
     288} 
    301289.foswikiFormSteps { 
    302    background-color:#eef7fa; 
    303    border-color:#e2e2e2; 
     290   background-color:#f0f0ee; 
     291   border-color:#dfdfdf; 
    304292} 
    305293.foswikiFormStep { 
    306    border-color:#e2e2e2; 
     294   border-color:#dfdfdf; 
    307295} 
    308296.foswikiFormStep h2 { 
    309    color:#2989bb; 
     297   color:#333; 
    310298} 
    311299.foswikiFormStep h3, 
    312300.foswikiFormStep h4 { 
    313    color:#d1400e; 
     301   color:#333; 
    314302} 
    315303.foswikiFormStep h3, 
     
    318306} 
    319307.foswikiActionFormStepSign { 
    320    color:#d1400e; 
     308   color:#aaa; 
    321309} 
    322310.foswikiFormStep .foswikiHelp { 
     
    328316.foswikiBroadcastMessage, 
    329317.foswikiNotification { 
    330    background-color:#ffe67b; 
    331 } 
    332 .foswikiNotification { 
    333    border:2px solid #ffdf4c; 
     318   background-color:#fff7e7; 
     319   border-color:#fbad17; 
    334320} 
    335321#foswikiLogin .patternLoginNotification { 
     
    338324} 
    339325.foswikiHelp { 
    340    background-color:#edf5fa; 
    341    border-color:#e2e2e2; 
     326   background-color:#f1f8ed; 
    342327} 
    343328.foswikiBroadcastMessage b, 
     
    350335} 
    351336.foswikiEmulatedLink { 
    352    color:#4571d0; 
     337   color:#06c; 
    353338} 
    354339.foswikiPageForm table { 
    355    border-color:#e2e2e2; 
     340   border-color:#dfdfdf; 
    356341   background:#fff; 
    357342} 
     
    380365} 
    381366.foswikiImage a:hover img { 
    382    border-color:#0055b5; 
     367   border-color:transparent; 
     368} 
     369.foswikiSeparator { 
     370   color:#aaa; 
     371} 
     372.foswikiHorizontalList ul li { 
     373        border-color:#aaa; 
    383374} 
    384375 
     
    389380   background-color:#fff; 
    390381} 
     382.patternTop a:hover { 
     383   border:none; 
     384   color:#06c; 
     385} 
    391386.patternHomePath a:link, 
    392387.patternHomePath a:visited { 
    393    border-color:#ddd; 
    394    color:#666; 
    395 } 
    396 .patternTop a:hover { 
    397    border:none; 
    398    color:#fff; 
    399 } 
    400 .patternHomePath .patternRevInfo, 
    401 .patternHomePath .patternRevInfo a:link, 
    402 .patternHomePath .patternRevInfo a:visited { 
    403    color:#777; 
    404 } 
    405 .patternHomePath .patternRevInfo a:hover { 
    406    color:#fff; 
     388   color:#777; 
     389} 
     390.patternHomePath:hover a:link, 
     391.patternHomePath:hover a:visited { 
     392   color:#06c; 
    407393} 
    408394 
     
    412398} 
    413399#patternSideBarContents hr { 
    414    color:#e2e2e2; 
    415    background-color:#e2e2e2; 
     400   color:#dfdfdf; 
     401   background-color:#dfdfdf; 
    416402} 
    417403#patternSideBarContents a:link, 
    418404#patternSideBarContents a:visited { 
    419    color:#444; 
     405   color:#333; 
    420406} 
    421407#patternSideBarContents a:hover { 
    422    color:#fff; 
     408   color:#06c; 
    423409} 
    424410#patternSideBarContents .patternLeftBarPersonal, 
    425411#patternSideBarContents .patternWebIndicator { 
    426         border-color:#dadada; 
     412    border-color:#dadada; 
    427413} 
    428414#patternSideBarContents b, 
    429415#patternSideBarContents strong { 
    430         color:#d1400e; 
     416    color:#333; 
    431417} 
    432418 
    433419.patternTopicActions { 
    434    background-color:#2989bb; 
    435    color:#bbb; 
     420   background-color:#eaf5fb; 
     421   color:#000; 
     422   border-color:#6aadd0; 
    436423} 
    437424.patternTopicAction { 
    438425   border-color:#fff; 
     426} 
     427.patternActionButtons a:link, 
     428.patternActionButtons a:visited, 
     429.patternActionButtons a:hover { 
     430   color:#06c; 
    439431} 
    440432.patternTopicAction s, 
     
    442434   color:#aaa; 
    443435} 
    444 .patternTopicAction .foswikiSeparator { 
    445    color:#e2e2e2; 
    446 } 
    447 .patternActionButtons a:link, 
    448 .patternActionButtons a:visited { 
    449    color:#fff; 
    450 } 
    451 .patternActionButtons a:hover { 
    452    color:#fff; 
    453 } 
    454 .patternTopicAction a:link .foswikiAccessKey, 
    455 .patternTopicAction a:visited .foswikiAccessKey { 
     436.patternTopicAction .foswikiAccessKey { 
    456437   color:#fff; 
    457438   border-color:#fff; 
    458439} 
    459440.patternTopicAction a:hover .foswikiAccessKey { 
    460    color:#fff; 
     441   color:#06c; 
    461442} 
    462443.patternTopicAction label { 
     
    467448} 
    468449.patternSigLine { 
    469    color:#777;   
     450   color:#777; 
    470451} 
    471452.patternEditTopic { 
    472         background:#eef7fa; 
     453    background:#fafafa; 
    473454} 
    474455.patternToolBar a:link .foswikiAccessKey, 
    475456.patternToolBar a:visited .foswikiAccessKey { 
    476457   color:inherit; 
    477    border-color:#666; 
     458   border-color:#4c94db; 
    478459} 
    479460.patternToolBar a:hover .foswikiAccessKey { 
    480461   background-color:transparent; 
    481462   color:inherit; 
    482    border-color:#666; 
     463   border-color:#4c94db; 
     464} 
     465.patternInfo, 
     466.patternInfo a:link, 
     467.patternInfo a:visited { 
     468        color:#777; 
     469} 
     470.patternInfo:hover a:link, 
     471.patternInfo:hover a:visited, 
     472.patternInfo a:hover { 
     473        color:#06c; 
     474} 
     475 
     476.patternTwistyButton h3 { 
     477        color:#06c; 
    483478} 
    484479 
    485480/* WebSearch, WebSearchAdvanced */ 
     481 
    486482table#foswikiSearchTable { 
    487    border-color:#e2e2e2; 
     483   border-color:#dfdfdf; 
     484   background-color:#fafafa; 
    488485} 
    489486table#foswikiSearchTable th, 
    490487table#foswikiSearchTable td { 
    491488   background-color:#fff; 
    492    border-color:#e2e2e2; 
     489   border-color:#dfdfdf; 
    493490} 
    494491table#foswikiSearchTable hr { 
    495    border-color:#e2e2e2; 
    496    background-color:#e2e2e2; 
     492   border-color:#dfdfdf; 
     493   background-color:#dfdfdf; 
    497494} 
    498495table#foswikiSearchTable th { 
     
    505502   -----------------------------------------------------------   */ 
    506503 
    507 h3.patternSearchResultsHeader, 
    508 h4.patternSearchResultsHeader { 
    509    background-color:#eef7fa; 
    510    border-color:#e2e2e2; 
    511 } 
    512 h4.patternSearchResultsHeader { 
    513    color:#000; 
    514 } 
    515 .patternNoViewPage h4.patternSearchResultsHeader { 
    516    color:#d1400e; 
    517 } 
    518 .patternSearchResult .foswikiBottomRow { 
    519    border-color:#e2e2e2; 
    520 } 
    521 .patternSearchResult .foswikiAlert { 
     504h3.foswikiSearchResultsHeader, 
     505h4.foswikiSearchResultsHeader { 
     506   border-color:#dfdfdf; 
     507} 
     508h4.foswikiSearchResultsHeader { 
     509   color:#777; 
     510} 
     511h4.foswikiSearchResultsHeader b, 
     512h4.foswikiSearchResultsHeader strong { 
     513        color:#000; 
     514} 
     515.patternNoViewPage h4.foswikiSearchResultsHeader { 
     516   color:#390; 
     517} 
     518.foswikiSearchResult .foswikiAlert { 
    522519   color:#f00; 
    523520} 
    524 .patternSearchResult .foswikiSummary .foswikiAlert { 
     521.foswikiSearchResult .foswikiSummary .foswikiAlert { 
    525522   color:#900; 
    526523} 
    527 .patternSearchResult .foswikiNew { 
    528    background-color:#ECFADC; 
    529    border-color:#049804; 
     524.foswikiSearchResult .foswikiBottomRow, 
     525.foswikiSearchResult .foswikiBottomRow a:link, 
     526.foswikiSearchResult .foswikiBottomRow a:visited { 
    530527   color:#049804; 
    531528} 
     529.foswikiSearchResult .foswikiBottomRow:hover a:link, 
     530.foswikiSearchResult .foswikiBottomRow:hover a:visited { 
     531   color:#06c; 
     532} 
    532533.patternViewPage .patternSearchResultsBegin { 
    533    border-color:#e2e2e2; 
     534   border-color:#dfdfdf; 
    534535} 
    535536 
     
    541542} 
    542543.patternBookView .foswikiBottomRow { 
    543    border-color:#e2e2e2; 
     544   border-color:#dfdfdf; 
    544545} 
    545546.patternBookView .patternSearchResultCount { 
     
    566567   border-color:#6b7f93; 
    567568} 
    568 #patternMainContents .patternDiff h4.patternSearchResultsHeader { 
     569#patternMainContents .patternDiff h4.foswikiSearchResultsHeader { 
    569570   background-color:#6b7f93; 
    570571   color:#fff; 
    571572} 
    572 #patternMainContents .patternDiff h4.patternSearchResultsHeader a:link, 
    573 #patternMainContents .patternDiff h4.patternSearchResultsHeader a:visited { 
     573#patternMainContents .patternDiff h4.foswikiSearchResultsHeader a:link, 
     574#patternMainContents .patternDiff h4.foswikiSearchResultsHeader a:visited { 
    574575   color:#fff; 
    575576} 
    576577tr.foswikiDiffDebug td { 
    577    border-color:#e2e2e2; 
     578   border-color:#dfdfdf; 
    578579} 
    579580.patternDiffPage .foswikiDiffTable th { 
     
    611612 
    612613#patternTopBar { 
    613         /* image is defined as WEBHEADERART in System/DefaultPreferences */ 
     614    /* image is defined as WEBHEADERART in System/DefaultPreferences */ 
    614615} 
    615616.foswikiToc li { 
     
    777778   background-position:16px -84px; 
    778779} 
    779 .foswikiBroadcastMessage { 
    780    background-image:url(background_alert.gif); 
    781    background-repeat:repeat-x; 
    782 } 
    783780 
    784781/* common settings */ 
  • trunk/PatternSkin/pub/System/PatternSkinTheme/style.css

    r7062 r7077  
    1414        S3 small font size, foswikiSmall                                                        font-size:86%; line-height:110%; 
    1515        S4 horizontal bar padding (h2, patternTop)                              5px 
    16         S5 form and attachment padding                                                  20px 
     16        S5 form and attachment padding                                                  10px 
    1717        S6 left margin left bar                                                                 1em 
    1818 
     
    6464} 
    6565blockquote { 
     66        margin:0; 
     67        font-size:94%; 
    6668        padding:.5em 1.25em; 
    67         border-style:solid; 
    68         border-width:1px 1px 1px 5px; 
     69        border-style:solid none; 
     70        border-width:1px; 
    6971} 
    7072 
    7173/* Text */ 
    7274h1 { 
    73         margin:0 0 .5em 0; 
    7475} 
    7576h1, h2, h3, h4, h5, h6 { 
     
    8485h6 { font-size:95%; font-weight:bold; } 
    8586h2, h3, h4, h5, h6 { 
    86         display:block; 
    87         /* give header a background color for easy scanning:*/ 
    88         padding:.25em 10px; 
    89         margin:1em -10px .35em -10px; 
    90         height:auto;     
     87        margin:1em 0 1em 0; 
    9188} 
    9289h1.patternTemplateTitle { 
    9390        font-size:170%; 
    94         text-align:center; 
    9591} 
    9692h2.patternTemplateTitle { 
    97         text-align:center; 
    9893        margin-top:.5em; 
    9994        background:none; 
     
    133128:link:active, 
    134129:visited:active { 
    135         text-decoration:underline; 
     130        text-decoration:none; 
    136131} 
    137132:link:hover, 
    138133:visited:hover { 
    139         text-decoration:none; 
     134        text-decoration:underline; 
    140135} 
    141136img { 
     
    149144        margin:0; 
    150145        padding:0; 
     146} 
     147fieldset { 
     148        margin:0; 
     149        padding:0; 
     150        border:none; 
    151151} 
    152152textarea, 
     
    261261.foswikiTable th { 
    262262        border-width:1px; 
     263        border-style:solid; 
    263264} 
    264265.foswikiTable { 
    265         border-style:solid; 
    266266        margin:2px 0; 
    267267        border-collapse:collapse; 
    268268} 
    269269.foswikiTable td { 
    270         padding:3px 6px; 
    271         border-top-style:solid; 
    272         border-bottom-style:solid;       
     270        padding:.2em .5em; 
    273271} 
    274272.foswikiTable th { 
    275         border-left-style:solid; 
    276         border-right-style:solid; 
    277         padding:4px 6px; 
     273        padding:.4em .5em; 
    278274} 
    279275.foswikiTable .tableSortIcon { 
    280         margin:0 0 0 5px; 
    281 } 
    282  
    283 /* 
    284 .foswikiTable th.foswikiFirstCol { 
    285         border-left-style:none; 
    286 } 
    287 */ 
    288 .foswikiTable a:link, 
    289 .foswikiTable a:visited { 
    290         text-decoration:underline; 
    291 } 
    292 .foswikiTable a:hover { 
    293         text-decoration:underline; 
     276        margin:0 0 0 .25em; 
    294277} 
    295278 
     
    310293 
    311294/*      ----------------------------------------------------------- 
    312         TWiki styles 
     295        Foswiki styles 
    313296        -----------------------------------------------------------     */ 
     297 
     298.foswikiPage { 
     299        font-family:arial, verdana, sans-serif; 
     300        line-height:1.5em; /*S1*/ 
     301        /* change font size here */ 
     302        font-size:105%; 
     303} 
     304.foswikiPage font { 
     305        line-height:135%; 
     306} 
    314307 
    315308#foswikiLogin { 
     
    319312} 
    320313#foswikiLogin .foswikiFormSteps { 
    321         border-width:5px; 
     314        border:none; 
    322315} 
    323316#foswikiLogin .patternLoginNotification { 
     
    329322.foswikiAttachments, 
    330323.foswikiForm { 
    331         margin:1em 0; 
    332         padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 
    333324        height:1%; /* for IE */ 
    334325} 
     
    360351        /* form or attachment table inside topic area */ 
    361352        font-size:94%; /*S2*/ 
    362         padding:1em 20px; /*S5*/ /* top:use less padding for the toggle link; bottom:use less space in case the table is folded in  */ 
     353        padding:1em 10px; /*S5*/ /* top:use less padding for the toggle link; bottom:use less space in case the table is folded in  */ 
    363354        margin:0; 
    364355        border-width:2px 0 0 0; 
     
    367358.foswikiAttachments .foswikiTable, 
    368359table.foswikiFormTable { 
    369         margin:10px 0 5px 0; 
     360        margin:0 0 5px 0; 
    370361        border-collapse:collapse; 
    371362        padding:0px; 
     
    447438        height:100%; /* for IE */ 
    448439        line-height:140%; 
    449         padding:1em 40px; 
     440        padding:.75em 20px; 
    450441        border-width:0 0 1px 0; 
    451442        border-style:solid; 
     
    455446.foswikiFormStep h4 { 
    456447        border:none; 
    457         margin:0 0 .1em 0; 
     448        margin:5px 0 .5em 0; 
    458449        padding:0; 
    459450        background:none; 
     
    480471} 
    481472.foswikiActionFormStepSign { 
    482         float:left; 
    483         font-size:100%; 
    484         margin-left:-20px; /* half of S5 */ 
    485         vertical-align:text-top; 
    486         line-height:1em; 
     473        display:none; 
    487474} 
    488475.foswikiToc { 
     
    514501        line-height:1.5em; /*S1*/ 
    515502} 
    516 .foswikiNew {} 
    517 .foswikiSummary { 
    518         font-size:86%; /*S3*/ 
    519 } 
    520503.foswikiEmulatedLink { 
    521504        text-decoration:underline; 
     
    539522.foswikiBroadcastMessage, 
    540523.foswikiNotification { 
    541         padding:1em 20px; /*S5*/ 
    542 } 
    543 .foswikiNotification { 
    544         margin:1em 0; 
    545         border-style:solid; 
    546         border-width:2px; 
     524        padding:1em 10px; /*S5*/ 
     525        margin:.5em 0; 
     526        border-style:solid; 
     527        border-width:1px; 
    547528} 
    548529.foswikiBroadcastMessage { 
     
    553534        padding:1em; 
    554535        margin:.25em 0 0 0; 
    555         border-style:solid; 
    556         border-width:2px; 
    557536} 
    558537.foswikiHelp ul { 
    559         margin:0; 
     538        margin-top:0; 
     539        margin-bottom:0; 
     540        margin-left:0; 
    560541        padding-left:20px; 
    561542} 
     
    589570        white-space:nowrap; 
    590571} 
    591 .foswikiSearchResultCount { 
    592         font-weight:bold; 
     572.foswikiIcon img { 
     573        vertical-align:text-bottom; 
     574        border:0; 
    593575} 
    594576 
     
    600582/* for specific layout sub-elements see further down */ 
    601583 
    602 .foswikiPage { 
    603         font-family:arial, verdana, sans-serif; 
    604         line-height:1.5em; /*S1*/ 
    605         /* change font size here */ 
    606         font-size:105%; 
    607 } 
    608 .foswikiPage font { 
    609         line-height:135%; 
    610 } 
    611584.patternNoViewPage #patternOuter { 
    612585        margin-left:0; 
     
    640613#patternSideBarContents, 
    641614#patternMainContents { 
    642         padding-top:2em; 
     615        padding-top:1em; 
    643616} 
    644617#patternSideBarContents { 
     
    657630/* bottom paddings */ 
    658631#patternMainContents { 
    659         padding-bottom:4em; 
     632        padding-bottom:1em; 
    660633} 
    661634#patternBottomBarContents { 
     
    663636} 
    664637.foswikiTopic { 
    665         margin:0 0 2em 0; 
     638        margin:0 0 3em 0; 
    666639} 
    667640.patternNoViewPage #patternMainContents, 
     
    686659        vertical-align:text-bottom; 
    687660} 
    688 #patternSideBarContents a:link, 
    689 #patternSideBarContents a:visited { 
    690         text-decoration:none; 
    691 } 
    692 /* 
    693 #patternSideBarContents .patternLeftBarPersonal a:link, 
    694 #patternSideBarContents .patternLeftBarPersonal a:visited { 
    695         text-decoration:underline; 
    696 } 
    697 #patternSideBarContents .patternLeftBarPersonal ul a:link, 
    698 #patternSideBarContents .patternLeftBarPersonal ul a:visited { 
    699         text-decoration:none; 
    700 } 
    701 #patternSideBarContents .patternLeftBarPersonal ul a:hover { 
    702         text-decoration:underline; 
    703 } 
    704 */ 
    705661#patternSideBarContents ul { 
    706662        padding:0; 
     
    717673        background-color:transparent; 
    718674} 
    719 #patternSideBarContents .patternLeftBarPersonal, 
    720 #patternSideBarContents .patternWebIndicator { 
     675#patternSideBarContents a:hover { 
     676   text-decoration:none; 
     677} 
     678#patternSideBarContents .patternLeftBarPersonal { 
    721679        height:1%; /* for IE */ 
    722680        width:100%; /* for IE */ 
     
    726684        border-width:1px; 
    727685} 
    728 /* 
    729 #patternSideBarContents ul li a:link, 
    730 #patternSideBarContents ul li a:visited { 
    731         display:block; 
    732         margin:0 -1em 0 -1em; 
    733         padding:.2em 1em; 
    734 } 
    735 */ 
     686.patternWebIndicator { 
     687        border-style:none none solid none; 
     688        border-width:3px; 
     689        padding:0 1em .5em 1em; 
     690        margin:0 -1em 1em -1em; 
     691} 
    736692.patternWebIndicator a { 
    737693        font-size:1.1em; 
     
    772728} 
    773729.patternHomePath .foswikiSeparator { 
    774         padding:0 .5em; 
    775 } 
    776 .patternHomePath a:link, 
    777 .patternHomePath a:visited { 
    778         text-decoration:none; 
    779         border-style:none none solid none; 
    780         border-width:1px; 
    781 } 
    782  
    783 .patternToolBar { 
     730        padding:0 .35em; 
    784731} 
    785732.patternToolBar span { 
     
    797744        font-weight:bold; 
    798745} 
    799 .patternToolBar span a:link, 
    800 .patternToolBar span a:visited { 
    801         text-decoration:none; 
    802         outline:none; 
    803 } 
    804746.patternToolBar span a:hover, 
    805747.patternToolBar span a:hover { 
     748        text-decoration:none; 
    806749        border-width:1px; 
    807750        border-style:solid; 
     
    819762 
    820763.patternTopicActions { 
    821         border:none; 
     764        border-style:solid; 
     765        border-width:1px; 
     766        margin-top:-1px; 
    822767} 
    823768.patternTopicAction { 
    824769        line-height:1.5em; 
    825         padding:.4em 20px; /*S5*/ 
     770        padding:.4em 10px; /*S5*/ 
    826771        border-width:1px 0 0 0; 
    827772        border-style:solid; 
     
    834779.patternAttachPage .patternTopicAction, 
    835780.patternRenamePage .patternTopicAction { 
    836         padding-left:40px; 
     781        padding-left:20px; 
    837782} 
    838783.patternActionButtons a:link, 
     
    853798        padding:.1em .2em; 
    854799} 
    855 .patternNoViewPage .patternTopicAction { 
    856         margin-top:-1px; 
    857 } 
    858800.patternInfo { 
    859         margin:1.5em 0 0 0; 
     801        margin:1em 0 0 0; 
     802} 
     803.patternHomePath { 
     804        font-size:94%; 
    860805} 
    861806.patternHomePath .patternRevInfo { 
    862         font-size:94%; 
    863807        white-space:nowrap; 
    864808} 
     
    878822 
    879823/* WebSearch, WebSearchAdvanced */ 
     824.foswikiWebSearchForm form { 
     825        width:100%; 
     826} 
     827.foswikiWebSearchForm ul { 
     828        list-style:none; 
     829        margin-top:0; 
     830} 
     831 
    880832#foswikiSearchTable { 
     833        width:100%; 
     834        margin:.5em 0; 
    881835        background:none; 
    882         border-bottom:0; 
     836        border-width:1px; 
     837        border-style:solid none none none; 
    883838}  
    884839#foswikiSearchTable th, 
    885840#foswikiSearchTable td { 
    886841        padding:1em; 
    887         border-width:0 0 1px 0; 
    888         border-style:solid; 
     842        border-width:1px; 
     843        border-style:none none solid none; 
    889844}  
    890845#foswikiSearchTable th { 
     
    896851} 
    897852 
     853/* 
     854.foswikiWebSearchForm form { 
     855        width:100%; 
     856} 
     857.foswikiWebSearchForm div, 
     858.foswikiWebSearchForm fieldset { 
     859        padding:1em; 
     860} 
     861.foswikiWebSearchForm fieldset { 
     862        border-width:2px 0 0 0; 
     863        border-style:solid; 
     864} 
     865.foswikiWebSearchForm fieldset label { 
     866        font-weight:bold; 
     867        font-size:100%; 
     868        margin:0; 
     869        padding:0; 
     870} 
     871 
     872.foswikiWebSearchForm fieldset p { 
     873        margin:0 0 0 3em; 
     874        padding:.25em 0; 
     875} 
     876.foswikiWebSearchForm fieldset hr { 
     877        margin:0 3em; 
     878} 
     879.foswikiWebSearchForm fieldset p label { 
     880        font-weight:normal; 
     881} 
     882*/ 
     883 
    898884/*      ----------------------------------------------------------- 
    899885        Search results 
     
    908894        margin:1em 0 1em 5em; 
    909895} 
    910 h3.patternSearchResultsHeader, 
    911 h4.patternSearchResultsHeader { 
    912         display:block; 
    913         border-width:0 0 1px 0; 
    914         border-style:solid; 
     896h3.foswikiSearchResultsHeader, 
     897h4.foswikiSearchResultsHeader { 
     898        border-width:3px; 
     899        border-style:none none solid none; 
    915900        height:1%; /* for IE */ 
    916901        font-weight:bold; 
     
    919904        font-size:115%; /* same as foswikiFormStep */ 
    920905        margin:0; 
    921         padding:.5em 40px; /*S5*/ 
    922         font-weight:bold; 
    923 } 
    924 h4.patternSearchResultsHeader { 
     906        padding:.5em 20px; /*S5*/ 
     907        font-weight:bold; 
     908} 
     909h4.foswikiSearchResultsHeader { 
    925910        font-size:100%; 
    926         padding-top:.3em; 
    927         padding-bottom:.3em; 
     911        padding-top:.5em; 
     912        padding-bottom:.5em; 
    928913        font-weight:normal; 
    929914} 
    930 .patternSearchResult .foswikiTopRow { 
    931         padding-top:.2em; 
    932         margin-top:.1em; 
    933 } 
    934 .patternSearchResult .foswikiBottomRow { 
    935         margin-bottom:.1em; 
    936         padding-bottom:.25em; 
    937         border-width:0 0 1px 0; 
    938         border-style:solid; 
    939 } 
    940 .patternSearchResult .foswikiAlert { 
    941         font-weight:bold; 
    942 } 
    943 .patternSearchResult .foswikiSummary .foswikiAlert { 
     915.foswikiSearchResultsHeader span { 
     916        padding:0 .5em 0 0; 
     917} 
     918 
     919.foswikiSearchResultCount { 
     920        font-weight:bold; 
     921} 
     922.foswikiSearchResult { 
     923        margin:0 0 1em 0; 
     924} 
     925.foswikiSearchResult .foswikiTopRow {} 
     926.foswikiSearchResult .foswikiBottomRow {} 
     927.foswikiSearchResult .foswikiAlert { 
     928        font-weight:bold; 
     929} 
     930.foswikiSummary, 
     931.foswikiSearchResult .foswikiBottomRow { 
     932        font-size:86%; /*S3*/ 
     933} 
     934.foswikiSearchResult .foswikiSummary .foswikiAlert { 
    944935        font-weight:normal; 
    945 } 
    946 .patternSearchResult .foswikiNew { 
    947         border-width:1px; 
    948         border-style:solid; 
    949         font-size:86%; /*S3*/ 
    950         padding:0 1px; 
    951         font-weight:bold; 
    952936} 
    953937.patternSearchResults .foswikiHelp { 
     
    957941        margin:1em -5px .35em -5px; 
    958942} 
    959 .patternSearchResult .foswikiSRAuthor { 
    960         width:15%; 
    961         text-align:left; 
    962 } 
    963 .patternSearchResult .foswikiSRRev { 
    964         width:30%; 
    965         text-align:left; 
    966 } 
    967943.patternSearchResultCount { 
    968944        margin:1em 0 3em 0; 
    969945} 
    970 .patternSearched { 
    971         display:block; 
    972 } 
     946.patternSearched {} 
    973947 
    974948 
     
    11051079        padding:0 0 0 10px; 
    11061080} 
    1107 .patternDiff h4.patternSearchResultsHeader { 
     1081.patternDiff h4.foswikiSearchResultsHeader { 
    11081082        padding:.5em 10px; 
    11091083} 
  • trunk/PatternSkin/templates/viewsidebar.pattern.tmpl

    r1579 r7077  
    55 
    66 
    7 %TMPL:DEF{"sidebar:webindicator"}%<div class="patternWebIndicator"> 
    8    * <a href='%SCRIPTURL{"view"}%/%BASEWEB%/%HOMETOPIC%'><img src='%ICONURL{"web-bg"}%' style='background-color:%WEBBGCOLOR%' alt='%WEB%'/> <nop>%BASEWEB%</a> 
    9 </div><!--/patternWebIndicator-->%TMPL:END% 
     7%TMPL:DEF{"sidebar:webindicator"}%<div class="patternWebIndicator" style="border-color:%WEBBGCOLOR%"> 
     8<a href='%SCRIPTURL{"view"}%/%BASEWEB%/%HOMETOPIC%'><nop>%BASEWEB%</a> 
     9</div>%TMPL:END% 
    1010 
    1111 
    1212%TMPL:DEF{"sidebar:weblink"}%<div class="patternWebIndicator"> 
    13    * [[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]] 
    14 </div><!--/patternWebIndicator-->%TMPL:END% 
     13[[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]] 
     14</div>%TMPL:END% 
    1515 
    1616%{ Please note that there must be a new line before the include of the WebLeftBar. Other wise the first bullet will not be displayed as a bullet. See Foswiki task Item410 }% 
Note: See TracChangeset for help on using the changeset viewer.