Changeset 7077
- Timestamp:
- 04/04/10 23:11:55 (2 years ago)
- Location:
- trunk/PatternSkin
- Files:
-
- 6 edited
-
data/System/PatternSkin.txt (modified) (1 diff)
-
data/System/PatternSkinColorSettings.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/PatternSkin.pm (modified) (1 diff)
-
pub/System/PatternSkinTheme/colors.css (modified) (34 diffs)
-
pub/System/PatternSkinTheme/style.css (modified) (36 diffs)
-
templates/viewsidebar.pattern.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PatternSkin/data/System/PatternSkin.txt
r7062 r7077 151 151 | Release: | %$RELEASE% | 152 152 | History: | <!-- specify latest version first --> | 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. | 153 155 | 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. | 154 156 | 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 4 Use 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 13 Let %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 19 Edit 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 201 Do 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 244 html body { 245 background-color:%NEUTRAL_BACKGROUND%; 246 color:%MAIN_TEXT%; 247 } 248 html body.patternEditPage, 249 .mceContentBody { 250 background-color:%MAIN_TEXT_BACKGROUND%; 251 } 252 253 /* be kind to netscape 4 that doesn't understand inheritance */ 254 body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 { 255 background-color:transparent; 256 } 257 hr { 258 color:%SEPARATOR_BORDER%; 259 background-color:%SEPARATOR_BORDER%; 260 } 261 pre, code, tt { 262 color:%CODE_TEXT%; 263 } 264 pre { 265 background:%NEUTRAL_BACKGROUND%; 266 border-color:%NEUTRAL_BORDER%; 267 } 268 blockquote { 269 background-color:%NEUTRAL_BACKGROUND%; 270 border-color:%NEUTRAL_BORDER%; 271 } 272 blockquote h2 { 273 background:none; 274 } 275 h1 { 276 color:%H1_HEADER_TEXT%; 277 } 278 h2, 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 333 textarea, 334 input, 335 select { 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 } 426 a: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 454 table.foswikiFormTable th.foswikiFormTableHRow, 455 table.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, 483 table.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 } 562 a:link .foswikiAccessKey, 563 a:visited .foswikiAccessKey { 564 color:inherit; 565 } 566 a: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 /* 684 table#foswikiSearchTable { 685 border-color:%FORM_STEP_BORDER%; 686 } 687 table#foswikiSearchTable th, 688 table#foswikiSearchTable td { 689 background-color:%MAIN_TEXT_BACKGROUND%; 690 border-color:%FORM_STEP_BORDER%; 691 } 692 table#foswikiSearchTable hr { 693 border-color:%FORM_STEP_BORDER%; 694 background-color:%FORM_STEP_BORDER%; 695 } 696 table#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 706 h3.patternSearchResultsHeader, 707 h4.patternSearchResultsHeader { 708 background-color:%ATTACHMENT_AND_FORM_BACKGROUND%; 709 border-color:%SEPARATOR_BORDER%; 710 } 711 h4.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 } 775 tr.foswikiDiffDebug td { 776 border-color:%TABLE_BORDER%; 777 } 778 .patternDiffPage .foswikiDiffTable th { 779 background-color:%DIFF_HEADER_BACKGROUND%; 780 } 781 /* Changed */ 782 .foswikiDiffChangedHeader, 783 tr.foswikiDiffDebug .foswikiDiffChangedText, 784 tr.foswikiDiffDebug .foswikiDiffChangedText { 785 background:#9f9; /* green - do not change */ 786 } 787 /* Deleted */ 788 tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 789 tr.foswikiDiffDebug .foswikiDiffDeletedText { 790 background-color:#f99; /* red - do not change */ 791 } 792 /* Added */ 793 .foswikiDiffAddedHeader, 794 tr.foswikiDiffDebug .foswikiDiffAddedMarker, 795 tr.foswikiDiffDebug .foswikiDiffAddedText { 796 background-color:#ccf; /* violet - do not change */ 797 } 798 /* Unchanged */ 799 tr.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, 828 a.foswikiSubmit:link, 829 a.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, 836 a.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, 843 a.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, 858 a.foswikiButton:link, 859 a.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, 869 a.foswikiButton:hover, 870 a.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, 986 li.patternLogOut, 987 li.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 3 3 4 4 our $VERSION = '$Rev$'; 5 our $RELEASE = '5. 1';5 our $RELEASE = '5.2'; 6 6 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'; 7 7 -
trunk/PatternSkin/pub/System/PatternSkinTheme/colors.css
r7062 r7077 1 2 1 /* PatternSkin colors */ 3 /* Generated by AttachContentPlugin from System.PatternSkin */2 /* Generated by AttachContentPlugin from System.PatternSkinColorSettings */ 4 3 5 4 /* LAYOUT ELEMENTS */ 6 5 7 6 #patternScreen { 8 background:#e2e2e2;7 background:#fafafa; 9 8 } 10 9 #patternPage { 11 border-color:#ccc;10 border-color:#ccc; 12 11 } 13 12 #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 */ 16 16 } 17 17 #patternMain { /* don't set a background here; use patternOuter */ } … … 26 26 #patternBottomBar { 27 27 border-color:#ccc; 28 background-color:#f 5f5f5;28 background-color:#fafafa; 29 29 } 30 30 #patternBottomBarContents, … … 34 34 } 35 35 #patternBottomBarContents a:hover { 36 color:# fff;36 color:#06c; 37 37 } 38 38 … … 40 40 41 41 html body { 42 background-color:#f 5f5f5;42 background-color:#fafafa; 43 43 color:#000; 44 44 } … … 47 47 background-color:#fff; 48 48 } 49 49 50 /* be kind to netscape 4 that doesn't understand inheritance */ 50 51 body, p, li, ul, ol, dl, dt, dd, acronym, h1, h2, h3, h4, h5, h6 { … … 52 53 } 53 54 hr { 54 color:# e2e2e2;55 background-color:# e2e2e2;55 color:#dfdfdf; 56 background-color:#dfdfdf; 56 57 } 57 58 pre, code, tt { … … 59 60 } 60 61 pre { 61 background:#f 5f5f5;62 background:#fafafa; 62 63 border-color:#ddd; 63 64 } 64 65 blockquote { 65 background-color:#f 5f5f5;66 border-color:#d dd;66 background-color:#f0f0ee; 67 border-color:#dfdfdf; 67 68 } 68 69 blockquote h2 { … … 70 71 } 71 72 h1 { 72 color:# 2989bb;73 color:#333; 73 74 } 74 75 h2, 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 83 79 /* to override old Render.pm coded font color style */ 84 80 .foswikiNewLink font { … … 91 87 } 92 88 .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; 96 92 } 97 93 .foswikiNewLink { … … 104 100 :link:active, 105 101 :visited:active { 106 color:# 4571d0;102 color:#06c; 107 103 background-color:transparent; 108 104 } 109 105 :link:hover, 110 106 :visited:hover { 111 color:# fff;112 background-color: #0055b5;107 color:#06c; 108 background-color:transparent; 113 109 background-image:none; 114 110 } … … 118 114 } 119 115 .foswikiTopic a:visited { 120 color:# 666;116 color:#4c94db; 121 117 } 122 118 .foswikiTopic a:hover { 123 color:# fff;119 color:#06c; 124 120 } 125 121 .foswikiTopic .foswikiUnvisited a:visited { 126 color:# 4571d0;122 color:#06c; 127 123 } 128 124 .foswikiTopic .foswikiUnvisited a:hover { 129 color:# fff;125 color:#06c; 130 126 } 131 127 … … 159 155 border-color:#fff #ccc #ccc #fff; 160 156 color:#aaa; 161 background-color:# eef7fa;157 background-color:#f0f0ee; 162 158 } 163 159 .foswikiTextarea, … … 177 173 .foswikiInputField:focus, 178 174 .foswikiInputFieldFocus { 179 background-color:# ffffe0;175 background-color:#ebf5fa; 180 176 } 181 177 … … 213 209 .foswikiTable td, 214 210 .foswikiTable th { 215 border-color:#e2e2e2; 216 } 211 border-color:#dfdfdf; 212 } 213 .foswikiTable th, 217 214 .foswikiTable th a:link, 218 .foswikiTable th a:visited, 219 .foswikiTable th a font { 215 .foswikiTable th a:visited { 220 216 color:#fff; 221 217 } … … 226 222 } 227 223 a:hover.twistyTrigger { 228 color:# fff;224 color:#06c; 229 225 } 230 226 … … 235 231 /* RevCommentPlugin */ 236 232 .revComment .patternTopicAction { 237 background-color:# eef7fa;233 background-color:#f0f0ee; 238 234 } 239 235 … … 250 246 } 251 247 .foswikiGrayText a:hover { 252 color:# fff;248 color:#06c; 253 249 } 254 250 … … 263 259 .foswikiEditForm .foswikiFormTable th, 264 260 .foswikiEditForm .foswikiFormTable td { 265 border-color:# e2e2e2;261 border-color:#dfdfdf; 266 262 } 267 263 /* use a different table background color mix: no odd/even rows, no white background */ … … 274 270 .patternContent .foswikiAttachments, 275 271 .patternContent .foswikiForm { 276 background-color:# eef7fa;272 background-color:#f0f0ee; 277 273 border-color:#fff; 278 }279 .patternTwistyButton h3 {280 color:#d1400e;281 274 } 282 275 .foswikiAttachments table, 283 276 table.foswikiFormTable { 284 border-color:# e2e2e2;277 border-color:#dfdfdf; 285 278 background-color:#fff; 286 279 } … … 292 285 .foswikiAttachments td, 293 286 .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 } 301 289 .foswikiFormSteps { 302 background-color:# eef7fa;303 border-color:# e2e2e2;290 background-color:#f0f0ee; 291 border-color:#dfdfdf; 304 292 } 305 293 .foswikiFormStep { 306 border-color:# e2e2e2;294 border-color:#dfdfdf; 307 295 } 308 296 .foswikiFormStep h2 { 309 color:# 2989bb;297 color:#333; 310 298 } 311 299 .foswikiFormStep h3, 312 300 .foswikiFormStep h4 { 313 color:# d1400e;301 color:#333; 314 302 } 315 303 .foswikiFormStep h3, … … 318 306 } 319 307 .foswikiActionFormStepSign { 320 color:# d1400e;308 color:#aaa; 321 309 } 322 310 .foswikiFormStep .foswikiHelp { … … 328 316 .foswikiBroadcastMessage, 329 317 .foswikiNotification { 330 background-color:#ffe67b; 331 } 332 .foswikiNotification { 333 border:2px solid #ffdf4c; 318 background-color:#fff7e7; 319 border-color:#fbad17; 334 320 } 335 321 #foswikiLogin .patternLoginNotification { … … 338 324 } 339 325 .foswikiHelp { 340 background-color:#edf5fa; 341 border-color:#e2e2e2; 326 background-color:#f1f8ed; 342 327 } 343 328 .foswikiBroadcastMessage b, … … 350 335 } 351 336 .foswikiEmulatedLink { 352 color:# 4571d0;337 color:#06c; 353 338 } 354 339 .foswikiPageForm table { 355 border-color:# e2e2e2;340 border-color:#dfdfdf; 356 341 background:#fff; 357 342 } … … 380 365 } 381 366 .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; 383 374 } 384 375 … … 389 380 background-color:#fff; 390 381 } 382 .patternTop a:hover { 383 border:none; 384 color:#06c; 385 } 391 386 .patternHomePath a:link, 392 387 .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; 407 393 } 408 394 … … 412 398 } 413 399 #patternSideBarContents hr { 414 color:# e2e2e2;415 background-color:# e2e2e2;400 color:#dfdfdf; 401 background-color:#dfdfdf; 416 402 } 417 403 #patternSideBarContents a:link, 418 404 #patternSideBarContents a:visited { 419 color:# 444;405 color:#333; 420 406 } 421 407 #patternSideBarContents a:hover { 422 color:# fff;408 color:#06c; 423 409 } 424 410 #patternSideBarContents .patternLeftBarPersonal, 425 411 #patternSideBarContents .patternWebIndicator { 426 border-color:#dadada;412 border-color:#dadada; 427 413 } 428 414 #patternSideBarContents b, 429 415 #patternSideBarContents strong { 430 color:#d1400e;416 color:#333; 431 417 } 432 418 433 419 .patternTopicActions { 434 background-color:#2989bb; 435 color:#bbb; 420 background-color:#eaf5fb; 421 color:#000; 422 border-color:#6aadd0; 436 423 } 437 424 .patternTopicAction { 438 425 border-color:#fff; 426 } 427 .patternActionButtons a:link, 428 .patternActionButtons a:visited, 429 .patternActionButtons a:hover { 430 color:#06c; 439 431 } 440 432 .patternTopicAction s, … … 442 434 color:#aaa; 443 435 } 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 { 456 437 color:#fff; 457 438 border-color:#fff; 458 439 } 459 440 .patternTopicAction a:hover .foswikiAccessKey { 460 color:# fff;441 color:#06c; 461 442 } 462 443 .patternTopicAction label { … … 467 448 } 468 449 .patternSigLine { 469 color:#777; 450 color:#777; 470 451 } 471 452 .patternEditTopic { 472 background:#eef7fa;453 background:#fafafa; 473 454 } 474 455 .patternToolBar a:link .foswikiAccessKey, 475 456 .patternToolBar a:visited .foswikiAccessKey { 476 457 color:inherit; 477 border-color:# 666;458 border-color:#4c94db; 478 459 } 479 460 .patternToolBar a:hover .foswikiAccessKey { 480 461 background-color:transparent; 481 462 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; 483 478 } 484 479 485 480 /* WebSearch, WebSearchAdvanced */ 481 486 482 table#foswikiSearchTable { 487 border-color:#e2e2e2; 483 border-color:#dfdfdf; 484 background-color:#fafafa; 488 485 } 489 486 table#foswikiSearchTable th, 490 487 table#foswikiSearchTable td { 491 488 background-color:#fff; 492 border-color:# e2e2e2;489 border-color:#dfdfdf; 493 490 } 494 491 table#foswikiSearchTable hr { 495 border-color:# e2e2e2;496 background-color:# e2e2e2;492 border-color:#dfdfdf; 493 background-color:#dfdfdf; 497 494 } 498 495 table#foswikiSearchTable th { … … 505 502 ----------------------------------------------------------- */ 506 503 507 h3. patternSearchResultsHeader,508 h4. patternSearchResultsHeader {509 b ackground-color:#eef7fa;510 border-color:#e2e2e2; 511 } 512 h4.patternSearchResultsHeader { 513 color:#000; 514 } 515 .patternNoViewPage h4.patternSearchResultsHeader{516 color:#d1400e;517 } 518 .pattern SearchResult .foswikiBottomRow{519 border-color:#e2e2e2;520 } 521 . patternSearchResult .foswikiAlert {504 h3.foswikiSearchResultsHeader, 505 h4.foswikiSearchResultsHeader { 506 border-color:#dfdfdf; 507 } 508 h4.foswikiSearchResultsHeader { 509 color:#777; 510 } 511 h4.foswikiSearchResultsHeader b, 512 h4.foswikiSearchResultsHeader strong { 513 color:#000; 514 } 515 .patternNoViewPage h4.foswikiSearchResultsHeader { 516 color:#390; 517 } 518 .foswikiSearchResult .foswikiAlert { 522 519 color:#f00; 523 520 } 524 . patternSearchResult .foswikiSummary .foswikiAlert {521 .foswikiSearchResult .foswikiSummary .foswikiAlert { 525 522 color:#900; 526 523 } 527 . patternSearchResult .foswikiNew {528 background-color:#ECFADC; 529 border-color:#049804; 524 .foswikiSearchResult .foswikiBottomRow, 525 .foswikiSearchResult .foswikiBottomRow a:link, 526 .foswikiSearchResult .foswikiBottomRow a:visited { 530 527 color:#049804; 531 528 } 529 .foswikiSearchResult .foswikiBottomRow:hover a:link, 530 .foswikiSearchResult .foswikiBottomRow:hover a:visited { 531 color:#06c; 532 } 532 533 .patternViewPage .patternSearchResultsBegin { 533 border-color:# e2e2e2;534 border-color:#dfdfdf; 534 535 } 535 536 … … 541 542 } 542 543 .patternBookView .foswikiBottomRow { 543 border-color:# e2e2e2;544 border-color:#dfdfdf; 544 545 } 545 546 .patternBookView .patternSearchResultCount { … … 566 567 border-color:#6b7f93; 567 568 } 568 #patternMainContents .patternDiff h4. patternSearchResultsHeader {569 #patternMainContents .patternDiff h4.foswikiSearchResultsHeader { 569 570 background-color:#6b7f93; 570 571 color:#fff; 571 572 } 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 { 574 575 color:#fff; 575 576 } 576 577 tr.foswikiDiffDebug td { 577 border-color:# e2e2e2;578 border-color:#dfdfdf; 578 579 } 579 580 .patternDiffPage .foswikiDiffTable th { … … 611 612 612 613 #patternTopBar { 613 /* image is defined as WEBHEADERART in System/DefaultPreferences */614 /* image is defined as WEBHEADERART in System/DefaultPreferences */ 614 615 } 615 616 .foswikiToc li { … … 777 778 background-position:16px -84px; 778 779 } 779 .foswikiBroadcastMessage {780 background-image:url(background_alert.gif);781 background-repeat:repeat-x;782 }783 780 784 781 /* common settings */ -
trunk/PatternSkin/pub/System/PatternSkinTheme/style.css
r7062 r7077 14 14 S3 small font size, foswikiSmall font-size:86%; line-height:110%; 15 15 S4 horizontal bar padding (h2, patternTop) 5px 16 S5 form and attachment padding 20px16 S5 form and attachment padding 10px 17 17 S6 left margin left bar 1em 18 18 … … 64 64 } 65 65 blockquote { 66 margin:0; 67 font-size:94%; 66 68 padding:.5em 1.25em; 67 border-style:solid ;68 border-width:1px 1px 1px 5px;69 border-style:solid none; 70 border-width:1px; 69 71 } 70 72 71 73 /* Text */ 72 74 h1 { 73 margin:0 0 .5em 0;74 75 } 75 76 h1, h2, h3, h4, h5, h6 { … … 84 85 h6 { font-size:95%; font-weight:bold; } 85 86 h2, 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; 91 88 } 92 89 h1.patternTemplateTitle { 93 90 font-size:170%; 94 text-align:center;95 91 } 96 92 h2.patternTemplateTitle { 97 text-align:center;98 93 margin-top:.5em; 99 94 background:none; … … 133 128 :link:active, 134 129 :visited:active { 135 text-decoration: underline;130 text-decoration:none; 136 131 } 137 132 :link:hover, 138 133 :visited:hover { 139 text-decoration: none;134 text-decoration:underline; 140 135 } 141 136 img { … … 149 144 margin:0; 150 145 padding:0; 146 } 147 fieldset { 148 margin:0; 149 padding:0; 150 border:none; 151 151 } 152 152 textarea, … … 261 261 .foswikiTable th { 262 262 border-width:1px; 263 border-style:solid; 263 264 } 264 265 .foswikiTable { 265 border-style:solid;266 266 margin:2px 0; 267 267 border-collapse:collapse; 268 268 } 269 269 .foswikiTable td { 270 padding:3px 6px; 271 border-top-style:solid; 272 border-bottom-style:solid; 270 padding:.2em .5em; 273 271 } 274 272 .foswikiTable th { 275 border-left-style:solid; 276 border-right-style:solid; 277 padding:4px 6px; 273 padding:.4em .5em; 278 274 } 279 275 .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; 294 277 } 295 278 … … 310 293 311 294 /* ----------------------------------------------------------- 312 TWiki styles295 Foswiki styles 313 296 ----------------------------------------------------------- */ 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 } 314 307 315 308 #foswikiLogin { … … 319 312 } 320 313 #foswikiLogin .foswikiFormSteps { 321 border -width:5px;314 border:none; 322 315 } 323 316 #foswikiLogin .patternLoginNotification { … … 329 322 .foswikiAttachments, 330 323 .foswikiForm { 331 margin:1em 0;332 padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */333 324 height:1%; /* for IE */ 334 325 } … … 360 351 /* form or attachment table inside topic area */ 361 352 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 */ 363 354 margin:0; 364 355 border-width:2px 0 0 0; … … 367 358 .foswikiAttachments .foswikiTable, 368 359 table.foswikiFormTable { 369 margin: 10px0 5px 0;360 margin:0 0 5px 0; 370 361 border-collapse:collapse; 371 362 padding:0px; … … 447 438 height:100%; /* for IE */ 448 439 line-height:140%; 449 padding: 1em 40px;440 padding:.75em 20px; 450 441 border-width:0 0 1px 0; 451 442 border-style:solid; … … 455 446 .foswikiFormStep h4 { 456 447 border:none; 457 margin: 0 0 .1em 0;448 margin:5px 0 .5em 0; 458 449 padding:0; 459 450 background:none; … … 480 471 } 481 472 .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; 487 474 } 488 475 .foswikiToc { … … 514 501 line-height:1.5em; /*S1*/ 515 502 } 516 .foswikiNew {}517 .foswikiSummary {518 font-size:86%; /*S3*/519 }520 503 .foswikiEmulatedLink { 521 504 text-decoration:underline; … … 539 522 .foswikiBroadcastMessage, 540 523 .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; 547 528 } 548 529 .foswikiBroadcastMessage { … … 553 534 padding:1em; 554 535 margin:.25em 0 0 0; 555 border-style:solid;556 border-width:2px;557 536 } 558 537 .foswikiHelp ul { 559 margin:0; 538 margin-top:0; 539 margin-bottom:0; 540 margin-left:0; 560 541 padding-left:20px; 561 542 } … … 589 570 white-space:nowrap; 590 571 } 591 .foswikiSearchResultCount { 592 font-weight:bold; 572 .foswikiIcon img { 573 vertical-align:text-bottom; 574 border:0; 593 575 } 594 576 … … 600 582 /* for specific layout sub-elements see further down */ 601 583 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 }611 584 .patternNoViewPage #patternOuter { 612 585 margin-left:0; … … 640 613 #patternSideBarContents, 641 614 #patternMainContents { 642 padding-top: 2em;615 padding-top:1em; 643 616 } 644 617 #patternSideBarContents { … … 657 630 /* bottom paddings */ 658 631 #patternMainContents { 659 padding-bottom: 4em;632 padding-bottom:1em; 660 633 } 661 634 #patternBottomBarContents { … … 663 636 } 664 637 .foswikiTopic { 665 margin:0 0 2em 0;638 margin:0 0 3em 0; 666 639 } 667 640 .patternNoViewPage #patternMainContents, … … 686 659 vertical-align:text-bottom; 687 660 } 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 */705 661 #patternSideBarContents ul { 706 662 padding:0; … … 717 673 background-color:transparent; 718 674 } 719 #patternSideBarContents .patternLeftBarPersonal, 720 #patternSideBarContents .patternWebIndicator { 675 #patternSideBarContents a:hover { 676 text-decoration:none; 677 } 678 #patternSideBarContents .patternLeftBarPersonal { 721 679 height:1%; /* for IE */ 722 680 width:100%; /* for IE */ … … 726 684 border-width:1px; 727 685 } 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 } 736 692 .patternWebIndicator a { 737 693 font-size:1.1em; … … 772 728 } 773 729 .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; 784 731 } 785 732 .patternToolBar span { … … 797 744 font-weight:bold; 798 745 } 799 .patternToolBar span a:link,800 .patternToolBar span a:visited {801 text-decoration:none;802 outline:none;803 }804 746 .patternToolBar span a:hover, 805 747 .patternToolBar span a:hover { 748 text-decoration:none; 806 749 border-width:1px; 807 750 border-style:solid; … … 819 762 820 763 .patternTopicActions { 821 border:none; 764 border-style:solid; 765 border-width:1px; 766 margin-top:-1px; 822 767 } 823 768 .patternTopicAction { 824 769 line-height:1.5em; 825 padding:.4em 20px; /*S5*/770 padding:.4em 10px; /*S5*/ 826 771 border-width:1px 0 0 0; 827 772 border-style:solid; … … 834 779 .patternAttachPage .patternTopicAction, 835 780 .patternRenamePage .patternTopicAction { 836 padding-left: 40px;781 padding-left:20px; 837 782 } 838 783 .patternActionButtons a:link, … … 853 798 padding:.1em .2em; 854 799 } 855 .patternNoViewPage .patternTopicAction {856 margin-top:-1px;857 }858 800 .patternInfo { 859 margin:1.5em 0 0 0; 801 margin:1em 0 0 0; 802 } 803 .patternHomePath { 804 font-size:94%; 860 805 } 861 806 .patternHomePath .patternRevInfo { 862 font-size:94%;863 807 white-space:nowrap; 864 808 } … … 878 822 879 823 /* WebSearch, WebSearchAdvanced */ 824 .foswikiWebSearchForm form { 825 width:100%; 826 } 827 .foswikiWebSearchForm ul { 828 list-style:none; 829 margin-top:0; 830 } 831 880 832 #foswikiSearchTable { 833 width:100%; 834 margin:.5em 0; 881 835 background:none; 882 border-bottom:0; 836 border-width:1px; 837 border-style:solid none none none; 883 838 } 884 839 #foswikiSearchTable th, 885 840 #foswikiSearchTable td { 886 841 padding:1em; 887 border-width: 0 0 1px 0;888 border-style: solid;842 border-width:1px; 843 border-style:none none solid none; 889 844 } 890 845 #foswikiSearchTable th { … … 896 851 } 897 852 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 898 884 /* ----------------------------------------------------------- 899 885 Search results … … 908 894 margin:1em 0 1em 5em; 909 895 } 910 h3.patternSearchResultsHeader, 911 h4.patternSearchResultsHeader { 912 display:block; 913 border-width:0 0 1px 0; 914 border-style:solid; 896 h3.foswikiSearchResultsHeader, 897 h4.foswikiSearchResultsHeader { 898 border-width:3px; 899 border-style:none none solid none; 915 900 height:1%; /* for IE */ 916 901 font-weight:bold; … … 919 904 font-size:115%; /* same as foswikiFormStep */ 920 905 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 } 909 h4.foswikiSearchResultsHeader { 925 910 font-size:100%; 926 padding-top:. 3em;927 padding-bottom:. 3em;911 padding-top:.5em; 912 padding-bottom:.5em; 928 913 font-weight:normal; 929 914 } 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 { 944 935 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;952 936 } 953 937 .patternSearchResults .foswikiHelp { … … 957 941 margin:1em -5px .35em -5px; 958 942 } 959 .patternSearchResult .foswikiSRAuthor {960 width:15%;961 text-align:left;962 }963 .patternSearchResult .foswikiSRRev {964 width:30%;965 text-align:left;966 }967 943 .patternSearchResultCount { 968 944 margin:1em 0 3em 0; 969 945 } 970 .patternSearched { 971 display:block; 972 } 946 .patternSearched {} 973 947 974 948 … … 1105 1079 padding:0 0 0 10px; 1106 1080 } 1107 .patternDiff h4. patternSearchResultsHeader {1081 .patternDiff h4.foswikiSearchResultsHeader { 1108 1082 padding:.5em 10px; 1109 1083 } -
trunk/PatternSkin/templates/viewsidebar.pattern.tmpl
r1579 r7077 5 5 6 6 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% 10 10 11 11 12 12 %TMPL:DEF{"sidebar:weblink"}%<div class="patternWebIndicator"> 13 *[[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]]14 </div> <!--/patternWebIndicator-->%TMPL:END%13 [[%BASEWEB%/%HOMETOPIC%][%BASEWEB%]] 14 </div>%TMPL:END% 15 15 16 16 %{ 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.
