init
This commit is contained in:
165
public/tinymce/src/skins/lightgray/demo/html/icons_demo.html
Normal file
165
public/tinymce/src/skins/lightgray/demo/html/icons_demo.html
Normal file
@@ -0,0 +1,165 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link id="local" rel="stylesheet" type="text/css" href="../../../../../js/tinymce/skins/lightgray/skin.min.css">
|
||||
<link id="cdn" rel="stylesheet" type="text/css" data-href="//cloud.tinymce.com/dev/skins/lightgray/skin.min.css">
|
||||
<!-- <link id="old" rel="stylesheet" type="text/css" href="//tinymce.cachefly.net/4/skins/lightgray/skin.min.css"> -->
|
||||
<script>
|
||||
var toggleHref = function (elm) {
|
||||
var href = local.getAttribute('href');
|
||||
|
||||
if (href) {
|
||||
elm.setAttribute('data-href', elm.getAttribute('href'));
|
||||
elm.removeAttribute('href');
|
||||
} else {
|
||||
elm.setAttribute('href', elm.getAttribute('data-href'));
|
||||
elm.removeAttribute('data-href');
|
||||
}
|
||||
};
|
||||
|
||||
var toggle = function () {
|
||||
var local = document.getElementById('local');
|
||||
var cdn = document.getElementById('cdn');
|
||||
var status = document.getElementById('status');
|
||||
|
||||
if (local.getAttribute('data-href')) {
|
||||
status.innerHTML = 'local';
|
||||
} else {
|
||||
status.innerHTML = 'cdn';
|
||||
}
|
||||
|
||||
toggleHref(local);
|
||||
toggleHref(cdn);
|
||||
};
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 400px; margin: 5px">
|
||||
<i class="mce-ico mce-i-save" title="save"></i>
|
||||
<i class="mce-ico mce-i-newdocument" title="newdocument"></i>
|
||||
<i class="mce-ico mce-i-fullpage" title="fullpage"></i>
|
||||
<i class="mce-ico mce-i-alignleft" title="alignleft"></i>
|
||||
<i class="mce-ico mce-i-aligncenter" title="aligncenter"></i>
|
||||
<i class="mce-ico mce-i-alignright" title="alignright"></i>
|
||||
<i class="mce-ico mce-i-alignjustify" title="alignjustify"></i>
|
||||
<i class="mce-ico mce-i-alignnone" title="alignnone"></i>
|
||||
<i class="mce-ico mce-i-cut" title="cut"></i>
|
||||
<i class="mce-ico mce-i-paste" title="paste"></i>
|
||||
<i class="mce-ico mce-i-searchreplace" title="searchreplace"></i>
|
||||
<i class="mce-ico mce-i-bullist" title="bullist"></i>
|
||||
<i class="mce-ico mce-i-numlist" title="numlist"></i>
|
||||
<i class="mce-ico mce-i-indent" title="indent"></i>
|
||||
<i class="mce-ico mce-i-outdent" title="outdent"></i>
|
||||
<i class="mce-ico mce-i-blockquote" title="blockquote"></i>
|
||||
<i class="mce-ico mce-i-undo" title="undo"></i>
|
||||
<i class="mce-ico mce-i-redo" title="redo"></i>
|
||||
<i class="mce-ico mce-i-link" title="link"></i>
|
||||
<i class="mce-ico mce-i-unlink" title="unlink"></i>
|
||||
<i class="mce-ico mce-i-anchor" title="anchor"></i>
|
||||
<i class="mce-ico mce-i-image" title="image"></i>
|
||||
<i class="mce-ico mce-i-media" title="media"></i>
|
||||
<i class="mce-ico mce-i-help" title="help"></i>
|
||||
<i class="mce-ico mce-i-code" title="code"></i>
|
||||
<i class="mce-ico mce-i-insertdatetime" title="insertdatetime"></i>
|
||||
<i class="mce-ico mce-i-preview" title="preview"></i>
|
||||
<i class="mce-ico mce-i-forecolor" title="forecolor"></i>
|
||||
<i class="mce-ico mce-i-backcolor" title="backcolor"></i>
|
||||
<i class="mce-ico mce-i-table" title="table"></i>
|
||||
<i class="mce-ico mce-i-hr" title="hr"></i>
|
||||
<i class="mce-ico mce-i-removeformat" title="removeformat"></i>
|
||||
<i class="mce-ico mce-i-subscript" title="subscript"></i>
|
||||
<i class="mce-ico mce-i-superscript" title="superscript"></i>
|
||||
<i class="mce-ico mce-i-charmap" title="charmap"></i>
|
||||
<i class="mce-ico mce-i-emoticons" title="emoticons"></i>
|
||||
<i class="mce-ico mce-i-print" title="print"></i>
|
||||
<i class="mce-ico mce-i-fullscreen" title="fullscreen"></i>
|
||||
<i class="mce-ico mce-i-spellchecker" title="spellchecker"></i>
|
||||
<i class="mce-ico mce-i-nonbreaking" title="nonbreaking"></i>
|
||||
<i class="mce-ico mce-i-template" title="template"></i>
|
||||
<i class="mce-ico mce-i-pagebreak" title="pagebreak"></i>
|
||||
<i class="mce-ico mce-i-restoredraft" title="restoredraft"></i>
|
||||
<i class="mce-ico mce-i-bold" title="bold"></i>
|
||||
<i class="mce-ico mce-i-italic" title="italic"></i>
|
||||
<i class="mce-ico mce-i-underline" title="underline"></i>
|
||||
<i class="mce-ico mce-i-strikethrough" title="strikethrough"></i>
|
||||
<i class="mce-ico mce-i-visualchars" title="visualchars"></i>
|
||||
<i class="mce-ico mce-i-visualblocks" title="visualblocks"></i>
|
||||
<i class="mce-ico mce-i-ltr" title="ltr"></i>
|
||||
<i class="mce-ico mce-i-rtl" title="rtl"></i>
|
||||
<i class="mce-ico mce-i-copy" title="copy"></i>
|
||||
<i class="mce-ico mce-i-resize" title="resize"></i>
|
||||
<i class="mce-ico mce-i-browse" title="browse"></i>
|
||||
<i class="mce-ico mce-i-pastetext" title="pastetext"></i>
|
||||
<i class="mce-ico mce-i-rotateleft" title="rotateleft"></i>
|
||||
<i class="mce-ico mce-i-rotateright" title="rotateright"></i>
|
||||
<i class="mce-ico mce-i-crop" title="crop"></i>
|
||||
<i class="mce-ico mce-i-editimage" title="editimage"></i>
|
||||
<i class="mce-ico mce-i-options" title="options"></i>
|
||||
<i class="mce-ico mce-i-flipv" title="flipv"></i>
|
||||
<i class="mce-ico mce-i-fliph" title="fliph"></i>
|
||||
<i class="mce-ico mce-i-zoomin" title="zoomin"></i>
|
||||
<i class="mce-ico mce-i-zoomout" title="zoomout"></i>
|
||||
<i class="mce-ico mce-i-sun" title="sun"></i>
|
||||
<i class="mce-ico mce-i-moon" title="moon"></i>
|
||||
<i class="mce-ico mce-i-arrowleft" title="arrowleft"></i>
|
||||
<i class="mce-ico mce-i-arrowright" title="arrowright"></i>
|
||||
<i class="mce-ico mce-i-drop" title="drop"></i>
|
||||
<i class="mce-ico mce-i-contrast" title="contrast"></i>
|
||||
<i class="mce-ico mce-i-sharpen" title="sharpen"></i>
|
||||
<i class="mce-ico mce-i-resize2" title="resize2"></i>
|
||||
<i class="mce-ico mce-i-orientation" title="orientation"></i>
|
||||
<i class="mce-ico mce-i-invert" title="invert"></i>
|
||||
<i class="mce-ico mce-i-gamma" title="gamma"></i>
|
||||
<i class="mce-ico mce-i-remove" title="remove"></i>
|
||||
<i class="mce-ico mce-i-tablerowprops" title="tablerowprops"></i>
|
||||
<i class="mce-ico mce-i-tablecellprops" title="tablecellprops"></i>
|
||||
<i class="mce-ico mce-i-table2" title="table2"></i>
|
||||
<i class="mce-ico mce-i-tablemergecells" title="tablemergecells"></i>
|
||||
<i class="mce-ico mce-i-tableinsertcolbefore" title="tableinsertcolbefore"></i>
|
||||
<i class="mce-ico mce-i-tableinsertcolafter" title="tableinsertcolafter"></i>
|
||||
<i class="mce-ico mce-i-tableinsertrowbefore" title="tableinsertrowbefore"></i>
|
||||
<i class="mce-ico mce-i-tableinsertrowafter" title="tableinsertrowafter"></i>
|
||||
<i class="mce-ico mce-i-tablesplitcells" title="tablesplitcells"></i>
|
||||
<i class="mce-ico mce-i-tabledelete" title="tabledelete"></i>
|
||||
<i class="mce-ico mce-i-tableleftheader" title="tableleftheader"></i>
|
||||
<i class="mce-ico mce-i-tabletopheader" title="tabletopheader"></i>
|
||||
<i class="mce-ico mce-i-tabledeleterow" title="tabledeleterow"></i>
|
||||
<i class="mce-ico mce-i-tabledeletecol" title="tabledeletecol"></i>
|
||||
<i class="mce-ico mce-i-codesample" title="codesample"></i>
|
||||
<i class="mce-ico mce-i-fill" title="fill"></i>
|
||||
<i class="mce-ico mce-i-borderwidth" title="borderwidth"></i>
|
||||
<i class="mce-ico mce-i-line" title="line"></i>
|
||||
<i class="mce-ico mce-i-count" title="count"></i>
|
||||
<i class="mce-ico mce-i-translate" title="translate"></i>
|
||||
<i class="mce-ico mce-i-drag" title="drag"></i>
|
||||
<i class="mce-ico mce-i-home" title="home"></i>
|
||||
<i class="mce-ico mce-i-upload" title="upload"></i>
|
||||
<i class="mce-ico mce-i-bubble" title="bubble"></i>
|
||||
<i class="mce-ico mce-i-user" title="user"></i>
|
||||
<i class="mce-ico mce-i-lock" title="lock"></i>
|
||||
<i class="mce-ico mce-i-unlock" title="unlock"></i>
|
||||
<i class="mce-ico mce-i-settings" title="settings"></i>
|
||||
<i class="mce-ico mce-i-remove2" title="remove2"></i>
|
||||
<i class="mce-ico mce-i-menu" title="menu"></i>
|
||||
<i class="mce-ico mce-i-warning" title="warning"></i>
|
||||
<i class="mce-ico mce-i-question" title="question"></i>
|
||||
<i class="mce-ico mce-i-pluscircle" title="pluscircle"></i>
|
||||
<i class="mce-ico mce-i-info" title="info"></i>
|
||||
<i class="mce-ico mce-i-notice" title="notice"></i>
|
||||
<i class="mce-ico mce-i-arrowup" title="arrowup"></i>
|
||||
<i class="mce-ico mce-i-arrowdown" title="arrowdown"></i>
|
||||
<i class="mce-ico mce-i-arrowup2" title="arrowup2"></i>
|
||||
<i class="mce-ico mce-i-arrowdown2" title="arrowdown2"></i>
|
||||
<i class="mce-ico mce-i-menu2" title="menu2"></i>
|
||||
<i class="mce-ico mce-i-newtab" title="newtab"></i>
|
||||
<i class="mce-ico mce-i-a11y" title="a11y"></i>
|
||||
<i class="mce-ico mce-i-plus" title="plus"></i>
|
||||
<i class="mce-ico mce-i-minus" title="minus"></i>
|
||||
<i class="mce-ico mce-i-books" title="books"></i>
|
||||
<i class="mce-ico mce-i-toc" title="toc"></i>
|
||||
<i class="mce-ico mce-i-reload" title="reload"></i>
|
||||
<span class="mce-checked"><i class="mce-ico mce-i-checkbox" title="checkbox"></i></span>
|
||||
</div>
|
||||
<button onclick="toggle()">Toggle cdn/local</button> <span id="status">local</span>
|
||||
</body>
|
||||
</html>
|
||||
1
public/tinymce/src/skins/lightgray/main/fonts/readme.md
Normal file
1
public/tinymce/src/skins/lightgray/main/fonts/readme.md
Normal file
@@ -0,0 +1 @@
|
||||
Icons are generated and provided by the http://icomoon.io service.
|
||||
@@ -0,0 +1,869 @@
|
||||
{
|
||||
"IcoMoonType": "selection",
|
||||
"icons": [
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M854 470v84h-520l238 240-60 60-342-342 342-342 60 60-238 240h520z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"arrow_back"
|
||||
],
|
||||
"defaultCode": 58820,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "arrow_back",
|
||||
"id": 0,
|
||||
"order": 56,
|
||||
"prevSize": 24,
|
||||
"code": 58820,
|
||||
"name": "arrow-back"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 0
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M512 726c118 0 214-96 214-214s-96-214-214-214-214 96-214 214 96 214 214 214zM384 86h256l78 84h136c46 0 84 40 84 86v512c0 46-38 86-84 86h-684c-46 0-84-40-84-86v-512c0-46 38-86 84-86h136zM376 512c0-76 60-136 136-136s136 60 136 136-60 136-136 136-136-60-136-136z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"photo_camera"
|
||||
],
|
||||
"defaultCode": 58386,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "camera_alt, local_see, photo_camera",
|
||||
"id": 1,
|
||||
"order": 64,
|
||||
"prevSize": 24,
|
||||
"code": 58386,
|
||||
"name": "image"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 1
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M726 666l-154-154 154-154-60-60-154 154-154-154-60 60 154 154-154 154 60 60 154-154 154 154zM512 86c236 0 426 190 426 426s-190 426-426 426-426-190-426-426 190-426 426-426z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"cancel"
|
||||
],
|
||||
"defaultCode": 58825,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "cancel",
|
||||
"id": 2,
|
||||
"order": 90,
|
||||
"prevSize": 24,
|
||||
"code": 58825,
|
||||
"name": "cancel-circle"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 2
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M810 274l-238 238 238 238-60 60-238-238-238 238-60-60 238-238-238-238 60-60 238 238 238-238z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"close"
|
||||
],
|
||||
"defaultCode": 58829,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "clear, close",
|
||||
"id": 3,
|
||||
"order": 92,
|
||||
"prevSize": 24,
|
||||
"code": 58829,
|
||||
"name": "close"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 3
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M884 300l-78 78-160-160 78-78c16-16 44-16 60 0l100 100c16 16 16 44 0 60zM128 736l472-472 160 160-472 472h-160v-160z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"mode_edit"
|
||||
],
|
||||
"defaultCode": 57940,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "create, edit, mode_edit",
|
||||
"id": 4,
|
||||
"order": 93,
|
||||
"prevSize": 24,
|
||||
"code": 57940,
|
||||
"name": "edit-mode"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 4
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M810 128c46 0 86 40 86 86v596c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-170h86v170h596v-596h-596v170h-86v-170c0-46 38-86 86-86h596zM430 666l110-112h-412v-84h412l-110-112 60-60 214 214-214 214z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"exit_to_app"
|
||||
],
|
||||
"defaultCode": 59513,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "exit_to_app",
|
||||
"id": 5,
|
||||
"order": 99,
|
||||
"prevSize": 24,
|
||||
"code": 59513,
|
||||
"name": "exit-app"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 5
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M170 512c0-188 154-342 342-342s342 154 342 342-154 342-342 342-342-154-342-342z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"fiber_manual_record"
|
||||
],
|
||||
"defaultCode": 57441,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "fiber_manual_record",
|
||||
"id": 6,
|
||||
"order": 89,
|
||||
"prevSize": 24,
|
||||
"code": 57441,
|
||||
"name": "full-dot"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 6
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M128 128h768v86h-768v-86zM298 298h428v86h-428v-86zM128 554v-84h768v84h-768zM128 896v-86h768v86h-768zM298 640h428v86h-428v-86z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_align_center"
|
||||
],
|
||||
"defaultCode": 57908,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_align_center",
|
||||
"id": 7,
|
||||
"order": 55,
|
||||
"prevSize": 24,
|
||||
"code": 57908,
|
||||
"name": "align-center"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 7
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M128 128h768v86h-768v-86zM128 896v-86h768v86h-768zM128 554v-84h768v84h-768zM640 298v86h-512v-86h512zM640 640v86h-512v-86h512z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_align_left"
|
||||
],
|
||||
"defaultCode": 57910,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_align_left",
|
||||
"id": 8,
|
||||
"order": 57,
|
||||
"prevSize": 24,
|
||||
"code": 57910,
|
||||
"name": "align-left"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 8
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M128 128h768v86h-768v-86zM384 384v-86h512v86h-512zM128 554v-84h768v84h-768zM384 726v-86h512v86h-512zM128 896v-86h768v86h-768z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_align_right"
|
||||
],
|
||||
"defaultCode": 57911,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_align_right",
|
||||
"id": 9,
|
||||
"order": 58,
|
||||
"prevSize": 24,
|
||||
"code": 57911,
|
||||
"name": "align-right"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 9
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M576 662c36 0 64-28 64-64s-28-64-64-64h-150v128h150zM426 278v128h128c36 0 64-28 64-64s-28-64-64-64h-128zM666 460c56 26 92 82 92 146 0 90-68 162-158 162h-302v-598h268c96 0 170 76 170 172 0 44-28 90-70 118z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_bold"
|
||||
],
|
||||
"defaultCode": 57912,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_bold",
|
||||
"id": 10,
|
||||
"order": 54,
|
||||
"prevSize": 24,
|
||||
"code": 57912,
|
||||
"name": "bold"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 10
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M426 170h342v128h-120l-144 342h94v128h-342v-128h120l144-342h-94v-128z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_italic"
|
||||
],
|
||||
"defaultCode": 57919,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_italic",
|
||||
"id": 11,
|
||||
"order": 59,
|
||||
"prevSize": 24,
|
||||
"code": 57919,
|
||||
"name": "italic"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 11
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M298 214h598v84h-598v-84zM298 554v-84h598v84h-598zM298 810v-84h598v84h-598zM170 704c36 0 64 30 64 64s-30 64-64 64-64-30-64-64 28-64 64-64zM170 192c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64zM170 448c36 0 64 28 64 64s-28 64-64 64-64-28-64-64 28-64 64-64z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_list_bulleted"
|
||||
],
|
||||
"defaultCode": 57921,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_list_bulleted",
|
||||
"id": 12,
|
||||
"order": 60,
|
||||
"prevSize": 24,
|
||||
"code": 57921,
|
||||
"name": "unordered-list"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 12
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M298 554v-84h598v84h-598zM298 810v-84h598v84h-598zM298 214h598v84h-598v-84zM86 470v-44h128v40l-78 88h78v44h-128v-40l76-88h-76zM128 342v-128h-42v-44h84v172h-42zM86 726v-44h128v172h-128v-44h84v-20h-42v-44h42v-20h-84z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_list_numbered"
|
||||
],
|
||||
"defaultCode": 57922,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_list_numbered",
|
||||
"id": 13,
|
||||
"order": 88,
|
||||
"prevSize": 24,
|
||||
"code": 57922,
|
||||
"name": "ordered-list"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 13
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M128 512v-128h384v128h-128v298h-128v-298h-128zM384 170h554v128h-212v512h-128v-512h-214v-128z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_size"
|
||||
],
|
||||
"defaultCode": 57925,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_size",
|
||||
"id": 14,
|
||||
"order": 61,
|
||||
"prevSize": 24,
|
||||
"code": 57925,
|
||||
"name": "font-size"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 14
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M214 810h596v86h-596v-86zM512 726c-142 0-256-114-256-256v-342h106v342c0 82 68 148 150 148s150-66 150-148v-342h106v342c0 142-114 256-256 256z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_underlined"
|
||||
],
|
||||
"defaultCode": 57929,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_underlined",
|
||||
"id": 15,
|
||||
"order": 70,
|
||||
"prevSize": 24,
|
||||
"code": 57929,
|
||||
"name": "underline"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 15
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M726 298c118 0 212 96 212 214s-94 214-212 214h-172v-82h172c72 0 132-60 132-132s-60-132-132-132h-172v-82h172zM342 554v-84h340v84h-340zM166 512c0 72 60 132 132 132h172v82h-172c-118 0-212-96-212-214s94-214 212-214h172v82h-172c-72 0-132 60-132 132z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"link"
|
||||
],
|
||||
"defaultCode": 57687,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "insert_link, link",
|
||||
"id": 16,
|
||||
"order": 63,
|
||||
"prevSize": 24,
|
||||
"code": 57687,
|
||||
"name": "link"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 16
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M512 836v-618l-180 180c-48 48-76 114-76 182 0 137.583 118.4 256 256 256zM754 338c134 134 134 348 0 482-66 66-154 100-242 100s-176-34-242-100c-134-134-134-348 0-482l242-242z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"invert_colors"
|
||||
],
|
||||
"defaultCode": 59537,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "invert_colors",
|
||||
"id": 17,
|
||||
"order": 87,
|
||||
"prevSize": 24,
|
||||
"code": 59537,
|
||||
"name": "color"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 17
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M658 686l-60 60-256-256 256-256 60 60-196 196z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"keyboard_arrow_left"
|
||||
],
|
||||
"defaultCode": 58132,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "keyboard_arrow_left",
|
||||
"id": 18,
|
||||
"order": 81,
|
||||
"prevSize": 24,
|
||||
"code": 58132,
|
||||
"name": "previous"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 18
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M366 698l196-196-196-196 60-60 256 256-256 256z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"keyboard_arrow_right"
|
||||
],
|
||||
"defaultCode": 58133,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "keyboard_arrow_right",
|
||||
"id": 19,
|
||||
"order": 82,
|
||||
"prevSize": 24,
|
||||
"code": 58133,
|
||||
"name": "next"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 19
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M214 170h596v128h-234v512h-128v-512h-234v-128z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"title"
|
||||
],
|
||||
"defaultCode": 57956,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "title",
|
||||
"id": 20,
|
||||
"order": 84,
|
||||
"prevSize": 24,
|
||||
"code": 57956,
|
||||
"name": "large-font"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 20
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M534 342c198 0 364 130 424 308l-100 32c-44-136-172-234-324-234-84 0-160 30-220 80l156 154h-384v-384l152 154c78-68 182-110 296-110z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"undo"
|
||||
],
|
||||
"defaultCode": 57702,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "undo",
|
||||
"id": 21,
|
||||
"order": 62,
|
||||
"prevSize": 24,
|
||||
"code": 57702,
|
||||
"name": "undo"
|
||||
},
|
||||
"setIdx": 0,
|
||||
"setId": 10,
|
||||
"iconIdx": 21
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M384 690l452-452 60 60-512 512-238-238 60-60z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"check"
|
||||
],
|
||||
"defaultCode": 58826,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "check",
|
||||
"id": 148,
|
||||
"order": 64,
|
||||
"prevSize": 24,
|
||||
"code": 58826,
|
||||
"name": "check"
|
||||
},
|
||||
"setIdx": 2,
|
||||
"setId": 8,
|
||||
"iconIdx": 148
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M256 214h598v128h-248l-68 160-90-88 30-72h-102l-120-120v-8zM140 214l12 10 616 618-54 54-242-242-66 156h-128l104-246-296-296z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"format_clear"
|
||||
],
|
||||
"defaultCode": 57913,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "format_clear",
|
||||
"id": 325,
|
||||
"order": 106,
|
||||
"prevSize": 24,
|
||||
"code": 57913,
|
||||
"name": "remove-format"
|
||||
},
|
||||
"setIdx": 2,
|
||||
"setId": 8,
|
||||
"iconIdx": 325
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M512 470l342-214h-684zM854 768v-426l-342 212-342-212v426h684zM854 170c46 0 84 40 84 86v512c0 46-38 86-84 86h-684c-46 0-84-40-84-86v-512c0-46 38-86 84-86h684z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"mail_outline"
|
||||
],
|
||||
"defaultCode": 57569,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "mail_outline",
|
||||
"id": 485,
|
||||
"order": 100,
|
||||
"prevSize": 24,
|
||||
"code": 57569,
|
||||
"name": "mail"
|
||||
},
|
||||
"setIdx": 2,
|
||||
"setId": 8,
|
||||
"iconIdx": 485
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M786 452l152-154v384h-384l156-154c-60-50-136-80-220-80-152 0-280 98-324 234l-100-32c58-178 226-308 424-308 114 0 218 42 296 110z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"redo"
|
||||
],
|
||||
"defaultCode": 57690,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "redo",
|
||||
"id": 615,
|
||||
"order": 101,
|
||||
"prevSize": 24,
|
||||
"code": 57690,
|
||||
"name": "redo"
|
||||
},
|
||||
"setIdx": 2,
|
||||
"setId": 8,
|
||||
"iconIdx": 615
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M512 426h-86v86h-42v-86h-86v-42h86v-86h42v86h86v42zM406 598c106 0 192-86 192-192s-86-192-192-192-192 86-192 192 86 192 192 192zM662 598l212 212-64 64-212-212v-34l-12-12c-48 42-112 66-180 66-154 0-278-122-278-276s124-278 278-278 276 124 276 278c0 68-24 132-66 180l12 12h34z"
|
||||
],
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"zoom_in"
|
||||
],
|
||||
"defaultCode": 59647,
|
||||
"grid": 24
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"ligatures": "zoom_in",
|
||||
"id": 842,
|
||||
"order": 63,
|
||||
"prevSize": 24,
|
||||
"code": 59647,
|
||||
"name": "zoom_in"
|
||||
},
|
||||
"setIdx": 2,
|
||||
"setId": 8,
|
||||
"iconIdx": 842
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M768 576h-128c-34 0-64 32-64 64h256c0-34-32-64-64-64zM713 160c-167 0-209 32-233 56-24-24-66-56-233-56s-247 46-247 78v586c29-16 119-48 214-56 115-9 234 9 234 32 0 16 8 31 31 32 0 0 0 0 1 0 0 0 0 0 1 0 23-1 31-16 31-32 0-23 119-41 234-32 94 7 185 40 214 56v-586c0-32-80-78-247-78zM448 732c-30-16-103-28-192-28s-170 12-192 27c0 0 0-411 0-443s64-59 192-59 192 27 192 59 0 444 0 444zM896 731c-22-15-103-27-192-27s-162 12-192 28c0 0 0-412 0-444s64-59 192-59 192 27 192 59 0 443 0 443zM768 448h-128c-34 0-64 32-64 64h256c0-34-32-64-64-64zM768 320h-128c-34 0-64 32-64 64h256c0-34-32-64-64-64zM320 448h-128c-32 0-64 30-64 64h256c0-32-30-64-64-64zM320 576h-128c-32 0-64 30-64 64h256c0-32-30-64-64-64zM320 320h-128c-32 0-64 30-64 64h256c0-32-30-64-64-64z"
|
||||
],
|
||||
"attrs": [
|
||||
{}
|
||||
],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"book"
|
||||
],
|
||||
"grid": 16
|
||||
},
|
||||
"attrs": [
|
||||
{}
|
||||
],
|
||||
"properties": {
|
||||
"order": 1,
|
||||
"id": 0,
|
||||
"prevSize": 32,
|
||||
"code": 59648,
|
||||
"name": "read-mode"
|
||||
},
|
||||
"setIdx": 1,
|
||||
"setId": 9,
|
||||
"iconIdx": 0
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M320 256h384v128h-128v384h-128v-384h-128z"
|
||||
],
|
||||
"attrs": [
|
||||
{}
|
||||
],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"small-font"
|
||||
],
|
||||
"grid": 16
|
||||
},
|
||||
"attrs": [
|
||||
{}
|
||||
],
|
||||
"properties": {
|
||||
"order": 85,
|
||||
"id": 1,
|
||||
"name": "small-font",
|
||||
"prevSize": 32,
|
||||
"code": 59654
|
||||
},
|
||||
"setIdx": 1,
|
||||
"setId": 9,
|
||||
"iconIdx": 1
|
||||
},
|
||||
{
|
||||
"icon": {
|
||||
"paths": [
|
||||
"M465.892 720.291h-156.223c-114.853 0-208.291-93.44-208.291-208.291 0-114.853 93.438-208.291 208.291-208.291h156.223c28.758 0 52.077 23.314 52.077 52.077s-23.314 52.077-52.077 52.077h-156.223c-57.427 0-104.146 46.719-104.146 104.146s46.719 104.146 104.146 104.146h156.223c28.758 0 52.077 23.314 52.077 52.077s-23.314 52.077-52.077 52.077z",
|
||||
"M778.327 720.291h-156.223c-28.758 0-52.077-23.314-52.077-52.077s23.314-52.077 52.077-52.077h156.223c57.427 0 104.146-46.719 104.146-104.146s-46.719-104.146-104.146-104.146h-156.223c-28.758 0-52.077-23.314-52.077-52.077s23.314-52.077 52.077-52.077h156.223c114.851 0 208.291 93.438 208.291 208.291 0 114.851-93.44 208.291-208.291 208.291z",
|
||||
"M544 251.637c-14.38 0-26.036-11.663-26.036-26.036v-104.146c0-14.378 11.656-26.036 26.036-26.036s26.036 11.663 26.036 26.036v104.146c0 14.378-11.656 26.036-26.036 26.036z",
|
||||
"M700.223 251.637c-6.663 0-13.327-2.548-18.409-7.628-10.164-10.164-10.164-26.654 0-36.821l104.146-104.146c10.164-10.164 26.654-10.164 36.821 0s10.164 26.654 0 36.821l-104.146 104.146c-5.086 5.086-11.747 7.628-18.41 7.628z",
|
||||
"M387.777 251.637c-6.663 0-13.327-2.548-18.409-7.628l-104.146-104.146c-10.164-10.164-10.164-26.654 0-36.821s26.654-10.164 36.821 0l104.146 104.146c10.164 10.164 10.164 26.654 0 36.821-5.086 5.086-11.747 7.628-18.41 7.628z",
|
||||
"M544 772.363c14.382 0 26.036 11.656 26.036 26.036v104.146c0 14.378-11.654 26.036-26.036 26.036-14.378 0-26.036-11.663-26.036-26.036v-104.146c0-14.38 11.663-26.036 26.036-26.036z",
|
||||
"M387.777 772.363c6.663 0 13.327 2.548 18.409 7.626 10.164 10.164 10.164 26.654 0 36.821l-104.146 104.146c-10.164 10.17-26.654 10.17-36.821 0-10.164-10.164-10.164-26.654 0-36.821l104.146-104.146c5.086-5.084 11.749-7.626 18.41-7.626z",
|
||||
"M700.223 772.363c6.665 0 13.327 2.548 18.41 7.626l104.146 104.146c10.164 10.164 10.164 26.654 0 36.821s-26.654 10.164-36.821 0l-104.146-104.146c-10.164-10.164-10.164-26.654 0-36.821 5.084-5.084 11.747-7.626 18.409-7.626z"
|
||||
],
|
||||
"width": 1088,
|
||||
"attrs": [],
|
||||
"isMulticolor": false,
|
||||
"isMulticolor2": false,
|
||||
"tags": [
|
||||
"unlink",
|
||||
"link",
|
||||
"break"
|
||||
],
|
||||
"defaultCode": 60578,
|
||||
"grid": 16
|
||||
},
|
||||
"attrs": [],
|
||||
"properties": {
|
||||
"order": 103,
|
||||
"id": 1610,
|
||||
"prevSize": 32,
|
||||
"code": 60578,
|
||||
"name": "unlink"
|
||||
},
|
||||
"setIdx": 3,
|
||||
"setId": 7,
|
||||
"iconIdx": 931
|
||||
}
|
||||
],
|
||||
"height": 1024,
|
||||
"metadata": {
|
||||
"name": "tinymce-mobile"
|
||||
},
|
||||
"preferences": {
|
||||
"showGlyphs": true,
|
||||
"showCodes": true,
|
||||
"showQuickUse": true,
|
||||
"showQuickUse2": true,
|
||||
"showSVGs": true,
|
||||
"fontPref": {
|
||||
"prefix": "tinymce-mobile-icon-",
|
||||
"metadata": {
|
||||
"fontFamily": "tinymce-mobile",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 2
|
||||
},
|
||||
"metrics": {
|
||||
"emSize": 1024,
|
||||
"baseline": 6.25,
|
||||
"whitespace": 50
|
||||
},
|
||||
"embed": false,
|
||||
"showSelector": false,
|
||||
"showMetrics": false,
|
||||
"showMetadata": false,
|
||||
"showVersion": true
|
||||
},
|
||||
"imagePref": {
|
||||
"prefix": "icon-",
|
||||
"png": true,
|
||||
"useClassSelector": true,
|
||||
"color": 0,
|
||||
"bgColor": 16777215,
|
||||
"classSelector": ".icon"
|
||||
},
|
||||
"historySize": 100,
|
||||
"gridSize": 16,
|
||||
"showGrid": true,
|
||||
"showLiga": false
|
||||
}
|
||||
}
|
||||
Binary file not shown.
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.eot
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.eot
Normal file
Binary file not shown.
1277
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.json
Normal file
1277
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="tinymce-small" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="save" d="M960 80v591.938l-223.938 224.062h-592.062c-44.182 0-80-35.816-80-80v-736c0-44.184 35.818-80 80-80h736c44.184 0 80 35.816 80 80zM576 768h64v-192h-64v192zM704 128h-384v255.882c0.034 0.042 0.076 0.082 0.116 0.118h383.77c0.040-0.036 0.082-0.076 0.116-0.118l-0.002-255.882zM832 128h-64v256c0 35.2-28.8 64-64 64h-384c-35.2 0-64-28.8-64-64v-256h-64v640h64v-192c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v171.010l128-128.072v-490.938z" />
|
||||
<glyph unicode="" glyph-name="newdocument" d="M850.746 717.254l-133.492 133.49c-24.888 24.892-74.054 45.256-109.254 45.256h-416c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v544c0 35.2-20.366 84.364-45.254 109.254zM805.49 672.002c6.792-6.796 13.792-19.162 18.894-32.002h-184.384v184.386c12.84-5.1 25.204-12.1 32-18.896l133.49-133.488zM831.884 64h-639.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h383.886v-256h256v-511.884c-0.034-0.040-0.076-0.082-0.116-0.116z" />
|
||||
<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
|
||||
<glyph unicode="" glyph-name="alignleft" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h576v-128h-576zM64 192h576v-128h-576z" />
|
||||
<glyph unicode="" glyph-name="aligncenter" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM256 576h512v-128h-512zM256 192h512v-128h-512z" />
|
||||
<glyph unicode="" glyph-name="alignright" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM384 576h576v-128h-576zM384 192h576v-128h-576z" />
|
||||
<glyph unicode="" glyph-name="alignjustify" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h896v-128h-896zM64 192h896v-128h-896z" />
|
||||
<glyph unicode="" glyph-name="cut" d="M864.408 289.868c-46.47 46.47-106.938 68.004-161.082 62.806l-63.326 63.326 192 192c0 0 128 128 0 256l-320-320-320 320c-128-128 0-256 0-256l192-192-63.326-63.326c-54.144 5.198-114.61-16.338-161.080-62.806-74.98-74.98-85.112-186.418-22.626-248.9 62.482-62.482 173.92-52.354 248.9 22.626 46.47 46.468 68.002 106.938 62.806 161.080l63.326 63.326 63.328-63.328c-5.196-54.144 16.336-114.61 62.806-161.078 74.978-74.98 186.418-85.112 248.898-22.626 62.488 62.482 52.356 173.918-22.624 248.9zM353.124 201.422c-2.212-24.332-15.020-49.826-35.14-69.946-22.212-22.214-51.080-35.476-77.218-35.476-10.524 0-25.298 2.228-35.916 12.848-21.406 21.404-17.376 73.132 22.626 113.136 22.212 22.214 51.080 35.476 77.218 35.476 10.524 0 25.298-2.228 35.916-12.848 13.112-13.11 13.47-32.688 12.514-43.19zM512 352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM819.152 108.848c-10.62-10.62-25.392-12.848-35.916-12.848-26.138 0-55.006 13.262-77.218 35.476-20.122 20.12-32.928 45.614-35.138 69.946-0.958 10.502-0.6 30.080 12.514 43.192 10.618 10.622 25.39 12.848 35.916 12.848 26.136 0 55.006-13.262 77.216-35.474 40.004-40.008 44.032-91.736 22.626-113.14z" />
|
||||
<glyph unicode="" glyph-name="paste" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h384l192 192v384h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM704 90.51v101.49h101.49l-101.49-101.49zM832 256h-192v-192h-256v448h448v-256z" />
|
||||
<glyph unicode="" glyph-name="searchreplace" d="M888 576h-56v256h64v64h-320v-64h64v-256h-256v256h64v64h-320v-64h64v-256h-56c-39.6 0-72-32.4-72-72v-432c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v312h128v-312c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v432c0 39.6-32.4 72-72 72zM348 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM860 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
|
||||
<glyph unicode="" glyph-name="bullist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM128 768c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 128c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" />
|
||||
<glyph unicode="" glyph-name="numlist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM320 430v146h-64v320h-128v-64h64v-256h-64v-64h128v-50l-128-60v-146h128v-64h-128v-64h128v-64h-128v-64h192v320h-128v50z" />
|
||||
<glyph unicode="" glyph-name="indent" d="M64 768h896v-128h-896zM384 384h576v-128h-576zM384 576h576v-128h-576zM64 192h896v-128h-896zM64 576l224-160-224-160z" />
|
||||
<glyph unicode="" glyph-name="outdent" d="M64 768h896v-128h-896zM64 384h576v-128h-576zM64 576h576v-128h-576zM64 192h896v-128h-896zM960 576l-224-160 224-160z" />
|
||||
<glyph unicode="" glyph-name="blockquote" d="M256.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.954-10.578-19.034-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498zM768.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.956-10.578-19.036-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498z" />
|
||||
<glyph unicode="" glyph-name="undo" d="M704 0c59 199 134.906 455.266-256 446.096v-222.096l-336.002 336 336.002 336v-217.326c468.092 12.2 544-358.674 256-678.674z" />
|
||||
<glyph unicode="" glyph-name="redo" d="M576 678.674v217.326l336.002-336-336.002-336v222.096c-390.906 9.17-315-247.096-256-446.096-288 320-212.092 690.874 256 678.674z" />
|
||||
<glyph unicode="" glyph-name="unlink" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM352 250c-9.724 0-19.45 3.71-26.87 11.128-14.84 14.84-14.84 38.898 0 53.738l320 320c14.84 14.84 38.896 14.84 53.736 0 14.844-14.84 14.844-38.9 0-53.74l-320-320c-7.416-7.416-17.142-11.126-26.866-11.126z" />
|
||||
<glyph unicode="" glyph-name="link" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM800 122c-9.724 0-19.45 3.708-26.87 11.13l-128 127.998c-14.844 14.84-14.844 38.898 0 53.738 14.84 14.844 38.896 14.844 53.736 0l128-128c14.844-14.84 14.844-38.896 0-53.736-7.416-7.422-17.142-11.13-26.866-11.13zM608 0c-17.674 0-32 14.326-32 32v128c0 17.674 14.326 32 32 32s32-14.326 32-32v-128c0-17.674-14.326-32-32-32zM928 320h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32h128c17.674 0 32-14.326 32-32s-14.326-32-32-32zM224 774c9.724 0 19.45-3.708 26.87-11.13l128-128c14.842-14.84 14.842-38.898 0-53.738-14.84-14.844-38.898-14.844-53.738 0l-128 128c-14.842 14.84-14.842 38.898 0 53.738 7.418 7.422 17.144 11.13 26.868 11.13zM416 896c17.674 0 32-14.326 32-32v-128c0-17.674-14.326-32-32-32s-32 14.326-32 32v128c0 17.674 14.326 32 32 32zM96 576h128c17.674 0 32-14.326 32-32s-14.326-32-32-32h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32z" />
|
||||
<glyph unicode="" glyph-name="bookmark" d="M256 896v-896l256 256 256-256v896h-512zM704 170.51l-192 192-192-192v661.49h384v-661.49z" />
|
||||
<glyph unicode="" glyph-name="image" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM896 128.116c-0.012-0.014-0.030-0.028-0.042-0.042l-191.958 319.926-160-128-224 288-191.968-479.916c-0.010 0.010-0.022 0.022-0.032 0.032v639.77c0.034 0.040 0.076 0.082 0.114 0.114h767.77c0.040-0.034 0.082-0.076 0.116-0.116v-639.768zM640 608c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z" />
|
||||
<glyph unicode="" glyph-name="media" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM256 128h-128v128h128v-128zM256 384h-128v128h128v-128zM256 640h-128v128h128v-128zM704 128h-384v640h384v-640zM896 128h-128v128h128v-128zM896 384h-128v128h128v-128zM896 640h-128v128h128v-128zM384 640v-384l288 192z" />
|
||||
<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128v128zM704 704c35.346 0 64-28.654 64-64v-166l-228-154h-92v64l192 128v64h-320v128h384zM512 896c-119.666 0-232.166-46.6-316.784-131.216-84.614-84.618-131.216-197.118-131.216-316.784 0-119.664 46.602-232.168 131.216-316.784 84.618-84.616 197.118-131.216 316.784-131.216 119.664 0 232.168 46.6 316.784 131.216s131.216 197.12 131.216 316.784c0 119.666-46.6 232.166-131.216 316.784-84.616 84.616-197.12 131.216-316.784 131.216z" />
|
||||
<glyph unicode="" glyph-name="code" d="M416 256l-192 192 192 192-64 64-256-256 256-256zM672 704l-64-64 192-192-192-192 64-64 256 256z" />
|
||||
<glyph unicode="" glyph-name="insertdatetime" d="M77.798 655.376l81.414-50.882c50.802 81.114 128.788 143.454 221.208 174.246l-30.366 91.094c-113.748-37.898-209.728-114.626-272.256-214.458zM673.946 869.834l-30.366-91.094c92.422-30.792 170.404-93.132 221.208-174.248l81.412 50.882c-62.526 99.834-158.506 176.562-272.254 214.46zM607.974 255.992c-4.808 0-9.692 1.090-14.286 3.386l-145.688 72.844v211.778c0 17.672 14.328 32 32 32s32-14.328 32-32v-172.222l110.31-55.156c15.806-7.902 22.214-27.124 14.31-42.932-5.604-11.214-16.908-17.696-28.646-17.698zM512 768c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 96c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288s-128.942-288-288-288z" />
|
||||
<glyph unicode="" glyph-name="preview" d="M64 504.254c45.318 49.92 97.162 92.36 153.272 125.124 90.332 52.744 192.246 80.622 294.728 80.622 102.48 0 204.396-27.878 294.726-80.624 56.112-32.764 107.956-75.204 153.274-125.124v117.432c-33.010 28.118-68.124 53.14-104.868 74.594-105.006 61.314-223.658 93.722-343.132 93.722s-238.128-32.408-343.134-93.72c-36.742-21.454-71.856-46.478-104.866-74.596v-117.43zM512 640c-183.196 0-345.838-100.556-448-256 102.162-155.448 264.804-256 448-256s345.838 100.552 448 256c-102.162 155.444-264.804 256-448 256zM512 448c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.348 28.654 64 64 64s64-28.652 64-64zM728.066 263.338c-67.434-39.374-140.128-59.338-216.066-59.338s-148.632 19.964-216.066 59.338c-51.554 30.104-98.616 71.31-138.114 120.662 39.498 49.35 86.56 90.558 138.116 120.66 13.276 7.752 26.758 14.74 40.426 20.982-10.512-23.742-16.362-50.008-16.362-77.642 0-106.040 85.962-192 192-192 106.040 0 192 85.96 192 192 0 27.634-5.85 53.9-16.36 77.642 13.668-6.244 27.15-13.23 40.426-20.982 51.554-30.102 98.616-71.31 138.116-120.66-39.498-49.352-86.56-90.558-138.116-120.662z" />
|
||||
<glyph unicode="" glyph-name="forecolor" d="M651.168 676.166c-24.612 81.962-28.876 91.834-107.168 91.834h-64c-79.618 0-82.664-10.152-108.418-96 0-0.002 0-0.002-0.002-0.004l-143.998-479.996h113.636l57.6 192h226.366l57.6-192h113.63l-145.246 484.166zM437.218 512l38.4 136c10.086 33.618 36.38 30 36.38 30s26.294 3.618 36.38-30h0.004l38.4-136h-149.564z" />
|
||||
<glyph unicode="" glyph-name="table" d="M64 768v-704h896v704h-896zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-192v128h192zM128 448h192v-128h-192v128zM704 448h192v-128h-192v128zM704 512v128h192v-128h-192zM128 256h192v-128h-192v128zM704 128v128h192v-128h-192z" />
|
||||
<glyph unicode="" glyph-name="hr" d="M64 512h896v-128h-896z" />
|
||||
<glyph unicode="" glyph-name="removeformat" d="M64 192h512v-128h-512v128zM768 768h-220.558l-183.766-512h-132.288l183.762 512h-223.15v128h576v-128zM929.774 64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774-62.226-62.226z" />
|
||||
<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
|
||||
<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
|
||||
<glyph unicode="" glyph-name="charmap" d="M704 128v37.004c151.348 61.628 256 193.82 256 346.996 0 212.078-200.576 384-448 384s-448-171.922-448-384c0-153.176 104.654-285.368 256-346.996v-37.004h-192l-64 96v-224h320v222.812c-100.9 51.362-170.666 161.54-170.666 289.188 0 176.732 133.718 320 298.666 320s298.666-143.268 298.666-320c0-127.648-69.766-237.826-170.666-289.188v-222.812h320v224l-64-96h-192z" />
|
||||
<glyph unicode="" glyph-name="emoticons" d="M512 820c99.366 0 192.782-38.694 263.042-108.956s108.958-163.678 108.958-263.044-38.696-192.782-108.958-263.042-163.676-108.958-263.042-108.958-192.782 38.696-263.044 108.958-108.956 163.676-108.956 263.042 38.694 192.782 108.956 263.044 163.678 108.956 263.044 108.956zM512 896c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448v0zM320 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM576 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM512 304c-101.84 0-192.56 36.874-251.166 94.328 23.126-117.608 126.778-206.328 251.166-206.328s228.040 88.72 251.168 206.328c-58.608-57.454-149.328-94.328-251.168-94.328z" />
|
||||
<glyph unicode="" glyph-name="print" d="M256 832h512v-128h-512v128zM896 640h-768c-35.2 0-64-28.8-64-64v-256c0-35.2 28.796-64 64-64h128v-192h512v192h128c35.2 0 64 28.8 64 64v256c0 35.2-28.8 64-64 64zM704 128h-384v256h384v-256zM910.4 544c0-25.626-20.774-46.4-46.398-46.4s-46.402 20.774-46.402 46.4 20.778 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
|
||||
<glyph unicode="" glyph-name="fullscreen" d="M480 576l-192 192 128 128h-352v-352l128 128 192-192zM640 480l192 192 128-128v352h-352l128-128-192-192zM544 320l192-192-128-128h352v352l-128-128-192 192zM384 416l-192-192-128 128v-352h352l-128 128 192 192z" />
|
||||
<glyph unicode="" glyph-name="spellcheck" d="M960 832v64h-192c-35.202 0-64-28.8-64-64v-320c0-15.856 5.858-30.402 15.496-41.614l-303.496-260.386-142 148-82-70 224-288 416 448h128v64h-192v320h192zM256 448h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192h128v-192zM128 704v128h128v-128h-128zM640 512v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64zM448 832h128v-128h-128v128zM448 640h128v-128h-128v128z" />
|
||||
<glyph unicode="" glyph-name="nonbreaking" d="M448 448h-128v128h128v128h128v-128h128v-128h-128v-128h-128v128zM960 384v-320h-896v320h128v-192h640v192h128z" />
|
||||
<glyph unicode="" glyph-name="template" d="M512 576h128v-64h-128zM512 192h128v-64h-128zM576 384h128v-64h-128zM768 384v-192h-64v-64h128v256zM384 384h128v-64h-128zM320 192h128v-64h-128zM320 576h128v-64h-128zM192 768v-256h64v192h64v64zM704 512h128v256h-64v-192h-64zM64 896v-896h896v896h-896zM896 64h-768v768h768v-768zM192 384v-256h64v192h64v64zM576 768h128v-64h-128zM384 768h128v-64h-128z" />
|
||||
<glyph unicode="" glyph-name="pagebreak" d="M816 896l16-384h-640l16 384h32l16-320h512l16 320h32zM208 0l-16 320h640l-16-320h-32l-16 256h-512l-16-256h-32zM64 448h128v-64h-128zM256 448h128v-64h-128zM448 448h128v-64h-128zM640 448h128v-64h-128zM832 448h128v-64h-128z" />
|
||||
<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
|
||||
<glyph unicode="" glyph-name="bold" d="M625.442 465.818c48.074 38.15 78.558 94.856 78.558 158.182 0 114.876-100.29 208-224 208h-224v-768h288c123.712 0 224 93.124 224 208 0 88.196-59.118 163.562-142.558 193.818zM384 656c0 26.51 21.49 48 48 48h67.204c42.414 0 76.796-42.98 76.796-96s-34.382-96-76.796-96h-115.204v144zM547.2 192h-115.2c-26.51 0-48 21.49-48 48v144h163.2c42.418 0 76.8-42.98 76.8-96s-34.382-96-76.8-96z" />
|
||||
<glyph unicode="" glyph-name="italic" d="M832 832v-64h-144l-256-640h144v-64h-448v64h144l256 640h-144v64h448z" />
|
||||
<glyph unicode="" glyph-name="underline" d="M192 128h576v-64h-576v64zM640 832v-384c0-31.312-14.7-61.624-41.39-85.352-30.942-27.502-73.068-42.648-118.61-42.648-45.544 0-87.668 15.146-118.608 42.648-26.692 23.728-41.392 54.040-41.392 85.352v384h-128v-384c0-141.382 128.942-256 288-256s288 114.618 288 256v384h-128z" />
|
||||
<glyph unicode="" glyph-name="strikethrough" d="M960 448h-265.876c-50.078 35.42-114.43 54.86-182.124 54.86-89.206 0-164.572 50.242-164.572 109.712s75.366 109.714 164.572 109.714c75.058 0 140.308-35.576 159.12-82.286h113.016c-7.93 50.644-37.58 97.968-84.058 132.826-50.88 38.16-117.676 59.174-188.078 59.174-70.404 0-137.196-21.014-188.074-59.174-54.788-41.090-86.212-99.502-86.212-160.254s31.424-119.164 86.212-160.254c1.956-1.466 3.942-2.898 5.946-4.316h-265.872v-64h512.532c58.208-17.106 100.042-56.27 100.042-100.572 0-59.468-75.368-109.71-164.572-109.71-75.060 0-140.308 35.574-159.118 82.286h-113.016c7.93-50.64 37.582-97.968 84.060-132.826 50.876-38.164 117.668-59.18 188.072-59.18 70.402 0 137.198 21.016 188.074 59.174 54.79 41.090 86.208 99.502 86.208 160.254 0 35.298-10.654 69.792-30.294 100.572h204.012v64z" />
|
||||
<glyph unicode="" glyph-name="visualchars" d="M384 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448z" />
|
||||
<glyph unicode="" glyph-name="ltr" d="M448 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM64 64l224 192-224 192z" />
|
||||
<glyph unicode="" glyph-name="rtl" d="M320 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM960 448l-224-192 224-192z" />
|
||||
<glyph unicode="" glyph-name="copy" d="M832 640h-192v64l-192 192h-384v-704h384v-192h576v448l-192 192zM832 549.49l101.49-101.49h-101.49v101.49zM448 805.49l101.49-101.49h-101.49v101.49zM128 832h256v-192h192v-384h-448v576zM960 64h-448v128h128v384h128v-192h192v-320z" />
|
||||
<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
|
||||
<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM840.34 256h87.66l32 448h-896l64-640h356.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM874.996 110.25l-134.496 110.692c17.454 28.922 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l110.692-134.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM576 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
|
||||
<glyph unicode="" glyph-name="pastetext" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h576v576h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM832 64h-448v448h448v-448zM448 448v-128h32l32 64h64v-192h-48v-64h160v64h-48v192h64l32-64h32v128z" />
|
||||
<glyph unicode="" glyph-name="codesample" d="M200.015 577.994v103.994c0 43.077 34.919 77.997 77.997 77.997h26v103.994h-26c-100.51 0-181.991-81.481-181.991-181.991v-103.994c0-43.077-34.919-77.997-77.997-77.997h-26v-103.994h26c43.077 0 77.997-34.919 77.997-77.997v-103.994c0-100.509 81.481-181.991 181.991-181.991h26v103.994h-26c-43.077 0-77.997 34.919-77.997 77.997v103.994c0 50.927-20.928 96.961-54.642 129.994 33.714 33.032 54.642 79.065 54.642 129.994zM823.985 577.994v103.994c0 43.077-34.919 77.997-77.997 77.997h-26v103.994h26c100.509 0 181.991-81.481 181.991-181.991v-103.994c0-43.077 34.919-77.997 77.997-77.997h26v-103.994h-26c-43.077 0-77.997-34.919-77.997-77.997v-103.994c0-100.509-81.482-181.991-181.991-181.991h-26v103.994h26c43.077 0 77.997 34.919 77.997 77.997v103.994c0 50.927 20.928 96.961 54.642 129.994-33.714 33.032-54.642 79.065-54.642 129.994zM615.997 603.277c0-57.435-46.56-103.994-103.994-103.994s-103.994 46.56-103.994 103.994c0 57.435 46.56 103.994 103.994 103.994s103.994-46.56 103.994-103.994zM512 448.717c-57.435 0-103.994-46.56-103.994-103.994 0-55.841 26-100.107 105.747-103.875-23.715-33.413-59.437-46.608-105.747-50.94v-61.747c0 0 207.991-18.144 207.991 216.561-0.202 57.437-46.56 103.996-103.994 103.996z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 24 KiB |
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.ttf
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.ttf
Normal file
Binary file not shown.
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.woff
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce-small.woff
Normal file
Binary file not shown.
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.eot
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.eot
Normal file
Binary file not shown.
2136
public/tinymce/src/skins/lightgray/main/fonts/tinymce.json
Normal file
2136
public/tinymce/src/skins/lightgray/main/fonts/tinymce.json
Normal file
File diff suppressed because it is too large
Load Diff
132
public/tinymce/src/skins/lightgray/main/fonts/tinymce.svg
Normal file
132
public/tinymce/src/skins/lightgray/main/fonts/tinymce.svg
Normal file
@@ -0,0 +1,132 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>Generated by IcoMoon</metadata>
|
||||
<defs>
|
||||
<font id="tinymce" horiz-adv-x="1024">
|
||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||
<missing-glyph horiz-adv-x="1024" />
|
||||
<glyph unicode=" " horiz-adv-x="512" d="" />
|
||||
<glyph unicode="" glyph-name="save" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
|
||||
<glyph unicode="" glyph-name="newdocument" d="M903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.34-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
|
||||
<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
|
||||
<glyph unicode="" glyph-name="alignleft" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
|
||||
<glyph unicode="" glyph-name="aligncenter" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
|
||||
<glyph unicode="" glyph-name="alignright" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
|
||||
<glyph unicode="" glyph-name="alignjustify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
|
||||
<glyph unicode="" glyph-name="cut" d="M890.774 250.846c-45.654 45.556-103.728 69.072-157.946 69.072h-29.112l-63.904 64.008 255.62 256.038c63.904 64.010 63.904 192.028 0 256.038l-383.43-384.056-383.432 384.054c-63.904-64.008-63.904-192.028 0-256.038l255.622-256.034-63.906-64.008h-29.114c-54.22 0-112.292-23.518-157.948-69.076-81.622-81.442-92.65-202.484-24.63-270.35 29.97-29.902 70.288-44.494 112.996-44.494 54.216 0 112.29 23.514 157.946 69.072 53.584 53.464 76.742 124 67.084 185.348l65.384 65.488 65.376-65.488c-9.656-61.348 13.506-131.882 67.084-185.348 45.662-45.558 103.732-69.072 157.948-69.072 42.708 0 83.024 14.592 112.994 44.496 68.020 67.866 56.988 188.908-24.632 270.35zM353.024 114.462c-7.698-17.882-19.010-34.346-33.626-48.926-14.636-14.604-31.172-25.918-49.148-33.624-16.132-6.916-32.96-10.568-48.662-10.568-15.146 0-36.612 3.402-52.862 19.612-16.136 16.104-19.52 37.318-19.52 52.288 0 15.542 3.642 32.21 10.526 48.212 7.7 17.884 19.014 34.346 33.626 48.926 14.634 14.606 31.172 25.914 49.15 33.624 16.134 6.914 32.96 10.568 48.664 10.568 15.146 0 36.612-3.4 52.858-19.614 16.134-16.098 19.522-37.316 19.522-52.284 0.002-15.542-3.638-32.216-10.528-48.214zM512.004 293.404c-49.914 0-90.376 40.532-90.376 90.526 0 49.992 40.462 90.52 90.376 90.52s90.372-40.528 90.372-90.52c0-49.998-40.46-90.526-90.372-90.526zM855.272 40.958c-16.248-16.208-37.712-19.612-52.86-19.612-15.704 0-32.53 3.652-48.666 10.568-17.972 7.706-34.508 19.020-49.142 33.624-14.614 14.58-25.926 31.042-33.626 48.926-6.886 15.998-10.526 32.672-10.526 48.212 0 14.966 3.384 36.188 19.52 52.286 16.246 16.208 37.712 19.614 52.86 19.614 15.7 0 32.53-3.654 48.66-10.568 17.978-7.708 34.516-19.018 49.15-33.624 14.61-14.58 25.924-31.042 33.626-48.926 6.884-15.998 10.526-32.67 10.526-48.212-0.002-14.97-3.39-36.186-19.522-52.288z" />
|
||||
<glyph unicode="" glyph-name="paste" d="M832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h448l192 192v512h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM832 26.51v101.49h101.49l-101.49-101.49zM960 192h-192v-192h-320v576h512v-384z" />
|
||||
<glyph unicode="" glyph-name="searchreplace" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
|
||||
<glyph unicode="" glyph-name="bullist" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
|
||||
<glyph unicode="" glyph-name="numlist" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
|
||||
<glyph unicode="" glyph-name="indent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
|
||||
<glyph unicode="" glyph-name="outdent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
|
||||
<glyph unicode="" glyph-name="blockquote" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
|
||||
<glyph unicode="" glyph-name="undo" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
|
||||
<glyph unicode="" glyph-name="redo" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
|
||||
<glyph unicode="" glyph-name="link" d="M320 256c17.6-17.6 47.274-16.726 65.942 1.942l316.118 316.116c18.668 18.668 19.54 48.342 1.94 65.942s-47.274 16.726-65.942-1.942l-316.116-316.116c-18.668-18.668-19.542-48.342-1.942-65.942zM476.888 284.888c4.56-9.050 6.99-19.16 6.99-29.696 0-17.616-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.382 99.382c-12.248 12.248-18.992 28.694-18.992 46.308s6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994 10.536 0 20.644-2.43 29.696-6.99l65.338 65.338c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-60.67-60.67-60.67-159.948 0-220.618l99.382-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c55.82 55.82 60.238 144.298 13.344 205.344l-65.34-65.34zM978.498 815.116l-99.382 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994s34.060-6.746 46.308-18.994l99.382-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c60.67 60.666 60.67 159.944 0 220.614z" />
|
||||
<glyph unicode="" glyph-name="unlink" d="M476.888 284.886c4.56-9.048 6.99-19.158 6.99-29.696 0-17.616-6.744-34.058-18.992-46.308l-163.38-163.38c-12.248-12.248-28.696-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.38 99.38c-12.248 12.25-18.992 28.696-18.992 46.308s6.744 34.060 18.992 46.308l163.38 163.382c12.248 12.246 28.696 18.992 46.308 18.992 10.538 0 20.644-2.43 29.696-6.988l65.338 65.336c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.38-163.382c-60.67-60.67-60.67-159.95 0-220.618l99.38-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.38 163.38c55.82 55.82 60.238 144.298 13.344 205.346l-65.34-65.338zM978.496 815.116l-99.38 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.97-15.166-110.306-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.246 12.248 28.694 18.994 46.306 18.994 17.616 0 34.060-6.746 46.308-18.994l99.38-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.38-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.504l163.38 163.38c60.672 60.666 60.672 159.944 0 220.614zM233.368 681.376l-191.994 191.994 45.256 45.256 191.994-191.994zM384 960h64v-192h-64zM0 576h192v-64h-192zM790.632 214.624l191.996-191.996-45.256-45.256-191.996 191.996zM576 128h64v-192h-64zM832 384h192v-64h-192z" />
|
||||
<glyph unicode="" glyph-name="anchor" d="M192 960v-1024l320 320 320-320v1024h-640zM768 90.51l-256 256-256-256v805.49h512v-805.49z" />
|
||||
<glyph unicode="" glyph-name="image" d="M0 832v-832h1024v832h-1024zM960 64h-896v704h896v-704zM704 608c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM896 128h-768l192 512 256-320 128 96z" />
|
||||
<glyph unicode="" glyph-name="media" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
|
||||
<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
|
||||
<glyph unicode="" glyph-name="code" d="M320 704l-256-256 256-256h128l-256 256 256 256zM704 704h-128l256-256-256-256h128l256 256z" />
|
||||
<glyph unicode="" glyph-name="inserttime" d="M512 768c-212.076 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM715.644 180.354c-54.392-54.396-126.716-84.354-203.644-84.354s-149.25 29.958-203.646 84.354c-54.396 54.394-84.354 126.718-84.354 203.646s29.958 149.25 84.354 203.646c54.396 54.396 126.718 84.354 203.646 84.354s149.252-29.958 203.642-84.354c54.402-54.396 84.358-126.718 84.358-203.646s-29.958-149.252-84.356-203.646zM325.93 756.138l-42.94 85.878c-98.874-49.536-179.47-130.132-229.006-229.008l85.876-42.94c40.248 80.336 105.732 145.822 186.070 186.070zM884.134 570.070l85.878 42.938c-49.532 98.876-130.126 179.472-229.004 229.008l-42.944-85.878c80.338-40.248 145.824-105.732 186.070-186.068zM512 576h-64v-192c0-10.11 4.7-19.11 12.022-24.972l-0.012-0.016 160-128 39.976 49.976-147.986 118.39v176.622z" />
|
||||
<glyph unicode="" glyph-name="preview" d="M512 640c-209.368 0-395.244-100.556-512-256 116.756-155.446 302.632-256 512-256s395.244 100.554 512 256c-116.756 155.444-302.632 256-512 256zM448 512c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM773.616 254.704c-39.648-20.258-81.652-35.862-124.846-46.376-44.488-10.836-90.502-16.328-136.77-16.328-46.266 0-92.282 5.492-136.768 16.324-43.194 10.518-85.198 26.122-124.846 46.376-63.020 32.202-120.222 76.41-167.64 129.298 47.418 52.888 104.62 97.1 167.64 129.298 32.336 16.522 66.242 29.946 101.082 40.040-19.888-30.242-31.468-66.434-31.468-105.336 0-106.040 85.962-192 192-192s192 85.96 192 192c0 38.902-11.582 75.094-31.466 105.34 34.838-10.096 68.744-23.52 101.082-40.042 63.022-32.198 120.218-76.408 167.638-129.298-47.42-52.886-104.618-97.1-167.638-129.296zM860.918 716.278c-108.72 55.554-226.112 83.722-348.918 83.722s-240.198-28.168-348.918-83.722c-58.772-30.032-113.732-67.904-163.082-112.076v-109.206c55.338 58.566 120.694 107.754 192.194 144.29 99.62 50.904 207.218 76.714 319.806 76.714s220.186-25.81 319.804-76.716c71.502-36.536 136.858-85.724 192.196-144.29v109.206c-49.35 44.174-104.308 82.046-163.082 112.078z" />
|
||||
<glyph unicode="" glyph-name="forecolor" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
|
||||
<glyph unicode="" glyph-name="table" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
|
||||
<glyph unicode="" glyph-name="hr" d="M0 512h1024v-128h-1024z" />
|
||||
<glyph unicode="" glyph-name="removeformat" d="M0 64h576v-128h-576zM192 960h704v-128h-704zM277.388 128l204.688 784.164 123.85-32.328-196.25-751.836zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
|
||||
<glyph unicode="" glyph-name="sub" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
|
||||
<glyph unicode="" glyph-name="sup" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
|
||||
<glyph unicode="" glyph-name="charmap" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
|
||||
<glyph unicode="" glyph-name="emoticons" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM512 16c-238.586 0-432 193.412-432 432 0 238.586 193.414 432 432 432 238.59 0 432-193.414 432-432 0-238.588-193.41-432-432-432zM384 640c0-35.346-28.654-64-64-64s-64 28.654-64 64 28.654 64 64 64 64-28.654 64-64zM768 640c0-35.346-28.652-64-64-64s-64 28.654-64 64 28.652 64 64 64 64-28.654 64-64zM512 308c141.074 0 262.688 57.532 318.462 123.192-20.872-171.22-156.288-303.192-318.462-303.192-162.118 0-297.498 132.026-318.444 303.168 55.786-65.646 177.386-123.168 318.444-123.168z" />
|
||||
<glyph unicode="" glyph-name="print" d="M256 896h512v-128h-512zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM704 64h-384v320h384v-320zM974.4 608c0-25.626-20.774-46.4-46.398-46.4-25.626 0-46.402 20.774-46.402 46.4s20.776 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
|
||||
<glyph unicode="" glyph-name="fullscreen" d="M1024 960v-384l-138.26 138.26-212-212-107.48 107.48 212 212-138.26 138.26zM245.74 821.74l212-212-107.48-107.48-212 212-138.26-138.26v384h384zM885.74 181.74l138.26 138.26v-384h-384l138.26 138.26-212 212 107.48 107.48zM457.74 286.26l-212-212 138.26-138.26h-384v384l138.26-138.26 212 212z" />
|
||||
<glyph unicode="" glyph-name="spellchecker" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
|
||||
<glyph unicode="" glyph-name="nonbreaking" d="M448 384h-192v128h192v192h128v-192h192v-128h-192v-192h-128zM1024 320v-384h-1024v384h128v-256h768v256z" />
|
||||
<glyph unicode="" glyph-name="template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
|
||||
<glyph unicode="" glyph-name="pagebreak" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
|
||||
<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
|
||||
<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
|
||||
<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
|
||||
<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
|
||||
<glyph unicode="" glyph-name="strikethrough" d="M731.42 442.964c63.92-47.938 100.58-116.086 100.58-186.964s-36.66-139.026-100.58-186.964c-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128-82.138 0-160.062 24.518-219.42 69.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 82.136 0 160.062-24.518 219.42-69.036zM0 448h1024v-64h-1024z" />
|
||||
<glyph unicode="" glyph-name="visualchars" d="M384 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224z" />
|
||||
<glyph unicode="" glyph-name="ltr" d="M448 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM64 512l256-224-256-224z" />
|
||||
<glyph unicode="" glyph-name="rtl" d="M256 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM960 64l-256 224 256 224z" />
|
||||
<glyph unicode="" glyph-name="copy" d="M832 704h-192v64l-192 192h-448v-768h384v-256h640v576l-192 192zM832 613.49l101.49-101.49h-101.49v101.49zM448 869.49l101.49-101.49h-101.49v101.49zM64 896h320v-192h192v-448h-512v640zM960 0h-512v192h192v448h128v-192h192v-448z" />
|
||||
<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
|
||||
<glyph unicode="" glyph-name="checkbox" d="M128 416l288-288 480 480-128 128-352-352-160 160z" />
|
||||
<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM904.34 256h74.86l44.8 448h-1024l64-640h484.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM1002.996 46.25l-198.496 174.692c17.454 28.92 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l174.692-198.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM640 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
|
||||
<glyph unicode="" glyph-name="pastetext" d="M512 448v-128h32l32 64h64v-256h-48v-64h224v64h-48v256h64l32-64h32v128zM832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM960 0h-512v576h512v-576z" />
|
||||
<glyph unicode="" glyph-name="gamma" d="M483.2 320l-147.2 336c-9.6 25.6-19.2 44.8-25.6 54.4s-16 12.8-25.6 12.8c-16 0-25.6-3.2-28.8-3.2v70.4c9.6 6.4 25.6 6.4 38.4 9.6 32 0 57.6-6.4 73.6-22.4 6.4-6.4 12.8-16 19.2-25.6 6.4-12.8 12.8-25.6 16-41.6l121.6-291.2 150.4 371.2h92.8l-198.4-470.4v-224h-86.4v224zM0 960v-1024h1024v1024h-1024zM960 0h-896v896h896v-896z" />
|
||||
<glyph unicode="" glyph-name="orientation" d="M627.2 80h-579.2v396.8h579.2v-396.8zM553.6 406.4h-435.2v-256h435.2v256zM259.2 732.8c176 176 457.6 176 633.6 0s176-457.6 0-633.6c-121.6-121.6-297.6-160-454.4-108.8 121.6-28.8 262.4 9.6 361.6 108.8 150.4 150.4 160 384 22.4 521.6-121.6 121.6-320 128-470.4 19.2l86.4-86.4-294.4-22.4 22.4 294.4 92.8-92.8z" />
|
||||
<glyph unicode="" glyph-name="invert" d="M892.8-22.4l-89.6 89.6c-70.4-80-172.8-131.2-288-131.2-208 0-380.8 166.4-384 377.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4v0c0 0 0 0 0 3.2 0 0 0 3.2 0 3.2 3.2 105.6 48 211.2 105.6 304l-192 192 44.8 44.8 182.4-182.4c0 0 0 0 0 0l569.6-569.6c0 0 0 0 0 0l99.2-99.2-48-44.8zM896 326.4c0 0 0 0 0 0 0 3.2 0 6.4 0 6.4-9.6 316.8-384 627.2-384 627.2s-108.8-89.6-208-220.8l70.4-70.4c6.4 9.6 16 22.4 22.4 32 41.6 51.2 83.2 96 115.2 128v0c32-32 73.6-76.8 115.2-128 108.8-137.6 169.6-265.6 172.8-371.2 0 0 0-3.2 0-3.2v0 0c0-3.2 0-3.2 0-6.4s0-3.2 0-3.2v0 0c0-22.4-3.2-41.6-9.6-64l76.8-76.8c16 41.6 28.8 89.6 28.8 137.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4z" />
|
||||
<glyph unicode="" glyph-name="codesample" d="M199.995 578.002v104.002c0 43.078 34.923 78.001 78.001 78.001h26v104.002h-26c-100.518 0-182.003-81.485-182.003-182.003v-104.002c0-43.078-34.923-78.001-78.001-78.001h-26v-104.002h26c43.078 0 78.001-34.923 78.001-78.001v-104.002c0-100.515 81.485-182.003 182.003-182.003h26v104.002h-26c-43.078 0-78.001 34.923-78.001 78.001v104.002c0 50.931-20.928 96.966-54.646 130.002 33.716 33.036 54.646 79.072 54.646 130.002zM824.005 578.002v104.002c0 43.078-34.923 78.001-78.001 78.001h-26v104.002h26c100.515 0 182.003-81.485 182.003-182.003v-104.002c0-43.078 34.923-78.001 78.001-78.001h26v-104.002h-26c-43.078 0-78.001-34.923-78.001-78.001v-104.002c0-100.515-81.488-182.003-182.003-182.003h-26v104.002h26c43.078 0 78.001 34.923 78.001 78.001v104.002c0 50.931 20.928 96.966 54.646 130.002-33.716 33.036-54.646 79.072-54.646 130.002zM616.002 603.285c0-57.439-46.562-104.002-104.002-104.002s-104.002 46.562-104.002 104.002c0 57.439 46.562 104.002 104.002 104.002s104.002-46.562 104.002-104.002zM512 448.717c-57.439 0-104.002-46.562-104.002-104.002 0-55.845 26-100.115 105.752-103.88-23.719-33.417-59.441-46.612-105.752-50.944v-61.751c0 0 208.003-18.144 208.003 216.577-0.202 57.441-46.56 104.004-104.002 104.004z" />
|
||||
<glyph unicode="" glyph-name="tablerowprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
|
||||
<glyph unicode="" glyph-name="tablecellprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
|
||||
<glyph unicode="" glyph-name="table2" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-896v192h896v-192z" />
|
||||
<glyph unicode="" glyph-name="tablemergecells" d="M0 896v-896h1024v896h-1024zM384 64v448h576v-448h-576zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192z" />
|
||||
<glyph unicode="" glyph-name="tableinsertcolbefore" d="M320 188.8v182.4h-182.4v89.6h182.4v182.4h86.4v-182.4h185.6v-89.6h-185.6v-182.4zM0 896v-896h1024v896h-1024zM640 64h-576v704h576v-704zM960 64h-256v192h256v-192zM960 320h-256v192h256v-192zM960 576h-256v192h256v-192z" />
|
||||
<glyph unicode="" glyph-name="tableinsertcolafter" d="M704 643.2v-182.4h182.4v-89.6h-182.4v-182.4h-86.4v182.4h-185.6v89.6h185.6v182.4zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v704h576v-704z" />
|
||||
<glyph unicode="" glyph-name="tableinsertrowbefore" d="M691.2 508.8h-144v-144h-70.4v144h-144v67.2h144v144h70.4v-144h144zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM640 64h-256v192h256v-192zM960 64h-256v192h256v-192zM960 316.8h-896v451.2h896v-451.2z" />
|
||||
<glyph unicode="" glyph-name="tableinsertrowafter" d="M332.8 323.2h144v144h70.4v-144h144v-67.2h-144v-144h-70.4v144h-144zM0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM64 768h256v-192h-256v192zM960 64h-896v451.2h896v-451.2zM960 576h-256v192h256v-192z" />
|
||||
<glyph unicode="" glyph-name="tablesplitcells" d="M0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v448h576v-448zM960 576h-256v192h256v-192zM864 156.8l-60.8-60.8-131.2 131.2-131.2-131.2-60.8 60.8 131.2 131.2-131.2 131.2 60.8 60.8 131.2-131.2 131.2 131.2 60.8-60.8-131.2-131.2z" />
|
||||
<glyph unicode="" glyph-name="tabledelete" d="M0 896h1024v-896h-1024v896zM60.8 768v-704h899.2v704h-899.2zM809.6 211.2l-96-96-204.8 204.8-204.8-204.8-96 96 204.8 204.8-204.8 204.8 96 96 204.8-204.8 204.8 204.8 96-96-204.8-204.8z" />
|
||||
<glyph unicode="" glyph-name="tableleftheader" d="M0 896v-832h1024v832h-1024zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM640 640h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-256v192h256v-192z" />
|
||||
<glyph unicode="" glyph-name="tabletopheader" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192z" />
|
||||
<glyph unicode="" glyph-name="tabledeleterow" d="M886.4 572.8l-156.8-156.8 160-160-76.8-76.8-160 160-156.8-156.8-76.8 73.6 160 160-163.2 163.2 76.8 76.8 163.2-163.2 156.8 156.8 73.6-76.8zM0 896v-896h1024v896h-1024zM960 576h-22.4l-64-64h86.4v-192h-89.6l64-64h25.6v-192h-896v192h310.4l64 64h-374.4v192h371.2l-64 64h-307.2v192h896v-192z" />
|
||||
<glyph unicode="" glyph-name="tabledeletecol" d="M320 499.2l64-64v-12.8l-64-64v140.8zM640 422.4l64-64v137.6l-64-64v-9.6zM1024 896v-896h-1024v896h1024zM960 768h-256v-51.2l-12.8 12.8-51.2-51.2v89.6h-256v-89.6l-51.2 51.2-12.8-12.8v51.2h-256v-704h256v118.4l35.2-35.2 28.8 28.8v-115.2h256v115.2l48-48 16 16v-83.2h256v707.2zM672 662.4l-156.8-156.8-163.2 163.2-76.8-76.8 163.2-163.2-156.8-156.8 76.8-76.8 156.8 156.8 160-160 76.8 76.8-160 160 156.8 156.8-76.8 76.8z" />
|
||||
<glyph unicode="" glyph-name="a11y" d="M960 704v64l-448-128-448 128v-64l320-128v-256l-128-448h64l192 448 192-448h64l-128 448v256zM416 800q0 40 28 68t68 28 68-28 28-68-28-68-68-28-68 28-28 68z" />
|
||||
<glyph unicode="" glyph-name="toc" d="M0 896h128v-128h-128v128zM192 896h832v-128h-832v128zM0 512h128v-128h-128v128zM192 512h832v-128h-832v128zM0 128h128v-128h-128v128zM192 128h832v-128h-832v128zM192 704h128v-128h-128v128zM384 704h640v-128h-640v128zM192 320h128v-128h-128v128zM384 320h640v-128h-640v128z" />
|
||||
<glyph unicode="" glyph-name="fill" d="M521.6 915.2l-67.2-67.2-86.4 86.4-86.4-86.4 86.4-86.4-368-368 432-432 518.4 518.4-428.8 435.2zM435.2 134.4l-262.4 262.4 35.2 35.2 576 51.2-348.8-348.8zM953.6 409.6c-6.4-6.4-16-16-28.8-32-28.8-32-41.6-64-41.6-89.6v0 0 0 0 0 0 0c0-16 6.4-35.2 22.4-48 12.8-12.8 32-22.4 48-22.4s35.2 6.4 48 22.4 22.4 32 22.4 48v0 0 0 0 0 0 0c0 25.6-12.8 54.4-41.6 89.6-9.6 16-22.4 25.6-28.8 32v0z" />
|
||||
<glyph unicode="" glyph-name="borderwidth" d="M0 265.6h1024v-128h-1024v128zM0 32h1024v-64h-1024v64zM0 566.4h1024v-192h-1024v192zM0 928h1024v-256h-1024v256z" />
|
||||
<glyph unicode="" glyph-name="line" d="M739.2 627.2l-502.4-502.4h-185.6v185.6l502.4 502.4 185.6-185.6zM803.2 688l-185.6 185.6 67.2 67.2c22.4 22.4 54.4 22.4 76.8 0l108.8-108.8c22.4-22.4 22.4-54.4 0-76.8l-67.2-67.2zM41.6 48h940.8v-112h-940.8v112z" />
|
||||
<glyph unicode="" glyph-name="count" d="M0 480h1024v-64h-1024v64zM304 912v-339.2h-67.2v272h-67.2v67.2zM444.8 694.4v-54.4h134.4v-67.2h-201.6v153.6l134.4 64v54.4h-134.4v67.2h201.6v-153.6zM854.4 912v-339.2h-204.8v67.2h137.6v67.2h-137.6v70.4h137.6v67.2h-137.6v67.2zM115.2 166.4c3.2 57.6 38.4 83.2 108.8 83.2 38.4 0 67.2-9.6 86.4-25.6s25.6-35.2 25.6-70.4v-112c0-25.6 0-28.8 9.6-41.6h-73.6c-3.2 9.6-3.2 9.6-6.4 19.2-22.4-19.2-41.6-25.6-70.4-25.6-54.4 0-89.6 32-89.6 76.8s28.8 70.4 99.2 80l38.4 6.4c16 3.2 22.4 6.4 22.4 16 0 12.8-12.8 22.4-38.4 22.4s-41.6-9.6-44.8-28.8h-67.2zM262.4 115.2c-6.4-3.2-12.8-6.4-25.6-6.4l-25.6-6.4c-25.6-6.4-38.4-16-38.4-28.8 0-16 12.8-25.6 35.2-25.6s41.6 9.6 54.4 32v35.2zM390.4 336h73.6v-112c22.4 16 41.6 22.4 67.2 22.4 64 0 105.6-51.2 105.6-124.8 0-76.8-44.8-134.4-108.8-134.4-32 0-48 9.6-67.2 35.2v-28.8h-70.4v342.4zM460.8 121.6c0-41.6 22.4-70.4 51.2-70.4s51.2 28.8 51.2 70.4c0 44.8-19.2 70.4-51.2 70.4-28.8 0-51.2-28.8-51.2-70.4zM851.2 153.6c-3.2 22.4-19.2 35.2-44.8 35.2-32 0-51.2-25.6-51.2-70.4 0-48 19.2-73.6 51.2-73.6 25.6 0 41.6 12.8 44.8 41.6l70.4-3.2c-9.6-60.8-54.4-96-118.4-96-73.6 0-121.6 51.2-121.6 128 0 80 48 131.2 124.8 131.2 64 0 108.8-35.2 112-96h-67.2z" />
|
||||
<glyph unicode="" glyph-name="reload" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
|
||||
<glyph unicode="" glyph-name="translate" d="M553.6 304l-118.4 118.4c80 89.6 137.6 195.2 172.8 304h137.6v92.8h-326.4v92.8h-92.8v-92.8h-326.4v-92.8h518.4c-32-89.6-80-176-147.2-249.6-44.8 48-80 99.2-108.8 156.8h-92.8c35.2-76.8 80-147.2 137.6-211.2l-236.8-233.6 67.2-67.2 233.6 233.6 144-144c3.2 0 38.4 92.8 38.4 92.8zM816 540.8h-92.8l-208-560h92.8l51.2 140.8h220.8l51.2-140.8h92.8l-208 560zM691.2 214.4l76.8 201.6 76.8-201.6h-153.6z" />
|
||||
<glyph unicode="" glyph-name="drag" d="M576 896h128v-128h-128v128zM576 640h128v-128h-128v128zM320 640h128v-128h-128v128zM576 384h128v-128h-128v128zM320 384h128v-128h-128v128zM320 128h128v-128h-128v128zM576 128h128v-128h-128v128zM320 896h128v-128h-128v128z" />
|
||||
<glyph unicode="" glyph-name="format-painter" d="M768 746.667v42.667c0 23.467-19.2 42.667-42.667 42.667h-512c-23.467 0-42.667-19.2-42.667-42.667v-170.667c0-23.467 19.2-42.667 42.667-42.667h512c23.467 0 42.667 19.2 42.667 42.667v42.667h42.667v-170.667h-426.667v-384c0-23.467 19.2-42.667 42.667-42.667h85.333c23.467 0 42.667 19.2 42.667 42.667v298.667h341.333v341.333h-128z" />
|
||||
<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
|
||||
<glyph unicode="" glyph-name="books" d="M576.234 670.73l242.712 81.432 203.584-606.784-242.712-81.432zM0 64h256v704h-256v-704zM64 640h128v-64h-128v64zM320 64h256v704h-256v-704zM384 640h128v-64h-128v64z" />
|
||||
<glyph unicode="" glyph-name="upload" d="M839.432 760.57c27.492-27.492 50.554-78.672 55.552-120.57h-318.984v318.984c41.898-4.998 93.076-28.060 120.568-55.552l142.864-142.862zM512 576v384h-368c-44 0-80-36-80-80v-864c0-44 36-80 80-80h672c44 0 80 36 80 80v560h-384zM576 192v-192h-192v192h-160l256 256 256-256h-160z" />
|
||||
<glyph unicode="" glyph-name="editimage" d="M768 416v-352h-640v640h352l128 128h-512c-52.8 0-96-43.2-96-96v-704c0-52.8 43.2-96 96-96h704c52.798 0 96 43.2 96 96v512l-128-128zM864 960l-608-608v-160h160l608 608c0 96-64 160-160 160zM416 320l-48 48 480 480 48-48-480-480z" />
|
||||
<glyph unicode="" glyph-name="bubble" d="M928 896h-832c-52.8 0-96-43.2-96-96v-512c0-52.8 43.2-96 96-96h160v-256l307.2 256h364.8c52.8 0 96 43.2 96 96v512c0 52.8-43.2 96-96 96zM896 320h-379.142l-196.858-174.714v174.714h-192v448h768v-448z" />
|
||||
<glyph unicode="" glyph-name="user" d="M622.826 257.264c-22.11 3.518-22.614 64.314-22.614 64.314s64.968 64.316 79.128 150.802c38.090 0 61.618 91.946 23.522 124.296 1.59 34.054 48.96 267.324-190.862 267.324s-192.45-233.27-190.864-267.324c-38.094-32.35-14.57-124.296 23.522-124.296 14.158-86.486 79.128-150.802 79.128-150.802s-0.504-60.796-22.614-64.314c-71.22-11.332-337.172-128.634-337.172-257.264h896c0 128.63-265.952 245.932-337.174 257.264z" />
|
||||
<glyph unicode="" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
|
||||
<glyph unicode="" glyph-name="unlock" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
|
||||
<glyph unicode="" glyph-name="settings" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
|
||||
<glyph unicode="" glyph-name="remove2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
|
||||
<glyph unicode="" glyph-name="menu" d="M384 896h256v-256h-256zM384 576h256v-256h-256zM384 256h256v-256h-256z" />
|
||||
<glyph unicode="" glyph-name="warning" d="M1009.956 44.24l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648s-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.302 0 96.792 48.708 63.302 108.24zM512 64c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64 35.348 0 64-28.652 64-64 0-35.346-28.652-64-64-64zM556 256h-88l-20 256c0 35.346 28.654 64 64 64s64-28.654 64-64l-20-256z" />
|
||||
<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
|
||||
<glyph unicode="" glyph-name="pluscircle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM768 384h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />
|
||||
<glyph unicode="" glyph-name="info" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM448 768h128v-128h-128v128zM640 128h-256v64h64v256h-64v64h192v-320h64v-64z" />
|
||||
<glyph unicode="" glyph-name="notice" d="M1024 224l-288 736h-448l-288-288v-448l288-288h448l288 288v448l-288 288zM576 128h-128v128h128v-128zM576 384h-128v384h128v-384z" />
|
||||
<glyph unicode="" glyph-name="drop" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
|
||||
<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
|
||||
<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
|
||||
<glyph unicode="" glyph-name="arrowup" d="M0 320l192-192 320 320 320-320 192 192-511.998 512z" />
|
||||
<glyph unicode="" glyph-name="arrowright" d="M384 960l-192-192 320-320-320-320 192-192 512 512z" />
|
||||
<glyph unicode="" glyph-name="arrowdown" d="M1024 576l-192 192-320-320-320 320-192-192 512-511.998z" />
|
||||
<glyph unicode="" glyph-name="arrowup2" d="M768 320l-256 256-256-256z" />
|
||||
<glyph unicode="" glyph-name="arrowdown2" d="M256 576l256-256 256 256z" />
|
||||
<glyph unicode="" glyph-name="menu2" d="M256 704l256-256 256 256zM255.996 384.004l256-256 256 256z" />
|
||||
<glyph unicode="" glyph-name="newtab" d="M704 384l128 128v-512h-768v768h512l-128-128h-256v-512h512zM960 896v-352l-130.744 130.744-354.746-354.744h-90.51v90.512l354.744 354.744-130.744 130.744z" />
|
||||
<glyph unicode="" glyph-name="rotateleft" d="M607.998 831.986c-212.070 0-383.986-171.916-383.986-383.986h-191.994l246.848-246.848 246.848 246.848h-191.994c0 151.478 122.798 274.276 274.276 274.276 151.48 0 274.276-122.798 274.276-274.276 0-151.48-122.796-274.276-274.276-274.276v-109.71c212.070 0 383.986 171.916 383.986 383.986s-171.916 383.986-383.986 383.986z" />
|
||||
<glyph unicode="" glyph-name="rotateright" d="M416.002 831.986c212.070 0 383.986-171.916 383.986-383.986h191.994l-246.848-246.848-246.848 246.848h191.994c0 151.478-122.798 274.276-274.276 274.276-151.48 0-274.276-122.798-274.276-274.276 0-151.48 122.796-274.276 274.276-274.276v-109.71c-212.070 0-383.986 171.916-383.986 383.986s171.916 383.986 383.986 383.986z" />
|
||||
<glyph unicode="" glyph-name="flipv" d="M0 576h1024v384zM1024 0v384h-1024z" />
|
||||
<glyph unicode="" glyph-name="fliph" d="M576 960v-1024h384zM0-64h384v1024z" />
|
||||
<glyph unicode="" glyph-name="zoomin" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
|
||||
<glyph unicode="" glyph-name="zoomout" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
|
||||
<glyph unicode="" glyph-name="sharpen" d="M768 832h-512l-256-256 512-576 512 576-256 256zM512 181.334v2.666h-2.37l-14.222 16h16.592v16h-30.814l-14.222 16h45.036v16h-59.258l-14.222 16h73.48v16h-87.704l-14.222 16h101.926v16h-116.148l-14.222 16h130.37v16h-144.592l-14.222 16h158.814v16h-173.038l-14.222 16h187.26v16h-201.482l-14.222 16h215.704v16h-229.926l-14.222 16h244.148v16h-258.372l-14.222 16h272.594v16h-286.816l-14.222 16h301.038v16h-315.26l-14.222 16h329.482v16h-343.706l-7.344 8.262 139.072 139.072h211.978v-3.334h215.314l16-16h-231.314v-16h247.314l16-16h-263.314v-16h279.314l16-16h-295.314v-16h311.314l16-16h-327.314v-16h343.312l7.738-7.738-351.050-394.928z" />
|
||||
<glyph unicode="" glyph-name="options" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
|
||||
<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
|
||||
<glyph unicode="" glyph-name="moon" d="M715.812 895.52c-60.25 34.784-124.618 55.904-189.572 64.48 122.936-160.082 144.768-384.762 37.574-570.42-107.2-185.67-312.688-279.112-512.788-252.68 39.898-51.958 90.376-97.146 150.628-131.934 245.908-141.974 560.37-57.72 702.344 188.198 141.988 245.924 57.732 560.372-188.186 702.356z" />
|
||||
<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
|
||||
<glyph unicode="" glyph-name="remove22" d="M893.254 738.746l-90.508 90.508-290.746-290.744-290.746 290.744-90.508-90.506 290.746-290.748-290.746-290.746 90.508-90.508 290.746 290.746 290.746-290.746 90.508 90.51-290.744 290.744z" />
|
||||
<glyph unicode="" glyph-name="arrowleft" d="M672-64l192 192-320 320 320 320-192 192-512-512z" />
|
||||
<glyph unicode="" glyph-name="resize2" d="M0 896v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.488l677.488-677.488h-229.488c-35.346 0-64-28.652-64-64 0-35.346 28.654-64 64-64h384c35.346 0 64 28.654 64 64v384c0 35.348-28.654 64-64 64s-64-28.652-64-64v-229.488l-677.488 677.488h229.488c35.346 0 64 28.654 64 64s-28.652 64-64 64h-384c-35.346 0-64-28.654-64-64z" />
|
||||
<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
|
||||
</font></defs></svg>
|
||||
|
After Width: | Height: | Size: 45 KiB |
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.ttf
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.ttf
Normal file
Binary file not shown.
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.woff
Normal file
BIN
public/tinymce/src/skins/lightgray/main/fonts/tinymce.woff
Normal file
Binary file not shown.
BIN
public/tinymce/src/skins/lightgray/main/img/anchor.gif
Normal file
BIN
public/tinymce/src/skins/lightgray/main/img/anchor.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 53 B |
BIN
public/tinymce/src/skins/lightgray/main/img/loader.gif
Normal file
BIN
public/tinymce/src/skins/lightgray/main/img/loader.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/tinymce/src/skins/lightgray/main/img/object.gif
Normal file
BIN
public/tinymce/src/skins/lightgray/main/img/object.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 152 B |
BIN
public/tinymce/src/skins/lightgray/main/img/trans.gif
Normal file
BIN
public/tinymce/src/skins/lightgray/main/img/trans.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
@@ -0,0 +1,17 @@
|
||||
// AbsoluteLayout
|
||||
|
||||
.@{prefix}-abs-layout {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
html .@{prefix}-abs-layout-item, .@{prefix}-abs-end {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.@{prefix}-abs-end {
|
||||
width: 1px; height: 1px;
|
||||
}
|
||||
|
||||
.@{prefix}-container-body.@{prefix}-abs-layout {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
// Animations
|
||||
|
||||
.@{prefix}-fade {
|
||||
opacity: 0;
|
||||
.transition(opacity .15s linear);
|
||||
|
||||
&.@{prefix}-in {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
115
public/tinymce/src/skins/lightgray/main/less/desktop/Arrows.less
Normal file
115
public/tinymce/src/skins/lightgray/main/less/desktop/Arrows.less
Normal file
@@ -0,0 +1,115 @@
|
||||
// Arrows
|
||||
|
||||
.@{prefix}-arrow-up {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow-down {
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow:before,
|
||||
.@{prefix}-arrow:after {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-style: solid;
|
||||
border-color: transparent;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-up:before {
|
||||
top: -9px;
|
||||
border-bottom-color: @panel-border;
|
||||
border-width: 0 9px 9px;
|
||||
margin-left: -9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-down:before {
|
||||
bottom: -9px;
|
||||
border-top-color: @panel-border;
|
||||
border-width: 9px 9px 0;
|
||||
margin-left: -9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-up:after {
|
||||
top: -8px;
|
||||
border-bottom-color: @panel-bg;
|
||||
border-width: 0 8px 8px;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-down:after {
|
||||
bottom: -8px;
|
||||
border-top-color: @panel-bg;
|
||||
border-width: 8px 8px 0;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-left:before,
|
||||
.@{prefix}-arrow.@{prefix}-arrow-left:after {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-left:before {
|
||||
left: 8px;
|
||||
}
|
||||
.@{prefix}-arrow.@{prefix}-arrow-left:after {
|
||||
left: 9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-right:before,
|
||||
.@{prefix}-arrow.@{prefix}-arrow-right:after {
|
||||
left: auto;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-right:before {
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-right:after {
|
||||
right: 9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-left:before {
|
||||
left: -9px;
|
||||
top: 50%;
|
||||
border-right-color: @panel-border;
|
||||
border-width: 9px 9px 9px 0;
|
||||
margin-top: -9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-left:after {
|
||||
left: -8px;
|
||||
top: 50%;
|
||||
border-right-color: @panel-bg;
|
||||
border-width: 8px 8px 8px 0;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-left {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-right:before {
|
||||
right: -9px;
|
||||
top: 50%;
|
||||
border-left-color: @panel-border;
|
||||
border-width: 9px 0 9px 9px;
|
||||
margin-top: -9px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-right:after {
|
||||
right: -8px;
|
||||
top: 50%;
|
||||
border-left-color: @panel-bg;
|
||||
border-width: 8px 0 8px 8px;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
.@{prefix}-arrow.@{prefix}-arrow-center.@{prefix}-arrow.@{prefix}-arrow-right {
|
||||
margin-left: -14px;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
// BrowseButton
|
||||
|
||||
.@{prefix}-browsebutton {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
& button {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
& input {
|
||||
.opacity(0);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 0;
|
||||
}
|
||||
}
|
||||
191
public/tinymce/src/skins/lightgray/main/less/desktop/Button.less
Normal file
191
public/tinymce/src/skins/lightgray/main/less/desktop/Button.less
Normal file
@@ -0,0 +1,191 @@
|
||||
// Button
|
||||
|
||||
.@{prefix}-btn {
|
||||
border: 1px solid mix(rgb(red(@btn-border-right), green(@btn-border-right), blue(@btn-border-right)), @panel-bg, 30%);
|
||||
border-color: @btn-border-top @btn-border-right @btn-border-bottom @btn-border-left;
|
||||
position: relative;
|
||||
text-shadow: @text-shadow;
|
||||
background: @btn-bg;
|
||||
|
||||
.inline-block();
|
||||
.border-radius(3px);
|
||||
.box-shadow(@btn-box-shadow);
|
||||
|
||||
&:hover, &:active {
|
||||
background: @btn-bg-hover;
|
||||
color: @btn-text-hover;
|
||||
border-color: @btn-border-hover;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background: @btn-bg-focus;
|
||||
color: @btn-text-focus;
|
||||
border-color: @btn-border-focus;
|
||||
}
|
||||
|
||||
&.@{prefix}-disabled button, &.@{prefix}-disabled:hover button {
|
||||
cursor: default;
|
||||
.box-shadow(none);
|
||||
.opacity(@btn-box-disabled-opacity);
|
||||
}
|
||||
|
||||
&.@{prefix}-active,
|
||||
&.@{prefix}-active:hover,
|
||||
&.@{prefix}-active:focus,
|
||||
&.@{prefix}-active:active {
|
||||
.box-shadow(@btn-box-shadow-active);
|
||||
background: @btn-bg-active;
|
||||
color: @btn-text-active;
|
||||
border-color: @btn-border-active;
|
||||
}
|
||||
|
||||
&.@{prefix}-active button, &.@{prefix}-active:hover button,
|
||||
&.@{prefix}-active i, &.@{prefix}-active:hover i {
|
||||
color: @btn-text-active;
|
||||
}
|
||||
|
||||
&:hover .@{prefix}-caret {
|
||||
border-top-color: @btn-chevron-hover;
|
||||
}
|
||||
|
||||
&.@{prefix}-active .@{prefix}-caret, &.@{prefix}-active:hover .@{prefix}-caret {
|
||||
border-top-color: @btn-chevron-active;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-btn button {
|
||||
padding: @btn-padding;
|
||||
font-size: @font-size;
|
||||
line-height: @line-height;
|
||||
*line-height: @line-height - 4px;
|
||||
cursor: pointer;
|
||||
color: @btn-text;
|
||||
text-align: center;
|
||||
|
||||
// Fixes for default inner padding of button
|
||||
overflow: visible; // IE7
|
||||
-webkit-appearance: none; // WebKit
|
||||
&::-moz-focus-inner { // Gecko
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-btn i {
|
||||
text-shadow: 1px 1px @btn-text-shadow;
|
||||
}
|
||||
|
||||
.@{prefix}-primary.@{prefix}-btn-has-text {
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
.@{prefix}-primary {
|
||||
color: @btn-primary-text;
|
||||
border: 1px solid transparent;
|
||||
border-color: @btn-primary-border;
|
||||
background-color: @btn-primary-bg;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: @btn-primary-bg-hover;
|
||||
border-color: @btn-primary-border-hover;
|
||||
}
|
||||
|
||||
&.@{prefix}-disabled button, &.@{prefix}-disabled:hover button {
|
||||
cursor: default;
|
||||
.box-shadow(none);
|
||||
.opacity(@btn-box-disabled-opacity);
|
||||
}
|
||||
|
||||
&.@{prefix}-active, &.@{prefix}-active:hover, &:not(.@{prefix}-disabled):active {
|
||||
background-color: @btn-primary-bg-active;
|
||||
.box-shadow(@btn-box-shadow-active);
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-primary button, .@{prefix}-primary button i {
|
||||
color: @btn-primary-text;
|
||||
text-shadow: 1px 1px @btn-primary-text-shadow;
|
||||
}
|
||||
|
||||
.@{prefix}-btn .@{prefix}-txt {
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-large button {
|
||||
padding: 9px 14px;
|
||||
font-size: @font-size + 2px;
|
||||
line-height: normal;
|
||||
.border-radius(5px);
|
||||
}
|
||||
|
||||
.@{prefix}-btn-large i {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-small button {
|
||||
padding: 1px 5px;
|
||||
font-size: @font-size - 2px;
|
||||
*padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-small i {
|
||||
line-height: 20px;
|
||||
vertical-align: top;
|
||||
*line-height: 18px;
|
||||
}
|
||||
|
||||
.@{prefix}-btn .@{prefix}-caret {
|
||||
margin-top: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-small .@{prefix}-caret {
|
||||
margin-top: 8px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-caret {
|
||||
.inline-block();
|
||||
width: 0; height: 0;
|
||||
vertical-align: top;
|
||||
border-top: 4px solid @btn-chevron;
|
||||
border-right: 4px solid transparent;
|
||||
border-left: 4px solid transparent;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.@{prefix}-disabled .@{prefix}-caret {
|
||||
border-top-color: @text-disabled;
|
||||
}
|
||||
|
||||
.@{prefix}-caret.@{prefix}-up {
|
||||
border-bottom: 4px solid @btn-chevron;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-flat {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
.border-radius(0);
|
||||
.box-shadow(none);
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-flat:hover, .@{prefix}-btn-flat.@{prefix}-active, .@{prefix}-btn-flat:focus, .@{prefix}-btn-flat:active {
|
||||
border: 0;
|
||||
background: @menubar-bg-active;
|
||||
filter: none;
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
.@{prefix}-btn-has-text .@{prefix}-ico {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-btn button {
|
||||
direction: rtl;
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
// ButtonGroup
|
||||
|
||||
.@{prefix}-toolbar .@{prefix}-btn-group {
|
||||
margin: 0;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.btn-group-border-left(@border-color) when (@has-button-borders = true) {
|
||||
border-left: 1px solid @border-color;
|
||||
}
|
||||
|
||||
.btn-group-border-right(@border-color) when (@has-button-borders = true) {
|
||||
border-right: 1px solid @border-color;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group .@{prefix}-btn {
|
||||
border-width: @btn-group-border-width;
|
||||
margin: 0;
|
||||
.border-radius(0);
|
||||
margin-left: @flow-layout-spacing;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group .@{prefix}-btn when (@has-button-borders = true) {
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group:not(:first-child) when (@has-button-borders = true) {
|
||||
padding-left: 1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group:not(:first-child) when (@has-button-borders = false) {
|
||||
border-left: 1px solid darken(@btn-bg, 15%);
|
||||
padding-left: 0;
|
||||
margin-left: @flow-layout-spacing;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group {
|
||||
.border-radius(3px 0 0 3px);
|
||||
.btn-group-border-left(@btn-border-left);
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group .@{prefix}-last {
|
||||
.border-radius(0 3px 3px 0);
|
||||
.btn-group-border-right(@btn-border-right);
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group .@{prefix}-first.@{prefix}-last {
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
||||
.@{prefix}-btn-group .@{prefix}-btn.@{prefix}-flow-layout-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-btn-group .@{prefix}-btn {
|
||||
margin-left: 0;
|
||||
margin-right: @flow-layout-spacing;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-btn-group .@{prefix}-first {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-btn-group:not(:first-child) {
|
||||
border-left: none;
|
||||
border-right:1px solid darken(@btn-bg, 15%);
|
||||
padding-right: @flow-layout-spacing + 2px;
|
||||
margin-right: @flow-layout-spacing + 2px;
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
// Checkbox
|
||||
|
||||
.@{prefix}-checkbox {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
i.@{prefix}-i-checkbox {
|
||||
margin: 0 3px 0 0;
|
||||
border: 1px solid @checkbox-border;
|
||||
.border-radius(3px);
|
||||
.box-shadow(@checkbox-box-shadow);
|
||||
background-color: @checkbox-bg;
|
||||
text-indent: -10em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{prefix}-checked i.@{prefix}-i-checkbox {
|
||||
color: @btn-text;
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
text-indent: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-checkbox:focus i.@{prefix}-i-checkbox, .@{prefix}-checkbox.@{prefix}-focus i.@{prefix}-i-checkbox {
|
||||
border: 1px solid @checkbox-border-focus;
|
||||
.box-shadow(@checkbox-box-shadow-focus);
|
||||
}
|
||||
|
||||
.@{prefix}-checkbox.@{prefix}-disabled .@{prefix}-label, .@{prefix}-checkbox.@{prefix}-disabled i.@{prefix}-i-checkbox {
|
||||
color: mix(@text, @panel-bg, 40%);
|
||||
}
|
||||
|
||||
.@{prefix}-checkbox .@{prefix}-label {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-checkbox {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl i.@{prefix}-i-checkbox {
|
||||
margin: 0 0 0 3px;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// ColorBox
|
||||
|
||||
.@{prefix}-colorbox i {
|
||||
border: 1px solid @textbox-border;
|
||||
width: 14px; height: 14px;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
// ColorButton
|
||||
|
||||
.@{prefix}-colorbutton .@{prefix}-ico {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-colorbutton-grid {
|
||||
margin: 4px;
|
||||
}
|
||||
/*
|
||||
.@{prefix}-colorbutton button {
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
*/
|
||||
.@{prefix}-colorbutton .@{prefix}-preview {
|
||||
padding-right: 3px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -17px;
|
||||
margin-top: 7px;
|
||||
background: gray;
|
||||
width: 13px;
|
||||
height: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-preview {
|
||||
margin-left: -16px;
|
||||
padding-right: 0;
|
||||
width: 16px;
|
||||
}
|
||||
/*
|
||||
.@{prefix}-colorbutton .@{prefix}-open {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
border-left: 1px solid transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-colorbutton:hover .@{prefix}-open {
|
||||
border-color: darken(@btn-bg, 20%);
|
||||
}
|
||||
|
||||
.@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-open {
|
||||
padding: 0 3px 0 3px;
|
||||
}
|
||||
*/
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-colorbutton {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-colorbutton .@{prefix}-preview {
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-colorbutton.@{prefix}-btn-small .@{prefix}-preview {
|
||||
margin-left: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-colorbutton .@{prefix}-open {
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
border-left: 0;
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
// ColorPicker
|
||||
|
||||
.@{prefix}-colorpicker {
|
||||
position: relative;
|
||||
width: 250px;
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-sv {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
border: 1px solid @colorpicker-border;
|
||||
cursor: crosshair;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-h-chunk {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-overlay1, .@{prefix}-colorpicker-overlay2 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-overlay1 {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
|
||||
background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-overlay2 {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000');
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-selector1 {
|
||||
background: none;
|
||||
position: absolute;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: -8px 0 0 -8px;
|
||||
border: 1px solid black;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-selector2 {
|
||||
position: absolute;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border: 1px solid white;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-h {
|
||||
position: absolute;
|
||||
top: 0; right: 0;
|
||||
width: 6.5%;
|
||||
height: 100%;
|
||||
border: 1px solid @colorpicker-border;
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
||||
.@{prefix}-colorpicker-h-marker {
|
||||
margin-top: -4px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -1px;
|
||||
width: 100%;
|
||||
border: 1px solid @colorpicker-hue-border;
|
||||
background: @colorpicker-hue-bg;
|
||||
height: 4px;
|
||||
z-index: 100;
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
// ComboBox
|
||||
|
||||
.@{prefix}-combobox {
|
||||
position: relative;
|
||||
.inline-block();
|
||||
.border-radius(3px);
|
||||
.box-shadow(@textbox-box-shadow);
|
||||
*height: 32px;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox input {
|
||||
border: 1px solid @textbox-border;
|
||||
border-right-color: @combobox-border;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox.@{prefix}-disabled input {
|
||||
color: mix(@text, @textbox-bg, 40%);
|
||||
}
|
||||
|
||||
.@{prefix}-combobox.@{prefix}-has-open input {
|
||||
.border-radius(4px 0 0 4px);
|
||||
}
|
||||
|
||||
.@{prefix}-combobox .@{prefix}-btn {
|
||||
border: 1px solid @textbox-border;
|
||||
border-left: 0;
|
||||
.border-radius(0 4px 4px 0);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox button {
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox.@{prefix}-disabled .@{prefix}-btn button {
|
||||
cursor: default;
|
||||
.box-shadow(none);
|
||||
.opacity(@btn-box-disabled-opacity);
|
||||
}
|
||||
|
||||
.@{prefix}-combobox .@{prefix}-status {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
top: 50%;
|
||||
line-height: 16px;
|
||||
margin-top: -8px;
|
||||
font-size: 12px;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox.@{prefix}-has-status input {
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox.@{prefix}-has-open .@{prefix}-status {
|
||||
right: 37px;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox .@{prefix}-status.@{prefix}-i-warning {
|
||||
color: @combobox-warning-text;
|
||||
}
|
||||
|
||||
.@{prefix}-combobox .@{prefix}-status.@{prefix}-i-checkmark {
|
||||
color: @combobox-success-text;
|
||||
}
|
||||
|
||||
.@{prefix}-menu.@{prefix}-combobox-menu {
|
||||
border-top: 0;
|
||||
margin-top: 0;
|
||||
max-height: 200px;
|
||||
|
||||
.@{prefix}-menu-item {
|
||||
padding: 4px 6px 4px 4px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item-sep {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-text, .@{prefix}-text b {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item-link, .@{prefix}-menu-item-link b {
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// Container
|
||||
|
||||
.@{prefix}-container, .@{prefix}-container-body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.@{prefix}-autoscroll {
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/* Content.Inline.less */
|
||||
|
||||
@import "Variables.less";
|
||||
@import "Mixins.less";
|
||||
@import "Content.Objects.less";
|
||||
|
||||
.mce-content-body {
|
||||
line-height: @content-line-height;
|
||||
}
|
||||
@@ -0,0 +1,215 @@
|
||||
/* Content.Objects.less */
|
||||
|
||||
.mce-content-body .mce-reset {
|
||||
margin: 0; padding: 0; border: 0; outline: 0;
|
||||
vertical-align: top; background: transparent;
|
||||
text-decoration: none; color: black;
|
||||
font-family: Arial;
|
||||
font-size: 11px; text-shadow: none; float: none;
|
||||
position: static; width: auto; height: auto;
|
||||
white-space: nowrap; cursor: inherit;
|
||||
line-height: normal; font-weight: normal;
|
||||
text-align: left;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
direction: ltr;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.mce-object {
|
||||
border: 1px dotted #3A3A3A;
|
||||
background: #D5D5D5 url(img/object.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.mce-preview-object {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0 2px 0 2px;
|
||||
line-height: 0;
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
.mce-preview-object[data-mce-selected="2"] .mce-shim {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mce-preview-object .mce-shim {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
||||
}
|
||||
|
||||
figure.align-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
figure.align-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
figure.image.align-center {
|
||||
display: table;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
figure.image {
|
||||
display: inline-block;
|
||||
border: 1px solid gray;
|
||||
margin: 0 2px 0 1px;
|
||||
background: #f5f2f0;
|
||||
}
|
||||
|
||||
figure.image img {
|
||||
margin: 8px 8px 0 8px;
|
||||
}
|
||||
|
||||
figure.image figcaption {
|
||||
margin: 6px 8px 6px 8px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.mce-toc {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
|
||||
.mce-toc h2 {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.mce-toc li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.mce-pagebreak {
|
||||
cursor: default;
|
||||
display: block;
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
border: 1px dashed #666;
|
||||
margin-top: 15px;
|
||||
page-break-before: always;
|
||||
}
|
||||
|
||||
@media print {
|
||||
.mce-pagebreak {
|
||||
border: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.mce-item-anchor {
|
||||
cursor: default;
|
||||
display: inline-block;
|
||||
-webkit-user-select: all;
|
||||
-webkit-user-modify: read-only;
|
||||
-moz-user-select: all;
|
||||
-moz-user-modify: read-only;
|
||||
user-select: all;
|
||||
user-modify: read-only;
|
||||
width: 9px !important;
|
||||
height: 9px !important;
|
||||
border: 1px dotted #3A3A3A;
|
||||
background: #D5D5D5 url(img/anchor.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.mce-nbsp, .mce-shy {
|
||||
background: #AAA;
|
||||
}
|
||||
|
||||
.mce-shy::after {
|
||||
content: '-';
|
||||
}
|
||||
|
||||
.mce-match-marker {
|
||||
background: #AAA;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mce-match-marker-selected {
|
||||
background: #3399ff;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.mce-spellchecker-word {
|
||||
border-bottom: 2px solid rgba(208, 2, 27, 0.5);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.mce-spellchecker-grammar {
|
||||
border-bottom: 2px solid #008000;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
|
||||
border: 1px dashed #BBB;
|
||||
}
|
||||
|
||||
td[data-mce-selected], th[data-mce-selected] {
|
||||
background-color: @content-selection-bg !important;
|
||||
}
|
||||
|
||||
.mce-edit-focus {
|
||||
outline: 1px dotted #333;
|
||||
}
|
||||
|
||||
.mce-content-body {
|
||||
*[contentEditable=false] *[contentEditable=true]:focus {
|
||||
outline: 2px solid @content-block-focus;
|
||||
}
|
||||
|
||||
*[contentEditable=false] *[contentEditable=true]:hover {
|
||||
outline: 2px solid @content-block-hover;
|
||||
}
|
||||
|
||||
*[contentEditable=false][data-mce-selected] {
|
||||
outline: 2px solid @content-block-selected;
|
||||
}
|
||||
|
||||
&.mce-content-readonly {
|
||||
*[contentEditable=true]:focus, *[contentEditable=true]:hover {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
*[data-mce-selected="inline-boundary"] {
|
||||
background: @content-boundary-bg;
|
||||
}
|
||||
|
||||
.mce-item-anchor[data-mce-selected] {
|
||||
background: #D5D5D5 url(img/anchor.gif) no-repeat center;
|
||||
}
|
||||
|
||||
hr {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Fixes TINY-1618
|
||||
Safari sets -webkit-nbsp-mode to "space" on contenteditable="true"
|
||||
tables, making it impossible to enter spaces into small table cells
|
||||
*/
|
||||
table {
|
||||
-webkit-nbsp-mode: normal;
|
||||
}
|
||||
}
|
||||
|
||||
/* Table Resizing */
|
||||
.ephox-snooker-resizer-bar {
|
||||
background-color: @content-selection-bg;
|
||||
opacity: 0.0;
|
||||
}
|
||||
|
||||
.ephox-snooker-resizer-cols {
|
||||
cursor: col-resize;
|
||||
}
|
||||
|
||||
.ephox-snooker-resizer-rows {
|
||||
cursor: row-resize;
|
||||
}
|
||||
|
||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
/* Content.less */
|
||||
|
||||
@import "Variables.less";
|
||||
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
color: #000000;
|
||||
font-family: @content-font-family;
|
||||
font-size: @content-font-size;
|
||||
line-height: @content-line-height;
|
||||
scrollbar-3dlight-color: #F0F0EE;
|
||||
scrollbar-arrow-color: #676662;
|
||||
scrollbar-base-color: #F0F0EE;
|
||||
scrollbar-darkshadow-color: #DDDDDD;
|
||||
scrollbar-face-color: #E0E0DD;
|
||||
scrollbar-highlight-color: #F0F0EE;
|
||||
scrollbar-shadow-color: #F0F0EE;
|
||||
scrollbar-track-color: #F5F5F5;
|
||||
}
|
||||
|
||||
td, th {
|
||||
font-family: @content-font-family;
|
||||
font-size: @content-font-size;
|
||||
}
|
||||
|
||||
@import "Mixins.less";
|
||||
@import "Content.Objects.less";
|
||||
@@ -0,0 +1,62 @@
|
||||
// CropRect
|
||||
|
||||
.@{prefix}-croprect-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 20px; height: 20px;
|
||||
border: 2px solid white;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-nw {
|
||||
border-width: 2px 0 0 2px;
|
||||
margin: -2px 0 0 -2px;
|
||||
cursor: nw-resize;
|
||||
top: 100px; left: 100px;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-ne {
|
||||
border-width: 2px 2px 0 0;
|
||||
margin: -2px 0 0 -20px;
|
||||
cursor: ne-resize;
|
||||
top: 100px; left: 200px;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-sw {
|
||||
border-width: 0 0 2px 2px;
|
||||
margin: -20px 2px 0 -2px;
|
||||
cursor: sw-resize;
|
||||
top: 200px; left: 100px;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-se {
|
||||
border-width: 0 2px 2px 0;
|
||||
margin: -20px 0 0 -20px;
|
||||
cursor: se-resize;
|
||||
top: 200px; left: 200px;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-move {
|
||||
position: absolute;
|
||||
cursor: move;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-block {
|
||||
.opacity(@window-modalblock-opacity);
|
||||
position: absolute;
|
||||
background: black;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle:focus {
|
||||
border-color: @textbox-border-focus;
|
||||
}
|
||||
|
||||
.@{prefix}-croprect-handle-move:focus {
|
||||
outline: 1px solid @textbox-border-focus;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
// DropZone
|
||||
|
||||
.@{prefix}-dropzone {
|
||||
border: 3px dashed gray;
|
||||
text-align: center;
|
||||
|
||||
& span {
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content:"";
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&.@{prefix}-disabled {
|
||||
.opacity(@btn-box-disabled-opacity);
|
||||
|
||||
&.@{prefix}-dragenter {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
// FieldSet
|
||||
|
||||
.@{prefix}-fieldset {
|
||||
border: 0 solid #9E9E9E;
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
||||
.@{prefix}-fieldset > .@{prefix}-container-body {
|
||||
margin-top: -15px;
|
||||
}
|
||||
|
||||
.@{prefix}-fieldset-title {
|
||||
margin-left: 5px;
|
||||
padding: 0 5px 0 5px;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-filepicker input {
|
||||
direction: ltr;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
// FitLayout
|
||||
|
||||
.@{prefix}-fit-layout {
|
||||
.inline-block();
|
||||
}
|
||||
|
||||
.@{prefix}-fit-layout-item {
|
||||
position: absolute;
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
// FloatPanel
|
||||
|
||||
.@{prefix}-floatpanel {
|
||||
position: absolute;
|
||||
.box-shadow(@floatpanel-box-shadow);
|
||||
}
|
||||
|
||||
.@{prefix}-floatpanel.@{prefix}-fixed {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
// Popover panel
|
||||
|
||||
.@{prefix}-floatpanel .@{prefix}-arrow,
|
||||
.@{prefix}-floatpanel .@{prefix}-arrow:after {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-color: transparent;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.@{prefix}-floatpanel .@{prefix}-arrow {
|
||||
border-width: @popover-arrow-outer-width;
|
||||
}
|
||||
|
||||
.@{prefix}-floatpanel .@{prefix}-arrow:after {
|
||||
border-width: @popover-arrow-width;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.@{prefix}-floatpanel.@{prefix}-popover {
|
||||
.reset-gradient();
|
||||
.border-radius(6px);
|
||||
.box-shadow(@floatpanel-box-shadow);
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: @popover-bg;
|
||||
border: 1px solid @panel-border;
|
||||
border: 1px solid @popover-arrow-outer;
|
||||
|
||||
&.@{prefix}-bottom {
|
||||
margin-top: @popover-arrow-width;
|
||||
*margin-top: 0;
|
||||
|
||||
& > .@{prefix}-arrow {
|
||||
left: 50%;
|
||||
margin-left: -@popover-arrow-outer-width;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: @panel-border;
|
||||
border-bottom-color: @popover-arrow-outer;
|
||||
top: -@popover-arrow-outer-width;
|
||||
|
||||
&:after {
|
||||
top: 1px;
|
||||
margin-left: -@popover-arrow-width;
|
||||
border-top-width: 0;
|
||||
border-bottom-color: @popover-arrow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-top {
|
||||
margin-top: -@popover-arrow-width;
|
||||
*margin-top: 0;
|
||||
|
||||
& > .@{prefix}-arrow {
|
||||
left: 50%;
|
||||
margin-left: -@popover-arrow-outer-width;
|
||||
border-bottom-width: 0;
|
||||
border-top-color: @panel-border;
|
||||
// border-bottom-color: @popover-arrow-outer;
|
||||
top: auto;
|
||||
bottom: -@popover-arrow-outer-width;
|
||||
|
||||
&:after {
|
||||
bottom: 1px;
|
||||
margin-left: -@popover-arrow-width;
|
||||
border-bottom-width: 0;
|
||||
border-top-color: @popover-arrow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-bottom, &.@{prefix}-top {
|
||||
&.@{prefix}-start { margin-left: -22px; }
|
||||
&.@{prefix}-start > .@{prefix}-arrow { left: 20px; }
|
||||
|
||||
&.@{prefix}-end { margin-left: 22px; }
|
||||
&.@{prefix}-end > .@{prefix}-arrow { right: 10px; left: auto; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
// FlowLayout
|
||||
|
||||
.@{prefix}-flow-layout-item {
|
||||
.inline-block();
|
||||
}
|
||||
|
||||
.@{prefix}-flow-layout-item {
|
||||
margin: @flow-layout-spacing 0 @flow-layout-spacing @flow-layout-spacing;
|
||||
}
|
||||
|
||||
.@{prefix}-flow-layout-item.@{prefix}-last {
|
||||
margin-right: @flow-layout-spacing;
|
||||
}
|
||||
|
||||
.@{prefix}-flow-layout {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.@{prefix}-tinymce-inline .@{prefix}-flow-layout {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-flow-layout {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-flow-layout-item {
|
||||
margin: @flow-layout-spacing @flow-layout-spacing @flow-layout-spacing 0;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-flow-layout-item.@{prefix}-last {
|
||||
margin-left: @flow-layout-spacing;
|
||||
}
|
||||
181
public/tinymce/src/skins/lightgray/main/less/desktop/Icons.less
Normal file
181
public/tinymce/src/skins/lightgray/main/less/desktop/Icons.less
Normal file
@@ -0,0 +1,181 @@
|
||||
/* Icons */
|
||||
|
||||
@font-face {
|
||||
font-family: 'tinymce';
|
||||
src:url('fonts/tinymce.eot');
|
||||
src:url('fonts/tinymce.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/tinymce.woff') format('woff'),
|
||||
url('fonts/tinymce.ttf') format('truetype'),
|
||||
url('fonts/tinymce.svg#tinymce') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'tinymce-small';
|
||||
src:url('fonts/tinymce-small.eot');
|
||||
src:url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/tinymce-small.woff') format('woff'),
|
||||
url('fonts/tinymce-small.ttf') format('truetype'),
|
||||
url('fonts/tinymce-small.svg#tinymce') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.@{prefix}-ico {
|
||||
font-family: 'tinymce', Arial;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
font-size: @icon-size;
|
||||
line-height: @icon-size;
|
||||
speak: none;
|
||||
vertical-align: text-top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
display: inline-block;
|
||||
background: transparent center center;
|
||||
background-size: cover;
|
||||
width: @icon-box;
|
||||
height: @icon-box;
|
||||
color: @btn-text;
|
||||
}
|
||||
|
||||
.@{prefix}-btn-small .@{prefix}-ico {
|
||||
font-family: 'tinymce-small', Arial;
|
||||
}
|
||||
|
||||
.@{prefix}-i-save:before { content: "\e000"; }
|
||||
.@{prefix}-i-newdocument:before { content: "\e001"; }
|
||||
.@{prefix}-i-fullpage:before { content: "\e002"; }
|
||||
.@{prefix}-i-alignleft:before { content: "\e003"; }
|
||||
.@{prefix}-i-aligncenter:before { content: "\e004"; }
|
||||
.@{prefix}-i-alignright:before { content: "\e005"; }
|
||||
.@{prefix}-i-alignjustify:before { content: "\e006"; }
|
||||
.@{prefix}-i-alignnone:before { content: "\e003"; }
|
||||
.@{prefix}-i-cut:before { content: "\e007"; }
|
||||
.@{prefix}-i-paste:before { content: "\e008"; }
|
||||
.@{prefix}-i-searchreplace:before { content: "\e009"; }
|
||||
.@{prefix}-i-bullist:before { content: "\e00a"; }
|
||||
.@{prefix}-i-numlist:before { content: "\e00b"; }
|
||||
.@{prefix}-i-indent:before { content: "\e00c"; }
|
||||
.@{prefix}-i-outdent:before { content: "\e00d"; }
|
||||
.@{prefix}-i-blockquote:before { content: "\e00e"; }
|
||||
.@{prefix}-i-undo:before { content: "\e00f"; }
|
||||
.@{prefix}-i-redo:before { content: "\e010"; }
|
||||
.@{prefix}-i-link:before { content: "\e011"; }
|
||||
.@{prefix}-i-unlink:before { content: "\e012"; }
|
||||
.@{prefix}-i-anchor:before { content: "\e013"; }
|
||||
.@{prefix}-i-image:before { content: "\e014"; }
|
||||
.@{prefix}-i-media:before { content: "\e015"; }
|
||||
.@{prefix}-i-help:before { content: "\e016"; }
|
||||
.@{prefix}-i-code:before { content: "\e017"; }
|
||||
.@{prefix}-i-insertdatetime:before { content: "\e018"; }
|
||||
.@{prefix}-i-preview:before { content: "\e019"; }
|
||||
.@{prefix}-i-forecolor:before { content: "\e01a"; }
|
||||
.@{prefix}-i-backcolor:before { content: "\e01a"; }
|
||||
.@{prefix}-i-table:before { content: "\e01b"; }
|
||||
.@{prefix}-i-hr:before { content: "\e01c"; }
|
||||
.@{prefix}-i-removeformat:before { content: "\e01d"; }
|
||||
.@{prefix}-i-subscript:before { content: "\e01e"; }
|
||||
.@{prefix}-i-superscript:before { content: "\e01f"; }
|
||||
.@{prefix}-i-charmap:before { content: "\e020"; }
|
||||
.@{prefix}-i-emoticons:before { content: "\e021"; }
|
||||
.@{prefix}-i-print:before { content: "\e022"; }
|
||||
.@{prefix}-i-fullscreen:before { content: "\e023"; }
|
||||
.@{prefix}-i-spellchecker:before { content: "\e024"; }
|
||||
.@{prefix}-i-nonbreaking:before { content: "\e025"; }
|
||||
.@{prefix}-i-template:before { content: "\e026"; }
|
||||
.@{prefix}-i-pagebreak:before { content: "\e027"; }
|
||||
.@{prefix}-i-restoredraft:before { content: "\e028"; }
|
||||
.@{prefix}-i-bold:before { content: "\e02a"; }
|
||||
.@{prefix}-i-italic:before { content: "\e02b"; }
|
||||
.@{prefix}-i-underline:before { content: "\e02c"; }
|
||||
.@{prefix}-i-strikethrough:before { content: "\e02d"; }
|
||||
.@{prefix}-i-visualchars:before { content: "\e02e"; }
|
||||
.@{prefix}-i-visualblocks:before { content: "\e02e"; }
|
||||
.@{prefix}-i-ltr:before { content: "\e02f"; }
|
||||
.@{prefix}-i-rtl:before { content: "\e030"; }
|
||||
.@{prefix}-i-copy:before { content: "\e031"; }
|
||||
.@{prefix}-i-resize:before { content: "\e032"; }
|
||||
.@{prefix}-i-browse:before { content: "\e034"; }
|
||||
.@{prefix}-i-pastetext:before { content: "\e035"; }
|
||||
.@{prefix}-i-rotateleft:before { content: "\eaa8"; }
|
||||
.@{prefix}-i-rotateright:before { content: "\eaa9"; }
|
||||
.@{prefix}-i-crop:before { content: "\ee78"; }
|
||||
.@{prefix}-i-editimage:before { content: "\e915"; }
|
||||
.@{prefix}-i-options:before { content: "\ec6a"; }
|
||||
.@{prefix}-i-flipv:before { content: "\eaaa"; }
|
||||
.@{prefix}-i-fliph:before { content: "\eaac"; }
|
||||
.@{prefix}-i-zoomin:before { content: "\eb35"; }
|
||||
.@{prefix}-i-zoomout:before { content: "\eb36"; }
|
||||
.@{prefix}-i-sun:before { content: "\eccc"; }
|
||||
.@{prefix}-i-moon:before { content: "\eccd"; }
|
||||
.@{prefix}-i-arrowleft:before { content: "\edc0"; }
|
||||
.@{prefix}-i-arrowright:before { content: "\e93c"; }
|
||||
.@{prefix}-i-drop:before { content: "\e935"; }
|
||||
.@{prefix}-i-contrast:before { content: "\ecd4"; }
|
||||
.@{prefix}-i-sharpen:before { content: "\eba7"; }
|
||||
.@{prefix}-i-resize2:before { content: "\edf9"; }
|
||||
.@{prefix}-i-orientation:before { content: "\e601"; }
|
||||
.@{prefix}-i-invert:before { content: "\e602"; }
|
||||
.@{prefix}-i-gamma:before { content: "\e600"; }
|
||||
.@{prefix}-i-remove:before { content: "\ed6a"; }
|
||||
.@{prefix}-i-tablerowprops:before { content: "\e604"; }
|
||||
.@{prefix}-i-tablecellprops:before { content: "\e605"; }
|
||||
.@{prefix}-i-table2:before { content: "\e606"; }
|
||||
.@{prefix}-i-tablemergecells:before { content: "\e607"; }
|
||||
.@{prefix}-i-tableinsertcolbefore:before { content: "\e608"; }
|
||||
.@{prefix}-i-tableinsertcolafter:before { content: "\e609"; }
|
||||
.@{prefix}-i-tableinsertrowbefore:before { content: "\e60a"; }
|
||||
.@{prefix}-i-tableinsertrowafter:before { content: "\e60b"; }
|
||||
.@{prefix}-i-tablesplitcells:before { content: "\e60d"; }
|
||||
.@{prefix}-i-tabledelete:before { content: "\e60e"; }
|
||||
.@{prefix}-i-tableleftheader:before { content: "\e62a"; }
|
||||
.@{prefix}-i-tabletopheader:before { content: "\e62b"; }
|
||||
.@{prefix}-i-tabledeleterow:before { content: "\e800"; }
|
||||
.@{prefix}-i-tabledeletecol:before { content: "\e801"; }
|
||||
.@{prefix}-i-codesample:before { content: "\e603"; }
|
||||
.@{prefix}-i-fill:before { content: "\e902"; }
|
||||
.@{prefix}-i-borderwidth:before { content: "\e903"; }
|
||||
.@{prefix}-i-line:before { content: "\e904"; }
|
||||
.@{prefix}-i-count:before { content: "\e905"; }
|
||||
.@{prefix}-i-translate:before { content: "\e907"; }
|
||||
.@{prefix}-i-drag:before { content: "\e908"; }
|
||||
.@{prefix}-i-home:before { content: "\e90b"; }
|
||||
.@{prefix}-i-upload:before { content: "\e914"; }
|
||||
.@{prefix}-i-bubble:before { content: "\e91c"; }
|
||||
.@{prefix}-i-user:before { content: "\e91d"; }
|
||||
.@{prefix}-i-lock:before { content: "\e926"; }
|
||||
.@{prefix}-i-unlock:before { content: "\e927"; }
|
||||
.@{prefix}-i-settings:before { content: "\e928"; }
|
||||
.@{prefix}-i-remove2:before { content: "\e92a"; }
|
||||
.@{prefix}-i-menu:before { content: "\e92d"; }
|
||||
.@{prefix}-i-warning:before { content: "\e930"; }
|
||||
.@{prefix}-i-question:before { content: "\e931"; }
|
||||
.@{prefix}-i-pluscircle:before { content: "\e932"; }
|
||||
.@{prefix}-i-info:before { content: "\e933"; }
|
||||
.@{prefix}-i-notice:before { content: "\e934"; }
|
||||
.@{prefix}-i-arrowup:before { content: "\e93b"; }
|
||||
.@{prefix}-i-arrowdown:before { content: "\e93d"; }
|
||||
.@{prefix}-i-arrowup2:before { content: "\e93f"; }
|
||||
.@{prefix}-i-arrowdown2:before { content: "\e940"; }
|
||||
.@{prefix}-i-menu2:before { content: "\e941"; }
|
||||
.@{prefix}-i-newtab:before { content: "\e961"; }
|
||||
.@{prefix}-i-a11y:before { content: "\e900"; }
|
||||
.@{prefix}-i-plus:before { content: "\e93a"; }
|
||||
.@{prefix}-i-insert:before { content: "\e93a"; }
|
||||
.@{prefix}-i-minus:before { content: "\e939"; }
|
||||
.@{prefix}-i-books:before { content: "\e911"; }
|
||||
.@{prefix}-i-reload:before { content: "\e906"; }
|
||||
.@{prefix}-i-toc:before { content: "\e901"; }
|
||||
.@{prefix}-i-checkmark:before { content: "\e033"; }
|
||||
.@{prefix}-i-format-painter:before { content: "\e909"; }
|
||||
.@{prefix}-i-checkbox:before, .@{prefix}-i-selected:before {
|
||||
content: "\e033";
|
||||
}
|
||||
|
||||
.@{prefix}-i-insert { font-size: 14px; }
|
||||
.@{prefix}-i-selected { visibility: hidden; }
|
||||
i.@{prefix}-i-backcolor { text-shadow: none; background: @colorbtn-backcolor-bg; }
|
||||
@@ -0,0 +1,6 @@
|
||||
// Iframe
|
||||
|
||||
.@{prefix}-iframe {
|
||||
border: 0 solid @iframe-border;
|
||||
width: 100%; height: 100%;
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
// ImagePanel
|
||||
|
||||
.@{prefix}-imagepanel {
|
||||
overflow: auto;
|
||||
background: black;
|
||||
}
|
||||
|
||||
.@{prefix}-imagepanel-bg {
|
||||
position: absolute;
|
||||
background: url('data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==');
|
||||
}
|
||||
|
||||
.@{prefix}-imagepanel img {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.@{prefix}-imagetool.@{prefix}-btn .@{prefix}-ico {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
line-height: 20px;
|
||||
font-size: 20px;
|
||||
padding: 5px;
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
// InfoBox
|
||||
|
||||
.@{prefix}-infobox {
|
||||
.inline-block();
|
||||
text-shadow: @text-shadow;
|
||||
overflow: hidden;
|
||||
border: 1px solid red;
|
||||
|
||||
div {
|
||||
display: block;
|
||||
margin: 5px;
|
||||
|
||||
button {
|
||||
position: absolute;
|
||||
top: 50%; right: 4px;
|
||||
cursor: pointer;
|
||||
margin-top: -8px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: 2px solid @btn-border-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-infobox.@{prefix}-has-help {
|
||||
div {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
button {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-infobox.@{prefix}-success {
|
||||
background: @infobox-success-bg;
|
||||
border-color: @infobox-success-border;
|
||||
|
||||
div {
|
||||
color: @infobox-success-text;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-infobox.@{prefix}-warning {
|
||||
background: @infobox-warning-bg;
|
||||
border-color: @infobox-warning-border;
|
||||
|
||||
div {
|
||||
color: @infobox-warning-text;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-infobox.@{prefix}-error {
|
||||
background: @infobox-error-bg;
|
||||
border-color: @infobox-error-border;
|
||||
|
||||
div {
|
||||
color: @infobox-error-text;
|
||||
}
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-infobox {
|
||||
div {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
// Label
|
||||
|
||||
.@{prefix}-label {
|
||||
.inline-block();
|
||||
text-shadow: @text-shadow;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-autoscroll {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-disabled {
|
||||
color: @text-disabled;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-multiline {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-success {
|
||||
color: @text-success;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-warning {
|
||||
color: @text-warning;
|
||||
}
|
||||
|
||||
.@{prefix}-label.@{prefix}-error {
|
||||
color: @text-error;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-label {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
// ListBox
|
||||
|
||||
.@{prefix}-listbox button {
|
||||
text-align: left;
|
||||
padding-right: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-listbox .@{prefix}-caret {
|
||||
position: absolute;
|
||||
margin-top: -2px;
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-listbox .@{prefix}-caret {
|
||||
right: auto;
|
||||
left: 8px;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-listbox button {
|
||||
padding-right: 10px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
// Menu
|
||||
|
||||
.@{prefix}-menu {
|
||||
position: absolute;
|
||||
left: 0; top: 0;
|
||||
.reset-gradient();
|
||||
z-index: 1000;
|
||||
padding: 5px 0 5px 0;
|
||||
margin: @menu-margin;
|
||||
min-width: @menu-min-width;
|
||||
background: @menu-bg;
|
||||
border: 1px solid mix(rgb(red(@menu-border), green(@menu-border), blue(@menu-border)), @panel-bg, round(alpha(@menu-border) * 200));
|
||||
border: 1px solid @menu-border;
|
||||
z-index: 1002;
|
||||
.border-radius(6px);
|
||||
.box-shadow(@menu-box-shadow);
|
||||
max-height: @menu-max-height;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
&.@{prefix}-animate {
|
||||
opacity: 0.01;
|
||||
transform: rotateY(10deg) rotateX(-10deg);
|
||||
transform-origin: left top;
|
||||
}
|
||||
|
||||
&.@{prefix}-menu-align {
|
||||
.@{prefix}-menu-shortcut, .@{prefix}-caret {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-menu i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-has-icons i {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.@{prefix}-menu.@{prefix}-in {
|
||||
&.@{prefix}-animate {
|
||||
opacity: 1;
|
||||
transform: rotateY(0) rotateX(0);
|
||||
transition: opacity .075s ease, transform .1s ease;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-menu-sub-tr-tl { margin: -6px 0 0 -1px; }
|
||||
.@{prefix}-menu-sub-br-bl { margin: 6px 0 0 -1px; }
|
||||
.@{prefix}-menu-sub-tl-tr { margin: -6px 0 0 1px; }
|
||||
.@{prefix}-menu-sub-bl-br { margin: 6px 0 0 1px; }
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl {
|
||||
.@{prefix}-menu-item .@{prefix}-ico {
|
||||
padding-right: 0;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
&.@{prefix}-menu-align .@{prefix}-caret, .@{prefix}-menu-shortcut {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
/* MenuBar */
|
||||
|
||||
.@{prefix}-menubar {
|
||||
border: 1px solid @menubar-border;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
.border-radius(0);
|
||||
.box-shadow(none);
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn button span {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-caret {
|
||||
border-top-color: @menubar-chevron;
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:hover {
|
||||
.@{prefix}-caret {
|
||||
border-top-color: @menubar-chevron-active;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn:hover, .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:focus {
|
||||
border-color: @btn-border-hover;
|
||||
background: @menu-bg;
|
||||
filter: none;
|
||||
.box-shadow(none);
|
||||
}
|
||||
|
||||
.@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active {
|
||||
border-bottom: none;
|
||||
z-index: 65537;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
/* MenuButton */
|
||||
|
||||
div.@{prefix}-menubtn.@{prefix}-opened {
|
||||
border-bottom-color: @btn-bg;
|
||||
z-index: 65537;
|
||||
}
|
||||
|
||||
div.@{prefix}-menubtn.@{prefix}-opened.@{prefix}-opened-under {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn button {
|
||||
color: @btn-text;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn.@{prefix}-btn-small span {
|
||||
font-size: @font-size - 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn.@{prefix}-fixed-width span {
|
||||
display: inline-block;
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn.@{prefix}-fixed-width.@{prefix}-btn-small span {
|
||||
width: 70px;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn .@{prefix}-caret {
|
||||
*margin-top: 6px;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl {
|
||||
.@{prefix}-menubtn button {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.@{prefix}-menubtn.@{prefix}-fixed-width span {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -0,0 +1,174 @@
|
||||
// MenuItem
|
||||
|
||||
.@{prefix}-menu-item {
|
||||
display: block;
|
||||
padding: 6px 4px 6px 4px;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
line-height: 20px;
|
||||
color: @menuitem-text;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
line-height: normal;
|
||||
border-left: 4px solid transparent;
|
||||
margin-bottom: 1px;
|
||||
|
||||
.@{prefix}-text, .@{prefix}-text b {
|
||||
line-height: 1;
|
||||
vertical-align: initial;
|
||||
}
|
||||
|
||||
.@{prefix}-caret {
|
||||
margin-top: 4px;
|
||||
margin-right: 6px;
|
||||
border-top: 4px solid transparent;
|
||||
border-bottom: 4px solid transparent;
|
||||
border-left: 4px solid @menuitem-chevron;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-shortcut {
|
||||
display: inline-block;
|
||||
padding: 0 10px 0 20px;
|
||||
color: @menuitem-shortcut;
|
||||
}
|
||||
|
||||
.@{prefix}-ico {
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
&:hover, &:focus {
|
||||
background: @menuitem-bg-hover;
|
||||
|
||||
.@{prefix}-menu-shortcut {
|
||||
color: @menuitem-shortcut;
|
||||
}
|
||||
|
||||
.@{prefix}-text, .@{prefix}-ico {
|
||||
color: @menuitem-text-hover;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-selected {
|
||||
background: @menuitem-bg-selected;
|
||||
|
||||
.@{prefix}-text, .@{prefix}-ico {
|
||||
color: @menuitem-text-selected;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-active.@{prefix}-menu-item-normal {
|
||||
background: @menuitem-bg-active;
|
||||
|
||||
.@{prefix}-text, .@{prefix}-ico {
|
||||
color: @menuitem-text-active;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-active.@{prefix}-menu-item-checkbox {
|
||||
.@{prefix}-ico {
|
||||
visibility: visible;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-disabled, &.@{prefix}-disabled:hover {
|
||||
background: @menuitem-bg-disabled;
|
||||
|
||||
&:focus {
|
||||
background: @menuitem-bg-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-text, .@{prefix}-ico {
|
||||
color: @menuitem-text-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
&.@{prefix}-menu-item-preview.@{prefix}-active {
|
||||
border-left: 5px solid @menuitem-preview-border-active;
|
||||
background: @menuitem-bg;
|
||||
|
||||
.@{prefix}-text, .@{prefix}-ico {
|
||||
color: @menuitem-text;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: @menuitem-bg-hover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item-link {
|
||||
color: #093;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
b {
|
||||
color: #093;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item-ellipsis {
|
||||
display: block;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item:hover *, .@{prefix}-menu-item.@{prefix}-selected *, .@{prefix}-menu-item:focus * {
|
||||
color: @menuitem-text-inverse;
|
||||
}
|
||||
|
||||
div.@{prefix}-menu .@{prefix}-menu-item-sep, .@{prefix}-menu-item-sep:hover {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
height: 1px;
|
||||
margin: 9px 1px;
|
||||
overflow: hidden;
|
||||
background: @menuitem-separator-top;
|
||||
border-bottom: 1px solid @menuitem-separator-bottom;
|
||||
cursor: default;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
div.@{prefix}-menu .@{prefix}-menu-item b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.@{prefix}-menu-item-indent-1 { padding-left: 20px; }
|
||||
.@{prefix}-menu-item-indent-2 { padding-left: 35px; }
|
||||
.@{prefix}-menu-item-indent-2 { padding-left: 35px; }
|
||||
.@{prefix}-menu-item-indent-3 { padding-left: 40px; }
|
||||
.@{prefix}-menu-item-indent-4 { padding-left: 45px; }
|
||||
.@{prefix}-menu-item-indent-5 { padding-left: 50px; }
|
||||
.@{prefix}-menu-item-indent-6 { padding-left: 55px; }
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-menu.@{prefix}-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-menu-item {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
padding: 6px 12px 6px 15px;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-menu-item .@{prefix}-caret {
|
||||
margin-left: 6px;
|
||||
margin-right: 0;
|
||||
border-right: 4px solid @menuitem-chevron;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-menu-item.@{prefix}-selected .@{prefix}-caret, .@{prefix}-rtl .@{prefix}-menu-item:focus .@{prefix}-caret, .@{prefix}-rtl .@{prefix}-menu-item:hover .@{prefix}-caret {
|
||||
border-left-color: transparent;
|
||||
border-right-color: @menuitem-chevron-selected;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl {
|
||||
.@{prefix}-menu-item .@{prefix}-ico {
|
||||
padding-right: 0;
|
||||
padding-left: 4px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
// Mixins
|
||||
|
||||
.opacity(@opacity) {
|
||||
opacity: @opacity;
|
||||
@opacityie: @opacity * 100;
|
||||
filter: ~"alpha(opacity=@{opacityie})";
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.vertical-gradient(@startColor, @endColor) when (@has-gradients = true) {
|
||||
background-color: mix(@startColor, @endColor, 60%);
|
||||
background-image: -moz-linear-gradient(top, @startColor, @endColor); // FF 3.6+
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), to(@endColor)); // Safari 4+, Chrome 2+
|
||||
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
|
||||
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
|
||||
background-image: linear-gradient(to bottom, @startColor, @endColor); // Standard, IE10
|
||||
background-repeat: repeat-x;
|
||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@startColor), argb(@endColor)));
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.vertical-gradient(@startColor, @endColor) when (@has-gradients = false) {
|
||||
background-color: mix(@startColor, @endColor, 60%);
|
||||
}
|
||||
|
||||
.border-radius(@radius) when (@has-radius = true) {
|
||||
-webkit-border-radius: @radius;
|
||||
-moz-border-radius: @radius;
|
||||
border-radius: @radius;
|
||||
}
|
||||
|
||||
.box-shadow(@shadowA, @shadowB:X, ...) when (@has-boxshadow = true) {
|
||||
// Multiple shadow solution from http://toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/
|
||||
@props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`;
|
||||
-webkit-box-shadow: @props;
|
||||
-moz-box-shadow: @props;
|
||||
box-shadow: @props;
|
||||
}
|
||||
|
||||
.transition(@transition) {
|
||||
-webkit-transition: @transition;
|
||||
transition: @transition;
|
||||
}
|
||||
|
||||
.inline-block() {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
.reset-gradient() {
|
||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.word-wrap {
|
||||
word-wrap: break-word;
|
||||
-ms-word-break: break-all;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
-ms-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
-webkit-hyphens: auto;
|
||||
hyphens: auto;
|
||||
}
|
||||
@@ -0,0 +1,140 @@
|
||||
// notification
|
||||
|
||||
.@{prefix}-notification {
|
||||
position: absolute;
|
||||
background-color: @notification-bg;
|
||||
padding: 5px;
|
||||
margin-top: 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: @notification-border;
|
||||
transition: transform 100ms ease-in, opacity 150ms ease-in;
|
||||
opacity: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.@{prefix}-notification.@{prefix}-in {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-success {
|
||||
background-color: @notification-success-bg;
|
||||
border-color: @notification-success-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-info {
|
||||
background-color: @notification-info-bg;
|
||||
border-color: @notification-info-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-warning {
|
||||
background-color: @notification-warning-bg;
|
||||
border-color: @notification-warning-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-error {
|
||||
background-color: @notification-error-bg;
|
||||
border-color: @notification-error-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification.@{prefix}-has-close {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-ico {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-inner {
|
||||
.word-wrap();
|
||||
display: inline-block;
|
||||
font-size: @notification-font-size;
|
||||
margin: 5px 8px 4px 8px;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
color: @notification-info-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-inner a {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-progress {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-progress .@{prefix}-text {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.@{prefix}-notification *, .@{prefix}-notification .@{prefix}-progress .@{prefix}-text {
|
||||
color: @notification-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-progress .@{prefix}-bar-container {
|
||||
border-color: @notification-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
|
||||
background-color: @notification-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-success *, .@{prefix}-notification-success .@{prefix}-progress .@{prefix}-text {
|
||||
color: @notification-success-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-success .@{prefix}-progress .@{prefix}-bar-container {
|
||||
border-color: @notification-success-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-success .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
|
||||
background-color: @notification-success-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-info *, .@{prefix}-notification-info .@{prefix}-progress .@{prefix}-text {
|
||||
color: @notification-info-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-info .@{prefix}-progress .@{prefix}-bar-container {
|
||||
border-color: @notification-info-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-info .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
|
||||
background-color: @notification-info-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-warning *, .@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-text {
|
||||
color: @notification-warning-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-bar-container {
|
||||
border-color: @notification-warning-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-warning .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
|
||||
background-color: @notification-warning-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-error *, .@{prefix}-notification-error .@{prefix}-progress .@{prefix}-text {
|
||||
color: @notification-error-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-error .@{prefix}-progress .@{prefix}-bar-container {
|
||||
border-color: @notification-error-border;
|
||||
}
|
||||
|
||||
.@{prefix}-notification-error .@{prefix}-progress .@{prefix}-bar-container .@{prefix}-bar {
|
||||
background-color: @notification-error-text;
|
||||
}
|
||||
|
||||
.@{prefix}-notification .@{prefix}-close {
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 8px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
line-height: 20px;
|
||||
color: @window-head-close;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
// Panel
|
||||
|
||||
.@{prefix}-panel {
|
||||
border: 0 solid mix(rgb(red(@panel-border), green(@panel-border), blue(@panel-border)), @panel-bg, 20%);
|
||||
border: 0 solid @panel-border;
|
||||
background-color: @panel-bg;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
// Path
|
||||
|
||||
.@{prefix}-path {
|
||||
.inline-block();
|
||||
padding: 8px;
|
||||
white-space: normal;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.@{prefix}-path .@{prefix}-txt {
|
||||
display: inline-block;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.@{prefix}-path .@{prefix}-path-body {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.@{prefix}-path-item {
|
||||
.inline-block();
|
||||
cursor: pointer;
|
||||
color: @path-text;
|
||||
font-size: inherit;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.@{prefix}-path-item:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.@{prefix}-path-item:focus {
|
||||
background: @path-bg-focus;
|
||||
color: @path-text-focus;
|
||||
}
|
||||
|
||||
.@{prefix}-path .@{prefix}-divider {
|
||||
display: inline;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.@{prefix}-disabled .@{prefix}-path-item {
|
||||
color: @text-disabled;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-path {
|
||||
direction: rtl;
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
// Progress
|
||||
|
||||
.@{prefix}-progress {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.@{prefix}-progress .@{prefix}-bar-container {
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
height: 100%;
|
||||
margin-right: 8px;
|
||||
border: 1px solid @progress-border;
|
||||
overflow: hidden;
|
||||
.border-radius(4px);
|
||||
}
|
||||
|
||||
.@{prefix}-progress .@{prefix}-text {
|
||||
display: inline-block;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
font-size: 14px;
|
||||
width: 40px;
|
||||
color: @progress-text;
|
||||
}
|
||||
|
||||
.@{prefix}-bar {
|
||||
display: block;
|
||||
width: 0%;
|
||||
height: 100%;
|
||||
background-color: @progress-bar-bg;
|
||||
.transition(width .2s ease);
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
// Radio - not implemented yet
|
||||
@@ -0,0 +1,32 @@
|
||||
// Reset
|
||||
|
||||
.@{prefix}-container, .@{prefix}-container *, .@{prefix}-widget, .@{prefix}-widget *, .@{prefix}-reset {
|
||||
margin: 0; padding: 0; border: 0; outline: 0;
|
||||
vertical-align: top; background: transparent;
|
||||
text-decoration: none; color: @text;
|
||||
font-family: @font-family;
|
||||
font-size: @font-size; text-shadow: none; float: none;
|
||||
position: static; width: auto; height: auto;
|
||||
white-space: nowrap; cursor: inherit;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
line-height: normal; font-weight: normal;
|
||||
text-align: left;
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
direction: ltr;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.@{prefix}-widget button {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.@{prefix}-container *[unselectable] {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
.@{prefix}-container-body .@{prefix}-resizehandle {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
visibility: visible;
|
||||
cursor: s-resize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-container-body .@{prefix}-resizehandle-both {
|
||||
cursor: se-resize;
|
||||
}
|
||||
|
||||
i.@{prefix}-i-resize {
|
||||
color: @text;
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
// Scrollbar
|
||||
|
||||
.@{prefix}-scrollbar {
|
||||
position: absolute;
|
||||
width: 7px;
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
.opacity(0.4);
|
||||
}
|
||||
|
||||
.@{prefix}-scrollbar-h {
|
||||
top: auto;
|
||||
right: auto;
|
||||
left: 2px;
|
||||
bottom: 2px;
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
.@{prefix}-scrollbar-thumb {
|
||||
position: absolute;
|
||||
background-color: #000;
|
||||
border: 1px solid #888;
|
||||
border-color: rgba(85, 85, 85, .6);
|
||||
width: 5px;
|
||||
height: 100%;
|
||||
.border-radius(7px);
|
||||
}
|
||||
|
||||
.@{prefix}-scrollbar-h .@{prefix}-scrollbar-thumb {
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.@{prefix}-scrollbar:hover, .@{prefix}-scrollbar.@{prefix}-active {
|
||||
background-color: #AAA;
|
||||
.opacity(0.6);
|
||||
.border-radius(7px);
|
||||
}
|
||||
|
||||
.@{prefix}-scroll {
|
||||
position: relative;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// SelectBox
|
||||
|
||||
.@{prefix}-selectbox {
|
||||
background: @selectbox-bg;
|
||||
border: 1px solid @selectbox-border;
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
// Sidebar
|
||||
|
||||
.@{prefix}-edit-aria-container > .@{prefix}-container-body {
|
||||
display: flex;
|
||||
|
||||
.@{prefix}-edit-area {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.@{prefix}-sidebar > .@{prefix}-container-body {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.@{prefix}-sidebar-panel {
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
position: relative;
|
||||
|
||||
> .@{prefix}-container-body {
|
||||
position: absolute;
|
||||
width: 100%; height: 100%;
|
||||
overflow: auto;
|
||||
top: 0; left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-sidebar-toolbar {
|
||||
border: 0 solid @panel-border;
|
||||
border-left-width: 1px;
|
||||
|
||||
.@{prefix}-btn {
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-btn.@{prefix}-active, .@{prefix}-btn.@{prefix}-active:hover {
|
||||
background-color: @btn-bg-active;
|
||||
|
||||
button, button i {
|
||||
color: @btn-primary-text;
|
||||
text-shadow: 1px 1px @btn-primary-text-shadow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-sidebar-panel {
|
||||
border: 0 solid @panel-border;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
@import "Variables.less";
|
||||
@import "Reset.less";
|
||||
@import "Mixins.less";
|
||||
@import "Animations.less";
|
||||
@import "TinyMCE.less";
|
||||
@import "CropRect.less";
|
||||
@import "ImagePanel.less";
|
||||
@import "Arrows.less";
|
||||
@import "Sidebar.less";
|
||||
@import "Container.less";
|
||||
@import "Scrollable.less";
|
||||
@import "Panel.less";
|
||||
@import "FloatPanel.less";
|
||||
@import "Window.less";
|
||||
@import "ToolTip.less";
|
||||
@import "Progress.less";
|
||||
@import "Notification.less";
|
||||
@import "AbsoluteLayout.less";
|
||||
@import "Button.less";
|
||||
@import "ButtonGroup.less";
|
||||
@import "Checkbox.less";
|
||||
@import "ComboBox.less";
|
||||
@import "ColorBox.less";
|
||||
@import "ColorButton.less";
|
||||
@import "ColorPicker.less";
|
||||
@import "Path.less";
|
||||
@import "FieldSet.less";
|
||||
@import "FitLayout.less";
|
||||
@import "FlowLayout.less";
|
||||
@import "Iframe.less";
|
||||
@import "InfoBox.less";
|
||||
@import "Label.less";
|
||||
@import "MenuBar.less";
|
||||
@import "MenuButton.less";
|
||||
@import "MenuItem.less";
|
||||
@import "Throbber.less";
|
||||
@import "Menu.less";
|
||||
@import "ListBox.less";
|
||||
@import "Radio.less";
|
||||
@import "ResizeHandle.less";
|
||||
@import "SelectBox.less";
|
||||
@import "Slider.less";
|
||||
@import "Spacer.less";
|
||||
@import "SplitButton.less";
|
||||
@import "StackLayout.less";
|
||||
@import "TabPanel.less";
|
||||
@import "TextBox.less";
|
||||
@import "DropZone.less";
|
||||
@import "BrowseButton.less";
|
||||
@import "Icons.less";
|
||||
@import "FilePicker.less";
|
||||
@@ -0,0 +1,33 @@
|
||||
// Slider
|
||||
|
||||
.@{prefix}-slider {
|
||||
.border-radius(3px);
|
||||
border: 1px solid @slider-border;
|
||||
background: @slider-bg;
|
||||
width: 100px;
|
||||
height: 10px;
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.@{prefix}-slider.@{prefix}-vertical {
|
||||
width: 10px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.@{prefix}-slider-handle {
|
||||
.border-radius(3px);
|
||||
border: 1px solid @slider-handle-border;
|
||||
background: @slider-handle-bg;
|
||||
display: block;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
margin-left: -1px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
.@{prefix}-slider-handle:focus {
|
||||
border-color: @slider-handle-border-focus;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// Spacer
|
||||
|
||||
.@{prefix}-spacer {
|
||||
visibility: hidden;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
// SplitButton
|
||||
|
||||
.@{prefix}-splitbtn {
|
||||
&:hover .@{prefix}-open {
|
||||
border-left: 1px solid @splitbtn-delimiter-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-open {
|
||||
border-left: 1px solid @splitbtn-delimiter;
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.@{prefix}-open:focus {
|
||||
border-left: 1px solid @splitbtn-delimiter-focus;
|
||||
}
|
||||
|
||||
.@{prefix}-open:hover, .@{prefix}-open:active {
|
||||
border-left: 1px solid @splitbtn-delimiter-hover;
|
||||
}
|
||||
|
||||
&.@{prefix}-active:hover .@{prefix}-open {
|
||||
border-left: 1px solid @splitbtn-delimiter-active;
|
||||
}
|
||||
|
||||
&.@{prefix}-opened {
|
||||
border-color: @btn-border-hover;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-splitbtn.@{prefix}-btn-small .@{prefix}-open {
|
||||
padding: 0 3px 0 3px;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-splitbtn {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-splitbtn button {
|
||||
padding-right: 4px;
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-splitbtn .@{prefix}-open {
|
||||
border-left: 0;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// StackLayout
|
||||
|
||||
.@{prefix}-stack-layout-item {
|
||||
display: block;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
// TabPanel
|
||||
|
||||
.@{prefix}-tabs {
|
||||
display: block;
|
||||
border-bottom: 1px solid @tab-border;
|
||||
}
|
||||
|
||||
.@{prefix}-tabs,
|
||||
.@{prefix}-tabs + .@{prefix}-container-body {
|
||||
background: @tabs-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tab {
|
||||
.inline-block();
|
||||
border: 1px solid @tab-border;
|
||||
border-width: 0 1px 0 0;
|
||||
background: @tab-bg;
|
||||
padding: 8px 15px;
|
||||
text-shadow: @text-shadow;
|
||||
height: 13px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.@{prefix}-tab:hover {
|
||||
background: @tab-bg-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-tab.@{prefix}-active {
|
||||
background: @tab-bg-active;
|
||||
border-bottom-color: transparent;
|
||||
margin-bottom: -1px;
|
||||
height: 14px;
|
||||
|
||||
}
|
||||
|
||||
.@{prefix}-tab:focus {
|
||||
color: #2276d2;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-tabs {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-tab {
|
||||
border-width: 0 0 0 1px;
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
// TextBox
|
||||
|
||||
.@{prefix}-textbox {
|
||||
background: @textbox-bg;
|
||||
border: 1px solid @textbox-border;
|
||||
.border-radius(3px);
|
||||
.box-shadow(@textbox-box-shadow);
|
||||
display: inline-block;
|
||||
.transition(~"border linear .2s, box-shadow linear .2s");
|
||||
height: 28px;
|
||||
resize: none;
|
||||
padding: 0 4px 0 4px;
|
||||
white-space: pre-wrap;
|
||||
*white-space: pre;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
.@{prefix}-textbox:focus, .@{prefix}-textbox.@{prefix}-focus {
|
||||
border-color: @textbox-border-focus;
|
||||
.box-shadow(@textbox-box-shadow-focus);
|
||||
}
|
||||
|
||||
.@{prefix}-placeholder .@{prefix}-textbox {
|
||||
color: @textbox-text-placeholder;
|
||||
}
|
||||
|
||||
.@{prefix}-textbox.@{prefix}-multiline {
|
||||
padding: 4px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.@{prefix}-textbox.@{prefix}-disabled {
|
||||
color: mix(@text, @textbox-bg, 40%);
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-textbox {
|
||||
text-align: right;
|
||||
direction: rtl;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
// Throbber
|
||||
|
||||
.@{prefix}-throbber {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
.opacity(0.6);
|
||||
background: @throbber-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-throbber-inline {
|
||||
position: static;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.@{prefix}-menu .@{prefix}-throbber-inline {
|
||||
height: 25px;
|
||||
background-size: contain;
|
||||
}
|
||||
@@ -0,0 +1,252 @@
|
||||
.@{prefix}-tinymce {
|
||||
// Avoid FOUC
|
||||
visibility: inherit !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-fullscreen {
|
||||
border: 0; padding: 0; margin: 0;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
div.@{prefix}-fullscreen {
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.@{prefix}-tinymce {
|
||||
display: block;
|
||||
.border-radius(2px);
|
||||
.box-shadow(@tinymce-box-shadow);
|
||||
}
|
||||
|
||||
.@{prefix}-statusbar > .@{prefix}-container-body {
|
||||
display: flex;
|
||||
padding-right: 16px;
|
||||
|
||||
.@{prefix}-path {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-wordcount {
|
||||
font-size: inherit;
|
||||
text-transform: uppercase;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
div.@{prefix}-edit-area {
|
||||
background: #FFF;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.@{prefix}-statusbar {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-statusbar .@{prefix}-container-body {
|
||||
position: relative;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.@{prefix}-fullscreen .@{prefix}-resizehandle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.@{prefix}-statusbar .@{prefix}-flow-layout-item {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// Charmap
|
||||
|
||||
.@{prefix}-charmap {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.@{prefix}-charmap td {
|
||||
cursor: default;
|
||||
border: 1px solid @panel-border;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-charmap td div {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.@{prefix}-charmap td:hover {
|
||||
background: @btn-bg-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-grid td.@{prefix}-grid-cell div {
|
||||
border: 1px solid @grid-border;
|
||||
width: 15px; height: 15px;
|
||||
margin: 0px;
|
||||
cursor: pointer;
|
||||
|
||||
&:focus {
|
||||
border-color: @grid-border-active;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-grid {
|
||||
border-spacing: 2px;
|
||||
border-collapse: separate;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&:hover, &:focus {
|
||||
border-color: @grid-border-active;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-grid-border {
|
||||
margin: 0 4px 0 4px;
|
||||
|
||||
a {
|
||||
border-color: @grid-border;
|
||||
width: 13px; height: 13px;
|
||||
}
|
||||
|
||||
a:hover, a.@{prefix}-active {
|
||||
border-color: @grid-border-active;
|
||||
background: @grid-bg-active;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.@{prefix}-tinymce-inline {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.@{prefix}-colorbtn-trans div {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
line-height: 16px;
|
||||
color: mix(@text, #fff, 70%);
|
||||
}
|
||||
|
||||
.@{prefix}-monospace {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
// Reduce double margins between toolbar rows
|
||||
|
||||
.@{prefix}-toolbar-grp when (@has-button-borders = true) {
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.@{prefix}-toolbar-grp .@{prefix}-flow-layout-item {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// Styles for inline dialog elements
|
||||
|
||||
.@{prefix}-container b {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.@{prefix}-container p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.@{prefix}-container a {
|
||||
cursor: pointer;
|
||||
color: @text-link;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-container ul {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.@{prefix}-container .@{prefix}-table-striped {
|
||||
border-collapse: collapse;
|
||||
margin: 10px;
|
||||
thead > tr {
|
||||
background-color: @table-row-even;
|
||||
th {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
td, th {
|
||||
padding: 5px;
|
||||
}
|
||||
tr:nth-child(even) {
|
||||
background-color: @table-row-even;
|
||||
}
|
||||
tbody > tr:hover {
|
||||
background-color: @table-row-hover;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-branding {
|
||||
font-size: inherit;
|
||||
text-transform: uppercase;
|
||||
white-space: pre;
|
||||
padding: 8px 0;
|
||||
|
||||
a {
|
||||
font-size: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-top-part {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-top-part::before {
|
||||
//background-color: red;
|
||||
content: '';
|
||||
position: absolute;
|
||||
.box-shadow(@top-part-box-shadow);
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-wordcount {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl {
|
||||
.@{prefix}-statusbar > .@{prefix}-container-body {
|
||||
> *:last-child {
|
||||
padding-right: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-path {
|
||||
text-align: right;
|
||||
padding-right: 16px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,134 @@
|
||||
// Tooltip
|
||||
|
||||
.@{prefix}-tooltip {
|
||||
position: absolute;
|
||||
padding: 5px;
|
||||
.opacity(0.8);
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-inner {
|
||||
font-size: @tooltip-font-size;
|
||||
background-color: @tooltip-bg;
|
||||
color: @tooltip-text;
|
||||
max-width: 200px;
|
||||
padding: 5px 8px 4px 8px;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-inner {
|
||||
.border-radius(3px);
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-inner {
|
||||
.box-shadow(@tooltip-box-shadow);
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-arrow {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
height: 0;
|
||||
line-height: 0;
|
||||
border: 5px dashed @tooltip-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-arrow-n {
|
||||
border-bottom-color: @tooltip-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-arrow-s {
|
||||
border-top-color: @tooltip-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-arrow-e {
|
||||
border-left-color: @tooltip-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-arrow-w {
|
||||
border-right-color: @tooltip-bg;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-nw, .@{prefix}-tooltip-sw {
|
||||
margin-left: -14px;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-ne, .@{prefix}-tooltip-se {
|
||||
margin-left: 14px;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-n .@{prefix}-tooltip-arrow {
|
||||
top: 0px;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-bottom-style: solid;
|
||||
border-top: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-nw .@{prefix}-tooltip-arrow {
|
||||
top: 0;
|
||||
left: 10px;
|
||||
border-bottom-style: solid;
|
||||
border-top: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-ne .@{prefix}-tooltip-arrow {
|
||||
top: 0;
|
||||
right: 10px;
|
||||
border-bottom-style: solid;
|
||||
border-top: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-s .@{prefix}-tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-top-style: solid;
|
||||
border-bottom: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-sw .@{prefix}-tooltip-arrow {
|
||||
bottom: 0;
|
||||
left: 10px;
|
||||
border-top-style: solid;
|
||||
border-bottom: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-se .@{prefix}-tooltip-arrow {
|
||||
bottom: 0;
|
||||
right: 10px;
|
||||
border-top-style: solid;
|
||||
border-bottom: none;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-e .@{prefix}-tooltip-arrow {
|
||||
right: 0;
|
||||
top: 50%;
|
||||
margin-top: -5px;
|
||||
border-left-style: solid;
|
||||
border-right: none;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
|
||||
.@{prefix}-tooltip-w .@{prefix}-tooltip-arrow {
|
||||
left: 0;
|
||||
top: 50%;
|
||||
margin-top: -5px;
|
||||
border-right-style: solid;
|
||||
border-left: none;
|
||||
border-top-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
}
|
||||
@@ -0,0 +1,297 @@
|
||||
// Variables
|
||||
// Syntax: <control>-(<sub control>)-<bg|border|text>-(<state>)-(<extra>);
|
||||
// Example: @btn-primary-bg-hover;
|
||||
|
||||
@prefix: mce;
|
||||
@has-gradients: false;
|
||||
@has-radius: false;
|
||||
@has-boxshadow: true;
|
||||
@has-button-borders: false;
|
||||
@focus-border: #2276d2;
|
||||
|
||||
// Box shadows
|
||||
@box-shadow-thin: 0 1px 2px rgba(0, 0, 0, .2);
|
||||
@box-shadow-bold: 0 3px 7px rgba(0, 0, 0, .3);
|
||||
|
||||
// Default font
|
||||
@font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
@font-size: 14px;
|
||||
@line-height: 20px;
|
||||
|
||||
// Button icons
|
||||
@icon-size: 16px;
|
||||
@icon-box: 16px;
|
||||
|
||||
// Text colors
|
||||
@text: #595959;
|
||||
@text-inverse: white;
|
||||
@text-disabled: #aaa;
|
||||
@text-shadow: 0 1px 1px hsla(hue(@text-inverse), saturation(@text-inverse), lightness(@text-inverse), 0.75);
|
||||
@text-error: #b94a48;
|
||||
@text-warning: #c09853;
|
||||
@text-success: #468847;
|
||||
@text-link: #2276d2;
|
||||
|
||||
// Button:default
|
||||
@btn-text: @text;
|
||||
@btn-text-shadow: none;
|
||||
@btn-text-disabled: @text-disabled;
|
||||
@btn-bg: white;
|
||||
@btn-border-top: transparent;
|
||||
@btn-border-right: transparent;
|
||||
@btn-border-bottom: transparent;
|
||||
@btn-border-left: transparent;
|
||||
@btn-box-shadow: none;
|
||||
@btn-box-shadow-active: none;
|
||||
@btn-box-disabled-opacity: 0.4;
|
||||
@btn-padding: 4px 6px;
|
||||
@btn-chevron: #b5bcc2;
|
||||
|
||||
// Button:hover
|
||||
@btn-bg-hover: @btn-bg;
|
||||
@btn-text-hover: @text;
|
||||
@btn-border-hover: #e2e4e7;
|
||||
@btn-chevron-hover: @btn-chevron;
|
||||
|
||||
// Button:focus
|
||||
@btn-bg-focus: @btn-bg;
|
||||
@btn-text-focus: @text;
|
||||
@btn-border-focus: @btn-border-hover;
|
||||
@btn-chevron-focus: @btn-chevron;
|
||||
|
||||
// Button:active
|
||||
@btn-bg-active: #555c66;
|
||||
@btn-text-active: white;
|
||||
@btn-border-active: transparent;
|
||||
@btn-chevron-active: white;
|
||||
|
||||
// Button primary
|
||||
@btn-primary-bg: #2276d2;
|
||||
@btn-primary-bg-hover: darken(@btn-primary-bg, 5%);
|
||||
@btn-primary-bg-active: @btn-primary-bg-hover;
|
||||
@btn-primary-text: @text-inverse;
|
||||
@btn-primary-text-shadow: none;
|
||||
@btn-primary-border-top: none;
|
||||
@btn-primary-border-right: none;
|
||||
@btn-primary-border-bottom: none;
|
||||
@btn-primary-border-left: none;
|
||||
@btn-primary-border: transparent;
|
||||
@btn-primary-border-hover: transparent;
|
||||
|
||||
// SplitButton
|
||||
@splitbtn-delimiter: transparent;
|
||||
@splitbtn-delimiter-focus: @btn-border-hover;
|
||||
@splitbtn-delimiter-hover: @splitbtn-delimiter-focus;
|
||||
@splitbtn-delimiter-active: @btn-bg;
|
||||
|
||||
// Button group
|
||||
@btn-group-border-width: 1px;
|
||||
|
||||
// Menu
|
||||
@menu-bg: @btn-bg;
|
||||
@menu-margin: -1px 0 0;
|
||||
@menu-border: @btn-border-hover;
|
||||
@menu-box-shadow: @box-shadow-thin;
|
||||
@menu-min-width: 180px;
|
||||
@menu-max-height: 500px;
|
||||
|
||||
@menubar-border: @btn-border-hover;
|
||||
@menubar-bg-active: darken(@btn-bg, 10%);
|
||||
@menubar-chevron: @btn-chevron;
|
||||
@menubar-chevron-active: @btn-chevron;
|
||||
|
||||
// Menu item:default
|
||||
@menuitem-text: @text;
|
||||
@menuitem-text-inverse: @text;
|
||||
@menuitem-chevron: @menuitem-text;
|
||||
@menuitem-separator-top: transparent;
|
||||
@menuitem-separator-bottom: rgba(0,0,0,0.1);
|
||||
@menuitem-bg-active: @btn-bg-active;
|
||||
@menuitem-text-active: @text-inverse;
|
||||
@menuitem-preview-border-active: @btn-bg-active;
|
||||
@menuitem-bg: @menu-bg;
|
||||
@menuitem-shortcut: @text-disabled;
|
||||
|
||||
// Menu item:focus
|
||||
@menuitem-border-focus: darken(@btn-bg, 20%);
|
||||
|
||||
// Menu item:hover
|
||||
@menuitem-bg-hover: #ededee;
|
||||
@menuitem-text-hover: @menuitem-text;
|
||||
|
||||
// Menu item:active
|
||||
@menuitem-bg-active: @btn-bg-active;
|
||||
@menuitem-text-active: @text-inverse;
|
||||
@menuitem-chevron-active: @menuitem-text-inverse;
|
||||
|
||||
// Menu item:selected
|
||||
@menuitem-bg-selected: @menuitem-bg-hover;
|
||||
@menuitem-text-selected: @menuitem-text;
|
||||
@menuitem-chevron-selected: @menuitem-text-inverse;
|
||||
|
||||
// Menu item:disabled
|
||||
@menuitem-text-disabled: @text-disabled;
|
||||
@menuitem-chevron-disabled: @text-disabled;
|
||||
@menuitem-bg-disabled: @menuitem-bg;
|
||||
|
||||
// Panel
|
||||
@panel-border: #c5c5c5;
|
||||
@panel-bg: #fff;
|
||||
|
||||
// Tabs
|
||||
@tab-border: @panel-border;
|
||||
@tab-bg: @panel-bg;
|
||||
@tab-bg-hover: #FDFDFD;
|
||||
@tab-bg-active: #FDFDFD;
|
||||
@tabs-bg: @panel-bg;
|
||||
|
||||
// Tooltip
|
||||
@tooltip-bg: #000;
|
||||
@tooltip-text: white;
|
||||
@tooltip-font-size: 11px;
|
||||
@tooltip-box-shadow: none;
|
||||
|
||||
// Notification
|
||||
@notification-font-size: 14px;
|
||||
@notification-bg: @panel-bg;
|
||||
@notification-border: @panel-border;
|
||||
@notification-text: @text;
|
||||
@notification-success-bg: #dff0d8;
|
||||
@notification-success-border: #d6e9c6;
|
||||
@notification-success-text: #3c763d;
|
||||
@notification-info-bg: #d9edf7;
|
||||
@notification-info-border: #779ECB;
|
||||
@notification-info-text: #31708f;
|
||||
@notification-warning-bg: #fcf8e3;
|
||||
@notification-warning-border: #faebcc;
|
||||
@notification-warning-text: #8a6d3b;
|
||||
@notification-error-bg: #f2dede;
|
||||
@notification-error-border: #ebccd1;
|
||||
@notification-error-text: #a94442;
|
||||
|
||||
// Infobox
|
||||
@infobox-bg: @notification-bg;
|
||||
@infobox-border: @notification-border;
|
||||
@infobox-text: @notification-text;
|
||||
@infobox-success-bg: @notification-success-bg;
|
||||
@infobox-success-border: @notification-success-border;
|
||||
@infobox-success-text: @notification-success-text;
|
||||
@infobox-info-bg: @notification-info-bg;
|
||||
@infobox-info-border: @notification-info-border;
|
||||
@infobox-info-text: @notification-info-text;
|
||||
@infobox-warning-bg: @notification-warning-bg;
|
||||
@infobox-warning-border: @notification-warning-border;
|
||||
@infobox-warning-text: @notification-warning-text;
|
||||
@infobox-error-bg: @notification-error-bg;
|
||||
@infobox-error-border: @notification-error-border;
|
||||
@infobox-error-text: @notification-error-text;
|
||||
|
||||
// Window
|
||||
@window-border: @panel-border;
|
||||
@window-head-border: @window-border;
|
||||
@window-head-close: mix(@text, @window-bg, 60%);
|
||||
@window-head-close-hover: mix(@text, @window-bg, 40%);
|
||||
@window-foot-border: @window-border;
|
||||
@window-foot-bg: @window-bg;
|
||||
@window-fullscreen-bg: #FFF;
|
||||
@window-modalblock-bg: #FFF;
|
||||
@window-modalblock-opacity: 0.5;
|
||||
@window-box-shadow: @box-shadow-bold;
|
||||
@window-bg: #FFF;
|
||||
@window-title-font-size: 20px;
|
||||
@window-btn-border: @panel-border;
|
||||
@window-btn-border-hover: @window-btn-border;
|
||||
@window-btn-border-focus: @focus-border;
|
||||
|
||||
// Popover
|
||||
@popover-bg: @window-bg;
|
||||
@popover-arrow-width: 10px;
|
||||
@popover-arrow: @window-bg;
|
||||
@popover-arrow-outer-width: @popover-arrow-width + 1;
|
||||
@popover-arrow-outer: rgba(0, 0, 0, 0.25);
|
||||
|
||||
// Floatpanel
|
||||
@floatpanel-box-shadow: @box-shadow-thin;
|
||||
|
||||
// Checkbox
|
||||
@checkbox-bg: @btn-bg;
|
||||
@checkbox-box-shadow: none;
|
||||
@checkbox-box-shadow-focus: none;
|
||||
@checkbox-border: @panel-border;
|
||||
@checkbox-border-focus: @window-btn-border-focus;
|
||||
|
||||
// Path
|
||||
@path-text: @text;
|
||||
@path-bg-focus: @menuitem-bg-active;
|
||||
@path-text-focus: @menuitem-text-active;
|
||||
|
||||
// Textbox
|
||||
@textbox-text-placeholder: @text-disabled;
|
||||
@textbox-box-shadow: none;
|
||||
@textbox-bg: @panel-bg;
|
||||
@textbox-border: @panel-border;
|
||||
@textbox-border-focus: @focus-border;
|
||||
@textbox-box-shadow-focus: none;
|
||||
|
||||
// Selectbox
|
||||
@selectbox-bg: @textbox-bg;
|
||||
@selectbox-border: @textbox-border;
|
||||
|
||||
// Throbber
|
||||
@throbber-bg: @panel-bg url('img/loader.gif') no-repeat center center;
|
||||
|
||||
// Combobox
|
||||
@combobox-border: @textbox-border;
|
||||
@combobox-error-text: @text-error;
|
||||
@combobox-warning-text: @text-warning;
|
||||
@combobox-success-text: @text-success;
|
||||
|
||||
// Colorpicker
|
||||
@colorpicker-border: @textbox-border;
|
||||
@colorpicker-hue-bg: white;
|
||||
@colorpicker-hue-border: black;
|
||||
|
||||
// Grid
|
||||
@grid-bg-active: mix(#2276d2, @panel-bg, 30%);
|
||||
@grid-border-active: mix(#2276d2, @panel-bg, 50%);
|
||||
@grid-border: @panel-border;
|
||||
|
||||
// Misc
|
||||
@colorbtn-backcolor-bg: #BBB;
|
||||
@iframe-border: @panel-border;
|
||||
|
||||
// Slider
|
||||
@slider-border: @panel-border;
|
||||
@slider-bg: @panel-bg;
|
||||
@slider-handle-border: @panel-border;
|
||||
@slider-handle-bg: darken(@panel-bg, 10%);
|
||||
@slider-handle-border-focus: @focus-border;
|
||||
|
||||
// Progress
|
||||
@progress-border: #ccc;
|
||||
@progress-bar-bg: #dfdfdf;
|
||||
@progress-text: @text;
|
||||
|
||||
// Flow layout
|
||||
@flow-layout-spacing: 2px;
|
||||
|
||||
// Table
|
||||
@table-row-even: #fafafa;
|
||||
@table-row-hover: darken(@table-row-even, 10%);
|
||||
|
||||
// Keeps Edge/Gecko from jumping up/down when the NBZWSP gets added/removed on Windows in particular.
|
||||
// The documented default seem to be around 1.2 but depending on the font family/browser/os being used.
|
||||
// However by comparing the rendering of adding/removing a forced line height 1.3 seems closer to the truth for
|
||||
// the default font in tinymce and having a slightly higher value probably improves readability anyway.
|
||||
@content-line-height: 1.3;
|
||||
@content-font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
@content-font-size: 14px;
|
||||
@content-selection-bg: #2276d2;
|
||||
@content-block-focus: @content-selection-bg;
|
||||
@content-block-hover: @content-selection-bg;
|
||||
@content-block-selected: @content-selection-bg;
|
||||
@content-boundary-bg: #bfe6ff;
|
||||
|
||||
// Main tinymce ui
|
||||
@top-part-box-shadow: @box-shadow-thin;
|
||||
@tinymce-box-shadow: @box-shadow-thin;
|
||||
147
public/tinymce/src/skins/lightgray/main/less/desktop/Window.less
Normal file
147
public/tinymce/src/skins/lightgray/main/less/desktop/Window.less
Normal file
@@ -0,0 +1,147 @@
|
||||
// Window
|
||||
|
||||
.@{prefix}-fullscreen {
|
||||
border: 0; padding: 0; margin: 0;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
div.@{prefix}-fullscreen {
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
}
|
||||
|
||||
#@{prefix}-modal-block {
|
||||
.opacity(0);
|
||||
position: fixed;
|
||||
left: 0; top: 0;
|
||||
width: 100%; height: 100%;
|
||||
background: @window-modalblock-bg;
|
||||
}
|
||||
|
||||
#@{prefix}-modal-block.@{prefix}-in {
|
||||
.opacity(@window-modalblock-opacity);
|
||||
}
|
||||
|
||||
.@{prefix}-window-move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.@{prefix}-window {
|
||||
.border-radius(6px);
|
||||
.box-shadow(@window-box-shadow);
|
||||
.reset-gradient();
|
||||
background: @window-bg;
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
opacity: 0;
|
||||
transform: scale(0.1);
|
||||
transition: transform 100ms ease-in, opacity 150ms ease-in;
|
||||
}
|
||||
|
||||
.@{prefix}-window.@{prefix}-in {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.@{prefix}-window-head {
|
||||
padding: 9px 15px;
|
||||
border-bottom: 1px solid @window-head-border;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.@{prefix}-window-head .@{prefix}-close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 38px;
|
||||
width: 38px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
|
||||
i {
|
||||
color: @window-head-close;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-close:hover i {
|
||||
color: @window-head-close-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-window-head .@{prefix}-title {
|
||||
line-height: 20px;
|
||||
font-size: @window-title-font-size;
|
||||
font-weight: bold;
|
||||
text-rendering: optimizelegibility;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.@{prefix}-window .@{prefix}-container-body {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.@{prefix}-foot {
|
||||
display: block;
|
||||
background-color: @window-foot-bg;
|
||||
border-top: 1px solid @window-foot-border;
|
||||
.border-radius(0 0 6px 6px);
|
||||
}
|
||||
|
||||
.@{prefix}-window-head .@{prefix}-dragh {
|
||||
position: absolute;
|
||||
top: 0; left: 0;
|
||||
cursor: move;
|
||||
width: 90%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.@{prefix}-window iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.@{prefix}-window.@{prefix}-fullscreen, .@{prefix}-window.@{prefix}-fullscreen .@{prefix}-foot {
|
||||
.border-radius(0);
|
||||
}
|
||||
|
||||
.@{prefix}-window-body .@{prefix}-listbox {
|
||||
border-color: @btn-border-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-window {
|
||||
.@{prefix}-btn:hover {
|
||||
border-color: @window-btn-border-hover;
|
||||
}
|
||||
|
||||
.@{prefix}-btn:focus {
|
||||
border-color: @window-btn-border-focus;
|
||||
}
|
||||
}
|
||||
|
||||
.@{prefix}-window-body .@{prefix}-btn, .@{prefix}-foot .@{prefix}-btn {
|
||||
border-color: @window-btn-border;
|
||||
}
|
||||
|
||||
.@{prefix}-foot .@{prefix}-btn.@{prefix}-primary {
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
// RTL
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-window-head .@{prefix}-close {
|
||||
position: absolute;
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-window-head .@{prefix}-dragh {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.@{prefix}-rtl .@{prefix}-window-head .@{prefix}-title {
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
padding-right: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
.tinymce-mobile-android-container {
|
||||
&.tinymce-mobile-android-maximized {
|
||||
/* Android WebView only */
|
||||
/* The min-height: 100vh is required for webview which we aren't supporting yet.
|
||||
It breaks normal mode by making the container larger than the window height */
|
||||
/*min-height: 100vh;*/
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
border: none;
|
||||
background: @android-background-color;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
&:not(.tinymce-mobile-android-maximized) {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.tinymce-mobile-editor-socket {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
|
||||
iframe {
|
||||
display: flex !important;
|
||||
height: auto !important;
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-android-scroll-reload {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
:not(.tinymce-mobile-readonly-mode) > .tinymce-mobile-android-selection-context-toolbar {
|
||||
margin-top: 23px;
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
.mixin-menu-item {
|
||||
border-radius: 50%;
|
||||
width: @mask-button-size;
|
||||
height: @mask-button-size;
|
||||
.mixin-flex-and-centre;
|
||||
}
|
||||
|
||||
.tinymce-mobile-content-tap-section {
|
||||
font-size: @mask-button-font-size-large;
|
||||
@media @tablets {
|
||||
font-size: @mask-button-font-size-small;
|
||||
}
|
||||
|
||||
.mixin-flex-and-centre;
|
||||
flex-direction: column;
|
||||
|
||||
.tinymce-mobile-mask-tap-icon {
|
||||
.mixin-menu-item;
|
||||
color: @mask-button-background-color;
|
||||
background-color: @mask-button-foreground-color;
|
||||
}
|
||||
|
||||
.tinymce-mobile-mask-tap-icon:before {
|
||||
font-family: 'tinymce-mobile';
|
||||
content: "\e900"
|
||||
}
|
||||
|
||||
&:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon {
|
||||
z-index: @tinymce-mobile-mask-menu-zindex + 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask {
|
||||
.mixin-flex-and-centre;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0px;
|
||||
background: fadeout(@editor-mask-background-color, 50%);
|
||||
|
||||
.tinymce-mobile-content-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-radius: 50%;
|
||||
flex-direction: column;
|
||||
|
||||
font-family: sans-serif;
|
||||
|
||||
font-size: 1em;
|
||||
|
||||
@import "mask-section.less";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
.tinymce-mobile-icon-arrow-back:before {
|
||||
content: "\e5cd";
|
||||
}
|
||||
.tinymce-mobile-icon-image:before {
|
||||
content: "\e412";
|
||||
}
|
||||
.tinymce-mobile-icon-cancel-circle:before {
|
||||
content: "\e5c9";
|
||||
}
|
||||
.tinymce-mobile-icon-full-dot:before {
|
||||
content: "\e061";
|
||||
}
|
||||
.tinymce-mobile-icon-align-center:before {
|
||||
content: "\e234";
|
||||
}
|
||||
.tinymce-mobile-icon-align-left:before {
|
||||
content: "\e236";
|
||||
}
|
||||
.tinymce-mobile-icon-align-right:before {
|
||||
content: "\e237";
|
||||
}
|
||||
.tinymce-mobile-icon-bold:before {
|
||||
content: "\e238";
|
||||
}
|
||||
.tinymce-mobile-icon-italic:before {
|
||||
content: "\e23f";
|
||||
}
|
||||
.tinymce-mobile-icon-unordered-list:before {
|
||||
content: "\e241";
|
||||
}
|
||||
.tinymce-mobile-icon-ordered-list:before {
|
||||
content: "\e242";
|
||||
}
|
||||
.tinymce-mobile-icon-font-size:before {
|
||||
content: "\e245";
|
||||
}
|
||||
.tinymce-mobile-icon-underline:before {
|
||||
content: "\e249";
|
||||
}
|
||||
.tinymce-mobile-icon-link:before {
|
||||
content: "\e157";
|
||||
}
|
||||
.tinymce-mobile-icon-unlink:before {
|
||||
content: "\eca2";
|
||||
}
|
||||
.tinymce-mobile-icon-color:before {
|
||||
content: "\e891";
|
||||
}
|
||||
.tinymce-mobile-icon-previous:before {
|
||||
content: "\e314";
|
||||
}
|
||||
.tinymce-mobile-icon-next:before {
|
||||
content: "\e315";
|
||||
}
|
||||
.tinymce-mobile-icon-large-font:before, .tinymce-mobile-icon-style-formats:before {
|
||||
content: "\e264";
|
||||
}
|
||||
.tinymce-mobile-icon-undo:before {
|
||||
content: "\e166";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-redo:before {
|
||||
content: "\e15a";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-removeformat:before {
|
||||
content: "\e239";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-small-font:before {
|
||||
content: "\e906";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-readonly-back:before, .tinymce-mobile-format-matches:after {
|
||||
content: "\e5ca";
|
||||
}
|
||||
|
||||
|
||||
.tinymce-mobile-icon-small-heading:before {
|
||||
content: "small";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-large-heading:before {
|
||||
content: "large";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-small-heading:before, .tinymce-mobile-icon-large-heading:before {
|
||||
font-family: sans-serif;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.tinymce-mobile-mask-edit-icon:before {
|
||||
content: "\e254";
|
||||
}
|
||||
.tinymce-mobile-icon-back:before {
|
||||
content: "\e5c4";
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-heading:before {
|
||||
/* TODO: Translate */
|
||||
content: "Headings";
|
||||
font-family: sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-h1:before {
|
||||
content: "H1";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-h2:before {
|
||||
content: "H2";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-h3:before {
|
||||
content: "H3";
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
@import "reset.less";
|
||||
@import "variables.less";
|
||||
@import "mobile-icons.less";
|
||||
@import "mask.less";
|
||||
@import "android.less";
|
||||
@import "../toolstrip/toolstrip.less";
|
||||
@import "../menu/dropup.less";
|
||||
@import "../menu/styles-menu.less";
|
||||
|
||||
@font-face {
|
||||
font-family: 'tinymce-mobile';
|
||||
src: url('fonts/tinymce-mobile.woff?8x92w3') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@media (min-device-width: 700px) {
|
||||
.tinymce-mobile-outer-container, .tinymce-mobile-outer-container input {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-device-width: 700px) {
|
||||
.tinymce-mobile-outer-container, .tinymce-mobile-outer-container input {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.tinymce-mobile-icon {
|
||||
font-family: 'tinymce-mobile';
|
||||
}
|
||||
|
||||
.mixin-flex-and-centre {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mixin-flex-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) {
|
||||
.tinymce-mobile-editor-socket {
|
||||
overflow: hidden;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
.tinymce-mobile-toolstrip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-editor-socket {
|
||||
.tinymce-mobile-mask-edit-icon {
|
||||
position: fixed;
|
||||
|
||||
/* Note, on the iPod touch in landscape, this isn't visible when the navbar appears */
|
||||
right: 2em;
|
||||
bottom: 1em;
|
||||
color: @mask-button-foreground-color;
|
||||
background-color: @mask-button-background-color;
|
||||
border-radius: 50%;
|
||||
width: @mask-button-size;
|
||||
height: @mask-button-size;
|
||||
.mixin-flex-and-centre;
|
||||
|
||||
font-size: @mask-button-font-size-large;
|
||||
@media @tablets {
|
||||
font-size: @mask-button-font-size-small;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Note, that if you don't include this (::-webkit-file-upload-button), the toolbar width gets
|
||||
increased and the whole body becomes scrollable. It's important!
|
||||
*/
|
||||
input[type="file"]::-webkit-file-upload-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Media query for iphone only as the edit button cannot be placed correctly
|
||||
@media @iphone-small-landscape {
|
||||
.tinymce-mobile-ios-container {
|
||||
.tinymce-mobile-editor-socket {
|
||||
.tinymce-mobile-mask-edit-icon {
|
||||
bottom: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/* RESET all the things! */
|
||||
.tinymce-mobile-outer-container {
|
||||
all: initial;
|
||||
display: block;
|
||||
* {
|
||||
box-sizing: initial;
|
||||
line-height: 1;
|
||||
margin: 0; padding: 0; border: 0; outline: 0;
|
||||
text-shadow: none; float: none; white-space: nowrap;
|
||||
cursor: inherit;
|
||||
/* TBIO-3691, stop the gray flicker on touch. */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
@tinymce-blue: #4682B4;
|
||||
@toolstrip-background-color: #eceff1;
|
||||
@toolstrip-foreground-color: #455a64;
|
||||
@toolstrip-dark-background-color: @tinymce-blue;
|
||||
@toolstrip-dark-color: #eceff1;
|
||||
@toolstrip-input-background-color: lighten(@toolstrip-background-color, 20%);
|
||||
@toolstrip-slider-background-color: darken(@toolstrip-background-color, 20%);
|
||||
@toolstrip-input-foreground-color: @toolstrip-foreground-color;
|
||||
@toolstrip-input-placeholder-foreground-color: #888;
|
||||
@toolstrip-input-font-family: Sans-serif;
|
||||
@toolstrip-input-icons-color: @toolstrip-input-placeholder-foreground-color;
|
||||
@toolstrip-button-selected-background-color: @toolstrip-foreground-color;
|
||||
@toolstrip-button-selected-color: @toolstrip-slider-background-color;
|
||||
@toolstrip-thumb-background-color: @toolstrip-foreground-color;
|
||||
@toolstrip-button-horizontal-padding: 0.5em;
|
||||
|
||||
@dropup-background-color: white;
|
||||
|
||||
@tinymce-mobile-mask-menu-zindex: 1;
|
||||
|
||||
@mask-button-foreground-color: white;
|
||||
@mask-button-background-color: @tinymce-blue;
|
||||
|
||||
@quick-animation-time: .15s;
|
||||
|
||||
@android-background-color: rgba(255, 255, 255, 1.0);
|
||||
|
||||
@editor-mask-background-color: #333;
|
||||
|
||||
@mask-button-font-size-small: 1.2em;
|
||||
@mask-button-font-size-large: 1.0em;
|
||||
|
||||
@mask-button-size: 2.1em;
|
||||
|
||||
@tablets: ~"only screen and (min-device-width:700px)";
|
||||
@iphone-small-landscape: ~"only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape)";
|
||||
@landscape: ~"only screen and (orientation: landscape)";
|
||||
@@ -0,0 +1,20 @@
|
||||
.tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
/* Note: this file is used inside the content, so isn't part of theming */
|
||||
background-color: green;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
body img {
|
||||
/* this is related to the content margin */
|
||||
max-width: 96vw;
|
||||
}
|
||||
|
||||
body table img {
|
||||
max-width: 95%;
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
/* dropup */
|
||||
/* TODO min-height for device size and orientation */
|
||||
.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed) {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
@media @landscape {
|
||||
.tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed) {
|
||||
min-height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media @iphone-small-landscape {
|
||||
.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed) {
|
||||
min-height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-dropup {
|
||||
background: @dropup-background-color;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
&.tinymce-mobile-dropup-shrinking {
|
||||
transition: height 0.3s ease-out;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-dropup-growing {
|
||||
transition: height 0.3s ease-in;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-dropup-closed {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-dropup-open:not(.tinymce-mobile-dropup-growing) {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,77 @@
|
||||
/* styles menu */
|
||||
.tinymce-mobile-styles-menu {
|
||||
overflow: hidden;
|
||||
outline: 4px solid black;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-family: sans-serif;
|
||||
|
||||
[role="menu"] {
|
||||
/*display: inline-block;*/
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
[role="menu"].transitioning {
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
& .tinymce-mobile-styles-item {
|
||||
cursor: pointer;
|
||||
padding: 1em 1em;
|
||||
position: relative;
|
||||
display: flex;
|
||||
border-bottom: 1px solid #ddd;
|
||||
color: @toolstrip-foreground-color;
|
||||
}
|
||||
|
||||
& .tinymce-mobile-styles-collapser .tinymce-mobile-styles-collapse-icon:before {
|
||||
font-family: 'tinymce-mobile';
|
||||
content: "\e314";
|
||||
color: @toolstrip-foreground-color;
|
||||
}
|
||||
|
||||
& .tinymce-mobile-styles-item.tinymce-mobile-styles-item-is-menu:after {
|
||||
font-family: 'tinymce-mobile';
|
||||
content: "\e315";
|
||||
position: absolute;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
right: 0px;
|
||||
color: @toolstrip-foreground-color;
|
||||
}
|
||||
|
||||
& .tinymce-mobile-styles-item.tinymce-mobile-format-matches:after {
|
||||
font-family: 'tinymce-mobile';
|
||||
position: absolute;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
.tinymce-mobile-styles-separator, & .tinymce-mobile-styles-collapser {
|
||||
border-top: rgb(69, 90, 100);
|
||||
display: flex;
|
||||
min-height: 2.5em;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
align-items: center;
|
||||
background: @toolstrip-background-color;
|
||||
color: @toolstrip-foreground-color;
|
||||
}
|
||||
|
||||
[data-transitioning-destination="before"][data-transitioning-state], [data-transitioning-state="before"] {
|
||||
transform: translate(-100%);
|
||||
}
|
||||
|
||||
[data-transitioning-destination="current"][data-transitioning-state], [data-transitioning-state="current"] {
|
||||
transform: translate(0%);
|
||||
}
|
||||
|
||||
[data-transitioning-destination="after"][data-transitioning-state], [data-transitioning-state="after"] {
|
||||
transform: translate(100%);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
/* Note, this file is imported inside .tinymce-mobile-context-toolbar, so that prefix is on everything here. */
|
||||
|
||||
.tinymce-mobile-toolbar-group {
|
||||
@import "serialised-dialogs.less";
|
||||
@import "slider.less";
|
||||
.mixin-flex-bar;
|
||||
flex: 1;
|
||||
padding-top: 0.4em;
|
||||
padding-bottom: 0.4em;
|
||||
|
||||
.tinymce-mobile-serializer-wrapper,
|
||||
&>div {
|
||||
.mixin-flex-bar;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.tinymce-mobile-serializer-wrapper {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* For widgets like the colour picker, use the whole height */
|
||||
.tinymce-mobile-toolbar-group-item:not(.tinymce-mobile-serialised-dialog) {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Make any buttons appearing on the left and right display in the centre (e.g. color edges) */
|
||||
.tinymce-mobile-toolbar-group-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.tinymce-mobile-dot-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
input {
|
||||
padding-top: 0.1em;
|
||||
padding-bottom: 0.1em;
|
||||
padding-left: 5px;
|
||||
font-size: 0.85em;
|
||||
flex-grow: 1;
|
||||
background: @toolstrip-input-background-color;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
color: @toolstrip-input-foreground-color;
|
||||
&::placeholder {
|
||||
/* WebKit, Blink, Edge */
|
||||
color: @toolstrip-input-placeholder-foreground-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
.tinymce-mobile-toolbar-group:first-of-type, .tinymce-mobile-toolbar-group:last-of-type {
|
||||
background: @toolstrip-dark-background-color;
|
||||
color: @toolstrip-dark-color;
|
||||
}
|
||||
|
||||
.tinymce-mobile-toolbar-group {
|
||||
.mixin-flex-bar;
|
||||
flex-shrink: 1;
|
||||
|
||||
& > div {
|
||||
.mixin-flex-bar;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-exit-container {
|
||||
background: #f44336;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-toolbar-scrollable-group {
|
||||
// Allow the scrollable group to fill all the space between the edge groups
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tinymce-mobile-toolbar-group-item {
|
||||
padding-left: @toolstrip-button-horizontal-padding;
|
||||
padding-right: @toolstrip-button-horizontal-padding;
|
||||
|
||||
&.tinymce-mobile-toolbar-button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
height: 80%;
|
||||
|
||||
&.tinymce-mobile-toolbar-button-selected {
|
||||
background: @toolstrip-button-selected-background-color;
|
||||
color: @toolstrip-button-selected-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
.tinymce-mobile-serialised-dialog {
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 1.5em;
|
||||
padding-left: 0em;
|
||||
padding-right: 0em;
|
||||
|
||||
.tinymce-mobile-serialised-dialog-chain {
|
||||
transition: left cubic-bezier(.4, 0, 1, 1) @quick-animation-time;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.tinymce-mobile-serialised-dialog-screen {
|
||||
flex: 0 0 auto;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
input {
|
||||
font-family: @toolstrip-input-font-family;
|
||||
}
|
||||
|
||||
.tinymce-mobile-input-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
|
||||
.tinymce-mobile-input-container-x {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
color: @toolstrip-input-icons-color;
|
||||
font-size: 0.6em;
|
||||
font-weight: bold;
|
||||
background: inherit;
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
align-self: center;
|
||||
height: 100%;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-input-container-empty .tinymce-mobile-input-container-x {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-previous, .tinymce-mobile-icon-next {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:before {
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&.tinymce-mobile-toolbar-navigation-disabled:before {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-dot-item {
|
||||
margin: 0 2px;
|
||||
font-size: 10px;
|
||||
line-height: 10px;
|
||||
padding-top: 3px;
|
||||
color: @toolstrip-button-selected-color;
|
||||
|
||||
&.tinymce-mobile-dot-active {
|
||||
color: @toolstrip-button-selected-background-color;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
.tinymce-mobile-slider {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
padding: .28em 0;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-large-font:before, .tinymce-mobile-icon-large-heading:before {
|
||||
margin-right: .9em;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.tinymce-mobile-icon-small-font:before, .tinymce-mobile-icon-small-heading:before {
|
||||
margin-left: .9em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.tinymce-mobile-slider {
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
|
||||
.tinymce-mobile-slider-size-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
|
||||
.tinymce-mobile-slider-size-line {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
background: @toolstrip-slider-background-color;
|
||||
height: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
&.tinymce-mobile-hue-slider-container {
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
|
||||
.tinymce-mobile-slider-gradient-container {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
|
||||
.tinymce-mobile-slider-gradient {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
background: linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(60, 100%, 50%) 17%, hsl(120, 100%, 50%) 33%, hsl(180, 100%, 50%) 50%, hsl(240, 100%, 50%) 67%, hsl(300, 100%, 50%) 83%, hsl(360, 100%, 50%) 100%);
|
||||
height: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-hue-slider-black {
|
||||
/* Not part of theming */
|
||||
background: black;
|
||||
width: 1.2em;
|
||||
height: 0.2em;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
.tinymce-mobile-hue-slider-white {
|
||||
/* Not part of theming */
|
||||
background: white;
|
||||
width: 1.2em;
|
||||
height: 0.2em;
|
||||
margin-top: 0.3em;
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
.tinymce-mobile-slider-thumb {
|
||||
position: absolute;
|
||||
height: .5em;
|
||||
width: .5em;
|
||||
left: -10px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
/* vertically centering trick (margin: auto, top: 0, bottom: 0). On iOS and Safari, if you leave
|
||||
* out these values, then it shows the thumb at the top of the spectrum. This is probably because it is
|
||||
* absolutely positioned with only a left value, and not a top. Note, on Chrome it seems to be fine without
|
||||
* this approach.
|
||||
*/
|
||||
margin: auto;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
transition : border 120ms cubic-bezier(0.39, 0.58, 0.57, 1);
|
||||
|
||||
background-color: @toolstrip-foreground-color;
|
||||
background-clip: padding-box;
|
||||
color: @toolstrip-background-color;
|
||||
&.tinymce-mobile-thumb-active {
|
||||
border: .5em solid rgba(136, 136, 136, 0.39);
|
||||
}
|
||||
border: .5em solid rgba(136, 136, 136, 0.0);
|
||||
border-radius: 3em;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
.tinymce-mobile-toolstrip {
|
||||
background: @toolstrip-background-color;
|
||||
display: flex;
|
||||
z-index: @tinymce-mobile-mask-menu-zindex;
|
||||
flex: 0 0 auto;
|
||||
|
||||
.tinymce-mobile-toolbar {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
/* Make it no larger than the toolstrip, so that it needs to scroll */
|
||||
width: 100%;
|
||||
height: 2.5em;
|
||||
align-items: center;
|
||||
color: @toolstrip-foreground-color;
|
||||
|
||||
&:not(.tinymce-mobile-context-toolbar) {
|
||||
@import "main-toolbar.less";
|
||||
}
|
||||
|
||||
&.tinymce-mobile-context-toolbar {
|
||||
@import "context-toolbar.less";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user