]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/twentysixteen/css/ie8.css
7b181c1724c90b4becc1ed97fbeb339cffbd3b7d
[autoinstalls/wordpress.git] / wp-content / themes / twentysixteen / css / ie8.css
1 /*
2 Theme Name: Twenty Sixteen
3 Description: IE8 specific style.
4 */
5
6 code {
7         background-color: transparent;
8         padding: 0;
9 }
10
11 .entry-content a,
12 .entry-summary a,
13 .taxonomy-description a,
14 .logged-in-as a,
15 .comment-content a,
16 .pingback .comment-body > a,
17 .textwidget a,
18 .entry-footer a:hover,
19 .site-info a:hover {
20         text-decoration: underline;
21 }
22
23 .entry-content a:hover,
24 .entry-content a:focus,
25 .entry-summary a:hover,
26 .entry-summary a:focus,
27 .taxonomy-description a:hover,
28 .taxonomy-description a:focus,
29 .logged-in-as a:hover,
30 .logged-in-as a:focus,
31 .comment-content a:hover,
32 .comment-content a:focus,
33 .pingback .comment-body > a:hover,
34 .pingback .comment-body > a:focus,
35 .textwidget a:hover,
36 .textwidget a:focus,
37 .entry-content .wp-audio-shortcode a,
38 .entry-content .wp-playlist a,
39 .page-links a {
40         text-decoration: none;
41 }
42
43 .site {
44         margin: 21px;
45 }
46
47 .site-inner {
48         max-width: 710px;
49 }
50
51 .site-header {
52         padding-top: 3.9375em;
53         padding-bottom: 3.9375em;
54 }
55
56 .site-branding {
57         float: left;
58         margin-top: 1.3125em;
59         margin-bottom: 1.3125em;
60 }
61
62 .site-title {
63         font-size: 28px;
64         line-height: 1.25;
65 }
66
67 .site-description {
68         display: block;
69 }
70
71 .menu-toggle {
72         float: right;
73         font-size: 16px;
74         margin: 1.3125em 0;
75         padding: 0.8125em 0.875em 0.6875em;
76 }
77
78 .site-header-menu {
79         clear: both;
80         margin: 0;
81         padding: 1.3125em 0;
82 }
83
84 .site-header .main-navigation + .social-navigation {
85         margin-top: 2.625em;
86 }
87
88 .header-image {
89         margin: 1.3125em 0;
90 }
91
92 .site-main {
93         margin-bottom: 5.25em;
94 }
95
96 .post-navigation {
97         margin-bottom: 5.25em;
98 }
99
100 .post-navigation .post-title {
101         font-size: 28px;
102         line-height: 1.25;
103 }
104
105 .pagination {
106         margin: 0 7.6923% 4.421052632em;
107 }
108
109 .pagination .nav-links:before,
110 .pagination .nav-links:after {
111         display: none;
112 }
113
114 /* restore screen-reader-text */
115 .pagination .current .screen-reader-text {
116         position: absolute !important;
117 }
118
119 .pagination .page-numbers {
120         display: inline-block;
121         font-weight: 400;
122 }
123
124 .image-navigation .nav-previous,
125 .image-navigation .nav-next,
126 .comment-navigation .nav-previous,
127 .comment-navigation .nav-next {
128         display: inline-block;
129 }
130
131 .image-navigation .nav-previous + .nav-next:before,
132 .comment-navigation .nav-previous + .nav-next:before {
133         content: "\002f";
134         display: inline-block;
135         opacity: 0.7;
136         padding: 0 0.538461538em;
137 }
138
139 .site-main > article {
140         margin-bottom: 5.25em;
141 }
142
143 .entry-title {
144         font-size: 33px;
145         line-height: 1.2727272727;
146         margin-bottom: 0.8484848485em;
147 }
148
149 .entry-content blockquote.alignleft,
150 .entry-content blockquote.alignright {
151         border-width: 4px 0 0 0;
152         padding: 0.9473684211em 0 0;
153         width: 50%;
154 }
155
156 .entry-footer > span:before {
157         content: "\002f";
158         display: inline-block;
159         opacity: 0.7;
160         padding: 0 0.538461538em;
161 }
162
163 .entry-footer > span:first-child:before {
164         display: none;
165 }
166
167 .updated {
168         display: none;
169 }
170
171 .updated.published {
172         display: inline;
173 }
174
175 .comment-author {
176         margin-bottom: 0;
177 }
178
179 .comment-author .avatar {
180         height: 42px;
181         position: relative;
182         top: 0.25em;
183         width: 42px;
184 }
185
186 .comment-list .children > li {
187         padding-left: 1.75em;
188 }
189
190 .comment-list + .comment-respond,
191 .comment-navigation + .comment-respond {
192         padding-top: 3.5em;
193 }
194
195 .comment-reply-link {
196         margin-top: 0;
197 }
198
199 .comments-area,
200 .widget,
201 .content-bottom-widgets .widget-area {
202         margin-bottom: 5.25em;
203 }
204
205 .sidebar,
206 .widecolumn {
207         margin-bottom: 5.25em;
208 }
209
210 .site-footer .main-navigation,
211 .site-footer .social-navigation {
212         display: none;
213 }
214
215 .rtl .site-branding {
216         float: right;
217 }
218
219 .rtl .menu-toggle {
220         float: left;
221 }
222
223 .rtl .comment-list .children > li {
224         padding-right: 1.75em;
225         padding-left: 0;
226 }