ie.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .post-content .alignleft, .post-content img.alignleft {
  2. margin-right: 1.5em;
  3. display: inline;
  4. float: left; }
  5. .post-content .alignright, .post-content img.alignright {
  6. margin-left: 1.5em;
  7. display: inline;
  8. float: right; }
  9. .post-content .aligncenter, .post-content img.aligncenter {
  10. margin-right: auto;
  11. margin-left: auto;
  12. display: block;
  13. clear: both; }
  14. .wrap {
  15. max-width: 1000px; }
  16. .onecol {
  17. width: 5.801%; }
  18. .twocol {
  19. width: 14.365%; }
  20. .threecol {
  21. width: 22.928%; }
  22. .fourcol {
  23. width: 31.492%; }
  24. .fivecol {
  25. width: 40.055%; }
  26. .sixcol {
  27. width: 48.619%; }
  28. .sevencol {
  29. width: 57.182%; }
  30. .eightcol {
  31. width: 65.746%; }
  32. .ninecol {
  33. width: 74.309%; }
  34. .tencol {
  35. width: 82.873%; }
  36. .elevencol {
  37. width: 91.436%; }
  38. .twelvecol {
  39. width: 100.0%; }
  40. .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
  41. position: relative;
  42. float: left;
  43. margin-left: 2.762%; }
  44. .first {
  45. margin-left: 0; }
  46. .last {
  47. float: right; }
  48. .widgettitle {
  49. border-bottom: 4px double #cccccc;
  50. margin-bottom: 0.75em;
  51. font-weight: 300; }
  52. .widget {
  53. padding: 0 10px;
  54. margin: 2.2em 0; }
  55. .widget ul li {
  56. margin-bottom: 0.75em; }
  57. .widget ul li ul {
  58. margin-top: 0.75em;
  59. padding-left: 1em; }