Advertisement
Guest User

tut-style

a guest
Apr 3rd, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.45 KB | None | 0 0
  1. /*
  2. Theme Name: tutorial theme
  3. Theme URI: http://www.streetmint.byethost18.com/wp/themes/tutorial-theme
  4. Author: the Tut
  5. Author URI: http://streetmint.net
  6. Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
  7. Version: 1.0
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
  11. Text Domain: tutorial theme
  12.  
  13. This theme, like WordPress, is licensed under the GPL.
  14. Use it to make something cool, have fun, and share what you've learned with others.
  15. */
  16.  
  17. body { text-align: center; }
  18. #wrapper { display: block; border: 1px #a2a2a2 solid; width:90%; margin:0px auto; }
  19. #header { border: 2px #a2a2a2 solid; }
  20. #content { width: 75%; border: 2px #a2a2a2 solid; float: left; }
  21. #sidebar { width: 23%; border: 2px #a2a2a2 solid; float: right; }
  22. #delimiter { clear: both; }
  23. #footer { border: 2px #a2a2a2 solid; }
  24. .title { font-size: 11pt; font-family: verdana; font-weight: bold; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement