~kudris/+junk/blog2

« back to all changes in this revision

Viewing changes to www/admin/tiny_mce/themes/advanced/docs/en/style.css

  • Committer: Anton Kudris
  • Date: 2007-12-14 16:24:20 UTC
  • Revision ID: antonk@antonk-desktop-20071214162420-xyhvl6sden8urbbf
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body { background-color: #FFFFFF; }
 
2
body, td, .content { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 12px; }
 
3
.title { font-family: Verdana, Arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; }
 
4
.subtitle { font-size: 12px; font-weight: bold; }
 
5
 
 
6
.toc_ul, .toc_li { margin-left: 8px; line-height: 16px; }
 
7
.step_ol, .step_li { margin-left: 11px; line-height: 16px; }
 
8
img { border: #000000 solid 1px; }
 
9
 
 
10
a:visited { color: #666666; text-decoration: underline; }
 
11
a:active { color: #666666; text-decoration: underline; }
 
12
a:hover { color: #666666; text-decoration: underline; }
 
13
a { color: #666666; text-decoration: underline; }
 
14
 
 
15
.pageheader { border: #E0E0E0 solid 1px; }
 
16
.pagefooter { border: #E0E0E0 solid 1px; }
 
17
.sample { background-color: #FFFFFF; border: #000000 solid 1px; }
 
18
.samplecontent { font-size: 10px; }
 
19
 
 
20
.code { background-color: #FFFFFF; border: #000000 solid 1px; }
 
21
.codecontent { font-size: 10px; }
 
22
.codecontent a:visited { color: #666666; text-decoration: none; font-weight: bold }
 
23
.codecontent a:active { color: #666666; text-decoration: none; font-weight: bold  }
 
24
.codecontent a:hover { color: #666666; text-decoration: none; font-weight: bold  }
 
25
.codecontent a { color: #666666; text-decoration: none; font-weight: bold  }
 
26
 
 
27
hr { height: 1px; }
 
28