Changeset 937
- Timestamp:
- 11/25/08 08:53:01 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/index.html (modified) (51 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/index.html
r906 r937 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 3 <head> 4 <title>Welcome to TWiki - A Web-based Collaboration Platform</title>4 <title>Welcome to Foswiki - A Web-based Collaboration Platform</title> 5 5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> 6 6 <style type="text/css"> … … 16 16 the css and html code. 17 17 18 Reworked for Foswiki: (c) Koen Martens 18 19 Reworked for TWiki: (c) Arthur Clemens @ visiblearea.com 19 20 */ … … 146 147 } 147 148 148 . twikiLeft {149 .foswikiLeft { 149 150 float:left; 150 151 position:relative; 151 152 } 152 . twikiRight {153 .foswikiRight { 153 154 position:relative; 154 155 float:right; … … 156 157 margin:0; 157 158 } 158 . twikiClear {159 .foswikiClear { 159 160 /* to clean up floats */ 160 161 margin:0; … … 165 166 display:block; 166 167 } 167 . twikiHidden {168 .foswikiHidden { 168 169 display:none; 169 170 } 170 . twikiLast,171 .patternTopic . twikiLast {171 .foswikiLast, 172 .patternTopic .foswikiLast { 172 173 border-bottom:0px; 173 174 } … … 186 187 S1 line-height 1.4em 187 188 S2 somewhat smaller font size 94% 188 S3 small font size, twikiSmall font-size:86%; line-height:110%;189 S3 small font size, foswikiSmall font-size:86%; line-height:110%; 189 190 S4 horizontal bar padding (h2, patternTop) 5px 190 191 S5 form and attachment padding 20px … … 267 268 } 268 269 /* Links */ 269 /* somehow the twikiNewLink style have to be before the general link styles */270 . twikiNewLink {270 /* somehow the foswikiNewLink style have to be before the general link styles */ 271 .foswikiNewLink { 271 272 border-width:0 0 1px 0; 272 273 border-style:solid; 273 274 } 274 . twikiNewLink a {275 .foswikiNewLink a { 275 276 text-decoration:none; 276 277 margin-left:1px; 277 278 } 278 . twikiNewLink a sup {279 .foswikiNewLink a sup { 279 280 text-align:center; 280 281 padding:0 2px; … … 283 284 text-decoration:none; 284 285 } 285 . twikiNewLink a:link sup,286 . twikiNewLink a:visited sup {286 .foswikiNewLink a:link sup, 287 .foswikiNewLink a:visited sup { 287 288 border-width:1px; 288 289 border-style:solid; 289 290 text-decoration:none; 290 291 } 291 . twikiNewLink a:hover sup {292 .foswikiNewLink a:hover sup { 292 293 text-decoration:none; 293 294 } … … 330 331 padding:1px; 331 332 } 332 . twikiSubmit,333 . twikiButton,334 . twikiCheckbox {333 .foswikiSubmit, 334 .foswikiButton, 335 .foswikiCheckbox { 335 336 border-width:1px; 336 337 border-style:solid; … … 340 341 vertical-align:middle; 341 342 } 342 . twikiCheckbox,343 . twikiRadioButton {343 .foswikiCheckbox, 344 .foswikiRadioButton { 344 345 margin:0 .3em 0 0; 345 346 border:0; 346 347 } 347 . twikiInputField {348 .foswikiInputField { 348 349 border-width:1px; 349 350 border-style:solid; … … 397 398 398 399 /* EditTablePlugin */ 399 .editTable . twikiTable {400 .editTable .foswikiTable { 400 401 margin:0 0 2px 0; 401 402 } … … 409 410 410 411 /* TablePlugin */ 411 . twikiTable {412 } 413 . twikiTable td,414 . twikiTable th {415 } 416 . twikiTable th {412 .foswikiTable { 413 } 414 .foswikiTable td, 415 .foswikiTable th { 416 } 417 .foswikiTable th { 417 418 padding:4px; 418 419 } 419 . twikiTable td {420 .foswikiTable td { 420 421 padding:2px 4px; 421 422 } 422 . twikiTable th a:link,423 . twikiTable th a:visited,424 . twikiTable th a font {425 text-decoration:none; 426 } 427 . twikiTable th a:hover,428 . twikiTable th a:hover font {423 .foswikiTable th a:link, 424 .foswikiTable th a:visited, 425 .foswikiTable th a font { 426 text-decoration:none; 427 } 428 .foswikiTable th a:hover, 429 .foswikiTable th a:hover font { 429 430 text-decoration:none; 430 431 border-width:0 0 1px 0; … … 433 434 434 435 /* TablePlugin - sorting of table columns */ 435 th. twikiSortedAscendingCol a:link,436 th. twikiSortedAscendingCol a:link font,437 th. twikiSortedAscendingCol a:visited,438 th. twikiSortedAscendingCol a:visited font {436 th.foswikiSortedAscendingCol a:link, 437 th.foswikiSortedAscendingCol a:link font, 438 th.foswikiSortedAscendingCol a:visited, 439 th.foswikiSortedAscendingCol a:visited font { 439 440 border-width:1px 0 0 0; 440 441 border-style:solid; 441 442 } 442 th. twikiSortedDescendingCol a:link,443 th. twikiSortedDescendingCol a:link font,444 th. twikiSortedDescendingCol a:visited,445 th. twikiSortedDescendingCol a:visited font {443 th.foswikiSortedDescendingCol a:link, 444 th.foswikiSortedDescendingCol a:link font, 445 th.foswikiSortedDescendingCol a:visited, 446 th.foswikiSortedDescendingCol a:visited font { 446 447 border-width:0 0 1px 0; 447 448 border-style:solid; 448 449 } 449 th. twikiSortedAscendingCol a:hover,450 th. twikiSortedAscendingCol a:hover font {450 th.foswikiSortedAscendingCol a:hover, 451 th.foswikiSortedAscendingCol a:hover font { 451 452 border-width:0 0 1px 0; 452 453 border-style:solid; 453 454 text-decoration:none; 454 455 } 455 th. twikiSortedDescendingCol a:hover,456 th. twikiSortedDescendingCol a:hover font {456 th.foswikiSortedDescendingCol a:hover, 457 th.foswikiSortedDescendingCol a:hover font { 457 458 border-width:1px 0 0 0; 458 459 border-style:solid; … … 460 461 } 461 462 462 . twikiEditForm {463 .foswikiEditForm { 463 464 margin:0 0 .5em 0; 464 465 } 465 . twikiEditForm .twikiFormTable {466 .foswikiEditForm .foswikiFormTable { 466 467 text-align:center; 467 468 } … … 508 509 509 510 /* ----------------------------------------------------------- 510 TWiki styles511 Foswiki styles 511 512 ----------------------------------------------------------- */ 512 513 513 # twikiLogin {514 #foswikiLogin { 514 515 width:40em; 515 516 margin:0 auto; 516 517 text-align:center; 517 518 } 518 # twikiLogin .twikiFormSteps {519 #foswikiLogin .foswikiFormSteps { 519 520 border-width:5px; 520 521 } 521 . twikiAttachments,522 . twikiForm {522 .foswikiAttachments, 523 .foswikiForm { 523 524 margin:1em 0; 524 padding:1px; /* fixes disappearing borders because of overflow:auto; in twikiForm */525 } 526 . twikiForm h1,527 . twikiForm h2,528 . twikiForm h3,529 . twikiForm h4,530 . twikiForm h5,531 . twikiForm h6 {525 padding:1px; /* fixes disappearing borders because of overflow:auto; in foswikiForm */ 526 } 527 .foswikiForm h1, 528 .foswikiForm h2, 529 .foswikiForm h3, 530 .foswikiForm h4, 531 .foswikiForm h5, 532 .foswikiForm h6 { 532 533 margin-top:0; 533 534 } 534 .patternContent . twikiAttachments,535 .patternContent . twikiForm {535 .patternContent .foswikiAttachments, 536 .patternContent .foswikiForm { 536 537 /* form or attachment table inside topic area */ 537 538 font-size:94%; /*S2*/ … … 541 542 margin:0; 542 543 } 543 . twikiAttachments table,544 table. twikiFormTable {544 .foswikiAttachments table, 545 table.foswikiFormTable { 545 546 margin:5px 0 10px 0; /* bottom:create extra space in case the table is folded out */ 546 547 border-collapse:collapse; … … 551 552 border-width:1px; 552 553 } 553 . twikiAttachments table {554 .foswikiAttachments table { 554 555 line-height:1.4em; /*S1*/ 555 556 width:auto; … … 558 559 width:100%; 559 560 } 560 . twikiAttachments td,561 . twikiAttachments th {561 .foswikiAttachments td, 562 .foswikiAttachments th { 562 563 border-style:solid; 563 564 border-width:1px; 564 565 } 565 . twikiAttachments th,566 table. twikiFormTable th.twikiFormTableHRow {566 .foswikiAttachments th, 567 table.foswikiFormTable th.foswikiFormTableHRow { 567 568 padding:3px 6px; 568 569 height:2.5em; 569 570 vertical-align:middle; 570 571 } 571 table. twikiFormTable th.twikiFormTableHRow {572 table.foswikiFormTable th.foswikiFormTableHRow { 572 573 text-align:center; 573 574 } 574 . twikiEditForm .twikiFormTable th,575 . twikiEditForm .twikiFormTable td {575 .foswikiEditForm .foswikiFormTable th, 576 .foswikiEditForm .foswikiFormTable td { 576 577 padding:.25em .5em; 577 578 vertical-align:middle; … … 579 580 border-style:solid; 580 581 } 581 . twikiAttachments th a:link,582 . twikiAttachments th a:visited {582 .foswikiAttachments th a:link, 583 .foswikiAttachments th a:visited { 583 584 text-decoration:none; 584 585 } 585 586 /* don't show any of those ugly sort icons */ 586 . twikiAttachments th img,587 . twikiAttachments th a:link img,588 . twikiAttachments th a:visited img {587 .foswikiAttachments th img, 588 .foswikiAttachments th a:link img, 589 .foswikiAttachments th a:visited img { 589 590 display:none; 590 591 } 591 . twikiAttachments td,592 table. twikiFormTable td {592 .foswikiAttachments td, 593 table.foswikiFormTable td { 593 594 padding:3px 6px; 594 595 height:1.4em; /*S1*/ … … 596 597 vertical-align:top; 597 598 } 598 . twikiAttachments td {599 .foswikiAttachments td { 599 600 /* don't show column lines in attachment listing */ 600 601 border-width:0 0 1px 0; 601 602 } 602 . twikiAttachments th.twikiFirstCol,603 . twikiAttachments td.twikiFirstCol {603 .foswikiAttachments th.foswikiFirstCol, 604 .foswikiAttachments td.foswikiFirstCol { 604 605 /* make more width for the icon column */ 605 606 width:26px; 606 607 text-align:center; 607 608 } 608 . twikiAttachments caption {609 .foswikiAttachments caption { 609 610 display:none; 610 611 } 611 table. twikiFormTable th.twikiFormTableHRow a:link,612 table. twikiFormTable th.twikiFormTableHRow a:visited {613 text-decoration:none; 614 } 615 616 . twikiFormSteps {612 table.foswikiFormTable th.foswikiFormTableHRow a:link, 613 table.foswikiFormTable th.foswikiFormTableHRow a:visited { 614 text-decoration:none; 615 } 616 617 .foswikiFormSteps { 617 618 text-align:left; 618 619 padding:.25em 0 0 0; … … 620 621 border-style:solid; 621 622 } 622 . twikiFormStep {623 .foswikiFormStep { 623 624 line-height:140%; 624 625 padding:1em 20px; /*S5*/ … … 626 627 border-style:solid; 627 628 } 628 . twikiFormStep h3,629 . twikiFormStep h4 {629 .foswikiFormStep h3, 630 .foswikiFormStep h4 { 630 631 font-size:115%; 631 632 border:none; … … 633 634 padding:0; 634 635 } 635 . twikiFormStep h3 {636 .foswikiFormStep h3 { 636 637 font-weight:bold; 637 638 } 638 . twikiFormStep h4 {639 .foswikiFormStep h4 { 639 640 font-weight:normal; 640 641 } 641 . twikiFormStep p {642 .foswikiFormStep p { 642 643 margin:.3em 0; 643 644 } 644 645 645 . twikiToc {646 .foswikiToc { 646 647 margin:1em 0; 647 648 padding:.3em 0 .6em 0; 648 649 } 649 . twikiToc ul {650 .foswikiToc ul { 650 651 list-style:none; 651 652 padding:0 0 0 .5em; 652 653 margin:0em; 653 654 } 654 . twikiToc li {655 .foswikiToc li { 655 656 margin-left:1em; 656 657 padding-left:1em; … … 658 659 background-position:0 .5em; 659 660 } 660 . twikiToc .twikiTocTitle {661 .foswikiToc .foswikiTocTitle { 661 662 margin:0em; 662 663 padding:0em; … … 664 665 } 665 666 666 . twikiSmall {667 .foswikiSmall { 667 668 font-size:86%; line-height:110%; /*S3*/ 668 669 } 669 . twikiSmallish {670 .foswikiSmallish { 670 671 font-size:94%; /*S2*/ 671 672 } 672 . twikiNew { }673 . twikiSummary {673 .foswikiNew { } 674 .foswikiSummary { 674 675 font-size:86%; line-height:110%; /*S3*/ 675 676 } 676 . twikiEmulatedLink {677 .foswikiEmulatedLink { 677 678 text-decoration:underline; 678 679 } 679 . twikiPageForm table {680 .foswikiPageForm table { 680 681 border-width:1px; 681 682 border-style:solid; 682 683 } 683 . twikiPageForm table {684 .foswikiPageForm table { 684 685 width:100%; 685 686 margin:0 0 2em 0; 686 687 } 687 . twikiPageForm th,688 . twikiPageForm td {688 .foswikiPageForm th, 689 .foswikiPageForm td { 689 690 border:0; 690 691 padding:.15em 1em; 691 692 } 692 . twikiPageForm td {}693 . twikiPageForm td.first {693 .foswikiPageForm td {} 694 .foswikiPageForm td.first { 694 695 padding-top:1em; 695 696 } 696 . twikiBroadcastMessage {697 .foswikiBroadcastMessage { 697 698 padding:.25em .5em; 698 699 margin:0 0 1em 0; 699 700 } 700 . twikiHelp {701 .foswikiHelp { 701 702 padding:1em; 702 703 margin:0 0 1em 0; … … 704 705 border-style:solid; 705 706 } 706 . twikiHelp ul,707 . twikiHelp li {707 .foswikiHelp ul, 708 .foswikiHelp li { 708 709 margin:0; 709 710 } 710 . twikiHelp ul {711 .foswikiHelp ul { 711 712 padding-left:2em; 712 713 } 713 . twikiAccessKey {714 .foswikiAccessKey { 714 715 text-decoration:none; 715 716 border-width:0 0 1px 0; 716 717 border-style:solid; 717 718 } 718 a:hover . twikiAccessKey {719 a:hover .foswikiAccessKey { 719 720 text-decoration:none; 720 721 border:none; 721 722 } 722 . twikiWebIndent {723 .foswikiWebIndent { 723 724 margin:0 0 0 1em; 724 725 } 725 726 726 a. twikiLinkInHeaderRight {727 a.foswikiLinkInHeaderRight { 727 728 float:right; 728 729 display:block; … … 800 801 float:right; 801 802 } 802 .patternToolBarButtons . twikiSeparator {803 .patternToolBarButtons .foswikiSeparator { 803 804 display:none; 804 805 } … … 907 908 908 909 /* WebSearch, WebSearchAdvanced */ 909 table# twikiSearchTable {910 table#foswikiSearchTable { 910 911 background:none; 911 912 border-bottom:0; 912 913 } 913 table# twikiSearchTable th,914 table# twikiSearchTable td {914 table#foswikiSearchTable th, 915 table#foswikiSearchTable td { 915 916 padding:.5em; 916 917 border-width:0 0 1px 0; 917 918 border-style:solid; 918 919 } 919 table# twikiSearchTable th {920 table#foswikiSearchTable th { 920 921 width:20%; 921 922 text-align:right; 922 923 } 923 table# twikiSearchTable td {924 table#foswikiSearchTable td { 924 925 width:80%; 925 926 } 926 table# twikiSearchTable td.first {927 table#foswikiSearchTable td.first { 927 928 padding:1em; 928 929 } … … 949 950 } 950 951 .patternSearchResults h3 { 951 font-size:115%; /* same as twikiFormStep */952 font-size:115%; /* same as foswikiFormStep */ 952 953 margin:0; 953 954 padding:.5em 20px; … … 960 961 font-weight:normal; 961 962 } 962 .patternSearchResult . twikiTopRow {963 .patternSearchResult .foswikiTopRow { 963 964 padding-top:.2em; 964 965 } 965 .patternSearchResult . twikiBottomRow {966 .patternSearchResult .foswikiBottomRow { 966 967 padding-bottom:.25em; 967 968 border-width:0 0 1px 0; 968 969 border-style:solid; 969 970 } 970 .patternSearchResult . twikiAlert {971 .patternSearchResult .foswikiAlert { 971 972 font-weight:bold; 972 973 } 973 .patternSearchResult . twikiSummary .twikiAlert {974 .patternSearchResult .foswikiSummary .foswikiAlert { 974 975 font-weight:normal; 975 976 } 976 .patternSearchResult . twikiNew {977 .patternSearchResult .foswikiNew { 977 978 border-width:1px; 978 979 border-style:solid; … … 981 982 font-weight:bold; 982 983 } 983 .patternSearchResults . twikiHelp {984 .patternSearchResults .foswikiHelp { 984 985 display:block; 985 986 width:auto; … … 987 988 margin:1em -5px .35em -5px; 988 989 } 989 .patternSearchResult . twikiSRAuthor {990 .patternSearchResult .foswikiSRAuthor { 990 991 width:15%; 991 992 text-align:left; 992 993 } 993 .patternSearchResult . twikiSRRev {994 .patternSearchResult .foswikiSRRev { 994 995 width:30%; 995 996 text-align:left; … … 1010 1011 padding:0 0 0 5px; 1011 1012 } 1012 .patternBookView . twikiTopRow {1013 .patternBookView .foswikiTopRow { 1013 1014 padding:.25em 5px .15em 5px; /*S4*/ 1014 1015 margin:1em -5px .15em -5px; /*S4*/ 1015 1016 } 1016 .patternBookView . twikiBottomRow {1017 .patternBookView .foswikiBottomRow { 1017 1018 font-size:100%; 1018 1019 padding:1em 0 1em 0; … … 1046 1047 /* edit.pattern.tmpl */ 1047 1048 1048 .patternEditPage . twikiForm h1,1049 .patternEditPage . twikiForm h2,1050 .patternEditPage . twikiForm h3 {1051 /* same as twikiFormStep */1049 .patternEditPage .foswikiForm h1, 1050 .patternEditPage .foswikiForm h2, 1051 .patternEditPage .foswikiForm h3 { 1052 /* same as foswikiFormStep */ 1052 1053 font-size:120%; 1053 1054 font-weight:bold; 1054 1055 } 1055 . twikiEditboxStyleMono {1056 .foswikiEditboxStyleMono { 1056 1057 font-family:"Courier New", courier, monaco, monospace; 1057 1058 } 1058 . twikiEditboxStyleProportional {1059 .foswikiEditboxStyleProportional { 1059 1060 font-family:"Lucida Grande", verdana, arial, sans-serif; 1060 1061 } 1061 . twikiChangeFormButtonHolder {1062 .foswikiChangeFormButtonHolder { 1062 1063 margin:.5em 0; 1063 1064 float:right; 1064 1065 } 1065 . twikiChangeFormButton .twikiButton,1066 . twikiChangeFormButtonHolder .twikiButton {1066 .foswikiChangeFormButton .foswikiButton, 1067 .foswikiChangeFormButtonHolder .foswikiButton { 1067 1068 padding:0em; 1068 1069 margin:0em; … … 1104 1105 /* attach.pattern.tmpl */ 1105 1106 1106 .patternAttachPage . twikiAttachments table {1107 .patternAttachPage .foswikiAttachments table { 1107 1108 width:auto; 1108 1109 } … … 1110 1111 margin-top:-1px; 1111 1112 } 1112 .patternAttachPage . twikiAttachments {1113 .patternAttachPage .foswikiAttachments { 1113 1114 margin-top:0; 1114 1115 } … … 1135 1136 list-style:none; 1136 1137 } 1137 .patternDiffPage . twikiDiffTable {1138 .patternDiffPage .foswikiDiffTable { 1138 1139 margin:2em 0; 1139 1140 } 1140 .patternDiffPage . twikiDiffTable th,1141 .patternDiffPage . twikiDiffTable td {1141 .patternDiffPage .foswikiDiffTable th, 1142 .patternDiffPage .foswikiDiffTable td { 1142 1143 padding:.2em; 1143 1144 } 1144 tr. twikiDiffDebug td {1145 tr.foswikiDiffDebug td { 1145 1146 border-width:1px; 1146 1147 border-style:solid; 1147 1148 } 1148 .patternDiffPage td. twikiDiffDebugLeft {1149 .patternDiffPage td.foswikiDiffDebugLeft { 1149 1150 border-bottom:none; 1150 1151 } 1151 . twikiDiffLineNumberHeader {1152 .foswikiDiffLineNumberHeader { 1152 1153 padding:.3em 0; 1153 1154 } … … 1267 1268 } 1268 1269 /* to override old Render.pm coded font color style */ 1269 . twikiNewLink font {1270 .foswikiNewLink font { 1270 1271 color:inherit; 1271 1272 } 1272 . twikiNewLink a:link sup,1273 . twikiNewLink a:visited sup {1273 .foswikiNewLink a:link sup, 1274 .foswikiNewLink a:visited sup { 1274 1275 color:#666; /*T7*/ 1275 1276 border-color:#ddd; /*BO8*/ 1276 1277 } 1277 . twikiNewLink a:hover sup {1278 .foswikiNewLink a:hover sup { 1278 1279 background-color:#D6000F; /*BG2*/ 1279 1280 color:#FBF7E8; /*C3*/ 1280 1281 border-color:#D6000F; /*BG2*/ /* (part of bg) */ 1281 1282 } 1282 . twikiNewLink {1283 .foswikiNewLink { 1283 1284 border-color:#ddd; /*BO8*/ 1284 1285 } … … 1316 1317 border-color:#aaa; /*BO6*/ 1317 1318 } 1318 . twikiSubmit,1319 . twikiButton {1319 .foswikiSubmit, 1320 .foswikiButton { 1320 1321 border-color:#ddd #aaa #aaa #ddd; 1321 1322 color:#333; 1322 1323 background-color:#fff; /*BG1*/ 1323 1324 } 1324 . twikiSubmit:active,1325 . twikiButton:active {1325 .foswikiSubmit:active, 1326 .foswikiButton:active { 1326 1327 border-color:#999 #ccc #ccc #999; 1327 1328 color:#000; 1328 1329 } 1329 . twikiInputField,1330 . twikiSelect {1330 .foswikiInputField, 1331 .foswikiSelect { 1331 1332 border-color:#aaa #ddd #ddd #aaa; 1332 1333 color:#000; … … 1339 1340 1340 1341 /* TablePlugin */ 1341 . twikiTable,1342 . twikiTable td,1343 . twikiTable th {1342 .foswikiTable, 1343 .foswikiTable td, 1344 .foswikiTable th { 1344 1345 border-color:#ccc; /*BO8*/ 1345 1346 } 1346 . twikiTable th a:link,1347 . twikiTable th a:visited,1348 . twikiTable th a font {1347 .foswikiTable th a:link, 1348 .foswikiTable th a:visited, 1349 .foswikiTable th a font { 1349 1350 color:#06c; /*T2*/ 1350 1351 } 1351 . twikiTable th a:hover,1352 . twikiTable th a:hover font {1352 .foswikiTable th a:hover, 1353 .foswikiTable th a:hover font { 1353 1354 background-color:transparent; 1354 1355 color:#D6000F; /*T4*/ … … 1357 1358 1358 1359 /* TablePlugin - sorting of table columns */ 1359 .patternTopic th. twikiSortedAscendingCol,1360 .patternTopic th. twikiSortedDescendingCol {1360 .patternTopic th.foswikiSortedAscendingCol, 1361 .patternTopic th.foswikiSortedDescendingCol { 1361 1362 background-color:#ccc; /*BG8*/ 1362 1363 } 1363 th. twikiSortedAscendingCol a:link,1364 th. twikiSortedAscendingCol a:link font,1365 th. twikiSortedAscendingCol a:visited,1366 th. twikiSortedAscendingCol a:visited font,1367 th. twikiSortedDescendingCol a:link,1368 th. twikiSortedDescendingCol a:link font,1369 th. twikiSortedDescendingCol a:visited,1370 th. twikiSortedDescendingCol a:visited font {1364 th.foswikiSortedAscendingCol a:link, 1365 th.foswikiSortedAscendingCol a:link font, 1366 th.foswikiSortedAscendingCol a:visited, 1367 th.foswikiSortedAscendingCol a:visited font, 1368 th.foswikiSortedDescendingCol a:link, 1369 th.foswikiSortedDescendingCol a:link font, 1370 th.foswikiSortedDescendingCol a:visited, 1371 th.foswikiSortedDescendingCol a:visited font { 1371 1372 border-color:#666; /*T7*/ 1372 1373 } 1373 th. twikiSortedAscendingCol a:hover,1374 th. twikiSortedAscendingCol a:hover font,1375 th. twikiSortedDescendingCol a:hover,1376 th. twikiSortedDescendingCol a:hover font {1374 th.foswikiSortedAscendingCol a:hover, 1375 th.foswikiSortedAscendingCol a:hover font, 1376 th.foswikiSortedDescendingCol a:hover, 1377 th.foswikiSortedDescendingCol a:hover font { 1377 1378 border-color:#D6000F; /*T4*/ 1378 1379 } … … 1403 1404 1404 1405 /* ----------------------------------------------------------- 1405 TWiki styles1406 Foswiki styles 1406 1407 ----------------------------------------------------------- */ 1407 1408 1408 . twikiGrayText {1409 .foswikiGrayText { 1409 1410 color:#8E9195; /*T8*/ 1410 1411 } 1411 . twikiGrayText a:link,1412 . twikiGrayText a:visited {1412 .foswikiGrayText a:link, 1413 .foswikiGrayText a:visited { 1413 1414 color:#8E9195; /*T8*/ 1414 1415 } 1415 . twikiGrayText a:hover {1416 .foswikiGrayText a:hover { 1416 1417 color:#FBF7E8; /*C3*/ 1417 1418 } 1418 1419 1419 table. twikiFormTable th.twikiFormTableHRow,1420 table. twikiFormTable td.twikiFormTableRow {1420 table.foswikiFormTable th.foswikiFormTableHRow, 1421 table.foswikiFormTable td.foswikiFormTableRow { 1421 1422 color:#666; /*T7*/ 1422 1423 } 1423 . twikiEditForm {1424 .foswikiEditForm { 1424 1425 color:#000; /*T1*/ 1425 1426 } 1426 . twikiEditForm .twikiFormTable th,1427 . twikiEditForm .twikiFormTable td {1427 .foswikiEditForm .foswikiFormTable th, 1428 .foswikiEditForm .foswikiFormTable td { 1428 1429 border-color:#ddd; /*BO8*/ 1429 1430 } 1430 . twikiEditForm .twikiFormTable td {1431 .foswikiEditForm .foswikiFormTable td { 1431 1432 background-color:#F6F8FC; 1432 1433 } 1433 . twikiEditForm .twikiFormTable th {1434 .foswikiEditForm .foswikiFormTable th { 1434 1435 background-color:#ECF4FB; /*BG5*/ 1435 1436 } 1436 .patternContent . twikiAttachments,1437 .patternContent . twikiForm {1437 .patternContent .foswikiAttachments, 1438 .patternContent .foswikiForm { 1438 1439 background-color:#FEFBF3; /*BG9*/ 1439 1440 border-color:#E2DCC8; /*BO4*/ 1440 1441 } 1441 . twikiAttachments table,1442 table. twikiFormTable {1442 .foswikiAttachments table, 1443 table.foswikiFormTable { 1443 1444 border-color:#ccc; /*BO7*/ 1444 1445 background-color:#fff; /*BG1*/ 1445 1446 } 1446 . twikiAttachments table {1447 .foswikiAttachments table { 1447 1448 background-color:#fff; /*BG1*/ 1448 1449 } 1449 . twikiAttachments td,1450 . twikiAttachments th {1450 .foswikiAttachments td, 1451 .foswikiAttachments th { 1451 1452 border-color:#ccc; 1452 1453 } 1453 . twikiAttachments th/*,1454 table. twikiFormTable th.twikiFormTableHRow*/ {1454 .foswikiAttachments th/*, 1455 table.foswikiFormTable th.foswikiFormTableHRow*/ { 1455 1456 background-color:#fff; /*BG1*/ 1456 1457 } 1457 . twikiAttachments td {1458 .foswikiAttachments td { 1458 1459 background-color:#fff; /*BG1*/ 1459 1460 } 1460 . twikiAttachments th a:link,1461 . twikiAttachments th a:visited,1462 table. twikiFormTable th.twikiFormTableHRow a:link,1463 table. twikiFormTable th.twikiFormTableHRow a:visited {1461 .foswikiAttachments th a:link, 1462 .foswikiAttachments th a:visited, 1463 table.foswikiFormTable th.foswikiFormTableHRow a:link, 1464 table.foswikiFormTable th.foswikiFormTableHRow a:visited { 1464 1465 color:#06c; /*T2*/ 1465 1466 } 1466 . twikiAttachments th font,1467 table. twikiFormTable th.twikiFormTableHRow font {1467 .foswikiAttachments th font, 1468 table.foswikiFormTable th.foswikiFormTableHRow font { 1468 1469 color:#06c; /*T2*/ 1469 1470 } 1470 . twikiAttachments th a:hover,1471 table. twikiFormTable th.twikiFormTableHRow a:hover {1471 .foswikiAttachments th a:hover, 1472 table.foswikiFormTable th.foswikiFormTableHRow a:hover { 1472 1473 border-color:#06c; /*T2*/ 1473 1474 background-color:transparent; 1474 1475 } 1475 . twikiAttachments th.twikiSortedAscendingCol,1476 . twikiAttachments th.twikiSortedDescendingCol {1476 .foswikiAttachments th.foswikiSortedAscendingCol, 1477 .foswikiAttachments th.foswikiSortedDescendingCol { 1477 1478 background-color:#efefef; /*BG3*/ 1478 1479 } 1479 . twikiFormSteps {1480 .foswikiFormSteps { 1480 1481 background-color:#F6FAFD; /*BG13*/ 1481 1482 border-color:#E2DCC8; 1482 1483 } 1483 . twikiFormStep {1484 .foswikiFormStep { 1484 1485 border-color:#E2DCC8; 1485 1486 } 1486 . twikiFormStep h3,1487 . twikiFormStep h4 {1487 .foswikiFormStep h3, 1488 .foswikiFormStep h4 { 1488 1489 background-color:transparent; 1489 1490 } 1490 . twikiToc .twikiTocTitle {1491 .foswikiToc .foswikiTocTitle { 1491 1492 color:#666; /*T7*/ 1492 1493 } 1493 . twikiBroadcastMessage {1494 .foswikiBroadcastMessage { 1494 1495 background-color:yellow; 1495 1496 } 1496 . twikiBroadcastMessage b,1497 . twikiBroadcastMessage strong {1497 .foswikiBroadcastMessage b, 1498 .foswikiBroadcastMessage strong { 1498 1499 color:#f00; /*T9*/ 1499 1500 } 1500 . twikiAlert,1501 . twikiAlert code {1501 .foswikiAlert, 1502 .foswikiAlert code { 1502 1503 color:#f00; /*T9*/ 1503 1504 } 1504 . twikiEmulatedLink {1505 .foswikiEmulatedLink { 1505 1506 color:#06c; /*T2*/ 1506 1507 } 1507 . twikiPageForm table {1508 .foswikiPageForm table { 1508 1509 border-color:#ddd; /*BO8*/ 1509 1510 background:#fff; /*BG1*/ 1510 1511 } 1511 . twikiPageForm hr {1512 .foswikiPageForm hr { 1512 1513 border-color:#efefef; /*BO1*/ 1513 1514 background-color:#efefef; /*BO1*/ 1514 1515 color:#efefef; /*BO1*/ 1515 1516 } 1516 . twikiHelp {1517 .foswikiHelp { 1517 1518 background-color:#ECF4FB; /*BG5*/ 1518 1519 border-color:#D5E6F3; /*BO3*/ 1519 1520 } 1520 . twikiAccessKey {1521 .foswikiAccessKey { 1521 1522 color:inherit; 1522 1523 border-color:#8E9195; /*T8*/ 1523 1524 } 1524 a:link . twikiAccessKey,1525 a:visited . twikiAccessKey,1526 a:hover . twikiAccessKey {1525 a:link .foswikiAccessKey, 1526 a:visited .foswikiAccessKey, 1527 a:hover .foswikiAccessKey { 1527 1528 color:inherit; 1528 1529 } … … 1587 1588 background-color:#FBF7E8; 1588 1589 } 1589 .patternTopicAction . twikiSeparator {1590 .patternTopicAction .foswikiSeparator { 1590 1591 color:#aaa; 1591 1592 } … … 1597 1598 color:#FBF7E8; /*C3*/ 1598 1599 } 1599 .patternTopicAction . twikiAccessKey {1600 .patternTopicAction .foswikiAccessKey { 1600 1601 border-color:#C75305; 1601 1602 } … … 1639 1640 border-color:#E2DCC8; /*BO4*/ 1640 1641 } 1641 .patternToolBar a:link . twikiAccessKey,1642 .patternToolBar a:visited . twikiAccessKey {1642 .patternToolBar a:link .foswikiAccessKey, 1643 .patternToolBar a:visited .foswikiAccessKey { 1643 1644 color:inherit; 1644 1645 border-color:#666; /*T7*/ 1645 1646 } 1646 .patternToolBar a:hover . twikiAccessKey {1647 .patternToolBar a:hover .foswikiAccessKey { 1647 1648 background-color:transparent; 1648 1649 color:inherit; … … 1668 1669 1669 1670 /* WebSearch, WebSearchAdvanced */ 1670 table# twikiSearchTable th,1671 table# twikiSearchTable td {1671 table#foswikiSearchTable th, 1672 table#foswikiSearchTable td { 1672 1673 background-color:#fff; /*BG1*/ 1673 1674 border-color:#ddd; /*BO8*/ 1674 1675 } 1675 table# twikiSearchTable th {1676 table#foswikiSearchTable th { 1676 1677 color:#8E9195; /*T8*/ 1677 1678 } 1678 table# twikiSearchTable td.first {1679 table#foswikiSearchTable td.first { 1679 1680 background-color:#efefef; /*BG3*/ 1680 1681 } … … 1696 1697 color:#a00; /*T5*/ 1697 1698 } 1698 .patternSearchResult . twikiBottomRow {1699 .patternSearchResult .foswikiBottomRow { 1699 1700 border-color:#ddd; /*BO8*/ 1700 1701 } 1701 .patternSearchResult . twikiAlert {1702 .patternSearchResult .foswikiAlert { 1702 1703 color:#f00; /*T9*/ 1703 1704 } 1704 .patternSearchResult . twikiSummary .twikiAlert {1705 .patternSearchResult .foswikiSummary .foswikiAlert { 1705 1706 color:#900; /*C5*/ 1706 1707 } 1707 .patternSearchResult . twikiNew {1708 .patternSearchResult .foswikiNew { 1708 1709 background-color:#ECFADC; /*BG10*/ 1709 1710 border-color:#049804; /*T10*/ … … 1716 1717 /* Search results in book view format */ 1717 1718 1718 .patternBookView . twikiTopRow {1719 .patternBookView .foswikiTopRow { 1719 1720 background-color:transparent; /* set to WEBBGCOLOR in css.pattern.tmpl */ 1720 1721 color:#666; /*T7*/ 1721 1722 } 1722 .patternBookView . twikiBottomRow {1723 .patternBookView .foswikiBottomRow { 1723 1724 border-color:#ddd; /*BO8*/ 1724 1725 } … … 1738 1739 background-color:#fff; /*BG1*/ 1739 1740 } 1740 . twikiChangeFormButton .twikiButton,1741 . twikiChangeFormButtonHolder .twikiButton {1741 .foswikiChangeFormButton .foswikiButton, 1742 .foswikiChangeFormButtonHolder .foswikiButton { 1742 1743 color:#06c; /*T2*/ 1743 1744 background:none; … … 1775 1776 background-color:#ccc; 1776 1777 } 1777 tr. twikiDiffDebug td {1778 tr.foswikiDiffDebug td { 1778 1779 border-color:#ddd; /*BO8*/ 1779 1780 } 1780 .patternDiffPage . twikiDiffTable th {1781 .patternDiffPage .foswikiDiffTable th { 1781 1782 background-color:#eee; 1782 1783 } 1783 tr. twikiDiffDebug .twikiDiffChangedText,1784 tr. twikiDiffDebug .twikiDiffChangedText {1784 tr.foswikiDiffDebug .foswikiDiffChangedText, 1785 tr.foswikiDiffDebug .foswikiDiffChangedText { 1785 1786 background:#99ff99; /* green */ 1786 1787 } 1787 1788 /* Deleted */ 1788 tr. twikiDiffDebug .twikiDiffDeletedMarker,1789 tr. twikiDiffDebug .twikiDiffDeletedText {1789 tr.foswikiDiffDebug .foswikiDiffDeletedMarker, 1790 tr.foswikiDiffDebug .foswikiDiffDeletedText { 1790 1791 background-color:#f99; 1791 1792 } 1792 1793 /* Added */ 1793 tr. twikiDiffDebug .twikiDiffAddedMarker,1794 tr. twikiDiffDebug .twikiDiffAddedText {1794 tr.foswikiDiffDebug .foswikiDiffAddedMarker, 1795 tr.foswikiDiffDebug .foswikiDiffAddedText { 1795 1796 background-color:#ccf; 1796 1797 } 1797 1798 /* Unchanged */ 1798 tr. twikiDiffDebug .twikiDiffUnchangedText {1799 tr.foswikiDiffDebug .foswikiDiffUnchangedText { 1799 1800 color:#8E9195; /*T8*/ 1800 1801 } 1801 1802 /* Headers */ 1802 . twikiDiffChangedHeader,1803 . twikiDiffDeletedHeader,1804 . twikiDiffAddedHeader {1803 .foswikiDiffChangedHeader, 1804 .foswikiDiffDeletedHeader, 1805 .foswikiDiffAddedHeader { 1805 1806 background-color:#ccc; 1806 1807 } 1807 1808 /* Unchanged */ 1808 . twikiDiffUnchangedTextContents { }1809 . twikiDiffLineNumberHeader {1809 .foswikiDiffUnchangedTextContents { } 1810 .foswikiDiffLineNumberHeader { 1810 1811 background-color:#eee; 1811 1812 } … … 1813 1814 </head> 1814 1815 <body class="patternNoViewPage"><div id="patternScreen"><div id="patternPageShadow"><div id="patternPage"><div id="patternOuter"><div id="patternFloatWrap"><div id="patternMain"><div id="patternMainContents"><div class="patternContent"><div class="patternTopic"> 1815 <h1>Welcome to TWiki</h1>1816 <h1>Welcome to Foswiki</h1> 1816 1817 <ul> 1817 1818 <li><a href="readme.txt">README</a></li> 1818 1819 <li><a href="LICENSE">LICENSE</a></li> 1819 1820 <li><a href="INSTALL.html">Installation Guide</a></li> 1820 <li><a href="bin/configure">Configure TWiki</a></li>1821 <li><a href="bin/configure">Configure Foswiki</a></li> 1821 1822 <li><a href="UpgradeGuide.html">Upgrade Guide</a></li> 1822 <li><a href="ReleaseNotes01x00.html"> TWiki-4.2Release Notes</a></li>1823 <li><a href="ReleaseNotes01x00.html">Foswiki-1.0 Release Notes</a></li> 1823 1824 </ul> 1824 <p><strong>Note:</strong> These pages do not need to be accessible by browsers. Preventing access will increase security and will not affect TWiki in any way.</p>1825 <p><strong>Note:</strong> These pages do not need to be accessible by browsers. Preventing access will increase security and will not affect Foswiki in any way.</p> 1825 1826 </div><!--/patternTopic--></div><!--/patternContent--></div><!--/patternMainContents--></div><!--/patternMain--> 1826 1827 </div><!--/patternFloatWrap--><div class="clear"> </div>
Note: See TracChangeset
for help on using the changeset viewer.
