page-styleguide.php 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. <?php
  2. /*
  3. Template Name: Style Guide
  4. */
  5. ?>
  6. <?php
  7. /*
  8. HOW TO USE THIS STYLE GUIDE
  9. Create a page in the WordPress admin called Style Guide
  10. and apply the Style Guide page template. This page
  11. shouldn't appear anywhere on your site and it should
  12. be hidden from search results. Fore more information on
  13. how to use a Style Guide, check out this link:
  14. */
  15. ?>
  16. <!doctype html>
  17. <!--[if lt IE 7]><html <?php language_attributes(); ?> class="no-js lt-ie9 lt-ie8 lt-ie7 oldie"><![endif]-->
  18. <!--[if (IE 8)&!(IEMobile)]><html <?php language_attributes(); ?> class="no-js lt-ie9"><![endif]-->
  19. <!--[if gt IE 8]><html <?php language_attributes(); ?> class="no-js"><![endif]-->
  20. <head>
  21. <meta charset="utf-8">
  22. <title><?php wp_title(''); ?></title>
  23. <!--
  24. You'll want to hide this page from the search results.
  25. I put it in here just to be sure, but you can also set this
  26. using an SEO plugin if you prefer.
  27. -->
  28. <!-- no index-->
  29. <!-- Google Chrome Frame for IE -->
  30. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  31. <!-- mobile meta (hooray!) -->
  32. <meta name="HandheldFriendly" content="True">
  33. <meta name="MobileOptimized" content="320">
  34. <meta name="viewport" content="width=device-width">
  35. <!-- icons & favicons (for more: http://themble.com/support/adding-icons-favicons/) -->
  36. <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
  37. <!-- style guide css file (library/css/style-guide.css) -->
  38. <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/library/css/style-guide.css">
  39. <!--
  40. We don't want to involve too much, so the style guide remains slim.
  41. This is why we don't call wp_head.
  42. If you need to display some javascript or plugin related content,
  43. you can add that manually.
  44. jQuery can be inserted at the bottom if you need it.
  45. -->
  46. <!-- modernizr (in case you want to show some examples of how to use it) -->
  47. <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/modernizr.custom.min.js"></script>
  48. </head>
  49. <body class="style-guide">
  50. <div id="sg-container">
  51. <div id="sg-content" class="clearfix">
  52. <div id="sg-menu">
  53. <!-- remember to replace this w/ the client logo -->
  54. <img id="sg-logo" src="<?php echo get_template_directory_uri(); ?>/library/images/style-guide-logo.png" alt="" width="175" height="175" />
  55. <!--
  56. You can add more elements and customize the existing ones
  57. here if you like.
  58. -->
  59. <ul>
  60. <li><a href="#">Structure</a>
  61. <ul>
  62. <li><a href="#sg-title-grid">Grid</a></li>
  63. <li><a href="#sg-title-slider">Slider</a></li>
  64. </ul>
  65. </li>
  66. <li><a href="#sg-title-fonts">Typography</a>
  67. <ul>
  68. <li><a href="#sg-title-headlines">Headlines</a></li>
  69. <li><a href="#sg-title-paragraphs">Paragraphs</a></li>
  70. <li><a href="#sg-title-lists">Lists</a></li>
  71. <li><a href="#sg-title-datalists">Datalists</a></li>
  72. <li><a href="#sg-title-tables">Tables</a></li>
  73. </ul>
  74. </li>
  75. <li><a href="#sg-title-content">Content</a>
  76. <ul>
  77. <li><a href="#sg-title-images">Images</a></li>
  78. <li><a href="#sg-title-video">Video</a></li>
  79. <li><a href="#sg-title-objects">Flash</a></li>
  80. </ul>
  81. </li>
  82. <li><a href="#sg-title-mixins">Mixins</a>
  83. <ul>
  84. <li><a href="#sg-title-rounded-corners">Rounded Corners</a></li>
  85. <li><a href="#sg-title-gradients">CSS3 Gradients</a></li>
  86. <li><a href="#sg-title-transitions">Transitions</a></li>
  87. </ul>
  88. </li>
  89. <li><a href="#sg-title-forms">Forms</a>
  90. <ul>
  91. <li><a href="#sg-title-inputs">Inputs</a></li>
  92. <li><a href="#sg-title-buttons">Buttons</a></li>
  93. </ul>
  94. </li>
  95. <li><a href="#sg-title-icons">Icons</a>
  96. <ul>
  97. <li><a href="#sg-title-icon-howto">How To Use</a></li>
  98. <li><a href="#sg-title-icon-chart">Icon Chart</a></li>
  99. </ul>
  100. </li>
  101. </ul>
  102. </div>
  103. <div id="sg-main" class="post-content">
  104. <h1><?php bloginfo('name'); ?> Style Guide</h1>
  105. <p class="sg-highlight">This is the style guide for your site. It contains information on commonly used elements and useful tips and tricks. Please feel free to customize this for your staff and anyone who's going to use the site. You can also add company rules for blog posts, things that need to be included in each article, things like that. This shouldn't be available to the public and should only be viewable internally.</p>
  106. <h3 id="sg-title-structure" class="h2 sg-title">Structure</h3>
  107. <p>This area contains classes for creating blocks or areas on the site.</p>
  108. <h4 id="sg-title-grid" class="sg-subtitle">Grid</h4>
  109. <p class="sg-highlight"><strong>The actual grid is not called until we hit a device larger than 1030px (basically larger than an iPad)</strong>. Be aware that if you add one of the grid classes to an element, it won't display with the styles on a device with a smaller viewport than 1030px.</p>
  110. <h4 id="sg-title-slider" class="sg-subtitle">Slider</h4>
  111. <p class="sg-highlight">If you plan on using a content slider, you can add the basics here. (Links to Support Docs, Example of how to add another, ect.)</p>
  112. <h3 id="sg-title-icons" class="h2 sg-title">Typography</h3>
  113. <h4 id="sg-title-headlines" class="sg-subtitle">Headlines</h4>
  114. <p>The headlines on the site use <span class="sg-highlight">Sans-Serif</span> and the body copy is <span class="sg-highlight">Serif</span>.
  115. <h1>This is an H1 Headline</h1>
  116. <h2>This is an H2 Headline</h2>
  117. <h3>This is an H3 Headline</h3>
  118. <h4>This is an H4 Headline</h4>
  119. <h5>This is an H5 Headline</h5>
  120. <p>You can also change the look of a headline by adding a class. If you'd like an H3 to look like an H1, simply add the class <em>.h1</em> to it. Here's an example.</p>
  121. <h1>This is a Regular H1</h1>
  122. <h3 class="h1">This is actually an H3 with a class of H1</h3>
  123. <pre>&lt;h3 class="h1">This is actually an H3 with a class of H1&lt;/h3></pre>
  124. <p>This is a good way to maintain SEO integrity while being able to make titles look different. Use it.</p>
  125. <h4 class="sg-subtitle">An example Paragraph</h4>
  126. <p>This is a paragraph so you can see it in action. It's going to be a pretty good length and will display the versatility of a paragraph. That didn't even make sense, but really who cares. This is just dummy content that you shouldn't even be reading. Still reading? Seriously? Well kudos on getting this far, you may even win a prize if you get all the way to the end of this useless placeholder content. What kind of prize? Well, that would ruin the surprise wouldn't it. I'm going to include a link here <a href="http://bukk.it/cattub.gif">what a link in a paragraph looks like</a>. Whoa, that was intense. I think I need a nap. Well, congrats. You made it to the end of this placeholder paragraph. It served no purpose and you are now dumber for having read it. Oh, and that prize I mentioned. It was a ruse. <a href="http://bukk.it/snap.gif">You just got served pal</a>. Hope it was good for you, because it was great for me.</p>
  127. <h4 class="sg-subtitle">Lists</h4>
  128. <ul>
  129. <li>Unordered List Item 1</li>
  130. <li>Unordered List Item 2</li>
  131. <li>Unordered List Item 3</li>
  132. <li>Unordered List Item 4</li>
  133. </ul>
  134. <ol>
  135. <li>Ordered List Item 1</li>
  136. <li>Ordered List Item 2</li>
  137. <li>Ordered List Item 3</li>
  138. <li>Ordered List Item 4</li>
  139. </ol>
  140. <p class="sg-highlight">There are also a few pre-defined list styles you can use by adding classes. Here they are with examples.</p>
  141. <pre>&lt;ul class="list-checks"></pre>
  142. <ul class="list-checks">
  143. <li>Ordered List Item 1</li>
  144. <li>Ordered List Item 2</li>
  145. <li>Ordered List Item 3</li>
  146. <li>Ordered List Item 4</li>
  147. </ul>
  148. <h4 class="sg-subtitle">Datalist</h4>
  149. <dl>
  150. <dt>This is a Datalist Title</dt>
  151. <dd>This is the description for the datalist. It's where the data goes.</dd>
  152. <dt>This is a Datalist Title</dt>
  153. <dd>This is the description for the datalist. It's where the data goes.</dd>
  154. </dl>
  155. <h3 id="sg-title-mixins" class="h2 sg-title">Mixins</h3>
  156. <h4 id="sg-title-rounded-corners" class="sg-subtitle">Rounded Corners</h4>
  157. <p>To use rounded corners on an element, we can use the power of mixins inside Sass. This looks and sounds more complex than it really is. In the css, this is how you would add a border-radius of 4px:</p>
  158. <pre>.sg-box {
  159. background: #fae389;
  160. border: 1px solid #d9ad24;
  161. @include borderRadius(4px);
  162. }</pre>
  163. <div class="sg-box sg-round">
  164. <p>This is a box with rounded corners.</p>
  165. </div>
  166. <p>As you can see we just used <strong>@include borderRadius(4px);</strong> and that automatically added all the border-radius markup we estamblished in our mixins.scss file. If you wanted to change the radius to, let's say 24px, all you would do is change that number:</p>
  167. <pre>.sg-box {
  168. background: #fae389;
  169. border: 1px solid #d9ad24;
  170. @include borderRadius(24px);
  171. }</pre>
  172. <div class="sg-box sg-round24">
  173. <p>This is a box with a border radius of 24px.</p>
  174. </div>
  175. <p>All the markup is changed without having to re-type every single line. Here are all the various Border Radius mixins. Remember, you can declare the number in the include and all the versions will be displayed.</p>
  176. <ul>
  177. <li><strong>@include .borderRadius(4px);</strong> - Rounded on all corners</li>
  178. <li><strong>@include .borderTopRadius(4px);</strong> - Rounded on the top corners only</li>
  179. <li><strong>@include .borderBottomRadius(4px);</strong> - Rounded on the bottom corners only</li>
  180. <li><strong>@include .borderLeftRadius(4px);</strong> - Rounded on left side only</li>
  181. <li><strong>@include .borderRightRadius(4px);</strong> - Rounded on right side only</li>
  182. </ul>
  183. <h4 id="sg-title-gradients" class="sg-subtitle">CSS3 Gradients</h3>
  184. <p>Again, we're going to use mixins to display gradients instead of using images. The gradient markup is very complex and down right confusing. We simplify that the same way we do with the border radius example above.</p>
  185. <pre>.gradient-box {
  186. border: 1px solid #d9ad24;
  187. @include css-gradient(#fae389,#fad648);
  188. }</pre>
  189. <div class="sg-gradient-box">
  190. <p>This is a box with a gradient. Pretty neat huh?</p>
  191. </div>
  192. <p>The first number is what color the gradient starts with while the second number is where the gradient ends with. For now, the only mixin on the site is top to bottom gradients. There are others, and you can add those if you feel adventurous. Gradients are mostly used on the buttons, and it should probably remain that way for now. Using a ton of gradients can affect performance a bit. Just a heads up.</p>
  193. <h4 id="sg-title-transitions" class="sg-subtitle">Transitions</h3>
  194. <p>Transitions are used to ease things like buttons and link color. It adds subtle animations to changes in state. You can use the animation syntax like so. As an example, we are going to use a transition on this box below. Since there's really no change on hover, we'll say to transition <strong>all</strong>, make it last <strong>2 seconds</strong>, and use the transition <strong>ease</strong>.</p>
  195. <pre>.transition-box {
  196. border: 1px solid #d9ad24;
  197. background: #fae389;
  198. @include css-transition(all, 2s, ease);
  199. }
  200. .transition-box:hover {
  201. background: #7dcce3;
  202. border-color: #1e68b5;
  203. }</pre>
  204. <div class="transition-box">
  205. <p>Hover over me to see the transition on the background color change.</p>
  206. </div>
  207. <p>You can specify what to to transition, how long the transition should last, and what kind of transition it should be within the parenthesis. You can also leave the parenthesis empty and it will use the defaults. Again, this is something to be used sparingly as it too, can affect performance.</p>
  208. <h3 id="sg-title-forms" class="h2 sg-title">Forms</h3>
  209. <h4 id="sg-title-buttons" class="sg-subtitle">Buttons</h4>
  210. <p>To make a button, it's as easy as adding a class to an &lt;a> link. You'll need to add the class <strong>.button</strong> to give it the standard button shape. After that, you can add other classes to make it different colors.</p>
  211. <pre>&lt;a class="button" href="#">Standard Button&lt;/a></pre>
  212. <a class="button" href="#">Standard Button</a>
  213. <pre>&lt;a class="button orange-button" href="#">Orange Button&lt;/a></pre>
  214. <a class="button orange-button" href="#">Orange Button</a>
  215. <p>You can create more button styles if you like.</p>
  216. <h3 id="sg-title-icons" class="h2 sg-title">Icons</h3>
  217. <p class="sg-highlight">If you're using icon fonts, you'll want to use to explain which version you are using as well as explain how they work.</p>
  218. <h4 id="sg-title-howto" class="sg-subtitle">How To Use</h4>
  219. <p class="sg-highlight">You can explain a bit how to use them, whether you are using a class or pseudo elements.</p>
  220. <h4 id="" class="sg-subtitle">Adding Icons to elements</h4>
  221. <div class="icon-font-example">
  222. <em>/0033</em>
  223. <span class="bg-icon ic-star"></span>
  224. <p>star</p>
  225. </div>
  226. <p class="sg-highlight">Adding icons is as simple as adding a class to an element on the page. You'll see an example from the chart below on your right. The numbers on top are the Unicode values for each character. You can use this number in the CSS if you want to add it that way. The word below is the class you can add to an element and it will automatically add the icon <em>before</em> it.</p>
  227. <h4 class="sg-subtitle">A Quick Example</h4>
  228. <p class="sg-highlight">Showing an example here will help make things easier.</p>
  229. <h4 id="sg-title-icon-chart" class="sg-subtitle">The Icon Chart</h4>
  230. <p class="sg-highlight">This is a full chart of all the icons available. You can customize it so it displays the correct icons / character map.</p>
  231. <table class="icon-font-guide">
  232. <thead>
  233. <th colspan="7">You can display a reminder here.</th>
  234. </thead>
  235. <tbody>
  236. <tr>
  237. <td>
  238. <em>\0021</em>
  239. <span class="bg-icon ic-location"></span>
  240. <p>location</p>
  241. </td>
  242. <td>
  243. <em>\0025</em>
  244. <span class="bg-icon ic-half-star"></span>
  245. <p>half-star</p>
  246. </td>
  247. <td>
  248. <em>\0026</em>
  249. <span class="bg-icon ic-calendar"></span>
  250. <p>calendar</p>
  251. </td>
  252. <td>
  253. <em>\0028</em>
  254. <span class="bg-icon ic-trophy"></span>
  255. <p>trophy</p>
  256. </td>
  257. <td>
  258. <em>\0029</em>
  259. <span class="bg-icon ic-cart"></span>
  260. <p>cart</p>
  261. </td>
  262. <td>
  263. <em>\002b</em>
  264. <span class="bg-icon ic-wifi"></span>
  265. <p>wifi</p>
  266. </td>
  267. <td>
  268. <em>\002d</em>
  269. <span class="bg-icon ic-podcast"></span>
  270. <p>podcast</p>
  271. </td>
  272. </tr>
  273. <tr>
  274. <td>
  275. <em>\0030</em>
  276. <span class="bg-icon ic-speakers-on"></span>
  277. <p>speakers</p>
  278. </td>
  279. <td>
  280. <em>\0031</em>
  281. <span class="bg-icon ic-speakers-off"></span>
  282. <p>speakers-off</p>
  283. </td>
  284. <td>
  285. <em>\0032</em>
  286. <span class="bg-icon ic-thumbtack"></span>
  287. <p>thumbtack</p>
  288. </td>
  289. <td>
  290. <em>\0033</em>
  291. <span class="bg-icon ic-star"></span>
  292. <p>star</p>
  293. </td>
  294. <td>
  295. <em>\0034</em>
  296. <span class="bg-icon ic-star-empty"></span>
  297. <p>star-empty</p>
  298. </td>
  299. <td>
  300. <em>\0035</em>
  301. <span class="bg-icon ic-heart"></span>
  302. <p>heart</p>
  303. </td>
  304. <td>
  305. <em>\0036</em>
  306. <span class="bg-icon ic-heart-empty"></span>
  307. <p>heart-empty</p>
  308. </td>
  309. </tr>
  310. <tr>
  311. <td>
  312. <em>\0037</em>
  313. <span class="bg-icon ic-checked-box"></span>
  314. <p>checked-box</p>
  315. </td>
  316. <td>
  317. <em>\0038</em>
  318. <span class="bg-icon ic-unchecked-box"></span>
  319. <p>unchecked-box</p>
  320. </td>
  321. <td>
  322. <em>\0039</em>
  323. <span class="bg-icon ic-filled-box"></span>
  324. <p>filled-box</p>
  325. </td>
  326. <td>
  327. <em>\003b</em>
  328. <span class="bg-icon ic-arrow-up"></span>
  329. <p>arrow-up</p>
  330. </td>
  331. <td>
  332. <em>\003c</em>
  333. <span class="bg-icon ic-arrow-left"></span>
  334. <p>arrow-left</p>
  335. </td>
  336. <td>
  337. <em>\003d</em>
  338. <span class="bg-icon ic-arrow-down"></span>
  339. <p>arrow-down</p>
  340. </td>
  341. <td>
  342. <em>\003e</em>
  343. <span class="bg-icon ic-arrow-right"></span>
  344. <p>arrow-right</p>
  345. </td>
  346. </tr>
  347. <tr>
  348. <td>
  349. <em>\003f</em>
  350. <span class="bg-icon ic-grid"></span>
  351. <p>grid</p>
  352. </td>
  353. <td>
  354. <em>\0041</em>
  355. <span class="bg-icon ic-home"></span>
  356. <p>home</p>
  357. </td>
  358. <td>
  359. <em>\0042</em>
  360. <span class="bg-icon ic-people"></span>
  361. <p>people</p>
  362. </td>
  363. <td>
  364. <em>\0043</em>
  365. <span class="bg-icon ic-briefcase"></span>
  366. <p>briefcase</p>
  367. </td>
  368. <td>
  369. <em>\0044</em>
  370. <span class="bg-icon ic-documents"></span>
  371. <p>documents</p>
  372. </td>
  373. <td>
  374. <em>\0045</em>
  375. <span class="bg-icon ic-mail"></span>
  376. <p>mail</p>
  377. </td>
  378. <td>
  379. <em>\0046</em>
  380. <span class="bg-icon ic-info"></span>
  381. <p>info</p>
  382. </td>
  383. </tr>
  384. <tr>
  385. <td>
  386. <em>\0047</em>
  387. <span class="bg-icon ic-question"></span>
  388. <p>question</p>
  389. </td>
  390. <td>
  391. <em>\0048</em>
  392. <span class="bg-icon ic-person"></span>
  393. <p>person</p>
  394. </td>
  395. <td>
  396. <em>\0049</em>
  397. <span class="bg-icon ic-loading"></span>
  398. <p>loading</p>
  399. </td>
  400. <td>
  401. <em>\004a</em>
  402. <span class="bg-icon ic-conversation"></span>
  403. <p>conversation</p>
  404. </td>
  405. <td>
  406. <em>\004b</em>
  407. <span class="bg-icon ic-comment"></span>
  408. <p>comment</p>
  409. </td>
  410. <td>
  411. <em>\004c</em>
  412. <span class="bg-icon ic-list"></span>
  413. <p>list</p>
  414. </td>
  415. <td>
  416. <em>\004d</em>
  417. <span class="bg-icon ic-download"></span>
  418. <p>download</p>
  419. </td>
  420. </tr>
  421. <tr>
  422. <td>
  423. <em>\004e</em>
  424. <span class="bg-icon ic-camera"></span>
  425. <p>camera</p>
  426. </td>
  427. <td>
  428. <em>\004f</em>
  429. <span class="bg-icon ic-video"></span>
  430. <p>video</p>
  431. </td>
  432. <td>
  433. <em>\0050</em>
  434. <span class="bg-icon ic-link"></span>
  435. <p>link</p>
  436. </td>
  437. <td>
  438. <em>\0051</em>
  439. <span class="bg-icon ic-support"></span>
  440. <p>support</p>
  441. </td>
  442. <td>
  443. <em>\0052</em>
  444. <span class="bg-icon ic-phone"></span>
  445. <p>phone</p>
  446. </td>
  447. <td>
  448. <em>\0053</em>
  449. <span class="bg-icon ic-zoom-out"></span>
  450. <p>zoom-out</p>
  451. </td>
  452. <td>
  453. <em>\0054</em>
  454. <span class="bg-icon ic-zoom-in"></span>
  455. <p>zoom-in</p>
  456. </td>
  457. </tr>
  458. <tr>
  459. <td>
  460. <em>\0055</em>
  461. <span class="bg-icon ic-clipboard"></span>
  462. <p>clipboard</p>
  463. </td>
  464. <td>
  465. <em>\0056</em>
  466. <span class="bg-icon ic-company"></span>
  467. <p>company</p>
  468. </td>
  469. <td>
  470. <em>\0057</em>
  471. <span class="bg-icon ic-tick-down"></span>
  472. <p>tick-down</p>
  473. </td>
  474. <td>
  475. <em>\0058</em>
  476. <span class="bg-icon ic-tick-up"></span>
  477. <p>tick-up</p>
  478. </td>
  479. <td>
  480. <em>\0059</em>
  481. <span class="bg-icon ic-plus"></span>
  482. <p>plus</p>
  483. </td>
  484. <td>
  485. <em>\005a</em>
  486. <span class="bg-icon ic-minus"></span>
  487. <p>minus</p>
  488. </td>
  489. <td>
  490. <em>\0061</em>
  491. <span class="bg-icon ic-close"></span>
  492. <p>close</p>
  493. </td>
  494. </tr>
  495. <tr>
  496. <td>
  497. <em>\0062</em>
  498. <span class="bg-icon ic-check"></span>
  499. <p>check</p>
  500. </td>
  501. <td>
  502. <em>\0063</em>
  503. <span class="bg-icon ic-magnify"></span>
  504. <p>magnify</p>
  505. </td>
  506. <td>
  507. <em>\0064</em>
  508. <span class="bg-icon ic-tag"></span>
  509. <p>tag</p>
  510. </td>
  511. <td>
  512. <em>\0065</em>
  513. <span class="bg-icon ic-reload"></span>
  514. <p>reload</p>
  515. </td>
  516. <td>
  517. <em>\0066</em>
  518. <span class="bg-icon ic-print"></span>
  519. <p>print</p>
  520. </td>
  521. <td>
  522. <em>\0067</em>
  523. <span class="bg-icon ic-quote"></span>
  524. <p>quote</p>
  525. </td>
  526. <td>
  527. <em>\006c</em>
  528. <span class="bg-icon ic-settings"></span>
  529. <p>settings</p>
  530. </td>
  531. </tr>
  532. <tr>
  533. <td>
  534. <em>\0068</em>
  535. <span class="bg-icon ic-half-up"></span>
  536. <p>half-up</p>
  537. </td>
  538. <td>
  539. <em>\0069</em>
  540. <span class="bg-icon ic-half-down"></span>
  541. <p>half-down</p>
  542. </td>
  543. <td>
  544. <em>\006a</em>
  545. <span class="bg-icon ic-half-left"></span>
  546. <p>half-left</p>
  547. </td>
  548. <td>
  549. <em>\006b</em>
  550. <span class="bg-icon ic-half-right"></span>
  551. <p>half-right</p>
  552. </td>
  553. <td>
  554. <em>\006d</em>
  555. <span class="bg-icon ic-locked"></span>
  556. <p>locked</p>
  557. </td>
  558. <td>
  559. <em>\006e</em>
  560. <span class="bg-icon ic-un-locked"></span>
  561. <p>un-locked</p>
  562. </td>
  563. <td>
  564. <em>\006f</em>
  565. <span class="bg-icon ic-new"></span>
  566. <p>new</p>
  567. </td>
  568. </tr>
  569. <tr>
  570. <td>
  571. <em>\0070</em>
  572. <span class="bg-icon ic-rss"></span>
  573. <p>rss</p>
  574. </td>
  575. <td>
  576. <em>\0071</em>
  577. <span class="bg-icon ic-rss-box"></span>
  578. <p>rss-box</p>
  579. </td>
  580. <td>
  581. <em>\0072</em>
  582. <span class="bg-icon ic-twitter"></span>
  583. <p>twitter</p>
  584. </td>
  585. <td>
  586. <em>\0073</em>
  587. <span class="bg-icon ic-twitter-box"></span>
  588. <p>twitter-box</p>
  589. </td>
  590. <td>
  591. <em>\0074</em>
  592. <span class="bg-icon ic-facebook-box"></span>
  593. <p>facebook-box</p>
  594. </td>
  595. <td>
  596. <em>\0075</em>
  597. <span class="bg-icon ic-google-box"></span>
  598. <p>google-box</p>
  599. </td>
  600. <td>
  601. <em>\0076</em>
  602. <span class="bg-icon ic-linkedin-box"></span>
  603. <p>linkedin-box</p>
  604. </td>
  605. </tr>
  606. <tr>
  607. <td>
  608. <em>\0077</em>
  609. <span class="bg-icon ic-stumble-box"></span>
  610. <p>stumble-box</p>
  611. </td>
  612. <td>
  613. <em>\0078</em>
  614. <span class="bg-icon ic-youtube-box"></span>
  615. <p>youtube-box</p>
  616. </td>
  617. <td>
  618. <em>\0079</em>
  619. <span class="bg-icon ic-tumblr-box"></span>
  620. <p>tumblr-box</p>
  621. </td>
  622. <td>
  623. <em>\007a</em>
  624. <span class="bg-icon ic-pinterest-box"></span>
  625. <p>pinterest-box</p>
  626. </td>
  627. </tr>
  628. </tbody>
  629. </table>
  630. </div>
  631. </div> <!-- end #sg-content -->
  632. <footer class="sg-footer" role="contentinfo">
  633. <p class="attribution">&copy; <?php bloginfo('name'); ?> Style Guide.</p>
  634. </footer> <!-- end sg-footer -->
  635. </div> <!-- end #sg-container -->
  636. <!-- you can insert jQuery and the scripts.js file here (if needed) -->
  637. </body>
  638. </html> <!-- end page. what a ride! -->