ie7.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*
  2. Theme Name: Twenty Fifteen
  3. Description: IE7 specific style.
  4. */
  5. .screen-reader-text {
  6. clip: rect(1px 1px 1px 1px);
  7. }
  8. .secondary-toggle {
  9. color: #333;
  10. font-size: 16px;
  11. line-height: 60px;
  12. width: auto;
  13. }
  14. .pagination .prev,
  15. .pagination .next {
  16. font-size: 16px;
  17. font-weight: 700;
  18. line-height: 64px;
  19. padding: 0 19px;
  20. width: auto;
  21. }
  22. .image-navigation,
  23. .comment-navigation {
  24. width: 662px;
  25. }
  26. .post-navigation {
  27. text-align: left;
  28. }
  29. .site-main {
  30. text-align: center;
  31. }
  32. .hentry {
  33. margin-bottom: 7.6923%;
  34. text-align: left;
  35. width: 808px;
  36. }
  37. .page-header {
  38. margin-bottom: 7.6923%;
  39. text-align: left;
  40. }
  41. .comments-area {
  42. text-align: left;
  43. }
  44. .comment-list,
  45. .comment-navigation {
  46. margin-bottom: 1.6471em;
  47. }
  48. .gallery-columns-2 .gallery-item {
  49. max-width: 48%;
  50. }
  51. .gallery-columns-3 .gallery-item {
  52. max-width: 31%;
  53. }
  54. .gallery-columns-4 .gallery-item {
  55. max-width: 22%;
  56. }
  57. .gallery-columns-5 .gallery-item {
  58. max-width: 17%;
  59. }
  60. .gallery-columns-6 .gallery-item {
  61. max-width: 13.5%;
  62. }
  63. .gallery-columns-7 .gallery-item {
  64. max-width: 11%;
  65. }
  66. .gallery-columns-8 .gallery-item {
  67. max-width: 9.5%;
  68. }
  69. .gallery-columns-9 .gallery-item {
  70. max-width: 8%;
  71. }