Added tests for EffectsView
[platform/core/uifw/dali-toolkit.git] / automated-tests / style / tests.css
1 @charset "UTF-8";\r
2 /* CSS Document */\r
3 #testcasepage div,#testcasepage h1,#testcasepage p,#testcasepage table,#testcasepage tr,#testcasepage th,#testcasepage td\r
4         {\r
5         margin: 0;\r
6         padding: 0;\r
7         border: 0;\r
8         font-weight: inherit;\r
9         font-style: inherit;\r
10         font-size: 0.96em;\r
11         font-family: arial;\r
12         vertical-align: baseline;\r
13 }\r
14 \r
15 #title td, #btc td{\r
16         margin: 0;\r
17         padding: 0;\r
18         border: 0;\r
19         font-weight: inherit;\r
20         font-style: inherit;\r
21         font-size: 0.96em;\r
22         font-family: arial;\r
23         vertical-align: baseline;\r
24 }\r
25 \r
26 td.Ratio {\r
27         text-align: left;\r
28         font-weight: normal;\r
29         padding: 4px 10px 4px 5px;\r
30         vertical-align: middle;\r
31 }\r
32 \r
33 th.Ratio {\r
34         width: 400px;\r
35 }\r
36 \r
37 #testcasepage p {\r
38         text-align: left;\r
39 }\r
40 \r
41 #suite_title {\r
42         text-align: left;\r
43 }\r
44 \r
45 #btc {\r
46         text-align: right;\r
47 }\r
48 \r
49 #btc table {\r
50         position: absolute;\r
51         right: 0px;\r
52         width: 600px;\r
53 }\r
54 \r
55 #testcasepage table {\r
56         border-collapse: separate;\r
57         border-spacing: 0;\r
58         margin-bottom: 1.4em;\r
59         vertical-align: middle;\r
60 }\r
61 \r
62 #testcasepage th,#testcasepage td {\r
63         text-align: left;\r
64         font-weight: normal;\r
65         padding: 4px 10px 4px 5px;\r
66         vertical-align: middle;\r
67 }\r
68 \r
69 #cases table {\r
70         width: 101%;\r
71 }\r
72 \r
73 #cases td {\r
74         border-left: 0px;\r
75         font-weight: normal;\r
76         border-bottom: 0px;\r
77 }\r
78 \r
79 #suite_summary table {\r
80         width: 100%;\r
81 }\r
82 \r
83 \r
84 #overview table {\r
85         width: 101%;\r
86 }\r
87 \r
88 #overview table, #overview td, #overview tr {\r
89         border-left: none;\r
90         border-bottom: none;\r
91         border-right: none;\r
92         vertical-align: top;\r
93 }\r
94 \r
95 #overview td{\r
96         width: 50%;\r
97 }\r
98 \r
99 #capability table {\r
100         width: 50%;\r
101 }\r
102 \r
103 #fail_cases table {\r
104         width: 101%;\r
105 }\r
106 \r
107 #title table {\r
108         width: 101%;\r
109 }\r
110 \r
111 #device table {\r
112         width: 100%;\r
113 }\r
114 \r
115 #summary table {\r
116         width: 100%;\r
117 }\r
118 \r
119 #testcasepage th {\r
120         border-bottom: 1px solid #000;\r
121         background-color: #AAAAAA;\r
122         border-left: 1px solid #000;\r
123         border-top: 1px solid #000;\r
124         color: #000;\r
125         font-weight: bold;\r
126         vertical-align: bottom;\r
127 }\r
128 \r
129 #summary th:last-child,#summary td:last-child, #device th:last-child,#device td:last-child, #suite_summary th:last-child,#suite_summary td:last-child,#cases th:last-child,#cases td:last-child,#capability th:last-child,#capability td:last-child {\r
130         border-right: 1px solid #000;\r
131 }\r
132 \r
133 #testcasepage td {\r
134         font-weight: normal;\r
135 }\r
136 \r
137 #summary td, #device td, #capability td, #suite_summary td, #cases td{\r
138         border-left: 1px solid;\r
139         font-weight: normal;\r
140         border-bottom: 1px solid;\r
141 }\r
142 \r
143 #testcasepage td.yellow_rate {\r
144         background-color: #ffcc00;\r
145 }\r
146 \r
147 #testcasepage td.green_rate {\r
148         background-color: #1E90FF;\r
149 }\r
150 \r
151 #testcasepage td.dgreen_rate {\r
152         background-color: #339933;\r
153 }\r
154 \r
155 #testcasepage td.red_rate {\r
156         background-color: #FF3333;\r
157 }\r
158 \r
159 #testcasepage td.orange_rate {\r
160         background-color: #FFA500;\r
161 }\r
162 \r
163 #testcasepage td.gray_rate {\r
164         background-color: #AAAAAA;\r
165 }\r
166 \r
167 #title table,#title tr,#title td {\r
168         border-left: none;\r
169         border-bottom: none;\r
170         text-align: center;\r
171 }\r
172 \r
173 #title td:last-child {\r
174         border-right: none;\r
175 }\r
176 \r
177 #testcasepage h1 {\r
178         font-size: 2em;\r
179         font-family: Arial, sans-serif;\r
180         font-weight: bold;\r
181         line-height: 1;\r
182         color: #000;\r
183         margin-bottom: 0.75em;\r
184         padding-top: 0.25em;\r
185         font-weight: bold;\r
186 }\r
187 \r
188 #goTopBtn {\r
189         right: 0px;\r
190         bottom: 0px;\r
191         position: fixed; +\r
192         position: absolute;\r
193         top: expression(parseInt(document.body.scrollTop)+document.body.clientHeight-40\r
194                 );\r
195 }\r