Mercurial > public > madeira
comparison static/js/tinymce/examples/css/word.css @ 45:966cde8635c0
For issue #3, created a separate news app.
Created import management command.
Using TinyMCE editor in the admin.
News model now stores HTML.
The news page is now paginated.
Each story has a perma-link now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Mar 2012 20:02:39 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
44:42a6bde9913c | 45:966cde8635c0 |
---|---|
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 p {margin:0; padding:0;} | |
16 | |
17 td { | |
18 font-family: Verdana, Arial, Helvetica, sans-serif; | |
19 font-size: 10px; | |
20 } | |
21 | |
22 pre { | |
23 font-family: Verdana, Arial, Helvetica, sans-serif; | |
24 font-size: 10px; | |
25 } | |
26 | |
27 .example1 { | |
28 font-weight: bold; | |
29 font-size: 14px | |
30 } | |
31 | |
32 .example2 { | |
33 font-weight: bold; | |
34 font-size: 12px; | |
35 color: #FF0000 | |
36 } | |
37 | |
38 .tablerow1 { | |
39 background-color: #BBBBBB; | |
40 } | |
41 | |
42 thead { | |
43 background-color: #FFBBBB; | |
44 } | |
45 | |
46 tfoot { | |
47 background-color: #BBBBFF; | |
48 } | |
49 | |
50 th { | |
51 font-family: Verdana, Arial, Helvetica, sans-serif; | |
52 font-size: 13px; | |
53 } |