author | insilmaril |
Fri Aug 19 07:42:31 2005 +0000 (2005-08-19) | |
changeset 155 | 7f06b2e3afb5 |
child 178 | 8e3d07807ac5 |
permissions | -rw-r--r-- |
1 html { font-family:arial,sans-serif; }
2 body { margin:0; padding:10px; font-family:arial,sans-serif; align:center; background-color:#ffffff; }
6 a, a:visited, a:link, a:active
7 { color:#666666; text-decoration:none; }
8 a:hover { text-decoration:underline; }
10 /* VYM specific elements*/
12 .vym-header{
13 width:96%;
14 padding:2%;
15 margin-bottom:10px;
16 border:solid 1px black;
17 background-color:#f0f0f0;
18 text-align:center;
19 vertical-align:center;
20 font-size: 2em;
21 }
22 .vym-imagemap{
23 width:96%;
24 padding:2%;
25 margin-bottom:10px;
26 border: 0px;
27 text-align:center;
28 vertical-align:center;
29 }
30 .vym-BoxBottom {
31 padding:10px;
32 font-size:0.7em;
33 border:solid 1px black;
34 margin:0;
35 background-color:#f0f0f0;
36 }
37 .vym-BoxBottomR
38 {
39 padding-top:1em;
40 color:#676767;
41 text-align:right;
42 }
43 .vym-footer {
44 width:100%;
45 border:1;
46 }
47 .vym-footerL { font-size:0.7em; color:#676767; text-align:left; }
48 .vym-footerC { font-size:0.7em; color:#676767; text-align:center; }
49 .vym-footerR { font-size:0.7em; color:#676767; text-align:right; }
51 .vym-url {}
53 .vym-branch0 {
54 color:#000000;
55 font-size: x-large;
56 font-weight: bold;
57 }
58 .vym-branch1{
59 font-size: normal;
60 font-weight: normal;
61 }
62 .vym-branch2{
63 font-size: 0.5em;
64 font-weight: normal;
65 }
66 .vym-branch3{
67 font-size:0.5em;
68 font-weight: normal;
69 }
70 .vym-branch4{
71 font-size:0.5em;
72 font-weight: normal;
73 }
74 .vym-branch5{
75 font-size:0.5em;
76 font-weight: normal;
77 }
78 .vym-branch6{
79 font-size:0.5em;
80 font-weight: normal;
81 }
82 .vym-branch7{
83 font-size:0.5em;
84 font-weight: normal;
85 }
87 .vym-htmlnote{
88 width:96%;
89 border: solid 1px black;
90 border-color: #000000;
91 background-color: #eeeeee;
92 font-size: 0.5em;
93 font-weight: normal;
94 padding: 5px;
95 }
97 .vym-note {
98 width:100%;
99 border: solid 1px black;
100 border-color: #000000;
101 background-color: #eeeeee;
102 font-size: 0.5em;
103 font-weight: normal;
104 }