[Zope-CVS] CVS: Packages/MoZTop/laguna/skin/laguna - contents.rdf:1.1 laguna.css:1.1

Stephan Richter srichter@cbu.edu
Thu, 18 Apr 2002 00:56:03 -0400


Update of /cvs-repository/Packages/MoZTop/laguna/skin/laguna
In directory cvs.zope.org:/tmp/cvs-serv20598/laguna/skin/laguna

Added Files:
	contents.rdf laguna.css 
Log Message:
This is Scott Robertson's attempt to get a Mozilla frontend built. This 
sub-tree will be short-lived, sinc ehis code will be incorporated into the 
other one asap.


=== Added File Packages/MoZTop/laguna/skin/laguna/contents.rdf ===
<?xml version="1.0"?> 

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:chrome="http://www.mozilla.org/rdf/chrome#"> 

  <RDF:Seq about="urn:mozilla:skin:root"> 
    <RDF:li resource="urn:mozilla:skin:laguna"/> 
  </RDF:Seq>

 <RDF:Description about="urn:mozilla:skin:laguna"
        chrome:displayName="Laguna Text Editor"
        chrome:author="Your Name"
        chrome:name="laguna">
  </RDF:Description>


</RDF:RDF> 

=== Added File Packages/MoZTop/laguna/skin/laguna/laguna.css ===
@import url(chrome://global/skin/); 

#document
{ 
  font-size: 10pt;
}


window > box {
  background-color: #CCCCCC;
}
  
menubar,toolbar,tabpanel {
  background-color: lightblue;
  border-top: 1px solid white;
  border-bottom: 1px solid #666666;
  border-left: 1px solid white;
  border-right: 1px solid #666666;
}