about summary refs log blame commit diff
path: root/src/log2xml/logfile.css
blob: 7b2cdd0660f1b4d6d49eb1982d8a36dc9bf70e8e (plain) (tree)
1
2
3
4
5
6
7






                            





                


























































                                     




                   

                        














                                                                                        

              





                 

                              
 
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: 0em;
    left: 0em;
    margin: 0;
    padding: 0;
    z-index: 100;
}


em.storeref:hover span.popup {
    display: inline;
}