All Downloads are FREE. Search and download functionalities are using the official Maven repository.

views.static.WebCmsModule.css.wcm-tinymce-content.css Maven / Gradle / Ivy

There is a newer version: 6.5.1
Show newest version
/*!
 * Copyright 2017 the original author or authors
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*!
 * Content CSS for TinyMCE rich-text editor.
 */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald);
* {
  -webkit-font-smoothing: antialiased; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222223; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.5px;
  font-weight: 600;
  line-height: 1.1;
  color: #00334b; }

.mce-content-body table {
  min-width: 10%;
  border-spacing: 0;
  border-collapse: separate; }

.mce-content-body table tr:nth-child(even) {
  background: #FAFAFA; }

.mce-content-body table caption, .mce-content-body table td, .mce-content-body table th {
  padding: 7px 7px;
  font: inherit; }

.mce-content-body table th {
  font-weight: 400;
  color: #6E6E6E;
  background-position: 100% 100%;
  background-size: 2px 10px;
  background-repeat: no-repeat; }

.mce-content-body table th:last-child {
  background: 0 0; }

/*# sourceMappingURL=wcm-tinymce-content.css.map */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy