OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
/
src
/
skins
/
oxide
/
main
/
less
/
mobile
/
app
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 06:35:57 AM
rwxr-xr-x
📄
android.less
918 bytes
02/20/2020 06:35:48 AM
rw-r--r--
📄
mask-section.less
725 bytes
02/20/2020 06:35:48 AM
rw-r--r--
📄
mask.less
475 bytes
02/20/2020 06:35:49 AM
rw-r--r--
📄
mobile-icons.less
2.27 KB
02/20/2020 06:35:49 AM
rw-r--r--
📄
mobile-less.less
2.26 KB
02/20/2020 06:35:50 AM
rw-r--r--
📄
reset.less
379 bytes
02/20/2020 06:35:50 AM
rw-r--r--
📄
variables.less
1.58 KB
02/20/2020 06:35:51 AM
rw-r--r--
Editing: mobile-less.less
Close
@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 { .tinymce-mobile-editor-socket iframe { background-color: #FFF; width: 100%; } } .tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) { .tinymce-mobile-editor-socket { overflow: hidden; height: 300px; iframe { height: 100%; } } .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%; } } } }