HTML and CSS test

Html code posted by Tester
created at 08 May 23:26

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<title>Test</title>

<style type="text/css">
  ul, ol, pre, dl, p { margin-top:0px; margin-bottom:0px; }
  code.escaped { white-space: nowrap; }
  .vspace { margin-top:1.33em; }
  .indent { margin-left:40px; }
  .outdent { margin-left:40px; text-indent:-40px; }
  a.createlinktext { text-decoration:none; border-bottom:1px dotted gray; }
  a.createlink { text-decoration:none; position:relative; top:-0.5em;
    font-weight:bold; font-size:smaller; border-bottom:none; }
  img { border:0px; }
   .todo-form { border: none; }
 .todo-form tr td { border: none; font-weight: plain; text-align: left; }
 .todo-form tr td.heading { text-align: right; }
 table.todo-list { background-color: #FEFCCD }
 table.todo-list tr.row1 { color: gray; }
 table.todo-list tr.row1 td { }
 table.todo-list tr.row2 { }
 table.todo-list tr.row2 td { }
 table.todo-list tr:last-child.row1 td { border-bottom: none; }
 table.todo-list th {color:green }
 table.todo-list tr td { }
 table.todo-simple-list { }
 table.todo-simple-list tr td { border: none; }
 .todo-category-text { }
 .todo-description-text { font-weight: bold; }
 .todo-overdue-text { }
 .todo-completed-text { }
 .todo-legend { text-align: center; font-size: smaller; }.editconflict { color:green; 
  font-style:italic; margin-top:1.33em; margin-bottom:1.33em; }

  table.markup { border:2px dotted #ccf; width:90%; }
  td.markup1, td.markup2 { padding-left:10px; padding-right:10px; }
  table.vert td.markup1 { border-bottom:1px solid #ccf; }
  table.horiz td.markup1 { width:23em; border-right:1px solid #ccf; }
  table.markup caption { text-align:left; }
  div.faq p, div.faq pre { margin-left:2em; }
  div.faq p.question { margin:1em 0 0.75em 0; font-weight:bold; }
  div.faqtoc div.faq * { display:none; }
  div.faqtoc div.faq p.question 
    { display:block; font-weight:normal; margin:0.5em 0 0.5em 20px; line-height:normal; }
  div.faqtoc div.faq p.question * { display:inline; }
   
    .frame 
      { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
    .lfloat { float:left; margin-right:0.5em; }
    .rfloat { float:right; margin-left:0.5em; }
a.varlink { text-decoration:none; }

</style>

</html>
2.18 KB in 9 ms with coderay