CSS Style XML

File: Data.xml



  
    project name 1
    
     name 2
      
99999

      1111 
      2222 
      k@web.com 
    

    
     name 3
      
99999

      1112 
      2222 
      f@web.com 
    

    
     name 4
      
99999

      1113 
      2222 
      l@we.com 
    

    
       entry
    

  


File: Style.css
projects { 
   font-style: normal;
   color: 000000 
}
PROJECT { 
   display: block;
   background: blue;
   font-family: sans-serif;
   margin: 1cm 
}
PROJ_NAME  { 
   display: block; 
   background: #FF0000;
   font-size: larger;
   font-weight: bold;        
   word-spacing: 2em;
   color: white ; 
   font-family: Arial, Helvetica, sans-serif; 
   border: #FF0000; 
   border-style: double; 
   border-top-width: medium; 
   border-right-width: medium; 
   border-bottom-width: medium; 
   border-left-width: medium
}
CONTACT { 
   display: block;
   padding: 5pt;
   text-indent: 1cm 
}
NAME { 
   display: block;
   font-variant: small-caps;
   font-size: medium;
   font-weight: bold;
   color: red;
   text-decoration: overline;
}
ADDRESS { 
   display: block;
   font-style: italic;
   font-size: smaller;
   color: white
}
PHONE { 
   display: block;
   font-weight: bold;
   font-size: smaller;
   color: white
}
FAX { 
   display: block;
   font-weight: bold;
   font-size: smaller;
   color: white
}
EMAIL { 
   display: block;
   font-weight: bold;
   font-style: italic;
   color: white
}
NOTES { 
   display: block;
   font-weight: bold;
   font-style: italic;
   color: white;
   padding: 3em
}
ENTRY { 
   display: block;
}