Home | History | Annotate | Download | only in templates
      1 /*
      2  * Noser signature html output v$version$
      3  */
      4 
      5 /* default link style*/
      6 a.default:link      {color: blue; text-decoration: none}
      7 a.default:hover     {color: blue; text-decoration: underline;}
      8 a.default:visited   {color: blue; text-decoration: none}
      9 
     10 /* discreet link style */
     11 a.discreet:link     {color: black; text-decoration: none}
     12 a.discreet:visited  {color: black; text-decoration: none}
     13 a.discreet:hover    {color: black; text-decoration: underline;}
     14 
     15 ul {
     16 	list-style-type: none
     17 }
     18 
     19 .body {
     20 	margin: 10px;
     21 }
     22 
     23 .header {
     24     position:relative;
     25 	width: 100%;
     26 
     27 }
     28 
     29 .logo {
     30 	left:0px;
     31 }
     32 .specbox {
     33     position:absolute;
     34 	right:0px;
     35 	top:0px;
     36 }
     37 
     38 .content {
     39 	width: 100%;
     40 	position: relative;
     41 	top:75px;
     42 }
     43 
     44 
     45