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




                            


                         

 


                          
 
                                            
                       
                          

 

                        

 

                        

 
         
                                     

 





                                                      
 
 

                                     
 




                   

                        

 




                              





                                                                                        

              




                 

                              
 
body {
    font-family: sans-serif;
    background: white;
}


ul.nesting, ul.toplevel {
    padding: 0;
    margin: 0;
}

ul.toplevel {
    list-style-type: none;
}

ul.nesting li.line, ul.nesting li.lastline {
    position: relative;
    list-style-type: none;
}

ul.nesting li.line {
    padding-left: 1.1em;
}

ul.nesting li.lastline {
    padding-left: 1.2em;
}

li.line {
    border-left: 0.1em solid #6185a0;
}

li.line > span.lineconn, li.lastline > span.lineconn {
    position: absolute;
    height: 0.65em;
    left: 0em;
    width: 1em;
    border-bottom: 0.1em solid #6185a0;
}

li.lastline > span.lineconn {
    border-left: 0.1em 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;
}