2004-03-18 15:04:05 +02:00
|
|
|
body {
|
2004-03-15 23:51:14 +02:00
|
|
|
font-family: sans-serif;
|
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
blockquote.body {
|
2004-03-15 23:51:14 +02:00
|
|
|
padding: 6px 0px;
|
2004-03-18 15:04:05 +02:00
|
|
|
margin: 0px 0px;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
div.line, div.lastline {
|
|
|
|
position: relative;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
div.line {
|
|
|
|
border-left: 0.1em solid #6185a0;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
span.lineconn {
|
|
|
|
position: absolute;
|
|
|
|
height: 0.5em;
|
|
|
|
width: 1em;
|
|
|
|
border-bottom: 0.1em solid #6185a0;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
div.lastline > span.lineconn {
|
|
|
|
border-left: 0.1em solid #6185a0;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
span.linebody {
|
|
|
|
position: relative;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
div.line > span.linebody {
|
|
|
|
left: 1.1em;
|
|
|
|
}
|
2004-03-15 23:51:14 +02:00
|
|
|
|
2004-03-18 15:04:05 +02:00
|
|
|
div.lastline > span.linebody {
|
|
|
|
left: 1.2em;
|
2004-03-15 23:51:14 +02:00
|
|
|
}
|
2004-03-16 14:47:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
em.storeref
|
|
|
|
{
|
|
|
|
color: #500000;
|
2004-03-17 18:52:48 +02:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
2004-03-16 14:47:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
em.storeref:hover
|
|
|
|
{
|
|
|
|
background-color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
*.popup {
|
|
|
|
display: none;
|
|
|
|
/* background: url('http://losser.st-lab.cs.uu.nl/~mbravenb/menuback.png') repeat; */
|
|
|
|
background: #ffffcd;
|
|
|
|
border: solid #555555 1px;
|
|
|
|
position: absolute;
|
2004-03-17 18:55:53 +02:00
|
|
|
top: 0em;
|
|
|
|
left: 0em;
|
2004-03-16 14:47:09 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2004-03-17 18:52:48 +02:00
|
|
|
em.storeref:hover span.popup {
|
|
|
|
display: inline;
|
2004-03-16 14:47:09 +02:00
|
|
|
}
|