X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents-default-model.css;h=47b66055eb545de8d2505822d14af837df43f000;hp=6fa388daebd3789ff9030ca3a613caafd9edec6f;hb=4a2d762e1e33404d77eeec4542a4a10bfa738dd2;hpb=ad8333027322fda6b9a8a524c7a7e15a54c52f38 diff --git a/bundles/org.simantics.document/simantics-wiki-documents-default-model.css b/bundles/org.simantics.document/simantics-wiki-documents-default-model.css index 6fa388dae..47b66055e 100644 --- a/bundles/org.simantics.document/simantics-wiki-documents-default-model.css +++ b/bundles/org.simantics.document/simantics-wiki-documents-default-model.css @@ -15,7 +15,7 @@ div.description { font-family: "Times New Roman"; font-size: 1.5em; color: black; - margin-left: 10px; + margin-left: 0px; margin-bottom: 10px; margin-right: 0px; margin-top: 0px; @@ -27,7 +27,7 @@ p { font-size: 1.0em; color: black; margin-top: 10px; - margin-bottom: 10px; + margin-bottom: 15px; } /* Level 1 header */ @@ -35,17 +35,17 @@ h1 { font-family: "Times New Roman"; font-size: 1.6em; color: black; - margin-top: 16px; - margin-bottom: 2px; + margin-top: 16px; + margin-bottom: 2px; } /* Level 2 header */ h2 { font-family: "Times New Roman"; - font-size: 1.4em; + font-size: 1.4em; color: black; - margin-top: 14px; - margin-bottom: 2px; + margin-top: 14px; + margin-bottom: 2px; } /* Level 3 header */ @@ -53,8 +53,8 @@ h3 { font-family: "Times New Roman"; font-size: 1.2em; color: black; - margin-top: 12px; - margin-bottom: 2px; + margin-top: 12px; + margin-bottom: 2px; } /* Level 4 header */ @@ -62,8 +62,8 @@ h4 { font-family: "Times New Roman"; font-size: 1.0em; color: black; - margin-top: 10px; - margin-bottom: 2px; + margin-top: 10px; + margin-bottom: 2px; } /* Numbered list items */ @@ -84,23 +84,52 @@ ol li { margin-bottom: 1px; } +/* Links */ +a { + font-family: "Times New Roman"; + font-size: 1.0em; + margin-left: 2px; + margin-top: 1px; + margin-bottom: 1px; +} + /* Table items */ td div { font-family: "Times New Roman"; - font-size: 1.0em; + font-size: 0.6em; + line-height: 1.2; + padding: 2px; } /* Tables items */ table { + table-layout: auto; + width: auto; + margin-top: 10px; margin-bottom: 10px; + margin-left: 15px; + margin-right: 30px; + + border-collapse: collapse; + border: 0px solid black; + + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } -/* Links */ -a { - font-family: "Times New Roman"; - font-size: 1.0em; - margin-left: 2px; - margin-top: 1px; - margin-bottom: 1px; +table div { + white-space: normal; +} + +th, td { + text-align: left; + border: 1px solid black; + padding: 2px; +} + +td div, th div { + border: none; }