X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents.css;fp=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents.css;h=101e698c927fe547bb1a634a8ad8ab48df22bc93;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.document/simantics-wiki-documents.css b/bundles/org.simantics.document/simantics-wiki-documents.css new file mode 100644 index 000000000..101e698c9 --- /dev/null +++ b/bundles/org.simantics.document/simantics-wiki-documents.css @@ -0,0 +1,98 @@ +body { + margin: 0px; + padding: 0px; + background-color: #F8F8F8; +} + +h1 { + margin: 0px; + padding: 0px; +} + +h2 { + margin: 0px; + padding: 0px; +} + +h3 { + margin: 0px; + padding: 0px; +} + +h4 { + margin: 0px; + padding: 0px; +} + +p { + margin: 0px; + padding: 0px; + font-size: 1em; + page-break-inside: avoid; +} + +div { + margin: 0px; + padding: 0px; +} + +table { + + border-collapse: collapse; + width: 100%; + table-layout: fixed; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; + border: 0px; + padding: 0px; + box-sizing: border-box; + +} + +td { + + padding: 0px; + border: 0px; + page-break-inside: avoid; + +} + + +th { + padding: 0px; + border: 0px; + page-break-inside: avoid; +} + +table td:first-child div { + margin-left: 0px; +} + +table th:first-child div { + margin-left: 0px; +} + +table div { + + padding-left: 1px; + + border-right: 1px; + border-left: 1px; + + border-top: 1px; + border-bottom: 1px; + margin-bottom: -1px; + margin-left: -1px; + + border-style: solid; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + height: auto; + width: auto; + page-break-inside: avoid; + box-sizing: border-box; + +}