Home | History | Annotate | Download | only in easymock-tools
      1 body {
      2         font-family:Arial,Helvetica,sans-serif; 
      3         font-size:11pt;
      4         color:#000000;
      5         background-color:#ffffff;
      6         text-align:left;
      7 }
      8 
      9 .bodywidth { 
     10         width:962px;
     11 }
     12 
     13 h1, h2, h3, .contentbar {
     14         padding:3px;
     15 }
     16 
     17 
     18 h1, h2, h3 {
     19         font-weight:bold;
     20 }
     21 
     22 h1 { 
     23         font-size:24pt;
     24         text-align:center;
     25 }
     26 
     27 h2, h3, .contentbar {
     28         color:#000000;
     29         background-color:#ccccff;
     30         border:none;
     31 }
     32 
     33 h2 {
     34         font-size:14pt; 
     35 }
     36 
     37 h3 {
     38         font-size:10pt;
     39 }
     40 
     41 img {
     42         border:0;
     43 }
     44 
     45 ul {
     46         list-style-type:square;
     47 }
     48 
     49 pre {
     50         color:#000000;
     51         background-color:#cccccc;
     52         font-family:monospace;
     53         font-size:8pt;
     54         padding:3px;
     55 }
     56