~prataprc/eazytext/trunk

« back to all changes in this revision

Viewing changes to eazytext/skins/default.css

  • Committer: Pratap Chakravarthy
  • Date: 2011-11-08 11:51:45 UTC
  • Revision ID: pratap@discoverzeta.com-20111108115145-xbjfrhtcqwgawnsi
* Added wiki-section using 'S*' markup. Initial version.
  Previously heading is considered as sections. Since <section> tag
  in HTML5 encapsulates content inside a section as children, a new markup
  is added to generate <section>
* Skin files updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
p.ettext {
29
29
}
30
30
 
31
 
/* Sections */
32
 
h1.etsec {
33
 
}
34
 
h2.etsec {
35
 
}
36
 
h3.etsec {
37
 
}
38
 
h4.etsec {
39
 
}
40
 
h5.etsec {
41
 
}
42
 
h1 a.etseclink, h2 a.etseclink, h3 a.etseclink, h4 a.etseclink, h5 a.etseclink {
 
31
/* headings */
 
32
h1.ethd {
 
33
}
 
34
h2.ethd {
 
35
}
 
36
h3.ethd {
 
37
}
 
38
h4.ethd {
 
39
}
 
40
h5.ethd {
 
41
}
 
42
h6.ethd {
 
43
}
 
44
h1 a.ethdlink, h2 a.ethdlink, h3 a.ethdlink, h4 a.ethdlink, h5 a.ethdlink, h6 a.ethdlink {
43
45
  color: #CCCCCC;
44
46
  font-size: medium;
45
47
  text-decoration: none
46
48
}
47
49
 
 
50
/* sections */
 
51
section.etsec-1 {
 
52
}
 
53
section.etsec-2 {
 
54
}
 
55
section.etsec-3 {
 
56
}
 
57
section.etsec-4 {
 
58
}
 
59
section.etsec-5 {
 
60
}
 
61
section.etsec-6 {
 
62
}
 
63
 
48
64
/* Small table */
49
65
table.ettbl {
50
66
  border-collapse: collapse;