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