]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/plugins/wordpress/css/content.css
Wordpress 2.9.1-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / wordpress / css / content.css
1
2 .mceWPnextpage, .mceWPmore {
3         border: 0px;
4         border-top: 1px dotted #cccccc;
5         display: block;
6         width: 100%;
7         height: 12px;
8         margin-top: 15px;
9 }
10 .mceWPmore {
11         background: #ffffff url(../img/more_bug.gif) no-repeat right top;
12 }
13 .mceWPnextpage {
14     background: #ffffff url(../img/page_bug.gif) no-repeat right top;
15 }
16
17 img.wpGallery {
18         border: 1px dashed #888;
19         background: #f2f8ff url("../../wpgallery/img/gallery.png") no-repeat scroll center center;
20         width: 99%;
21         height: 250px;
22 }
23
24 img.wp-oembed {
25         border: 1px dashed #888;
26         background: #f7f5f2 url("../img/embedded.png") no-repeat scroll center center;
27         width: 300px;
28         height: 250px;
29 }