Twenty Fifteen: consistent line endings and SVN properties on all files. See #30133.
git-svn-id: https://develop.svn.wordpress.org/trunk@30046 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0ba2f26de9
commit
df9b834c39
@ -1,481 +1,481 @@
|
|||||||
/*
|
/*
|
||||||
Theme Name: Twenty Fifteen
|
Theme Name: Twenty Fifteen
|
||||||
Description: Used to style the TinyMCE editor.
|
Description: Used to style the TinyMCE editor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Table of Contents:
|
* Table of Contents:
|
||||||
*
|
*
|
||||||
* 1.0 - Body
|
* 1.0 - Body
|
||||||
* 2.0 - Typography
|
* 2.0 - Typography
|
||||||
* 3.0 - Elements
|
* 3.0 - Elements
|
||||||
* 4.0 - Alignment
|
* 4.0 - Alignment
|
||||||
* 5.0 - Caption
|
* 5.0 - Caption
|
||||||
* 6.0 - Galleries
|
* 6.0 - Galleries
|
||||||
* 7.0 - Audio / Video
|
* 7.0 - Audio / Video
|
||||||
* 8.0 - RTL
|
* 8.0 - RTL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1.0 Body
|
* 1.0 Body
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-family: "Noto Serif", serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
line-height: 1.6471;
|
line-height: 1.6471;
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
margin: 8% 10%;
|
margin: 8% 10%;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 2.0 Typography
|
* 2.0 Typography
|
||||||
*/
|
*/
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
clear: both;
|
clear: both;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 56px 0 28px;
|
margin: 56px 0 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
line-height: 1.2308;
|
line-height: 1.2308;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 29px;
|
font-size: 29px;
|
||||||
line-height: 1.2069;
|
line-height: 1.2069;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1.1667;
|
line-height: 1.1667;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
line-height: 1.2353;
|
line-height: 1.2353;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:first-child,
|
h1:first-child,
|
||||||
h2:first-child,
|
h2:first-child,
|
||||||
h3:first-child,
|
h3:first-child,
|
||||||
h4:first-child,
|
h4:first-child,
|
||||||
h5:first-child,
|
h5:first-child,
|
||||||
h6:first-child {
|
h6:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 28px;
|
margin: 0 0 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
b,
|
b,
|
||||||
strong {
|
strong {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
dfn,
|
dfn,
|
||||||
cite,
|
cite,
|
||||||
em,
|
em,
|
||||||
i {
|
i {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 4px solid #707070;
|
border-left: 4px solid #707070;
|
||||||
color: #707070;
|
color: #707070;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
line-height: 1.8182;
|
line-height: 1.8182;
|
||||||
margin: 0 0 35px -21px;
|
margin: 0 0 35px -21px;
|
||||||
padding-left: 17px;
|
padding-left: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > blockquote {
|
blockquote > blockquote {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote p {
|
blockquote p {
|
||||||
margin-bottom: 35px;
|
margin-bottom: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote > p:last-child {
|
blockquote > p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote cite,
|
blockquote cite,
|
||||||
blockquote small {
|
blockquote small {
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
line-height: 1.6471;
|
line-height: 1.6471;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote em,
|
blockquote em,
|
||||||
blockquote i,
|
blockquote i,
|
||||||
blockquote cite {
|
blockquote cite {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote strong,
|
blockquote strong,
|
||||||
blockquote b {
|
blockquote b {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
address {
|
address {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
margin: 0 0 28px;
|
margin: 0 0 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
code,
|
code,
|
||||||
kbd,
|
kbd,
|
||||||
tt,
|
tt,
|
||||||
var,
|
var,
|
||||||
samp,
|
samp,
|
||||||
pre {
|
pre {
|
||||||
font-family: Inconsolata, monospace;
|
font-family: Inconsolata, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #fcfcfc;
|
background-color: #fcfcfc;
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
line-height: 1.2353;
|
line-height: 1.2353;
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
border-bottom: 1px dotted #eaeaea;
|
border-bottom: 1px dotted #eaeaea;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
mark,
|
mark,
|
||||||
ins {
|
ins {
|
||||||
background-color: #fff9c0;
|
background-color: #fff9c0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
sup,
|
sup,
|
||||||
sub {
|
sub {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
height: 0;
|
height: 0;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
sup {
|
sup {
|
||||||
bottom: 1ex;
|
bottom: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub {
|
sub {
|
||||||
top: .5ex;
|
top: .5ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
big {
|
big {
|
||||||
font-size: 125%;
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 3.0 Elements
|
* 3.0 Elements
|
||||||
*/
|
*/
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
background-color: #eaeaea;
|
background-color: #eaeaea;
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
margin: 0 0 28px 0;
|
margin: 0 0 28px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
|
|
||||||
li > ul,
|
li > ul,
|
||||||
li > ol {
|
li > ol {
|
||||||
margin: 0 0 0 23px;
|
margin: 0 0 0 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
margin: 0 0 28px;
|
margin: 0 0 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
dt {
|
dt {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd {
|
dd {
|
||||||
margin: 0 0 28px;
|
margin: 0 0 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table,
|
table,
|
||||||
th,
|
th,
|
||||||
td,
|
td,
|
||||||
.mce-item-table,
|
.mce-item-table,
|
||||||
.mce-item-table th,
|
.mce-item-table th,
|
||||||
.mce-item-table td {
|
.mce-item-table td {
|
||||||
border: 1px solid #eaeaea;
|
border: 1px solid #eaeaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
table a {
|
table a {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
table,
|
table,
|
||||||
.mce-item-table {
|
.mce-item-table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
border-width: 1px 0 0 1px;
|
border-width: 1px 0 0 1px;
|
||||||
margin: 0 0 28px;
|
margin: 0 0 28px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
table th,
|
table th,
|
||||||
.mce-item-table th,
|
.mce-item-table th,
|
||||||
table caption {
|
table caption {
|
||||||
border-width: 0 1px 1px 0;
|
border-width: 0 1px 1px 0;
|
||||||
font-family: "Noto Serif", serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
table td,
|
table td,
|
||||||
.mce-item-table td {
|
.mce-item-table td {
|
||||||
border-width: 0 1px 1px 0;
|
border-width: 0 1px 1px 0;
|
||||||
font-family: "Noto Serif", serif;
|
font-family: "Noto Serif", serif;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
border: 0;
|
border: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
del {
|
del {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border-bottom: 1px solid #333;
|
border-bottom: 1px solid #333;
|
||||||
color: #333;
|
color: #333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 4.0 Alignment
|
* 4.0 Alignment
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.alignleft {
|
.alignleft {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 7px 28px 28px 0;
|
margin: 7px 28px 28px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alignright {
|
.alignright {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 7px 0 28px 28px;
|
margin: 7px 0 28px 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligncenter {
|
.aligncenter {
|
||||||
clear: both;
|
clear: both;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 7px auto;
|
margin: 7px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 5.0 Caption
|
* 5.0 Caption
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.wp-caption {
|
.wp-caption {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
color: #707070;
|
color: #707070;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
margin: 0 0 28px 0;
|
margin: 0 0 28px 0;
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-caption.alignleft {
|
.wp-caption.alignleft {
|
||||||
margin: 7px 28px 21px 0;
|
margin: 7px 28px 21px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-caption.alignright {
|
.wp-caption.alignright {
|
||||||
margin: 7px 0 21px 28px;
|
margin: 7px 0 21px 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-caption.aligncenter {
|
.wp-caption.aligncenter {
|
||||||
margin: 7px auto;
|
margin: 7px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-caption .wp-caption-text,
|
.wp-caption .wp-caption-text,
|
||||||
.wp-caption-dd {
|
.wp-caption-dd {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 6.0 Galleries
|
* 6.0 Galleries
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.gallery {
|
.gallery {
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-item {
|
.gallery-item {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 1.79104477%;
|
padding: 1.79104477%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-2 .gallery-item {
|
.gallery-columns-2 .gallery-item {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-3 .gallery-item {
|
.gallery-columns-3 .gallery-item {
|
||||||
max-width: 33.33%;
|
max-width: 33.33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-4 .gallery-item {
|
.gallery-columns-4 .gallery-item {
|
||||||
max-width: 25%;
|
max-width: 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-5 .gallery-item {
|
.gallery-columns-5 .gallery-item {
|
||||||
max-width: 20%;
|
max-width: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-6 .gallery-item {
|
.gallery-columns-6 .gallery-item {
|
||||||
max-width: 16.66%;
|
max-width: 16.66%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-7 .gallery-item {
|
.gallery-columns-7 .gallery-item {
|
||||||
max-width: 14.28%;
|
max-width: 14.28%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-8 .gallery-item {
|
.gallery-columns-8 .gallery-item {
|
||||||
max-width: 12.5%;
|
max-width: 12.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-9 .gallery-item {
|
.gallery-columns-9 .gallery-item {
|
||||||
max-width: 11.11%;
|
max-width: 11.11%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery .gallery-caption {
|
.gallery .gallery-caption {
|
||||||
color: #707070;
|
color: #707070;
|
||||||
display: block;
|
display: block;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Noto Sans", sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
padding: 7px 0;
|
padding: 7px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-columns-6 .gallery-caption,
|
.gallery-columns-6 .gallery-caption,
|
||||||
.gallery-columns-7 .gallery-caption,
|
.gallery-columns-7 .gallery-caption,
|
||||||
.gallery-columns-8 .gallery-caption,
|
.gallery-columns-8 .gallery-caption,
|
||||||
.gallery-columns-9 .gallery-caption {
|
.gallery-columns-9 .gallery-caption {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 7.0 Audio / Video
|
* 7.0 Audio / Video
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mce-content-body .wpview-wrap {
|
.mce-content-body .wpview-wrap {
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-content-body .wp-audio-playlist {
|
.mce-content-body .wp-audio-playlist {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 8.0 RTL
|
* 8.0 RTL
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.rtl blockquote {
|
.rtl blockquote {
|
||||||
border-right: 4px solid #707070;
|
border-right: 4px solid #707070;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
margin: 0 -21px 35px 0;
|
margin: 0 -21px 35px 0;
|
||||||
padding-right: 17px;
|
padding-right: 17px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl blockquote > blockquote {
|
.rtl blockquote > blockquote {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl li > ul,
|
.rtl li > ul,
|
||||||
.rtl li > ol {
|
.rtl li > ol {
|
||||||
margin: 0 23px 0 0;
|
margin: 0 23px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl table th,
|
.rtl table th,
|
||||||
.rtl table caption {
|
.rtl table caption {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user