Guest User

Untitled

a guest
Oct 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. /*START:type_style */
  2.  
  3. body{
  4. width:960px;
  5. margin:15px auto;
  6. font-family: Arial, "MS Trebuchet", sans-serif;
  7. }
  8.  
  9. p{
  10. margin:0 0 20px 0;
  11. }
  12.  
  13. p, li{
  14. line-height:20px;
  15. }
  16. /*END:type_style */
  17.  
  18. /*START:header_style */
  19. header#page_header{
  20. width:100%;
  21. }
  22. /*END:header_style */
  23.  
  24. /*START:nav_style */
  25. header#page_header nav ul, #page_footer nav ul{
  26. list-style: none;
  27. margin: 0;
  28. padding: 0;
  29. }
  30. #page_header nav ul li, footer#page_footer nav ul li{
  31. padding:0;
  32. margin: 0 20px 0 0;
  33. display:inline;
  34. }
  35. /*END:nav_style */
  36.  
  37. /*START:posts_style */
  38. section#posts{
  39. float: left;
  40. width: 74%;
  41. }
  42.  
  43. section#posts aside{
  44. float: right;
  45. width: 35%;
  46. margin-left: 5%;
  47. font-size: 20px;
  48. line-height: 40px;
  49. }
  50. /*END:posts_style */
  51.  
  52. /*START:sidebar_style */
  53. section#sidebar{
  54. float: left;
  55. width: 25%;
  56. }
  57. /*END:sidebar_style */
  58.  
  59. /*START:footer_style */
  60. footer#page_footer{
  61. clear: both;
  62. width: 100%;
  63. display: block;
  64. text-align: center;
  65. }
  66. /*END:footer_style */
Add Comment
Please, Sign In to add comment