<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][4188] trunk/bp-themes/bp-default: Add TinyMCE styling to make the editor content match the resulting post output in the theme.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd>4188</dd>
<dt>Author</dt> <dd>djpaul</dd>
<dt>Date</dt> <dd>2011-04-09 20:57:24 +0000 (Sat, 09 Apr 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add TinyMCE styling to make the editor content match the resulting post output in the theme. Fixes #3142</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefaultfunctionsphp">trunk/bp-themes/bp-default/functions.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkbpthemesbpdefaulteditorstylertlcss">trunk/bp-themes/bp-default/editor-style-rtl.css</a></li>
<li><a href="#trunkbpthemesbpdefaulteditorstylecss">trunk/bp-themes/bp-default/editor-style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpthemesbpdefaulteditorstylertlcss"></a>
<div class="addfile"><h4>Added: trunk/bp-themes/bp-default/editor-style-rtl.css (0 => 4188)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/editor-style-rtl.css                                (rev 0)
+++ trunk/bp-themes/bp-default/editor-style-rtl.css        2011-04-09 20:57:24 UTC (rev 4188)
</span><span class="lines">@@ -0,0 +1,43 @@
</span><ins>+/*
+Theme Name: BuddyPress Default
+Description: Used to style the TinyMCE editor (RTL version).
+*/
+
+html .mceContentBody .alignright {
+        float: left;
+        margin-left: auto;
+        margin-right: 15px;
+}
+html .mceContentBody .alignleft {
+        float: right;
+        margin-left: 15px;
+        margin-right: auto;
+}
+dl {
+        margin-left: auto;
+        margin-right: 0;
+}
+html .mceContentBody img.alignright {
+        margin: 0 7px 2px 0;
+}
+html .mceContentBody img.alignleft {
+        margin: 0 0 2px 7px;
+}
+dd.wp-caption p.wp-caption-text,
+.wp-caption p.wp-caption-text {
+        padding: 0 0 5px 4px;
+}
+html .mceContentBody ul,
+html .mceContentBody ol,
+html .mceContentBody dl {
+        margin: 0 1.5em 18px 0;
+}
+
+html .mceContentBody table th:first {
+        border-left: 1px solid #eaeaea;
+        border-right: 0;
+}
+html .mceContentBody table tr td.label {
+        border-left: 1px solid #eaeaea;
+        border-right: 0;
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbpthemesbpdefaulteditorstylecss"></a>
<div class="addfile"><h4>Added: trunk/bp-themes/bp-default/editor-style.css (0 => 4188)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/editor-style.css                                (rev 0)
+++ trunk/bp-themes/bp-default/editor-style.css        2011-04-09 20:57:24 UTC (rev 4188)
</span><span class="lines">@@ -0,0 +1,272 @@
</span><ins>+/*
+Theme Name: BuddyPress Default
+Description: Used to style the TinyMCE editor.
+*/
+
+html .mceContentBody {
+        font-family: Arial, Tahoma, Verdana, sans-serif;
+        font-size: 12px;
+        color: #555;
+}
+ul,
+ol {
+        margin: 0;
+        padding: 0;
+}
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+        margin: 5px 0 15px 0;
+}
+h1 {
+        font-size: 28px;
+        margin-bottom: 25px;
+}
+h2 {
+        font-size: 24px;
+        margin-bottom: 20px;
+}
+h3 {
+        font-size: 20px;
+}
+h4 {
+        font-size: 16px;
+        margin-bottom: 15px;
+}
+h5 {
+        font-size: 14px;
+        margin-bottom: 0;
+}
+h6 {
+        font-size: 12px;
+        margin-bottom: 0;
+}
+a {
+        color: #1fb3dd;
+}
+a:hover,
+a:active {
+        color: #888;
+}
+a:focus {
+        outline: 1px dotted #ccc;
+}
+p {
+        margin-bottom: 15px;
+}
+p:last-child {
+        margin-bottom: 0;
+}
+hr {
+        background-color: #e7e7e7;
+        border: 0 none;
+        clear: both;
+        height: 1px;
+        margin: 20px 0;
+}
+big {
+        font-size: 18px;
+}
+acronym {
+        border-bottom: 0;
+        cursor: normal;
+}
+acronym:hover {
+        cursor: normal;
+}
+del {
+        text-decoration: line-through;
+        color: #555;
+}
+ins {
+        background: #fff9db;
+        border: 0;
+        color: #555;
+        text-decoration: none;
+}
+sub {
+        top: .5ex;
+}
+sup {
+        bottom: 1ex;
+}
+sub,
+sup {
+        height: 0;
+        line-height: 1;
+        vertical-align: baseline;
+        position: relative;
+}
+html .mceContentBody .alignright {
+        float: right;
+        margin-left: 15px;
+}
+html .mceContentBody .alignleft {
+        float: left;
+        margin-right: 15px;
+}
+p {
+        margin: 0 0 20px 0;
+}
+dl {
+        margin-left: 0;
+}
+dt {
+        font-size: 14px;
+        font-weight: bold;
+}
+dd {
+        margin: 0 0 15px 0;
+}
+pre,
+code p {
+        padding: 15px;
+        background: #f4f4f4;
+        -moz-border-radius: 3px;
+        -webkit-border-radius: 3px;
+        border-radius: 3px;
+}
+code {
+        font-family: &quot;Monaco&quot;, courier, sans-serif;
+}
+cite {
+        border: 0;
+}
+blockquote {
+        quotes: none;
+        font-style: italic;
+        margin: 0 0;
+        padding: 0 3em;
+        font-family: georgia, times, serif;
+        font-size: 16px;
+        line-height: 150%;
+}
+blockquote p {
+        margin-bottom: 15px !importantr;
+}
+p.date {
+        color: #888;
+        font-size: 12px;
+        font-family: Georgia, times, serif;
+        padding: 3px 0;
+        margin: 10px 0;
+        border-bottom: 1px solid #e4e4e4;
+        border-top: 1px solid #e4e4e4;
+}
+img.wp-smiley {
+        padding: 0 !important;
+        margin: 0 !important;
+        border: none !important;
+        float: none !important;
+        clear: none !important;
+}
+html .mceContentBody img.centered,
+html .mceContentBody img.aligncenter {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+}
+html .mceContentBody img.alignright {
+        padding: 4px;
+        margin: 0 0 2px 7px;
+        display: inline;
+}
+html .mceContentBody img.alignleft {
+        padding: 4px;
+        margin: 0 7px 2px 0;
+        display: inline;
+}
+html .mceContentBody .aligncenter {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+}
+.wp-caption {
+        border: 1px solid #ddd;
+        text-align: center;
+        background-color: #f3f3f3;
+        padding-top: 4px;
+        -moz-border-radius: 3px;
+        -webkit-border-radius: 3px;
+        border-radius: 3px;
+}
+.wp-caption img {
+        margin: 0;
+        padding: 0;
+        border: 0 none;
+}
+dd.wp-caption p.wp-caption-text,
+.wp-caption p.wp-caption-text {
+        font-size: 0.9em;
+        line-height: 17px;
+        padding: 0 4px 5px 0;
+        margin: 0;
+}
+.gallery .gallery-caption {
+        color: #555;
+}
+table {
+        width: 100%;
+}
+table thead tr {
+        background: #eaeaea;
+}
+td {
+        color: #555;
+        font-size: 12px;
+}
+table tr td,
+table tr th {
+        padding: 8px;
+        vertical-align: middle;
+}
+table tr.alt {
+        background: #f8f8f8;
+}
+html .mceContentBody ul,
+html .mceContentBody ol,
+html .mceContentBody dl {
+        margin: 0 0 18px 1.5em;
+}
+html .mceContentBody ul {
+        list-style: square;
+}
+html .mceContentBody ol {
+        list-style: decimal;
+}
+html .mceContentBody ol ol {
+        list-style: upper-alpha;
+}
+html .mceContentBody table {
+        border-collapse: collapse;
+        border-spacing: 0;
+        border: 1px solid #eee;
+}
+html .mceContentBody table th {
+        border-top: 1px solid #eee;
+        border-left: 0 none;
+        border-right: 0 none;
+        font-size: 12px;
+        text-align: left;
+}
+html .mceContentBody table th:first {
+        border-right: 1px solid #eaeaea;
+}
+html .mceContentBody table td {
+        border-top: 1px solid #eee;
+}
+html .mceContentBody img {
+        margin-bottom: 15px;
+}
+html .mceContentBody table tr td {
+        border-left: 0 none;
+        border-right: 0 none;
+}
+html .mceContentBody table tr td.label {
+        border-right: 1px solid #eaeaea;
+        font-weight: bold;
+        width: 25%;
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkbpthemesbpdefaultfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-themes/bp-default/functions.php (4187 => 4188)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-themes/bp-default/functions.php        2011-04-09 20:30:28 UTC (rev 4187)
+++ trunk/bp-themes/bp-default/functions.php        2011-04-09 20:57:24 UTC (rev 4188)
</span><span class="lines">@@ -60,6 +60,9 @@
</span><span class="cx">         // Load the AJAX functions for the theme
</span><span class="cx">         require_once( TEMPLATEPATH . '/_inc/ajax.php' );
</span><span class="cx"> 
</span><ins>+        // This theme styles the visual editor with editor-style.css to match the theme style.
+        add_editor_style();
+
</ins><span class="cx">         // This theme uses post thumbnails
</span><span class="cx">         add_theme_support( 'post-thumbnails' );
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>