]> git.sven.stormbind.net Git - sven/vym.git/blob - styles/vym.css
Import Upstream version 2.6.11
[sven/vym.git] / styles / vym.css
1 html { 
2     font-family:arial,sans-serif; 
3 }
4
5 body { 
6     margin:0; 
7     padding:10px; 
8     font-family:arial,
9     sans-serif; 
10     align:center;  
11     background-color:#ffffff; 
12 }
13
14 a, a:visited, a:link, a:active { 
15     color:#666666; 
16     text-decoration:none; 
17 }
18
19 a:hover { 
20     text-decoration:underline; 
21 }
22
23 /* VYM specific elements*/
24
25 .vym-header{ 
26     width:96%; 
27     padding:2%; 
28     margin-bottom:10px; 
29     border:solid 1px black; 
30     background-color:#f0f0f0; 
31     text-align:center; 
32     vertical-align:center;
33     font-size: 2em;
34 }
35 .vym-toc{
36     background-color: #F9F9F9;
37     border: 1px solid #AAAAAA;
38     font-size: 95%;
39     padding: 5px
40 }
41 .vym-toc-title{
42     background-color: #F9F9F9;
43     font-size: 100%;
44 }
45 .vym-toc-branch-0{ text-indent: 0em; }
46 .vym-toc-branch-1{ text-indent: 1em; }
47 .vym-toc-branch-2{ text-indent: 2em; }
48 .vym-toc-branch-3{ text-indent: 3em; }
49 .vym-toc-branch-4{ text-indent: 4em; }
50 .vym-toc-branch-5{ text-indent: 5em; }
51 .vym-toc-branch-6{ text-indent: 6em; }
52 .vym-toc-branch-7{ text-indent: 7em; }
53 .vym-toc-branch-8{ text-indent: 8em; }
54 .vym-toc-branch-9{ text-indent: 9em; }
55 .vym-toc-number{ }
56 .vym-toc-text{ }
57 .vym-imagemap{
58     width:96%; 
59     padding:2%; 
60     margin-bottom:10px; 
61     border: 0px; 
62     text-align:center; 
63     vertical-align:center;
64 }
65 .imagemap{
66     border: 0px; 
67 }
68 .vym-BoxBottom { 
69     padding:10px; 
70     font-size:0.7em; 
71     border:solid 1px black; 
72     margin:0; 
73     background-color:#f0f0f0; 
74 }
75 .vym-BoxBottomR         
76
77     padding-top:1em; 
78     color:#676767; 
79     text-align:right; 
80 }
81 .vym-footer { 
82     width:100%; 
83     border:1;
84 }
85 .vym-footerL { font-size:0.7em; color:#676767; text-align:left; width:33%}
86 .vym-footerC { font-size:0.7em; color:#676767; text-align:center; width:33%}
87 .vym-footerR { font-size:0.7em; color:#676767; text-align:right; width:33%}
88
89 .vym-url {} 
90
91 .vym-branch-0 { 
92 }
93 .vym-branch-1{
94 }
95 .vym-branch-2{
96     font-size: small;
97     font-weight: normal;
98 }
99 .vym-branch-3{
100     font-size: small;
101     font-weight: normal;
102 }
103 .vym-branch-4{
104     font-size: small;
105     font-weight: normal;
106 }
107 .vym-branch-5{
108     font-size: small;
109     font-weight: normal;
110 }
111 .vym-branch-6{
112     font-size: small;
113     font-weight: normal;
114 }
115 .vym-branch-7{
116     font-size: small;
117     font-weight: normal;
118 }
119
120 .vym-branch-8{
121     font-size: small;
122     font-weight: normal;
123 }
124 .vym-branch-9{
125     font-size: small;
126     font-weight: normal;
127 }
128 .vym-note { 
129     width:80%; 
130     border: solid 1px black; 
131     border-radius: 0.6em 0.6em 0.6em 0.6em;
132     border-color: #000000;
133     background-color: #eeeeee; 
134     font-size: small;
135     font-weight: normal;
136     overflow: auto;
137     padding: 0em 1em;
138 }
139
140 .vym-note-flag {
141     vertical-align:top;
142     width:30px;
143     height:30px;
144     background-image: url("flags/flag-note.png");
145     background-repeat: no-repeat;
146     background-position: left top;
147 }
148
149 .vym-note-paragraph { 
150     margin-top: 0px;
151     margin-bottom: 1em;
152 }
153
154 .vym-fixed-note-paragraph { 
155     margin: 0;
156 }
157 .standardflag { 
158     margin-left: 5px; 
159 }
160
161 .vym-list-ul-0 {
162     list-style-type: none;
163     list-style-position: inside;
164 }
165
166 .vym-list-ul-1 {
167     list-style-type: none;
168     list-style-position: outside;
169 }
170