Documentation is available at standard.obj.php
1 <?php
2 #IPW METAZO 2.0 OBJECT
3 $_objoldid = 37452;
4 function objfile_37452 () {
5 $obj = owNew('stylesheet');
6 $objdata['name'] = "standard";
7 $objdata['content'] = "body {
8 font-family: Tahoma, Verdana;
9 font-size: 8pt;
10 color: #000000;
11 scrollbar-base-color: #FFFFFF;
12 scrollbar-darkshadow-color: #666666;
13 scrollbar-3dlight-color: #000066;
14 scrollbar-arrow-color: #666666;
15 scrollbar-shadow-color: #666666;
16 overflow: auto;
17 margin: 0px;
18 padding: 0px;
19 background-color: #FFFFFF;
20 }
21
22 a img {
23 border: 0px none;
24 }
25
26 h1 {
27 font-family: Arial;
28 color: #006699;
29 font-size: 2em;
30 font-weight: bold;
31 }
32
33 .content {
34 }
35
36 .content h1 {
37 font-family: Arial;
38 color: #006699;
39 font-size: 2em;
40 font-weight: bold;
41 }
42
43 a {
44 text-decoration: none;
45 font-weight: bold;
46 color: #006699;
47 }
48
49 a:visited {
50 text-decoration: none;
51 font-weight: bold;
52 color: #006699;
53 }
54
55 a:active {
56 text-decoration: none;
57 font-weight: bold;
58 color: #006699;
59 }
60
61 a:hover {
62 text-decoration: underline;
63 font-weight: bold;
64 color: #006699;
65 }";
66 $obj->createObject($objdata);
67 $obj->setDefault();
68 return $obj;
69 }
70 ?>
Documentation generated on Thu, 9 Jun 2005 06:53:18 +0200 by phpDocumentor 1.2.3