<!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>[26547] trunk/src/wp-includes/css/dashicons.css: Add dashicons CSS classes for easy access by plugins and themes.</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 { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { 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/26547">26547</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2013-12-02 23:17:09 +0000 (Mon, 02 Dec 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add dashicons CSS classes for easy access by plugins and themes.

props dd32.
fixes <a href="http://core.trac.wordpress.org/ticket/26227">#26227</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludescssdashiconscss">trunk/src/wp-includes/css/dashicons.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludescssdashiconscss"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-includes/css/dashicons.css (26546 => 26547)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-includes/css/dashicons.css  2013-12-02 23:15:42 UTC (rev 26546)
+++ trunk/src/wp-includes/css/dashicons.css     2013-12-02 23:17:09 UTC (rev 26547)
</span><span class="lines">@@ -11,3 +11,712 @@
</span><span class="cx">  font-weight: normal;
</span><span class="cx">  font-style: normal;
</span><span class="cx"> }
</span><ins>+
+
+.dashicons {
+       display: inline-block;
+       width: 16px;
+       height: 16px;
+       -webkit-font-smoothing: antialiased;
+       font-size: 16px;
+       line-height: 1;
+       font-family: "dashicons";
+       text-decoration: inherit;
+       font-weight: normal;
+       font-style: normal;
+       vertical-align: top;
+       -moz-transition: color .1s ease-in 0;
+       -webkit-transition: color .1s ease-in 0;
+       text-align: center;
+}
+
+
+/* Admin Menu Icons */
+
+.dashicons-menu:before {
+       content:"\f333";
+}
+
+.dashicons-site:before {
+       content:"\f319";
+}
+
+.dashicons-admin-dashboard:before {
+       content: "\f102";
+       margin-top: 6px;
+}
+
+.dashicons-admin-media:before {
+       content: "\f104";
+}
+
+.dashicons-admin-page:before {
+       content: "\f105";
+}
+
+.dashicons-admin-comments:before {
+       content: "\f101";
+}
+
+.dashicons-admin-appearance:before {
+       content: "\f100";
+}
+
+.dashicons-admin-plugins:before {
+       content: "\f106";
+}
+
+.dashicons-admin-users:before {
+       content: "\f110";
+}
+
+.dashicons-admin-tools:before {
+       content: "\f107";
+}
+
+.dashicons-admin-settings:before {
+       content: "\f108";
+}
+
+.dashicons-admin-site:before {
+       content: "\f112";
+}
+
+.dashicons-admin-generic:before {
+       content: "\f111";
+}
+
+.dashicons-admin-collapse:before {
+       content:"\f148";
+}
+
+
+/* Both */
+
+.dashicons-admin-links:before,
+.dashicons-format-links:before {
+       content: "\f103";
+}
+
+.dashicons-admin-post:before,
+.dashicons-format-standard:before {
+       content: "\f109";
+}
+
+
+/* Post Format Icons */
+
+.dashicons-format-image:before {
+       content: "\f128";
+}
+
+.dashicons-format-gallery:before {
+       content: "\f161";
+}
+
+.dashicons-format-audio:before {
+       content: "\f127";
+}
+
+.dashicons-format-video:before {
+       content: "\f126";
+}
+
+.dashicons-format-chat:before {
+       content: "\f125";
+}
+
+.dashicons-format-status:before {
+       content: "\f130";
+}
+
+.dashicons-format-aside:before {
+       content: "\f123";
+}
+
+.dashicons-format-quote:before {
+       content: "\f122";
+}
+
+
+/* Welcome Screen Icons */
+
+.dashicons-welcome-write-blog:before,
+.dashicons-welcome-edit-page:before {
+       content:"\f119";
+}
+
+.dashicons-welcome-add-page:before {
+       content:"\f133";
+}
+
+.dashicons-welcome-view-site:before {
+       content:"\f115";
+}
+
+.dashicons-welcome-widgets-menus:before {
+       content:"\f116";
+}
+
+.dashicons-welcome-comments:before {
+       content:"\f117";
+}
+
+.dashicons-welcome-learn-more:before {
+       content:"\f118";
+}
+
+
+/* Image Editing Icons */
+
+.dashicons-imgedit-crop:before {
+       content:"\f165";
+}
+
+.dashicons-imgedit-rleft:before {
+       content:"\f166";      
+}
+
+.dashicons-imgedit-rright:before {
+       content:"\f167";
+}
+
+.dashicons-imgedit-flipv:before {
+       content:"\f168";
+}
+
+.dashicons-imgedit-fliph:before {
+       content:"\f169";
+}
+
+.dashicons-imgedit-undo:before {
+       content:"\f171";
+}
+
+.dashicons-imgedit-redo:before {
+       content:"\f172";
+}
+
+
+/* Post Icons */
+
+.dashicons-align-left:before {
+       content:"\f135";
+}
+
+.dashicons-align-right:before {
+       content:"\f136";
+}
+
+.dashicons-align-center:before {
+       content:"\f134";
+}
+
+.dashicons-align-none:before {
+       content:"\f138";
+}
+
+.dashicons-lock:before {
+       content:"\f160";
+}
+
+.dashicons-calendar:before {
+       content:"\f145";
+}
+
+.dashicons-visibility:before {
+       content:"\f177";
+}
+
+.dashicons-post-status:before {
+       content:"\f173";
+}
+
+.dashicons-post-trash:before {
+       content:"\f182";
+}
+
+.dashicons-edit:before {
+       content:"\f327";
+}
+
+.dashicons-trash:before {
+       content:"\f458";
+}
+
+
+/* TinyMCE Icons */
+
+.dashicons-editor-bold:before {
+       content:"\f200";      
+}
+
+.dashicons-editor-italic:before {
+       content:"\f201";      
+}
+
+.dashicons-editor-ul:before {
+       content:"\f203";      
+}
+
+.dashicons-editor-ol:before {
+       content:"\f204";      
+}
+
+.dashicons-editor-quote:before {
+       content:"\f205";      
+}
+
+.dashicons-editor-alignleft:before {
+       content:"\f206";      
+}
+
+.dashicons-editor-aligncenter:before {
+       content:"\f207";      
+}
+
+.dashicons-editor-alignright:before {
+       content:"\f208";      
+}
+
+.dashicons-editor-insertmore:before {
+       content:"\f209";      
+}
+
+.dashicons-editor-spellcheck:before {
+       content:"\f210";      
+}
+
+.dashicons-editor-distractionfree:before {
+       content:"\f211";      
+}
+
+.dashicons-editor-kitchensink:before {
+       content:"\f212";      
+}
+
+.dashicons-editor-underline:before {
+       content:"\f213";      
+}
+
+.dashicons-editor-justify:before {
+       content:"\f214";      
+}
+
+.dashicons-editor-textcolor:before {
+       content:"\f215";      
+}
+
+.dashicons-editor-word:before {
+       content:"\f216";      
+}
+
+.dashicons-editor-plaintext:before {
+       content:"\f217";      
+}
+
+.dashicons-editor-removeformatting:before {
+       content:"\f218";
+}
+
+.dashicons-editor-video:before {
+       content:"\f219";
+}
+
+.dashicons-editor-customchar:before {
+       content:"\f220";
+}
+
+.dashicons-editor-outdent:before {
+       content:"\f221";
+}
+
+.dashicons-editor-indent:before {
+       content:"\f222";
+}
+
+.dashicons-editor-help:before {
+       content:"\f223";
+}
+
+.dashicons-editor-strikethrough:before {
+       content:"\f224";
+}
+
+.dashicons-editor-unlink:before {
+       content:"\f225";
+}
+
+.dashicons-editor-rtl:before {
+       content:"\f320";
+}
+
+
+/* Sorting */
+
+.dashicons-arr-up:before {
+       content:"\f142";
+}
+
+.dashicons-arr-down:before {
+       content:"\f140";
+}
+
+.dashicons-arr-left:before {
+       content:"\f141";
+}
+
+.dashicons-arr-right:before {
+       content:"\f139";
+}
+
+.dashicons-arr-alt1-up:before {
+       content:"\f342";
+}
+
+.dashicons-arr-alt1-down:before {
+       content:"\f346";
+}
+
+.dashicons-arr-alt1-left:before {
+       content:"\f340";
+}
+
+.dashicons-arr-alt1-right:before {
+       content:"\f344";
+}
+
+.dashicons-arr-alt2-up:before {
+       content:"\f343";
+}
+
+.dashicons-arr-alt2-down:before {
+       content:"\f347";
+}
+
+.dashicons-arr-alt2-left:before {
+       content:"\f341";
+}
+
+.dashicons-arr-alt2-right:before {
+       content:"\f345";
+}
+
+.dashicons-leftright:before {
+       content:"\f229";
+}
+
+.dashicons-sort:before {
+       content:"\f156";
+}
+
+.dashicons-list-view:before {
+       content:"\f163";
+}
+
+.dashicons-exerpt-view:before {
+       content:"\f164";
+}
+
+
+/* Social Icons */
+
+.dashicons-share:before {
+       content:"\f237";
+}
+
+.dashicons-share1:before { 
+       content:"\f237";
+}
+
+.dashicons-share2:before { 
+       content:"\f240";
+}
+
+.dashicons-share3:before { 
+       content:"\f242";
+}
+
+.dashicons-twitter1:before { 
+       content:"\f301";
+}
+
+.dashicons-twitter2:before { 
+       content:"\f302";
+}
+
+.dashicons-rss:before { 
+       content:"\f303";
+}
+
+.dashicons-facebook1:before { 
+       content:"\f304";
+}
+
+.dashicons-facebook2:before { 
+       content:"\f305";
+}
+
+.dashicons-network:before { 
+       content:"\f325";
+}
+
+
+/* Jobs Icons */
+
+.dashicons-jobs-developers:before { 
+       content:"\f308";
+}
+
+.dashicons-jobs-designers:before { 
+       content:"\f309";
+}
+
+.dashicons-jobs-migration:before { 
+       content:"\f310";
+}
+
+.dashicons-jobs-performance:before { 
+       content:"\f311";
+}
+
+
+/* Internal/Products */
+
+.dashicons-wordpress:before {
+       content:"\f120";
+}
+
+.dashicons-wordpress-single-ring:before {
+       content:"\f324";      
+}
+
+.dashicons-pressthis:before {
+       content:"\f157";
+}
+
+.dashicons-update:before {
+       content:"\f113";
+}
+
+.dashicons-screenoptions:before {
+       content:"\f180";
+}
+
+.dashicons-info:before {
+       content:"\f348";
+}
+
+.dashicons-cart:before {
+       content:"\f174";
+}
+
+.dashicons-feedback:before {
+       content:"\f175";
+}
+
+.dashicons-cloud:before {
+       content:"\f176";
+}
+
+.dashicons-translation:before {
+       content:"\f326";
+}
+
+
+/* Taxonomies */
+
+.dashicons-tag:before { 
+       content:"\f323";
+}
+
+.dashicons-category:before { 
+       content:"\f318";
+}
+
+
+/* Alerts/Notifications/Flags */
+
+.dashicons-yes:before {
+       content:"\f147";
+}
+
+.dashicons-no:before {
+       content:"\f158";
+}
+
+.dashicons-no-alt:before {
+       content:"\f335";
+}
+
+.dashicons-plus:before {
+       content:"\f132";
+}
+
+.dashicons-minus:before {
+       content:"\f460";
+}
+
+.dashicons-xit:before {
+       content:"\f153";
+}
+
+.dashicons-marker:before {
+       content:"\f159";
+}
+
+.dashicons-star-filled:before {
+       content:"\f155";
+}
+
+.dashicons-star-half:before {
+       content:"\f459";
+}
+
+.dashicons-star-empty:before {
+       content:"\f154";
+}
+
+.dashicons-flag:before {
+       content:"\f227";
+}
+
+
+/* Misc/CPT */
+
+.dashicons-location:before {
+       content:"\f230";
+}
+
+.dashicons-location-alt:before {
+       content:"\f231";
+}
+
+.dashicons-camera2:before { 
+       content:"\f306";
+}
+
+.dashicons-images-alt1:before {
+       content:"\f232";
+}
+
+.dashicons-images-alt2:before {
+       content:"\f233";
+}
+
+.dashicons-video-alt1:before {
+       content:"\f234";
+}
+
+.dashicons-video-alt2:before {
+       content:"\f235";
+}
+
+.dashicons-video-alt3:before {
+       content:"\f236";
+}
+
+.dashicons-vault:before {
+       content:"\f178";
+}
+
+.dashicons-shield:before {
+       content:"\f332";
+}
+
+.dashicons-shield-alt:before {
+       content:"\f334";
+}
+
+.dashicons-search:before {
+       content:"\f179";
+}
+
+.dashicons-slides:before {
+       content:"\f181";
+}
+
+.dashicons-analytics:before {
+       content:"\f183";
+}
+
+.dashicons-piechart:before {
+       content:"\f184";
+}
+
+.dashicons-bargraph:before {
+       content:"\f185";
+}
+
+.dashicons-bargraph2:before { 
+       content:"\f238";
+}
+
+.dashicons-bargraph3:before { 
+       content:"\f239";
+}
+
+.dashicons-gauge:before {
+       content:"\f226";
+}
+
+.dashicons-groups:before { 
+       content:"\f307";
+}
+
+.dashicons-businessman:before { 
+       content:"\f338";
+}
+
+.dashicons-id:before { 
+       content:"\f336";
+}
+
+.dashicons-id-alt:before { 
+       content:"\f337";
+}
+
+.dashicons-products:before { 
+       content:"\f312";
+}
+
+.dashicons-awards:before { 
+       content:"\f313";
+}
+
+.dashicons-forms:before { 
+       content:"\f314";
+}
+
+.dashicons-portfolio:before { 
+       content:"\f322";
+}
+
+.dashicons-book:before { 
+       content:"\f330";
+}
+
+.dashicons-book-alt:before { 
+       content:"\f331";
+}
+
+.dashicons-arrow-down:before { 
+       content:"\f316";
+}
+
+.dashicons-arrow-up:before { 
+       content:"\f317";
+}
+
+.dashicons-backup:before {
+       content:"\f321";
+}
+
+.dashicons-lightbulb:before {
+       content:"\f339";
+}
+
+.dashicons-smiley:before {
+       content:"\f328";
+}
+
</ins></span></pre>
</div>
</div>

</body>
</html>