added css-files to cvsto enable deployment of standard-layout
authorcvs <cvs>
Mon, 8 Apr 2002 23:11:32 +0000 (23:11 +0000)
committercvs <cvs>
Mon, 8 Apr 2002 23:11:32 +0000 (23:11 +0000)
web/produced/style/formate.css [new file with mode: 0755]
web/produced/style/mir.css [new file with mode: 0755]

diff --git a/web/produced/style/formate.css b/web/produced/style/formate.css
new file mode 100755 (executable)
index 0000000..f81ecaa
--- /dev/null
@@ -0,0 +1,126 @@
+<STYLE TYPE="text/css">   
+
+   <!--
+
+   a:link  {
+
+       color : #006600;
+
+       text-decoration : none;
+
+   }
+
+   
+
+   a:visited  {
+
+       color : #009900;
+
+       text-decoration : none;
+
+   }
+
+   
+
+   a:active  {
+
+       color : White;
+
+       text-decoration : none;
+
+       background-color : #006600;
+
+   }
+
+   
+
+   a:hover  {
+
+       color : White;
+
+       text-decoration : none;
+
+       background-color : #006600;
+
+   }
+
+   
+
+   body,ol,div,td,th,address,blockquote,nobr,form  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+   }
+
+   
+
+   h1,h2,h4  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica,sans-serif;
+
+   }
+
+   
+
+   h3  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 11pt;
+
+   }
+
+   
+
+   pre  {
+
+       font-family : Courier New, Courier, mono, Arial, Helvetica, sans-serif;
+
+       font-size : 8pt;
+
+   }
+
+   
+
+   ul,li,p,ol,b,i  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+   }
+
+   
+
+   p.small  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 8pt;
+
+   }
+
+   
+
+   p.dir  {
+
+       font-family : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
+
+       font-size : 10pt;
+
+       margin-top : 0cm;
+
+       margin-bottom : 0cm;
+
+   }
+
+   
+
+   a.black  {
+
+       color : Black;
+
+   }
+
+   -->
+
+   </STYLE>
+
diff --git a/web/produced/style/mir.css b/web/produced/style/mir.css
new file mode 100755 (executable)
index 0000000..6c12b85
--- /dev/null
@@ -0,0 +1,5 @@
+a {  color: #0000CC; text-decoration: underline}
+a:hover {  color: #333333; text-decoration: none}
+td {  font-family: "Times New Roman", Times, serif}
+.small {  font-size: x-small}
+pre {  font-family: "Courier", Courier, serif}