X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.document%2Fsimantics-wiki-documents-default-model.css;h=9803e1032e3c5b9126564c43852f334c568e4194;hb=e1b1c30f512d3c196c86c4a1f0eaf8b7dd461a9a;hp=6fa388daebd3789ff9030ca3a613caafd9edec6f;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git 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..9803e1032 100644 --- a/bundles/org.simantics.document/simantics-wiki-documents-default-model.css +++ b/bundles/org.simantics.document/simantics-wiki-documents-default-model.css @@ -1,106 +1,135 @@ - -/* Generated headers */ -div.header { - font-family: "Times New Roman"; - font-size: 2.0em; - color: black; - margin-left: 0px; - margin-bottom: 0px; - margin-right: 0px; - margin-top: 10px; -} - -/* Generated descriptions */ -div.description { - font-family: "Times New Roman"; - font-size: 1.5em; - color: black; - margin-left: 10px; - margin-bottom: 10px; - margin-right: 0px; - margin-top: 0px; -} - -/* Text paragraphs */ -p { - font-family: "Times New Roman"; - font-size: 1.0em; - color: black; - margin-top: 10px; - margin-bottom: 10px; -} - -/* Level 1 header */ -h1 { - font-family: "Times New Roman"; - font-size: 1.6em; - color: black; - margin-top: 16px; - margin-bottom: 2px; -} - -/* Level 2 header */ -h2 { - font-family: "Times New Roman"; - font-size: 1.4em; - color: black; - margin-top: 14px; - margin-bottom: 2px; -} - -/* Level 3 header */ -h3 { - font-family: "Times New Roman"; - font-size: 1.2em; - color: black; - margin-top: 12px; - margin-bottom: 2px; -} - -/* Level 4 header */ -h4 { - font-family: "Times New Roman"; - font-size: 1.0em; - color: black; - margin-top: 10px; - margin-bottom: 2px; -} - -/* Numbered list items */ -ul li { - font-family: "Times New Roman"; - font-size: 1.0em; - color: black; - margin-top: 1px; - margin-bottom: 1px; -} - -/* Bullet list items */ -ol li { - font-family: "Times New Roman"; - font-size: 1.0em; - color: black; - margin-top: 1px; - margin-bottom: 1px; -} - -/* Table items */ -td div { - font-family: "Times New Roman"; - font-size: 1.0em; -} - -/* Tables items */ -table { - margin-top: 10px; - margin-bottom: 10px; -} - -/* Links */ -a { - font-family: "Times New Roman"; - font-size: 1.0em; - margin-left: 2px; - margin-top: 1px; - margin-bottom: 1px; -} + +/* Generated headers */ +div.header { + font-family: "Times New Roman"; + font-size: 2.0em; + color: black; + margin-left: 0px; + margin-bottom: 0px; + margin-right: 0px; + margin-top: 10px; +} + +/* Generated descriptions */ +div.description { + font-family: "Times New Roman"; + font-size: 1.5em; + color: black; + margin-left: 0px; + margin-bottom: 10px; + margin-right: 0px; + margin-top: 0px; +} + +/* Text paragraphs */ +p { + font-family: "Times New Roman"; + font-size: 1.0em; + color: black; + margin-top: 10px; + margin-bottom: 15px; +} + +/* Level 1 header */ +h1 { + font-family: "Times New Roman"; + font-size: 1.6em; + color: black; + margin-top: 16px; + margin-bottom: 2px; +} + +/* Level 2 header */ +h2 { + font-family: "Times New Roman"; + font-size: 1.4em; + color: black; + margin-top: 14px; + margin-bottom: 2px; +} + +/* Level 3 header */ +h3 { + font-family: "Times New Roman"; + font-size: 1.2em; + color: black; + margin-top: 12px; + margin-bottom: 2px; +} + +/* Level 4 header */ +h4 { + font-family: "Times New Roman"; + font-size: 1.0em; + color: black; + margin-top: 10px; + margin-bottom: 2px; +} + +/* Numbered list items */ +ul li { + font-family: "Times New Roman"; + font-size: 1.0em; + color: black; + margin-top: 1px; + margin-bottom: 1px; +} + +/* Bullet list items */ +ol li { + font-family: "Times New Roman"; + font-size: 1.0em; + color: black; + margin-top: 1px; + 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: 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; +} + +table div { + white-space: normal; +} + +th, td { + text-align: left; + border: 1px solid black; + padding: 2px; +} + +td div, th div { + border: none; +}