summaryrefslogtreecommitdiffstats
path: root/kalzium/src/icons/htmlview/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/icons/htmlview/style.css')
-rw-r--r--kalzium/src/icons/htmlview/style.css83
1 files changed, 83 insertions, 0 deletions
diff --git a/kalzium/src/icons/htmlview/style.css b/kalzium/src/icons/htmlview/style.css
new file mode 100644
index 00000000..4ef1cd77
--- /dev/null
+++ b/kalzium/src/icons/htmlview/style.css
@@ -0,0 +1,83 @@
+body
+{
+ font-family:'arial';
+}
+
+/* The outer div */
+div.chemdata
+{
+ border: 1px solid rgb(50,80,150);
+ /*border: 1px solid rgb(0,0,0); */
+/* width:400px;*/
+ overflow:visible;;
+}
+
+/* The header div */
+div.chemdata div
+{
+ background-image:url('header.png');
+}
+
+/* The table inside the header div */
+div.chemdata div table
+{
+ margin:0px;
+ width:100%;
+ color:rgb(240,240,240);
+ font-weight:bold;
+}
+
+/* The td inside the header table */
+div.chemdata div table td
+{
+ padding-left:4px;
+}
+
+/* The second td inside the header table */
+div.chemdata div table td+td
+{
+ text-align:right;
+ font-size:80%;
+}
+
+
+/* The table containing the characterstics */
+table.characterstics
+{
+ background-image:url('characteristics.png');
+ background-repeat:repeat-y;
+ width:100%;
+}
+
+/* The td's inside the characterstics-table */
+table.characterstics td
+{
+ padding:3px;
+ padding-left:5px;
+ vertical-align:middle;
+ text-align:center;
+}
+
+table.isotopes td
+{
+ border-left:1px #000000 solid;
+ border-bottom:1px #000000 solid;
+}
+
+table.isotopes
+{
+ border-right:1px #000000 solid;
+ border-top:1px #000000 solid;
+}
+
+/* The second td inside the characterstics-table (text) */
+table.characterstics td+td
+{
+ text-align:left;
+}
+
+/* Bold text inside the td's of the characterstics-table */
+table.characterstics td b
+{
+ color:rgb(80,80,80);
+}