Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 1 addition & 48 deletions src/wp-content/themes/twentysixteen/css/ie.css
Original file line number Diff line number Diff line change
@@ -1,48 +1 @@
/*
Theme Name: Twenty Sixteen
Description: Global Styles for older IE versions (previous to IE10).
*/

.site-header-main:before,
.site-header-main:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}

.site-header-main:after,
.site-footer:after {
clear: both;
}

@media screen and (min-width: 56.875em) {
.site-branding,
.site-info {
float: left;
}

.site-header-menu,
.site-footer .social-navigation {
float: right;
}

.site-footer .social-navigation {
margin-left: 7px;
}

.rtl .site-branding,
.rtl .site-info {
float: right;
}

.rtl .site-header-menu,
.rtl .site-footer .social-navigation {
float: left;
}

.rtl .site-footer .social-navigation {
margin-right: 7px;
margin-left: 0;
}
}
/* This theme does not support Internet Explorer since version 3.7. */
177 changes: 1 addition & 176 deletions src/wp-content/themes/twentysixteen/css/ie7.css
Original file line number Diff line number Diff line change
@@ -1,176 +1 @@
/*
Theme Name: Twenty Sixteen
Description: IE7 specific style.
*/

.site-inner {
max-width: 656px;
}

.post-navigation,
.pagination,
.image-navigation,
.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-header,
.page-content,
.post-thumbnail,
.content-bottom-widgets,
.comments-area {
margin-right: 28px;
margin-left: 28px;
max-width: 100%;
}

.site-header,
.sidebar,
.site-footer,
.widecolumn {
padding-right: 28px;
padding-left: 28px;
}

.search-submit {
height: auto;
margin-top: 28px;
padding: 15px 0 8px;
position: relative;
width: auto;
}

.search-submit .screen-reader-text {
height: auto;
position: relative !important;
width: auto;
}

.image-navigation .nav-previous,
.image-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
*display: inline;
zoom: 1;
}

.image-navigation .nav-previous + .nav-next,
.comment-navigation .nav-previous + .nav-next {
margin-left: 14px;
}

.pagination .nav-links {
padding: 0;
}

.pagination .page-numbers {
line-height: 1;
margin: -4px 14px 0;
padding: 18px 0;
}

.pagination .prev,
.pagination .next {
display: inline-block;
font-size: 16px;
font-weight: 700;
height: auto;
left: 0;
line-height: 1;
margin: 0;
padding: 18px 14px;
position: relative;
right: 0;
text-transform: none;
width: auto;
}

.dropdown-toggle {
display: none;
}

.main-navigation ul ul {
display: block;
}

.social-navigation {
margin-top: 1.75em;
}

.social-navigation a {
height: auto;
padding: 3px 7px;
width: auto;
}

.social-navigation .screen-reader-text {
height: auto;
position: relative !important;
width: auto;
}

.site-header-main {
overflow : hidden;
zoom : 1;
}

.entry-footer > span {
margin-right: 14px;
}

.site-info .site-title {
font-size: 13px;
margin-right: 14px;
}

.gallery-item {
max-width: 30%;
}

.gallery-columns-1 .gallery-item {
max-width: 100%;
}

.gallery-columns-2 .gallery-item {
max-width: 46%;
}

.gallery-columns-4 .gallery-item {
max-width: 22%;
}

.gallery-columns-5 .gallery-item {
max-width: 17%;
}

.gallery-columns-6 .gallery-item {
max-width: 13.5%;
}

.gallery-columns-7 .gallery-item {
max-width: 11%;
}

.gallery-columns-8 .gallery-item {
max-width: 9.5%;
}

.gallery-columns-9 .gallery-item {
max-width: 8%;
}

.rtl .image-navigation .nav-previous + .nav-next,
.rtl .comment-navigation .nav-previous + .nav-next {
margin-right: 14px;
margin-left: 0;
}

.rtl .entry-footer > span {
margin-right: 14px;
margin-left: 0;
}

.rtl .site-info .site-title {
margin-right: 0;
margin-left: 14px;
}
/* This theme does not support Internet Explorer since version 3.7. */
Loading
Loading