Twenty Thirteen: trim down font properties, props obenland. Fixes #23546.
git-svn-id: http://core.svn.wordpress.org/trunk@23546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7868bc750c
commit
fbae6dd725
|
@ -748,8 +748,9 @@ img.aligncenter {
|
||||||
.wp-caption .wp-caption-text,
|
.wp-caption .wp-caption-text,
|
||||||
.entry-caption {
|
.entry-caption {
|
||||||
color: #220e10;
|
color: #220e10;
|
||||||
font: 300 italic 18px/1.5 "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 18px;
|
||||||
margin: 0;
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.wp-smiley,
|
img.wp-smiley,
|
||||||
|
@ -1863,7 +1864,8 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-navigation .meta-nav {
|
.image-navigation .meta-nav {
|
||||||
font: 300 32px "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 32px;
|
||||||
|
font-weight: 300;
|
||||||
vertical-align: -webkit-calc(-4px);
|
vertical-align: -webkit-calc(-4px);
|
||||||
vertical-align: calc(-4px);
|
vertical-align: calc(-4px);
|
||||||
}
|
}
|
||||||
|
@ -1933,11 +1935,13 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.paging-navigation .nav-next {
|
.paging-navigation .nav-next {
|
||||||
line-height: 5;
|
padding: 13px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paging-navigation a {
|
.paging-navigation a {
|
||||||
font: 300 italic 22px/1 "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 22px;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paging-navigation .meta-nav {
|
.paging-navigation .meta-nav {
|
||||||
|
@ -1945,15 +1949,15 @@ footer.entry-meta {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: 300 26px/1 "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 26px;
|
||||||
padding: 5px 0 8px;
|
padding: 3px 0 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 40px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paging-navigation .nav-previous .meta-nav {
|
.paging-navigation .nav-previous .meta-nav {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
padding: 25px 0 28px;
|
padding: 17px 0 23px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1969,7 +1973,9 @@ footer.entry-meta {
|
||||||
.post-navigation {
|
.post-navigation {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #ca3c08;
|
color: #ca3c08;
|
||||||
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2114,7 +2120,7 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.error404 .page-title {
|
.error404 .page-title {
|
||||||
font: 300 italic 30px/0.6 "Source Sans Pro", Helvetica, sans-serif;
|
line-height: 0.6;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 300px;
|
padding: 300px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -2370,7 +2376,9 @@ footer.entry-meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment-navigation {
|
.comment-navigation {
|
||||||
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 20px;
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: 300;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 604px;
|
max-width: 604px;
|
||||||
padding: 20px 0 30px;
|
padding: 20px 0 30px;
|
||||||
|
@ -2545,7 +2553,7 @@ footer.entry-meta {
|
||||||
.site-footer {
|
.site-footer {
|
||||||
background-color: #e8e5ce;
|
background-color: #e8e5ce;
|
||||||
color: #7d7b6d;
|
color: #7d7b6d;
|
||||||
font: 14px "Source Sans Pro", Helvetica, sans-serif;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2871,7 +2879,7 @@ footer.entry-meta {
|
||||||
.menu-toggle {
|
.menu-toggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: bold 16px "Source Sans Pro", Helvetica, sans-serif;
|
font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 12px 0 12px 20px;
|
padding: 12px 0 12px 20px;
|
||||||
}
|
}
|
||||||
|
@ -2949,7 +2957,8 @@ footer.entry-meta {
|
||||||
.format-image .entry-title,
|
.format-image .entry-title,
|
||||||
.format-gallery .entry-title,
|
.format-gallery .entry-title,
|
||||||
.format-video .entry-title {
|
.format-video .entry-title {
|
||||||
font: bold 22px 'Bitter', serif;
|
font-size: 22px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.format-quote blockquote,
|
.format-quote blockquote,
|
||||||
|
|
Loading…
Reference in New Issue