jan_dembowski

Adventure Journal Child Theme style.css

Apr 30th, 2012
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.05 KB | None | 0 0
  1. /*
  2. Theme Name: Adventure Journal Child
  3. Description: Child Theme for Adventure Journal
  4. Author: Anole
  5. Template: adventure-journal
  6. Version: 0.1
  7. */
  8.  
  9. @import url("../adventure-journal/style.css");
  10.  
  11. #cont {
  12.         width: 400px;
  13.         padding: 0px;
  14.         display: block;
  15.         margin-top: 20px;
  16.         margin-right: auto;
  17.         margin-bottom: 10px;
  18.         margin-left: auto;
  19.         clear: both;
  20.         float: none;
  21. }
  22.  
  23. h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  24.  
  25.         font-size: large;
  26.         color: #603913;
  27.         padding: 0px;
  28.         margin: 0px 0px 16px;
  29.  
  30. }
  31. h4 {
  32.         font-size: large;
  33.         color: #000000;
  34.         background: #666600;
  35.         width: 600px;
  36.         margin: 3px auto 6px;
  37. }
  38.  
  39. p, p.wp-super-faq-answer {
  40.         font-family: Verdana, Arial, Helvetica, sans-serif;
  41.         margin-top: 1em;
  42. }
  43.  
  44. .sidebar li li a:link, .sidebar li li a:visited {
  45.          width: auto;
  46.          padding-top: 1px;
  47.          padding-bottom: 1px;
  48.          display: block;
  49.          list-style-type: none;
  50.  
  51. }
Advertisement
Add Comment
Please, Sign In to add comment