<!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>[21389] trunk/wp-content/themes/twentytwelve: Twenty Twelve: add editor stylesheet, first pass props obenland.</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><a href="http://core.trac.wordpress.org/changeset/21389">21389</a></dd>
<dt>Author</dt> <dd>lancewillett</dd>
<dt>Date</dt> <dd>2012-08-01 15:28:50 +0000 (Wed, 01 Aug 2012)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Twelve: add editor stylesheet, first pass props obenland. See <a href="http://core.trac.wordpress.org/ticket/21376">#21376</a>.

RTL version and tweaks to come after more testing.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentytwelvefunctionsphp">trunk/wp-content/themes/twentytwelve/functions.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentytwelveeditorstylecss">trunk/wp-content/themes/twentytwelve/editor-style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentytwelveeditorstylecss"></a>
<div class="addfile"><h4>Added: trunk/wp-content/themes/twentytwelve/editor-style.css (0 => 21389)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/editor-style.css                                (rev 0)
+++ trunk/wp-content/themes/twentytwelve/editor-style.css        2012-08-01 15:28:50 UTC (rev 21389)
</span><span class="lines">@@ -0,0 +1,308 @@
</span><ins>+/*
+Theme Name: Twenty Twelve
+Description: Used to style the TinyMCE editor.
+*/
+
+html {
+        font-size: 87.5%;
+}
+html .mceContentBody {
+        max-width: 625px;
+}
+body {
+        color: #444;
+        font-family: &quot;Open Sans&quot;, Helvetica, Arial, sans-serif;
+        font-size: 14px;
+        font-size: 1rem;
+        line-height: 1;
+        text-rendering: optimizeLegibility;
+        vertical-align: baseline;
+}
+
+/* Headings */
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+        clear: both;
+        line-height: 1.846153846;
+        margin: 24px 0;
+        margin: 1.714285714rem 0;
+}
+h1 {
+        font-size: 21px;
+        font-size: 1.5rem;
+        line-height: 1.5;
+}
+h2 {
+        font-size: 18px;
+        font-size: 1.285714286rem;
+        line-height: 1.6;
+}
+h3 {
+        font-size: 16px;
+        font-size: 1.142857143rem;
+}
+h4 {
+        font-size: 14px;
+        font-size: 1rem;
+}
+h5 {
+        font-size: 13px;
+        font-size: 0.928571429rem;
+}
+h6 {
+        font-size: 12px;
+        font-size: 0.857142857rem;
+}
+hr {
+        /* TODO */
+}
+
+/* Text elements */
+p {
+        line-height: 1.714285714;
+        margin: 0 0 24px;
+        margin: 0 0 1.714285714rem;
+}
+ul, ol {
+        margin: 0 0 24px;
+        margin: 0 0 1.714285714rem;
+        line-height: 1.714285714;
+        padding: 0;
+}
+ul {
+        list-style: disc outside;
+}
+ol {
+        list-style: decimal outside;
+}
+ul ul, ol ol, ul ol, ol ul {
+        margin-bottom: 0;
+}
+li {
+        margin: 0 0 0 24px;
+        margin: 0 0 0 1.714285714rem;
+}
+dl {
+        margin: 0 24px;
+        margin: 0 1.714285714rem;
+}
+dt {
+        font-weight: bold;
+        margin-bottom: 24px;
+        margin-bottom: 1.714285714rem;
+}
+dd {
+        line-height: 1.714285714;
+        margin: 0 0 24px;
+        margin: 0 0 1.714285714rem;
+}
+strong {
+        font-weight: bold;
+}
+cite, em, i {
+        font-style: italic;
+}
+cite {
+        border: none;
+}
+
+big {
+        /* TODO */
+}
+.mceContentBody blockquote {
+        font-style: italic !important;
+        font-weight: normal;
+        margin: 0;
+        padding: 24px;
+        padding: 1.714285714rem;
+}
+pre {
+        border: 1px solid #ededed;
+        color: #666;
+        font-family: Consolas, Monaco, Lucida Console, monospace;
+        font-size: 12px;
+        font-size: 0.857142857rem;
+        line-height: 1.714285714;
+        margin: 24px 0;
+        margin: 1.714285714rem 0;
+        overflow: auto;
+        padding: 24px;
+        padding: 1.714285714rem;
+}
+code, kbd, samp, var {
+        font-family: Consolas, Monaco, Lucida Console, monospace;
+        font-size: 12px;
+        font-size: 0.857142857rem;
+        line-height: 2;
+}
+abbr, acronym, dfn {
+        border-bottom: 1px dotted #666;
+        cursor: help;
+}
+address {
+        display: block;
+        line-height: 1.714285714;
+        margin: 0 0 24px;
+        margin: 0 0 1.714285714rem;
+}
+del {
+        /* TODO */
+}
+ins {
+        /* TODO */
+}
+sup,
+sub {
+        font-size: 75%;
+        line-height: 0;
+        position: relative;
+        vertical-align: baseline;
+}
+sup {
+        top: -0.5em;
+}
+sub {
+        bottom: -0.25em;
+}
+input[type=text] {
+        border: 1px solid #ccc;
+        border-radius: 3px;
+        font-family: inherit;
+        padding: 6px;
+        padding: 0.428571429rem;
+}
+textarea {
+        border: 1px solid #d5d2ca;
+        border-radius: 3px;
+        font-family: inherit;
+        font-size: 12px;
+        font-size: 0.857142857rem;
+        line-height: 1.714285714;
+        padding: 10px;
+        padding: 0.714285714rem;
+        width: 96%;
+}
+
+/* Links */
+a,
+a em,
+a strong {
+        color: #21759b;
+        outline: none;
+}
+a:focus,
+a:active,
+a:hover {
+        color: #0f3647;
+}
+
+/* Alignment */
+.alignleft {
+        display: inline;
+        float: left;
+}
+.alignright {
+        display: inline;
+        float: right;
+        margin: 12px 0 12px 24px;
+        margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
+}
+.aligncenter {
+        clear: both;
+        display: block;
+        margin-top: 12px;
+        margin-top: 0.857142857rem;
+        margin-bottom: 12px;
+        margin-bottom: 0.857142857rem;
+}
+
+/* Tables */
+table {
+        border-bottom: 1px solid #ededed;
+        border-collapse: collapse;
+        border-spacing: 0;
+        color: #777;
+        font-size: 12px;
+        font-size: 0.857142857rem;
+        line-height: 2;
+        margin: 0 0 24px;
+        margin: 0 0 1.714285714rem;
+        width: 100%;
+}
+tr th {
+        color: #636363;
+        font-size: 11px;
+        font-size: 0.785714286rem;
+        font-weight: bold;
+        line-height: 2.181818182;
+        text-align: left;
+        text-transform: uppercase;
+}
+td {
+        border-top: 1px solid #ededed !important;
+        color: #777;
+        font-size: inherit;
+        font-weight: normal;
+        padding: 6px 10px 6px 0;
+        text-align: left;
+}
+
+/* Images */
+img {
+        border: 0;
+        border-radius: 3px;
+        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
+        max-width: 100%;
+}
+img.size-full {
+        width: auto/9; /* Prevent stretching of full-size images in IE8 */
+}
+img[class*=&quot;wp-image-&quot;] {
+        height: auto;
+        max-width: 100%;
+}
+img.alignleft {
+        margin: 12px 24px 12px 0;
+        margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
+}
+img[class*=&quot;align&quot;],
+img[class*=&quot;wp-image-&quot;],
+img[class*=&quot;attachment-&quot;] {
+        height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
+}
+img.mceWPnextpage {
+        border-radius: 0;
+        box-shadow: none;
+}
+img.wp-smiley {
+        border: 0;
+        border-radius: 0;
+        box-shadow: none;
+        margin-bottom: 0;
+        margin-top: 0;
+        padding: 0;
+}
+.wp-caption {
+        background: transparent;
+        border: none;
+        margin: 0;
+        padding: 4px;
+        text-align: left;
+}
+.wp-caption-dt {
+        margin: 0;
+}
+.wp-caption .wp-caption-text,
+.wp-caption-dd {
+        color: #777;
+        font-style: italic;
+        font-size: 12px;
+        font-size: 0.857142857rem;
+        line-height: 2;
+        margin: 0 0 24px;
+        margin: 0 0 1.71429rem;
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentytwelvefunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentytwelve/functions.php (21388 => 21389)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentytwelve/functions.php        2012-08-01 15:06:24 UTC (rev 21388)
+++ trunk/wp-content/themes/twentytwelve/functions.php        2012-08-01 15:28:50 UTC (rev 21389)
</span><span class="lines">@@ -57,8 +57,7 @@
</span><span class="cx">         require( get_template_directory() . '/inc/theme-options.php' );
</span><span class="cx">         $twentytwelve_options = new Twenty_Twelve_Options();
</span><span class="cx"> 
</span><del>-        // You can define support for an editor stylesheet here; Twenty Twelve doesn't have a default one.
-        // Then, create a CSS file called editor-style.css and place it in your theme directory.
</del><ins>+        // This theme styles the visual editor with editor-style.css to match the theme style.
</ins><span class="cx">         add_editor_style();
</span><span class="cx"> 
</span><span class="cx">         // Add default posts and comments RSS feed links to &lt;head&gt;.
</span></span></pre>
</div>
</div>

</body>
</html>