/modules/mod_base/lib/js/modules/tinymce3.4.3.2/zotonic.css
http://github.com/zotonic/zotonic · CSS · 108 lines · 81 code · 19 blank · 8 comment · 0 complexity · f8a2b4866511ab75eff2d768a17434d5 MD5 · raw file
- /* This file contains the CSS data for the editable area (iframe) of tinyMCE
- ----------------------------------------------------------
- @package: zotonic 2009
- @Author: Tim Benniks <tim@timbenniks.com>
- @Created: 25-04-2009
- ---------------------------------------------------------- */
- a,
- a:focus {
- color: #32394b;
- text-decoration: underline;
- }
- .aligncenter,
- dl.aligncenter {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- .alignleft {
- float: left;
- }
- .alignright {
- float: right;
- }
- body.mceContentBody {
- font: 12px/18px "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
- color: #333;
- padding: 0.6em;
- margin: 0;
- }
- body[dir=rtl].mceContentBody {
- font: 18px/24px "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
- }
- body.mceForceColors {
- background: #fff;
- color: #666;
- }
- h1 {
- font-size: 2em
- }
- h2 {
- font-size: 1.5em
- }
- h3 {
- font-size: 1.17em
- }
- h4 {
- font-size: 1em
- }
- h5 {
- font-size: .83em
- }
- h6 {
- font-size: .75em
- }
- .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
- border: 1px dashed #bbb;
- }
- img {
- border: 0;
- }
- td {
- font-size: 10px;
- }
- pre {
- font: 12px/18px "Courier New", monospace;
- }
- .mceIEcenter {
- text-align: center;
- }
- img.z-tinymce-media {
- border: 2px solid #999999;
- width: auto ! important;
- height: auto ! important;
- cursor: pointer ! important;
- }
- img.z-tinymce-media-align-block {
- display: block;
- margin: 18px 0;
- }
- img.z-tinymce-media-align-right {
- float: right;
- margin: 0 0 0 4px;
- }
- img.z-tinymce-media-align-left {
- float: left;
- margin: 0 4px 0 0;
- }