add pageembed css
This commit is contained in:
parent
257b57f94d
commit
874991a0e8
24
plugins/pageembed/css/empa30.css
Normal file
24
plugins/pageembed/css/empa30.css
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*!
|
||||||
|
* Tiny Page Embed plugin
|
||||||
|
*
|
||||||
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
||||||
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
||||||
|
*
|
||||||
|
* Version: 2.3.0-72
|
||||||
|
*/
|
||||||
|
|
||||||
|
.tiny-pageembed.tiny-pageembed--21by9 {
|
||||||
|
padding-top: 42.857143%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiny-pageembed.tiny-pageembed--16by9 {
|
||||||
|
padding-top: 56.25%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiny-pageembed.tiny-pageembed--4by3 {
|
||||||
|
padding-top: 75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tiny-pageembed.tiny-pageembed--1by1 {
|
||||||
|
padding-top: 100%;
|
||||||
|
}
|
@ -28,7 +28,8 @@ async function main() {
|
|||||||
await fetchAux("/models/dom/model.min.js");
|
await fetchAux("/models/dom/model.min.js");
|
||||||
await fetchAux("/icons/default/icons.min.js");
|
await fetchAux("/icons/default/icons.min.js");
|
||||||
await fetchAux("/plugins/powerpaste/js/wordimport.js");
|
await fetchAux("/plugins/powerpaste/js/wordimport.js");
|
||||||
await fetchAux("/plugins/a11ychecker/css/annotations.css")
|
await fetchAux("/plugins/a11ychecker/css/annotations.css");
|
||||||
|
await fetchAux("/plugins/pageembed/css/empa30.css");
|
||||||
for(let t of skins) {
|
for(let t of skins) {
|
||||||
await fetchAux(`/skins/content/${t}/content.min.css`)
|
await fetchAux(`/skins/content/${t}/content.min.css`)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user