mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-25 16:25:26 +00:00
With a focus on business sites, it will let you get down to business in style. Initial development occurred on GitHub. See: https://github.com/WordPress/twentyseventeen Props melchoyce, laurelfulford, davidakennedy, grapplerulrich, manishsongirkar36, joefusco, smyoon315, b-07, rabmalin, mrahmadawais, hardeepasrani, implenton, acmethemes, claudiosanches, valeriutihai, pressionate, sgr33n, doughamlin, zodiac1978, tsl143, nikschavan, joshcummingsdesign, enodekciw, jordesign, patilvikasj, ryelle, mahesh901122, williampatton, juanfra, imnok, littlebigthing, mor10, samikeijonen, celloexpressions, akshayvinchurkar, davidmosterd, hiddenpearls, netweb, pratikchaskar, taggon, nukaga, ranh, yoavf, karmatosed, sandesh055, adammacias, noplanman, yogasukma, binarymoon, swapnilld, swissspidy, joyously, allancole, rianrietveld, sixhours, alex27, themeshaper, mapk, leobaiano. See #38372. Built from https://develop.svn.wordpress.org/trunk@38833 git-svn-id: http://core.svn.wordpress.org/trunk@38776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
116 lines
1.7 KiB
CSS
116 lines
1.7 KiB
CSS
/*
|
|
Theme Name: Twenty Seventeen
|
|
Description: IE8 specific style.
|
|
*/
|
|
|
|
|
|
h1 {
|
|
font-size: 30px;
|
|
font-size: 1.875rem;
|
|
}
|
|
|
|
h2,
|
|
.page .panel-content .recent-posts .entry-title {
|
|
font-size: 26px;
|
|
font-size: 1.625rem;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 22px;
|
|
font-size: 1.375rem;
|
|
}
|
|
|
|
h4 {
|
|
font-size: 18px;
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
h5 {
|
|
font-size: 13px;
|
|
font-size: 0.8125rem;
|
|
}
|
|
|
|
h6 {
|
|
font-size: 16px;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
/* Site Branding */
|
|
|
|
.site-title {
|
|
font-weight: bolder;
|
|
}
|
|
|
|
/* Main Navigation */
|
|
|
|
.menu-toggle {
|
|
width: 150px;
|
|
}
|
|
|
|
.main-navigation ul#top-menu {
|
|
margin-bottom: -1px;
|
|
padding: 0;
|
|
}
|
|
|
|
.dropdown-toggle .svg-fallback.icon-expand {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=1.2246467991473532e-16, M21=-1.2246467991473532e-16, M22=-1, SizingMethod='auto expand')";
|
|
}
|
|
|
|
.dropdown-toggle.toggled-on .svg-fallback.icon-expand {
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
|
|
}
|
|
|
|
/* Front Page */
|
|
|
|
.custom-header-image,
|
|
.panel-image {
|
|
height: 1000px;
|
|
max-height: 1000px;
|
|
padding-top: 0;
|
|
}
|
|
|
|
.page .panel-content .entry-title,
|
|
.page-title,
|
|
.page .entry-title {
|
|
font-size: 14px;
|
|
font-size: 0.875rem;
|
|
font-weight: 700;
|
|
letter-spacing: 0.14em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
/* Posts */
|
|
|
|
time.updated {
|
|
display: none;
|
|
}
|
|
|
|
time.published {
|
|
display: inline-block;
|
|
}
|
|
|
|
.blog .entry-title {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.blog .post,
|
|
.archive .post,
|
|
.search .post,
|
|
.search .page {
|
|
padding-bottom: 4em;
|
|
}
|
|
|
|
.comment-author .avatar {
|
|
z-index: -1;
|
|
}
|
|
|
|
img {
|
|
width: inherit; /* Make images fill their parent's space. */
|
|
}
|
|
|
|
/* Fixes linked images */
|
|
.entry-content a img,
|
|
.widget a img {
|
|
filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=0, OffY=5, Color=#fff);
|
|
}
|