guix/src/log2xml/logfile.css

106 lines
1.4 KiB
CSS

body
{
font-family: sans-serif;
background: white;
}
td.line
{
width: 100%;
}
blockquote.body
{
padding: 6px 0px;
margin: 0px 1px;
}
table.x, tr.x
{
border-collapse: separate;
border-spacing: 0pt;
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}
tr.x > td.dummy
{
vertical-align: top;
margin: 0em 0em 0em 0em;
padding: 0.5em 0em 0em 0em;
border-left: 3px solid #6185a0;
}
tr.x > td.dummy > div.dummy
{
width: 1.5em;
height: 3px;
margin: 0em 0em 0em 0em;
border-top: 3px solid #6185a0;
}
table.y, tr.y
{
border-collapse: separate;
border-spacing: 0pt;
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}
tr.y > td.dummy
{
vertical-align: top;
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}
tr.y > td.dummy > div.dummy
{
width: 1.5em;
height: 6px;
margin: 0em 0em 0em 0em;
border-left: 3px solid #6185a0;
border-bottom: 3px solid #6185a0;
}
em.storeref
{
color: #500000;
position: relative;
width: 100%;
}
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;
top: 1.5em;
left: 0.5em;
margin: 0;
padding: 0;
z-index: 100;
}
em.storeref:hover span.popup {
display: inline;
}