FrontPage 

TB Wiki

Login

Regression Test

Expected HTML for page "tbwiki.css"


expected html
nothing
t1/* tbwiki Default Stylest
2 *
3<ul><li>Copyright (c) 2006 by Tim Bird
4*/
5</ul>
6<p>
7body {
8   background-color: #eeeeee;
9   color: #000000;
10   font-family: Times New;
11   font-size: 12pt;
12   margin-right: 0px;
13   margin-left: 2px;
14}
15<p>
16.content {
17   background-color: #ffffff;
18}
19<p>
20h1,h2,h3,h4,h5 {
21   font-family: Helvetica;
22}
23<p>
24h1 {
25   font-size: 16pt;
26   font-weight: bold;
27   padding-bottom: 2px;
28   border-bottom: 1px solid #c0c0c0;
29}
30<p>
31h2 {
32   font-size: 14pt;
33   font-weight: bold;
34   border-bottom: 1px solid #c0c0c0;
35}
36<p>
37h3 {
38   font-size: 12pt;
39   font-weight: bold;
40}
41<p>
42h4 {
43   font-size: 12pt;
44   font-weight: bold;
45}
46<p>
47dt {
48   font-weight: bold;
49}
50<p>
51.site_title h1 {
52   font-size: 22pt;
53   font-weight: bold;
54   padding-bottom: 2px;
55}
56<p>
57.page_title h1 {
58   font-size: 22pt;
59   font-weight: bold;
60   padding-bottom: 2px;
61   border-bottom: 1px solid #c0c0c0;
62}
63<p>
64.index {
65   margin-left: 20pt;
66}
67<p>
68.index h4 {
69   font-size: 14pt;
70   border-bottom: 2px solid #4040ff;
71   margin-bottom: 2px;
72}
73<p>
74.toc {
75   display: table;
76   width: 0%;
77   margin-left: 20pt;
78   margin-right: auto;
79   padding-right: 15px;
80   background-color: #ffffe0;
81   border: 2px solid #ffffb0;
82   font-family: Helvetica;
83   font-size: 9pt;
84   float: right;
85}
86<p>
87/**********************************************
88<ul><li>overall layout is:
89 *
90<li>+----main-----------------------+
91<li>|sidebar  | +--- article------+ |
92<li>| +-----+ | |+---actionbar--+ | |
93<li>| |     | | ||              | | |
94<li>| |     | | |+--------------+ | |
95<li>| +-----+ | |+---content----+ | |
96<li>| +-----+ | ||              | | |
97<li>| |     | | ||              | | |
98<li>| +-----+ | ||              | | |
99<li>|         | |+--------------+ | |
100<li>+-------------------------------+
101 *
102<li>Note: the 'main' table has a cell with class 'sidebarcol'
103<li>each table in this cell is of class 'sidebar'
104 */
105</ul>
106<p>
107/**********************************************
108<ul><li>sidebar stuff
109 */
110</ul>
111<p>
112.sidebarcol {
113  vertical-align: top;
114  width: 130px;
115}
116<p>
117.sidebar table {
118  background-color: #ffffff;
119  border: 1px solid #808080;
120  margin-right: 5px;
121  width: 100%;
122}
123<p>
124#search_table {
125  border: 0px;
126}
127<p>
128.sidebar ul {
129  list-style-type: square;
130  list-style-color: green;
131  list-style-position: inside;
132  font-size: 10pt;
133  padding-left: 5;
134}
135<p>
136.section_edit_link {
137  font-size: 10pt;
138}
139<p>
140/**********************************************
141<ul><li>actionbar stuff
142 */
143</ul>
144<p>
145/*
146A.actionbar:link {
147   color: red;
148}
149<p>
150A.actionbar:visited {
151   color: red;
152}
153*/
154<p>
155.actionbar td {
156   text-align: center;
157}
158<p>
159.actionbar table {
160   width: 100%;
161   border-collapse: collapse;
162   margin-bottom: 0px;
163/*   border: 2px solid yellow; */
164}
165<p>
166.gap {
167/*  background-color: none; */
168  border-bottom: 2px solid #808080;
169  border-top: 0px none;
170  border-left: 0px none;
171  border-right: 0px none;
172}
173<p>
174.inactivetab {
175  background-color: #ffffff;
176  padding-left: 3px;
177  padding-right: 3px;
178  border: 2px solid #808080;
179}
180<p>
181.activetab {
182  background-color: #ffffff;
183  padding-left: 3px;
184  padding-right: 3px;
185  border: 2px solid #c0c080;
186  border-bottom: 0px none;
187  font-weight: bold;
188}
189<p>
190.main {
191  width: 100%;
192  border-collapse: collapse;
193/*  border: 2px solid green; */
194}
195<p>
196.main td {
197  margin-top: 0px;
198  margin-bottom: 0px;
199  vertical-align: top;
200/*  border: 2px solid green; */
201}
202<p>
203.article {
204  width: 100%;
205  padding-top: 0px;
206  padding-bottom: 0px;
207  margin-left: 0px;
208  margin-right: 0px;
209  border-collapse: collapse;
210/*  border: 2px solid red; */
211}
212<p>
213.article td {
214  padding-top: 0px;
215  padding-bottom: 0px;
216/*  border: 2px solid red; */
217}
218<p>
219.content {
220  border-left: 2px solid #808080;
221  border-bottom: 2px solid #808080;
222  padding: 4px;
223  margin-left: 0px;
224  margin-right: 0px;
225  margin-top: 0px;
226}
227<p>
228/**********************************************
229<ul><li>edit_help stuff
230 */
231.edit_help_table {
232  background-color: #e0ffe0;
233  border: 2px solid #b0ffb0;
234}
235</ul>
236<p>
237.edit_help {
238  font-size: 12pt;
239}
240<p>
241.help_def {
242  font-family: Helvetica;
243  font-weight: bold;
244  font-size: 11pt;
245}
246<p>
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Differences for page "tbwiki.css"


expected html
generated html
t No Differences Found t No Differences Found 
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op

Update saved output

Back to diff page

Return to Regression_Test page
TBWiki engine 1.9.3 by Tim Bird