[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
v1
/
plugins
/
generic
/
tinymce
/
styles
/
[
Home
]
File: content_oneline.css
/** * @file plugins/generic/tinymce/styles/content.css * * Copyright (c) 2014-2023 Simon Fraser University * Copyright (c) 2003-2023 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @brief CSS for a one-line TinyMCE content editor (FieldRichText) */ @import "content.css"; html { padding: 0; } .mce-content-body { height: 40px; line-height: 40px; padding: 0; white-space: nowrap; overflow: hidden; } sup { position: relative; top: -0.75em; vertical-align: top; font-size: 0.6em; } sub { position: relative; bottom: -0.75em; vertical-align: bottom; font-size: 0.6em; }