wp/wp-content/themes/twentysixteen/css/ie8.css
changeset 8 c7c34916027a
parent 7 cf61fcea0001
child 9 177826044cd9
equal deleted inserted replaced
7:cf61fcea0001 8:c7c34916027a
     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 	filter: alpha(opacity=70);
       
   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:after {
       
   157 	content: "\002f";
       
   158 	display: inline-block;
       
   159 	filter: alpha(opacity=70);
       
   160 	padding: 0 0.538461538em;
       
   161 }
       
   162 
       
   163 .updated {
       
   164 	display: none;
       
   165 }
       
   166 
       
   167 .updated.published {
       
   168 	display: inline;
       
   169 }
       
   170 
       
   171 .comment-author {
       
   172 	margin-bottom: 0;
       
   173 }
       
   174 
       
   175 .comment-author .avatar {
       
   176 	height: 42px;
       
   177 	position: relative;
       
   178 	top: 0.25em;
       
   179 	width: 42px;
       
   180 }
       
   181 
       
   182 .comment-list .children > li {
       
   183 	padding-left: 1.75em;
       
   184 }
       
   185 
       
   186 .comment-list + .comment-respond,
       
   187 .comment-navigation + .comment-respond {
       
   188 	padding-top: 3.5em;
       
   189 }
       
   190 
       
   191 .comment-reply-link {
       
   192 	margin-top: 0;
       
   193 }
       
   194 
       
   195 .comments-area,
       
   196 .widget,
       
   197 .content-bottom-widgets .widget-area {
       
   198 	margin-bottom: 5.25em;
       
   199 }
       
   200 
       
   201 .sidebar,
       
   202 .widecolumn {
       
   203 	margin-bottom: 5.25em;
       
   204 }
       
   205 
       
   206 .site-footer .main-navigation,
       
   207 .site-footer .social-navigation {
       
   208 	display: none;
       
   209 }
       
   210 
       
   211 .rtl .site-branding {
       
   212 	float: right;
       
   213 }
       
   214 
       
   215 .rtl .menu-toggle {
       
   216 	float: left;
       
   217 }
       
   218 
       
   219 .rtl .comment-list .children > li {
       
   220 	padding-right: 1.75em;
       
   221 	padding-left: 0;
       
   222 }