Skip to content
Snippets Groups Projects
Select Git revision
  • f2a844a92c82553bc5997e04062e3a7a6302f2ab
  • master default
2 results

test_property.py

Blame
  • Forked from finesse / pykat
    Source project has a limited visibility.
    stylesheet.css 8.93 KiB
    BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
    	font-family: Geneva, Arial, Helvetica, sans-serif;
    }
    BODY,TD {
    	font-size: 90%;
    }
    H1 {
    	text-align: center;
           font-size: 160%;
    }
    H2 {
           font-size: 130%;
    }
    H3 {
           font-size: 115%;
    }
    H4 {
           font-size: 100%;
    }
    CAPTION { 
    	font-weight: bold 
    }
    DIV.qindex {
    	width: 100%;
    	background-color: #e8eef2;
    	border: 1px solid #84b0c7;
    	text-align: center;
    	margin: 2px;
    	padding: 2px;
    	line-height: 140%;
    }
    DIV.navpath {
    	width: 100%;
    	background-color: #e8eef2;
    	border: 1px solid #84b0c7;
    	text-align: center;
    	margin: 2px;
    	padding: 2px;
    	line-height: 140%;
    }
    DIV.navtab {
           background-color: #e8eef2;
           border: 1px solid #84b0c7;
           text-align: center;
           margin: 2px;
           margin-right: 15px;
           padding: 2px;
    }
    TD.navtab {
           font-size: 70%;
    }
    A.qindex {
           text-decoration: none;
           font-weight: bold;
           color: #1A419D;
    }
    A.qindex:visited {
           text-decoration: none;
           font-weight: bold;
           color: #1A419D
    }
    A.qindex:hover {
    	text-decoration: none;
    	background-color: #ddddff;
    }
    A.qindexHL {
    	text-decoration: none;
    	font-weight: bold;
    	background-color: #6666cc;
    	color: #ffffff;