]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document/simantics-wiki-documents-default-model.css
Sync git svn branch with SVN repository r33166.
[simantics/platform.git] / bundles / org.simantics.document / simantics-wiki-documents-default-model.css
index 6fa388daebd3789ff9030ca3a613caafd9edec6f..47b66055eb545de8d2505822d14af837df43f000 100644 (file)
@@ -15,7 +15,7 @@ div.description {
     font-family: "Times New Roman";\r
     font-size: 1.5em;\r
     color: black;\r
-    margin-left: 10px;\r
+    margin-left: 0px;\r
     margin-bottom: 10px;\r
     margin-right: 0px;\r
     margin-top: 0px;\r
@@ -27,7 +27,7 @@ p {
     font-size: 1.0em;\r
     color: black;\r
     margin-top: 10px;\r
-    margin-bottom: 10px;\r
+    margin-bottom: 15px;\r
 }\r
 \r
 /* Level 1 header */\r
@@ -35,17 +35,17 @@ h1 {
     font-family: "Times New Roman";\r
     font-size: 1.6em;\r
     color: black;\r
-       margin-top: 16px;\r
-       margin-bottom: 2px;\r
+    margin-top: 16px;\r
+    margin-bottom: 2px;\r
 }\r
 \r
 /* Level 2 header */\r
 h2 {\r
     font-family: "Times New Roman";\r
-       font-size: 1.4em;\r
+    font-size: 1.4em;\r
     color: black;\r
-       margin-top: 14px;\r
-       margin-bottom: 2px;\r
+    margin-top: 14px;\r
+    margin-bottom: 2px;\r
 }\r
 \r
 /* Level 3 header */\r
@@ -53,8 +53,8 @@ h3 {
     font-family: "Times New Roman";\r
     font-size: 1.2em;\r
     color: black;\r
-       margin-top: 12px;\r
-       margin-bottom: 2px;\r
+    margin-top: 12px;\r
+    margin-bottom: 2px;\r
 }\r
 \r
 /* Level 4 header */\r
@@ -62,8 +62,8 @@ h4 {
     font-family: "Times New Roman";\r
     font-size: 1.0em;\r
     color: black;\r
-       margin-top: 10px;\r
-       margin-bottom: 2px;\r
+    margin-top: 10px;\r
+    margin-bottom: 2px;\r
 }\r
 \r
 /* Numbered list items */\r
@@ -84,23 +84,52 @@ ol li {
     margin-bottom: 1px;\r
 }\r
 \r
+/* Links */\r
+a {\r
+    font-family: "Times New Roman";\r
+    font-size: 1.0em;\r
+    margin-left: 2px;\r
+    margin-top: 1px;\r
+    margin-bottom: 1px;\r
+}\r
+\r
 /* Table items */\r
 td div {\r
     font-family: "Times New Roman";\r
-    font-size: 1.0em;\r
+    font-size: 0.6em;\r
+    line-height: 1.2;\r
+    padding: 2px;\r
 }\r
 \r
 /* Tables items */\r
 table {\r
+    table-layout: auto;\r
+    width: auto;\r
+\r
     margin-top: 10px;\r
     margin-bottom: 10px;\r
+    margin-left: 15px;\r
+    margin-right: 30px;\r
+\r
+    border-collapse: collapse;\r
+    border: 0px solid black;\r
+\r
+    -webkit-user-select: text;\r
+    -moz-user-select: text;\r
+    -ms-user-select: text;\r
+    user-select: text;\r
 }\r
 \r
-/* Links */\r
-a {\r
-    font-family: "Times New Roman";\r
-    font-size: 1.0em;\r
-    margin-left: 2px;\r
-    margin-top: 1px;\r
-    margin-bottom: 1px;\r
+table div {\r
+    white-space: normal;\r
+}\r
+\r
+th, td {\r
+    text-align: left;\r
+    border: 1px solid black;\r
+    padding: 2px;\r
+}\r
+\r
+td div, th div {\r
+    border: none;\r
 }\r