tizen 2.3 release
[framework/uifw/embryo.git] / doc / embryo.css
1 td.md { 
2  background-color: #ffffff;
3  font-family: monospace;
4  text-align: left;
5  vertical-align: center;
6  font-size: 10;
7  padding-right  : 1px; 
8  padding-top    : 1px; 
9  padding-left   : 1px; 
10  padding-bottom : 1px; 
11  margin-left    : 1px; 
12  margin-right   : 1px; 
13  margin-top     : 1px; 
14  margin-bottom  : 1px  
15 }
16 td.mdname { 
17  font-family: monospace;
18  text-align: left;
19  vertical-align: center;
20  font-size: 10;
21  padding-right  : 1px; 
22  padding-top    : 1px; 
23  padding-left   : 1px; 
24  padding-bottom : 1px; 
25  margin-left    : 1px; 
26  margin-right   : 1px; 
27  margin-top     : 1px; 
28  margin-bottom  : 1px  
29 }
30 h1
31 {
32  text-align: center;
33  color: #333333
34 }
35 h2
36 {
37  text-align: left;
38  color: #333333
39 }
40 h3
41 {
42  text-align: left;
43  color: #333333
44 }
45 a:link
46 {
47  text-decoration: none;
48  color: #444444;
49  font-weight: bold;
50 }
51 a:visited
52 {
53  text-decoration: none;
54  color: #666666;
55  font-weight: bold;
56 }
57 a:hover
58 {
59  text-decoration: none;
60  color: #000000;
61  font-weight: bold;
62 }
63 a.nav:link
64 {
65  text-decoration: none;
66  color: #444444;
67  font-weight: normal;
68 }
69 a.nav:visited
70 {
71  text-decoration: none;
72  color: #666666;
73  font-weight: normal;
74 }
75 a.nav:hover
76 {
77  text-decoration: none;
78  color: #000000;
79  font-weight: normal;
80 }
81 a.qindex:link
82 {
83  text-decoration: none;
84  color: #444444;
85  font-weight: normal;
86 }
87 a.qindex:visited
88 {
89  text-decoration: none;
90  color: #666666;
91  font-weight: normal;
92 }
93 a.qindex:hover
94 {
95  text-decoration: none;
96  color: #000000;
97  font-weight: normal;
98 }
99 p
100 {
101  color: #000000;
102  font-family: sans-serif;
103  font-size: 10;
104 }
105 body { 
106  background-image: url("hilite.png");
107  background-repeat: no-repeat;
108  background-position: left top;
109  background-color: #dddddd;
110  color: #000000;
111  font-family: sans-serif;
112  padding: 8px;
113  margin: 0;
114 }
115 div.fragment
116 {
117  background-image: url("hilite.png");
118  background-repeat: no-repeat;
119  background-position: left top;
120  border: thin solid #888888;
121  background-color: #eeeeee;
122  padding: 4px;
123  text-align: left;
124  vertical-align: center;
125  font-size: 12;
126 }
127 hr
128 {
129  border: 0;
130  background-color: #000000;
131  width: 80%;
132  height: 1;
133 }
134 dl
135 {
136  background-image: url("hilite.png");
137  background-repeat: no-repeat;
138  background-position: left top;
139  border: thin solid #aaaaaa;
140  background-color: #eeeeee;
141  padding: 4px;
142  text-align: left;
143  vertical-align: center;
144  font-size: 12;
145 }
146 em
147 {
148   color: #334466;
149   font-family: courier;
150   font-size: 10;
151   font-style: normal;
152 }
153
154 div.nav
155 {
156  border: thin solid #000000;
157  background-color: #ffffff;
158  padding: 1px;
159  text-align: center;
160  vertical-align: center;
161  font-size: 12;
162 }
163 div.body
164 {
165  border: thin solid #000000;
166  background-color: #ffffff;
167  padding: 4px;
168  text-align: left;
169  font-size: 10; 
170 }
171 div.diag
172 {
173  border: thin solid #888888;
174  background-color: #eeeeee;
175  padding: 4px;
176  text-align: center;
177  font-size: 8; 
178 }