Advertisement
MoistGorilla

style sheet

Apr 20th, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. .region {
  2.  
  3. float: left;
  4. padding: 0 8px;
  5. position: absolute;
  6. left: 50%;
  7. top: 50%
  8. }
  9.  
  10. .blocks {
  11. display: block;
  12. clear: both;
  13. margin-left: -16px;
  14. list-style: none;
  15. list-style-type: none;
  16. list-style-position: initial;
  17. list-style-image: initial;
  18.  
  19.    
  20. }
  21.  
  22.  
  23. .section_blocks {
  24. margin-bottom: 1em;
  25. line-height: 1.357143;
  26. }
  27.    
  28. #wrapper
  29. {
  30.    
  31.     position: absolute;
  32.     top: 12em;
  33.     left: 15 em;
  34.     border-left: 1px solid #000;
  35.     margin: 2em;
  36.     width: 30em;
  37.     padding: 5px;
  38.    
  39. }
  40.    
  41. #wrapper  li
  42. {
  43.     list-style-type: none;
  44.     display: inline;
  45.     padding-right:20px;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement