~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/css/wp-embed-template.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:49:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: barry.price@canonical.com-20160817044928-viijiwb4tl8jwzmp
new upstream release 4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
.wp-embed {
61
61
        padding: 25px;
62
 
        font: 400 14px/1.5 'Open Sans', sans-serif;
 
62
        font-size: 14px;
 
63
        font-weight: 400;
 
64
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 
65
        line-height: 1.5;
63
66
        color: #82878c;
64
67
        background: white;
65
68
        border: 1px solid #e5e5e5;
101
104
 
102
105
p.wp-embed-heading {
103
106
        margin: 0 0 15px;
104
 
        font-weight: bold;
 
107
        font-weight: 600;
105
108
        font-size: 22px;
106
109
        line-height: 1.3;
107
110
}
133
136
}
134
137
 
135
138
.wp-embed-site-title {
136
 
        font-weight: bold;
 
139
        font-weight: 600;
137
140
        line-height: 25px;
138
141
}
139
142
 
307
310
        height: 28px;
308
311
        margin: 0 0 10px 0;
309
312
        padding: 0 5px;
310
 
        font: 400 14px/1.5 'Open Sans', sans-serif;
 
313
        font-size: 14px;
 
314
        font-weight: 400;
 
315
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 
316
        line-height: 1.5;
311
317
        resize: none;
312
318
        cursor: text;
313
319
}