You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kalzium/src/icons/htmlview/style.css

84 lines
1.4 KiB

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);
}