Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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.  
  17. section#logo{
  18. float: right;
  19. width: 200px;
  20. padding-right: 20px;
  21.  
  22. }
  23. /*END:type_style */
  24.  
  25. /*START:header_style */
  26. header#page_header{
  27. width:100%;
  28. }
  29. /*END:header_style */
  30.  
  31. /*START:nav_style */
  32. header#page_header nav ul, footer#page_footer nav ul{
  33. list-style: none;
  34. margin: 0;
  35. padding: 0;
  36. }
  37.  
  38. header#page_header nav ul li, footer#page_footer nav ul li{
  39. padding:0;
  40. margin: 0 20px 0 0;
  41. display:inline;
  42. }
  43. /*END:nav_style */
  44.  
  45. /*START:posts_style */
  46. section#posts{
  47. float: left;
  48. width: 74%;
  49. }
  50.  
  51. section#posts aside{
  52. float: right;
  53. width: 35%;
  54. margin-left: 5%;
  55. font-size: 20px;
  56. line-height: 40px;
  57. }
  58. /*END:posts_style */
  59.  
  60. /*START:sidebar_style */
  61. section#sidebar{
  62. float: right;
  63. width: 25%;
  64. }
  65. /*END:sidebar_style */
  66.  
  67. /*START:footer_style */
  68. footer#page_footer{
  69. clear: both;
  70. width: 100%;
  71. display: block;
  72. text-align: center;
  73. }
  74. /*END:footer_style */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement