]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/plugins/wordpress/wordpress.css
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wordpress / wordpress.css
1 .mce_plugin_wordpress_more {\r
2         border: 0px;\r
3         border-top: 1px dotted #cccccc;\r
4         display:block;\r
5         background-color: #ffffff;\r
6         margin-top:15px;\r
7         background-image: url(images/more_bug.gif);\r
8         background-repeat: no-repeat;\r
9         background-position: right top;\r
10 }\r
11 \r
12 .mce_plugin_wordpress_page {\r
13         border: 0px;\r
14         border-top: 1px dotted #cccccc;\r
15         display:block;\r
16         background-color: #ffffff;\r
17         margin-top:15px;\r
18         background-image: url(images/page_bug.gif);\r
19         background-repeat: no-repeat;\r
20         background-position: right top;\r
21 }\r
22 \r
23 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */\r
24 /* You can extend this CSS by adding your own CSS file with the the content_css option */\r
25 \r
26 body {\r
27         background: #fff;\r
28         font: 1em/1.3em Georgia, "Times New Roman", Times, serif;\r
29         padding: .5em;\r
30 }\r
31 \r
32 td {\r
33         font-size: 10px;\r
34 }\r
35 \r
36 pre {\r
37         font-family: "Courier New", fixed;\r
38         font-size: 11px;\r
39         line-height: 13px;\r
40 }\r
41 \r
42 .mceVisualAid {\r
43         border: 1px dashed #BBBBBB !important;\r
44 }\r
45 \r
46 .mceItemAnchor {\r
47         width: 12px;\r
48         line-height: 6px;\r
49         overflow: hidden;\r
50         padding-left: 12px;\r
51         background-position: bottom;\r
52         background-repeat: no-repeat;\r
53 }\r
54 \r
55 /* Important is needed in Gecko browsers inorder to style links */\r
56 /*\r
57 a {\r
58         color: green !important;\r
59 }\r
60 */\r
61 \r
62 /* Style selection range colors in Gecko browsers */\r
63 /*\r
64 ::-moz-selection {\r
65         background-color: red;\r
66         color: green;\r
67 }\r
68 */\r
69 \r
70 /* MSIE specific */\r
71 \r
72 * html body {\r
73         scrollbar-3dlight-color: #F0F0EE;\r
74         scrollbar-arrow-color: #676662;\r
75         scrollbar-base-color: #F0F0EE;\r
76         scrollbar-darkshadow-color: #DDDDDD;\r
77         scrollbar-face-color: #E0E0DD;\r
78         scrollbar-highlight-color: #F0F0EE;\r
79         scrollbar-shadow-color: #F0F0EE;\r
80         scrollbar-track-color: #F5F5F5;\r
81 }