~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/pub/System/TinyMCEPlugin/tinymce/examples/example_word.css

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
        background-color: #FFFFFF;
 
3
        font-family: Verdana, Arial, Helvetica, sans-serif;
 
4
        font-size: 10px;
 
5
        scrollbar-3dlight-color: #F0F0EE;
 
6
        scrollbar-arrow-color: #676662;
 
7
        scrollbar-base-color: #F0F0EE;
 
8
        scrollbar-darkshadow-color: #DDDDDD;
 
9
        scrollbar-face-color: #E0E0DD;
 
10
        scrollbar-highlight-color: #F0F0EE;
 
11
        scrollbar-shadow-color: #F0F0EE;
 
12
        scrollbar-track-color: #F5F5F5;
 
13
}
 
14
 
 
15
td {
 
16
        font-family: Verdana, Arial, Helvetica, sans-serif;
 
17
        font-size: 10px;
 
18
}
 
19
 
 
20
pre {
 
21
        font-family: Verdana, Arial, Helvetica, sans-serif;
 
22
        font-size: 10px;
 
23
}
 
24
 
 
25
.example1 {
 
26
        font-weight: bold;
 
27
        font-size: 14px
 
28
}
 
29
 
 
30
.example2 {
 
31
        font-weight: bold;
 
32
        font-size: 12px;
 
33
        color: #FF0000
 
34
}
 
35
 
 
36
.tablerow1 {
 
37
        background-color: #BBBBBB;
 
38
}
 
39
 
 
40
/* Fix for MS Office style paragraphs (MsoNormal) */
 
41
p {
 
42
        margin: 0;
 
43
        padding: 0;
 
44
}
 
45
 
 
46
/* Fix for MS Office unindeted lists */
 
47
.unIndentedList {
 
48
        margin: 0;
 
49
        padding: 0;
 
50
        list-style-position: inside;
 
51
}
 
52
 
 
53
.unIndentedList li {
 
54
        padding: 0;
 
55
}
 
56
 
 
57
/* Fix for MS Office UL lists */
 
58
ul {
 
59
        margin-top: 0;
 
60
        margin-bottom: 0;
 
61
}